A .csv file contains a numeric field which in some rows contains an 11-digit number (like 14024583126). These will not display (blank or null). Some of the rows contain numbers of 5-digits or 7-digits and these display fine. How can I get the 11-digit numbers to display correctly?
I have no capability to change the .csv file to make this field type as string. Would there be a way to convert the numeric field to string?