Skip to main content
Solved

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

  • December 4, 2018
  • 1 reply
  • 64 views

nicholas
Contributor
Forum|alt.badge.img+14

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?

 

 

 

Best answer by danilo_fme

Hi @nicholas

 

Its possible to do this action in a just workspace:

1) Write CSV files - transformer FeatureWriter

2) Upload with FTPCaller

 

 

Thanks,

Danilo

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • Best Answer
  • December 4, 2018

Hi @nicholas

 

Its possible to do this action in a just workspace:

1) Write CSV files - transformer FeatureWriter

2) Upload with FTPCaller

 

 

Thanks,

Danilo