Just to be clear is your use case that you are wanting to get the CSV from an FTP location and then for each line on the CSV create a single CSV file in a different FTP location/directory?
When we send this to our destination FTP tile, It's saving it into one CSV file. Is it possible to save it into multiple CSV files, in this case 3 CSV files? I tried the option to "Skip Aggregation", to no avail.
Good day! We resolved the issue by using the parameter on our source tile "How many records would you like to export?" and set it to 1. Then we will just run the flow every 15 mins.
We also used the handlebar expression for the filename to be "Shipment-{{timestamp "YYYYMMDD_hhmmss" "America/Chicago"}}-{{batch_of_records.0.record.PO}}.csv"
If you have a more efficient approach, let us know. Please and thank you!