The workaround method worked great for me. However, we have an FTP folder with several XML files (each a news article in NewsML format). I’ve tested parsing the file with All Import and this is a fantastic solution for us.
What I am wondering is, can a wildcard be used to download all XML files in an FTP folder and if so, how would I go about doing it?
I’ve tried this and get a 550 error
[custom_file_download("ftp://username:[email protected]/full/path/to/*.xml", "xml")]
When I use the path to an actual single file, it works fine.
-
This reply was modified 5 years, 2 months ago by kyledavis.