Hi @jkin,
You can use the following process to download the CSV file to a temp folder, then read it with the FeatureReader transformer:
The folder created by the TempPathnameCreator is deleted when the workspace finishes, cleaning up the downloaded CSV file automatically.
Hi @jkin,
You can use the following process to download the CSV file to a temp folder, then read it with the FeatureReader transformer:
The folder created by the TempPathnameCreator is deleted when the workspace finishes, cleaning up the downloaded CSV file automatically.
Is there a way to do it without having to create a temp folder? I'd really like the file to a permanent location.
Is there a way to do it without having to create a temp folder? I'd really like the file to a permanent location.
To use a permanent location, please remove the TempPathNameCreator, then use the permanent location instead for the Target File in the FTPCaller and the Dataset in the FeatureReader.