The first few lines of my CSV file look like this (when viewed from Notepad++):
Trace,Original Serial Number,New Serial number 0000073800000000097612345678901234567890,0054,0001
When I open this file in excel, I get this:
For some reason, excel is truncating the serial numbers and the trace number. I have tried changing the format to Text
but that still doesn't work, as excel only sees the value up to the 6:
7.38000000000976E+34
If I change it to Number
:
73800000000097600000000000000000000.00
What can I do? I only have 60 lines, so if I have to start over and some how recopy the text into excel I will, but I'm afraid saving it will change the format once again.