Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a main s3 bucket with several sub folders by date, I need to down load files daily from the bucket and grap the csv files, so I can push them into a db table.
Here is the folder structure:
Folder main bucket
folder 01/01/2022
file1.csv
folder 01/02/2022
file2.csv
folder 01/03/2022
file3.csv
Just looking for some guidance as a newbie on how to create the basic flow.
Try to use a file mask in tS3List using getDate
Hi
You want to get all files from all folders or only get the files from the current date folder?
Regards
Shong