Transfer files based on filenames in CSV file

User support request
Is it possible to create a task that reads a .csv file for filenames? Then connect to an sFTP site and transfer the filenames listed in the .csv?

Tech Support
You can try the CSV loop task.
This task can loop through rows or cells. For every filename the task finds, you can run a SFTP task. In the SFTP task filename field use the CSV variable.

Example:

CSV task title = csv
Task to Run = sftp_csv
Looping option = Loop by row
....

SFTP task title = sftp_csv
local directory = folder containing csv files
filename = $%csv::CurrentRowString%$ (or $%csv::CurrentCellValue%$)

As always, it is a pleasure doing business with you. We are very happy with the capabilities of the new version of Automize and are looking forward with moving ahead with our first production system based on this software. –Automize Enterprise User

Thanks for your timely response. You make a great product, and we're integrating it more and more into our daily production activities. I will try out these FTP suggestions as you've outlined. –JaSFTP User

Just wanted to compliment you folks on a great product. your product is working flawlessly! I'll definitely be purchasing it, and telling every other "IT type" I know about it! Thanks so much. –Automize User

Your program was exactly what I was looking for...you have all the features that I require; all in one program!!–AbleFTP user