L
Len McMorrow
I have a numeric field that is structured as a
Number/double. When I export the table to a CSV text
file, the decimals are being truncated to 2 places.
Example:
Field in Table = 12.3456
Field in Text File = 12.34
I have alot of data in the table, so I need to keep it as
a CSV instead of fixed width. The only way I can find to
get around this is to store the data as a text field.
Does anyone know how I can keep the decimals from getting
truncated.
Number/double. When I export the table to a CSV text
file, the decimals are being truncated to 2 places.
Example:
Field in Table = 12.3456
Field in Text File = 12.34
I have alot of data in the table, so I need to keep it as
a CSV instead of fixed width. The only way I can find to
get around this is to store the data as a text field.
Does anyone know how I can keep the decimals from getting
truncated.