Question

CSV file does not show up in the folder

  • 24 April 2020
  • 2 replies
  • 7 views

Hi there,

 

I am writing the output of FME translation in csv file using csv writer. However, I noticed that file does not show up in the selected folder. I tried to change the configuration of the CSV writer. But no luck. Couldn't anyone tell me where am I making the mistake? The attached file shows the parameter of CSV writer.

 


2 replies

Userlevel 4
Badge +26

From the log it looks like there are no features being written. Perhaps you can share the full log file? Can you see the data just before the output?

Badge +2

@muhammad_yasir as @virtualcitymatt mentions, your log snippet indicates that no features are bieing process by the CSV writer. In Workbench, when you run the workspace, check the feature counts on the connectors. Somewhere there will be a connector where you expect to see feature counts, but are not. That is probably where the problem lies

Reply