how can I convert a csv-file into a xls-file? How can I declare the delimiter?
Thanx
how can I convert a csv-file into a xls-file? How can I declare the delimiter?
Thanx
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
csv is the reader and xls should be the writer.
thank you for the delimiter hint.
After I added the columns for my excel-file as attributes it's working now.