Solved

Upload a csv file to a ftp server, one workspace or two?

  • 4 December 2018
  • 1 reply
  • 11 views

Badge +10

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?

 

 

 

icon

Best answer by danilo_fme 4 December 2018, 03:00

View original

1 reply

Userlevel 4
Badge +30

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