| CSV import |
| Friday, 21 November 2008 02:15 | |||
|
Question: I have double and triple checked an import feed I made. I've done this before with no problems. But, today, the feed loads, but the preview shows that one of the columns field data is missing. I've tried all different deliminators such as a ; , ^ ~ etc. Nothing works. The column headers are correct, but the third column data just won't load. It's like the system is deliberately skipping it. *Note. I'm working with a modified product import template. I deleted a couple of field I don't need. Answer: Check the ORDER of the fields. To do so open csv imported > templates > select the template in question > fields. Make sure the fields are properly ordered. 1, 2, 3, 4, etc. If they are 0,1,3,7 this can cause problems. Follow up: Yes, that worked.
|