We have an Excel file which needs to be saved as a CSV file for upload to a SQL Database.
The problem is this, there are 2 date fields that are in the following format:
2010-01-01 00:00:00
But when the file is saved as a CSV file the format changes to:
1/1/2010 0:00
Now I understand what happens, the file is basically being saved as a text file so the data is converted. That's part of the "some features are not compatible with this format" when saving.
Is there any way that someone may be aware of to maintain the format yet have the file be a csv file?
I'm thinking no, but I said I'd check.... with the GURUS
Thanks...
Laurie
ladyck3
aka: Laurie
The problem is this, there are 2 date fields that are in the following format:
2010-01-01 00:00:00
But when the file is saved as a CSV file the format changes to:
1/1/2010 0:00
Now I understand what happens, the file is basically being saved as a text file so the data is converted. That's part of the "some features are not compatible with this format" when saving.
Is there any way that someone may be aware of to maintain the format yet have the file be a csv file?
I'm thinking no, but I said I'd check.... with the GURUS
Thanks...
Laurie
ladyck3
aka: Laurie