Excel / Numbers and TableTool all delete leading 0's in numbers when opening CSV files.
0123 becomes 123 when opened.
To stop this from happening, when exporting the CSV, you can an equals (=) before the string:
"yada",="0123","yada" - Excel and Numbers will keep the leading 0 and not drop it .
This breaks up the format when opening in Table Tool:
From top to bottom, Numbers.app, TableTool, Raw CSV:
If you remove the leading = it displays correctly, but drops the leading 0:
From top to bottom, Numbers.app, TableTool, Raw CSV:
Excel / Numbers and TableTool all delete leading 0's in numbers when opening CSV files. 0123 becomes 123 when opened.
To stop this from happening, when exporting the CSV, you can an equals (=) before the string:
"yada",="0123","yada"
- Excel and Numbers will keep the leading 0 and not drop it .This breaks up the format when opening in Table Tool: From top to bottom, Numbers.app, TableTool, Raw CSV:
If you remove the leading
=
it displays correctly, but drops the leading 0: From top to bottom, Numbers.app, TableTool, Raw CSV: