I have a query which I have to output as a csv file. One of the fields has data which is to 3 decimal places. My problem is that the csv file formats the numbers to 2 decimal places. Any numbers such as 0.006 are converted to 6.0e-03. These scientific numbers are not recognised by the system importing the data.
Is there any way to specify the number of decimal places in the export specification?
TIA Graham