Sidebar

Can you filter the files that an FTP source processes?

0 votes
102 views
asked Sep 12 by phil-d-8268 (190 points)
I'd like to configure my FTP source to only process *.json files, so that if someone accidentally puts a file of the wrong type in the folder, it will be ignored. What's the best way to do this?

1 Answer

0 votes
 
Best answer

On the source node path just put the *.json in the path.

Example Folder/Subfolder/*.json

This will tell it to only pickup files with the json file extension

answered Sep 12 by brandon-w-8204 (33,900 points)
selected Sep 12 by phil-d-8268
commented Sep 12 by phil-d-8268 (190 points)
OK, yes, that works - nice and simple. Thanks.
...