I am exporting data from Salesforce using Data Loader, now I am facing some issues with the exported CSV file. Let me give an example,
In my custom object, I have some data stored as 23-02-07 which is the text format. When I export it and opens the CSV it converts to 2023-02-07. When I do the format cells and convert it to text it becomes 44964 which is totally wrong.
Please give your inputs, how can I handle this kind of data.
