CSV Dates sometimes changing format upon save

Copper Contributor

Hello,

 

This is a stumper for me. I have two columns of type Date: ValidStartDate and ValidEndDate. Each one has the same respective date for each record: 1/1/2021 and 12/31/9999.

 

After I save the file as a standard CSV (not UTF-8 or other variants), when I open it in Notepad++ or any other text editor, it contains the dates as displayed in Excel: 1/1/2021 and 12/31/9999.

 

I gave this file to a user to update, and they accidentally saved the second column as 12/31/1999 instead of 12/31/9999. The first column was untouched (so stayed as 1/1/2021). 

 

Now, when the file is saved as CSV and opened in a text editor, it contains the dates formatted with a truncated year: 1/1/21 and 12/31/99. This is a problem, as the file is being directly picked up from the save directory and processed by a data mapping application that expects a specific format (M/d/yyyy).

 

I can more or less understand why this would happen for the column that was changed, but not the column that was unchanged. Does Excel do some evaluation of whether it is possible to shorten the years to the last two digits across the spreadsheet (i.e. there would be no ambiguity across columns if the year format was shortened)? Or how is this possible?

 

Upon changing the second column back to 12/31/9999 (and again leaving the 1/1/2021 untouched), the file again saved with 1/1/2021 and 12/31/9999 respectively, the full year format.

 

Please let me know if you would like screenshots or file examples - I can post those if needed.

Thanks so much in advance for the assistance!

 

Alex

4 Replies

@ahaugstad 

Could you please clarify what do you mean here "when the file is saved as CSV and opened in a text editor" under text editor?

If you open csv file in Excel by double click it transform dates into the short format date at it is defined in your OS settings.

@Sergei Baklan 

 

Yes definitely - what I am doing is constructing my file in Excel, then saving it as a CSV (see screenshot) and opening it in a completely different application (Notepad++).

 

ahaugstad_0-1611261540675.png

 

I do this to ensure that the formatting is not occurring upon opening the file back up again in Excel, since I know it does a lot of formatting to CSV files upon opening, as you mentioned. This would be conditional formatting upon saving. The data before saving in Excel looks like the attached file. 

 

Then I open in Notepad++ and the file looks like so:

ahaugstad_1-1611261606680.png

 

Let me know if that still is not clear/you have additional questions.

Thank you for the assistance!

Alex

 

@ahaugstad 

And what is your OS short date format? For Windows it's here

image.png

@Sergei Baklan 

 

Mine is set to M/d/yyyy:

 

ahaugstad_0-1611262731267.png