CSV Row Limit?
| User, date | Message |
|---|---|
|
Written by spwestwood
2 years ago Category: Import/Export 2 posts since Fri, 01 Apr 11 |
Hi, I am trying to import a CSV file which has 656,000 rows. However after import I am always left with only 5,422. This is the same if I am importing a single column, or all 5 columns. Best regards, Sam |
|
Written by ansgar
2 years ago 3975 posts since Fri, 07 Apr 06 |
Then you obviously passed some wrong control character, e.g. for line endings. You will need to look into the csv file to find the right line ending char, and also the field separator and quote char. |
|
Please login to leave a reply, or register at first. |