Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I tried a few things without success.
Basically I just want to feed a list of files to an tFtpGet component. I have a singular column of file names within a tFileInputDelimited component and run through the list, passing each file name to a file name mask within an tFtpGet component.
tFileInputDelimited -> fFlowToIterate -> tFtpGet
I know this isn't right but the farthest I get is a null pointed exception on the first row processing but when I disable the FTP component and put the output to a tLogRow it displays all the file names as expected.
Can you please point me in the right direction?
Thanks
Thanks! That is what I needed.
Is it possible to set a wildcard in the remote directory input? I want to set a directory but let it go through all sub-directories to scan for a given file.
Remote directory: "folder name/./"
This is what I tried, hoping "." would trigger a wildcard for the sub-directories but it doesn't seem to be taking it. I don't see an option to explicitly include sub-directories.
Thanks!