Does anyone know how to get around that Excel CSV issue, where Excel will "helpfully" convert a number-like value into a meaningless value in scientific notation, even if the number was quoted like "1234"? That was a huge pain point in a previous work that I did.
I guess the modern equivalent is SuperUser stack exchange?
So far there's this, which doesn't answer the question: http://superuser.com/questions/355108/csv-error-on-phone-num...
And this, which converts numbers into text, but maybe there's an option to keep them as regular numbers not scientific notation?:
http://superuser.com/questions/586306/save-data-exactly-at-o...
> To do this, open Excel first.
> Click on Data > Import from text.
> You will get a window where you'll have to pick the import type. Choose Delimited then next.
> In the next screen, check only comma, then next.
> On this screen, click the first column in the preview box, scroll to the last column. Hold SHIFT and click the last column. This should make all the columns 'black' (you actually selected all the columns).
> Now, click the radio button Text. After that, click Finish and OK to get your data as you wanted it to be!