How do i import csv files where the name is different every month.
2018-01-foo.csv 2018-01-bar.csv
And a moth later
2018-02-foo.csv 2018-02-bar.csv
Im trying to script a task.
But the files it should import have prequels that changes every month.
Cheers!