I have a CSV file to examine. By default it opens with Microsoft Excel. There are a couple fields which I am having problems with. One is a case number (like 1413212331, all digits). Another is a date such as 07/04/2020.
Excel is displaying the case numbers as something like 1.413e+9, and the date as 7/4/2020. I really need to see them in their original format.
I selected the column with the case number and did a format cells - text but it kept the value as it is. And I can't really format the date columns as a specific format, as some might be like 7/4/2020 and some as 07/04/2020.
So is there some other app to look at a CSV file with (other than word/notepad which does not do the lines very well)? Or a way to open a CSV file with Excel and have it treat everything as actual text as it is in the file?