So I am actually writing data to a CSV file through java. Now one of the column has value "047669602100001" and when it is written to the csv file it is showing as "4.76696E+13". I am sure that it is because of the column width. When i double click on that row it shows me the original record.
Is there anyway that I could follow to avoid this behavior?