Loading CSV files with dates in the name of the file into Workbench
Hi, I need to create an automated job to upload files using workbench. The job runs daily and picks the latest CSV file with the date in the file name. So for example, if the job runs today it should know the file to upload is ABC_11122019.csv, similarly tomorrow it will be ABC_11132019.csv. Hope it makes sense. I am new…