Import CSV problem
Posted: 2013-01-24 16:23
Ahmad, we may need a new area for "Issues"
I'm trying to import a delimited file. My spreadsheet doesn't allow for "," delimiters so I'm using a semi-colon because it's not used in the data. Three words appear as: a;b;c; and one word, a blank and another word appears a;;c;
Ther are blank fields everywhere.
I have 81 records and Apginni says 81 records have been transferred (or whatever). When I open Appgini, only 66 records appear. Random records are missing. When I check the records that are there, everything is perfect. This indicates the delimiters are working. PHPMyAdmin shows the records missing as per AppGini. The first 10 lines of the CSV sample are perfect, yet the same random records are missing every time I try importing a new CSV file.
The semi-colons in the CSV file all line up so it should work.
Could this be an Appgini problem or MySQL?
I'm trying to import a delimited file. My spreadsheet doesn't allow for "," delimiters so I'm using a semi-colon because it's not used in the data. Three words appear as: a;b;c; and one word, a blank and another word appears a;;c;
Ther are blank fields everywhere.
I have 81 records and Apginni says 81 records have been transferred (or whatever). When I open Appgini, only 66 records appear. Random records are missing. When I check the records that are there, everything is perfect. This indicates the delimiters are working. PHPMyAdmin shows the records missing as per AppGini. The first 10 lines of the CSV sample are perfect, yet the same random records are missing every time I try importing a new CSV file.
The semi-colons in the CSV file all line up so it should work.
Could this be an Appgini problem or MySQL?