1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
230 views
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

by brandon-w-8204 (34.1k points)
selected by phil-d-8268
by phil-d-8268 (190 points)
OK, yes, that works - nice and simple. Thanks.
...