1. We have a source feed which splits huge files into multiple smaller files on a daily basis. I'm trying to figure out how can we automate a schedule to pick up all files for that day (file name has Date) from the source location and ingest into AEP.
2. Our SFTP location has files of different category and how to pick files based on a pattern (or a wild card) that are meant to be loaded into a dataset.
Sample files:
Testfile_20230701_1.csv
Testfile_20230701_2.csv
Anotherfile_20230701_1.csv
Anotherfile_20230701_2.csv