I am using a CSV to import data.
The column of data has different and sometimes multiple numbers in one field.
For example...
2924,2925, 2926 in one field
2927,2928, 2929 in another field.
I have been using the format feature to save it as 'Text' and then importing.
The problem is when I reopen the CSV, it is not formatted as 'Text' anymore and all my numbers are mangled.
Any idea how to keep that column formatted as Text when re-opening the CSV?