Skip to main content

I have a workspace that creates a csv file, that I want to upload to a ftp server.

Should I use one workspace or two?

 

One option that I am considering is to have two workspaces. The first creates the csv file and places it in a directory. The second workspace is just the FTPCaller (triggered by a creator) and runs when the first workspace successfully completes.

Or, is it possible to have a single workspace, that both creates a csv and uploads it to the ftp site?

 

 

 

Hi @nicholas

 

Its possible to do this action in a just workspace:

1) Write CSV files - transformer FeatureWriter

2) Upload with FTPCaller

 

 

Thanks,

Danilo


Reply