How to load multiple files from the FTP Server

To load multiple files from the FTP Server, the FTP List source step is used.

Illustrated in the image below is the FTP List source step. To add a connection, click on the highlighted icon and fill in the required credentials to access the FTP Server. The Path field will be the path of the folder. The Pattern field will be a regex pattern to match the files names. The Limit field is the maximum number of files that you require to be returned. if left blank, it will return all the files.

NB: The below link assists with different regex patterns that can be used. It will be the pattern that is in between the quotes.

RegExp - JavaScript | MDN

image

NB: To split the files, add a sub-flow or async flow after the FTP Server source step.