Hi,
I am hitting a problem with exporting data to CSV format. When i export a varchar field containing a value "010.000" to csv format the resulting value is "10" instead of "010.000". Looks like the export is generating a number format instead of text format. Appreciate advise/help on how to get the correct format.
I am hitting a problem with exporting data to CSV format. When i export a varchar field containing a value "010.000" to csv format the resulting value is "10" instead of "010.000". Looks like the export is generating a number format instead of text format. Appreciate advise/help on how to get the correct format.
Comment