How can we capture the name of the file picked up from the SFTP if we are reading multiple files at a time?
Eg: sftp://path/*.csv
I need to know which file each document belongs to.
Appreciate...
@Darshita Use directory browser snap,it will provide you all necessary details about the file. Then use another child pipeline and pass file path/filename to read file. To track the processed filename, can use level in Pipeline Execute snap.