Not empty Columns not imported from csv-File

Hello,

by importing a csv-File EasyMorph has ignored two columns which has no header but data in cells. Weren´t they imported because of the empty header or is it an issue with the import action?

Kind Regards,
Michael

Hello Michael,

EasyMorph calculates the number of columns from the headers line. So those columns weren’t imported because of the empty headers.

Possible workarounds:

  1. If next line after the headers contains values in all the columns - set Skip first lines to 1, set “Columns don’t have headers” and then rename columns with “Rename columns” transformation.

  2. Set Separator to “No separator” and then split imported data into columns with “Split delimited text” transformation.

Regards,
Andrew

Thanks for the workarounds. The second suggestion works.

Regards,
Michael