Type conversion with Transformation Flow
Answered
When we import data from Excel (export to CSV) with itemnumbers inside we have a problem converting them. If we have a leading 0 we have to put in a line with text and ignore that line, otherwise it will be numeric. When the metadata says its text and we remove that line, it produces an error because the metadata is not correct.
Why can't we just specify each column type during the import step? Or is there a way to force this?
Hi Jurgen,
The CSV importer will always have a bit of guesswork as to what the data types are (it will base it on a preview of the data (depending on precision) so if there is a text row in there, it will default the column to text).
After import, I would recommend using in-line transformations to ensure that all of your data-types are as expected.
Let me know if this works for you.
Regards,
Nathan
Hi Jurgen,
The CSV importer will always have a bit of guesswork as to what the data types are (it will base it on a preview of the data (depending on precision) so if there is a text row in there, it will default the column to text).
After import, I would recommend using in-line transformations to ensure that all of your data-types are as expected.
Let me know if this works for you.
Regards,
Nathan
Replies have been locked on this page!