D
D
I want to create a CSV file to import directly into EXCEL but have the
following problem.
Say for example I want to import a Credit Card Number with the digits
4218000012344321 and other information like the first and last name.
I create the following CSV file.
"Bob","Jones","4218000012344321"
"John","Bobbins","4218000043211234"
When I double click the CSV file, it opens in Excel but the following
happens
Column A will have BOB and John - which is correct
Column B will have Jones and Bobbins - again which is correct
but Column C will have 4.22E+15
How can I make it appear as it should 4218000012344321 & 4218000043211234 ?
The same holds true if I remove the " around the credit card number.
Thanks in Advance
==============================
following problem.
Say for example I want to import a Credit Card Number with the digits
4218000012344321 and other information like the first and last name.
I create the following CSV file.
"Bob","Jones","4218000012344321"
"John","Bobbins","4218000043211234"
When I double click the CSV file, it opens in Excel but the following
happens
Column A will have BOB and John - which is correct
Column B will have Jones and Bobbins - again which is correct
but Column C will have 4.22E+15
How can I make it appear as it should 4218000012344321 & 4218000043211234 ?
The same holds true if I remove the " around the credit card number.
Thanks in Advance
==============================