New to FME. I roughly know the first half, i.e. extract data to csv file is simple. But how to get the csv writer to trigger the next step of the workflow to upload it to s3 bucket? The writer has no output.
Thanks!
New to FME. I roughly know the first half, i.e. extract data to csv file is simple. But how to get the csv writer to trigger the next step of the workflow to upload it to s3 bucket? The writer has no output.
Thanks!
The easiest is to have two workspaces.
Workspace 1:
Workspace 2:
FeatureWriter is a transformer that works just like a writer but allows for the continuation of the workbench
FeatureWriter is a transformer that works just like a writer but allows for the continuation of the workbench
Thank you both David. Gonna give it a go.