I had been facing this abnormal issue quite a while and yet to debug the real reason behind this why CSVs act so weird when they work with long numbers like Mobile Numbers. suppose, I was working with a CSV file which had one column with values as Mobile numbers. column--> msisdn:
017110*****
013181*****
etc.
after editing the file (such as adding another column) I see the whole CSV file gets corrupted like: msisdn:
01700000000
01300000000
I guess a lot of Business Intelligence guy face this issue time to time. We already have a solution to work with .xlsx file or text file which is actually a way around solution not an actual problem solver. Excel files are way too time consuming to be dumped from Databases!
Any suggestion to mitigate this weird CSV behavior?