Export to csv automatically quotes text columns

Hi,

I have a dataset, that contains a text column, which contains numeric data. with leading 0. e.g. 010388
When exporting to cvs the values are automatically escaped with the quote char ".

Can I avoid this?

If I convert the column to number, it is not quoted, but I loose the leading 0.

Hi,

EasyMorph always wraps with double quotes numeric values which are stored as text.

The workaround here is to prepend you numeric values with a space character (through Modify column transformation). This should prevent EasyMorph from wrapping the values.

We are planning to address this issue by adding an additional option to Export into delimited text transformation.