I export my transformed records to a CSV Flat File.
The records contain a 'string' column only digits (-no alphabetic characters), an example value is 0410.623.764 or 0789.457.142
After opening the CSV file using MS Excel, the value becomes 410.623.764 Now I want to keep the leading 0 when opening the file in Excel.
So, the problem occurs when opening the CSV with MS Excel.
UPDATE: When opening with Notepad, I see the leading '0' in 0410.623.764
UPDATE 2: I found some workarounds in Super User but I'm not satisfied at all. Because I don't see myself applying a 2-minutes-long workaround again and again. Since I generate new (destination) files every time I receive new source files.
My question is: Is there a programmatical approach to stop formatting in Excel?