Skip to main content
Hello everybody,

 

 

how can I convert a csv-file into a xls-file? How can I declare the delimiter?

 

 

Thanx
Hi,

 

 

the easiest is to use the "Generate workspace" functionality in FME Workbench (see under File -> New).

 

 

When creating the CSV writer, click the "Parameters..." button to get to the dialog where you can specify the delimiter, etc.

 

 

David
Hi David,

 

 

csv is the reader and xls should be the writer.

 

 


Hi David,

 

 

thank you for the delimiter hint.

 

After I added the columns for my excel-file as attributes it's working now.

Reply