0
Not able to load csv
Gregory King
Hey,
Could you check that the ones that are not uploading are well-formed CSVs that have at least two lines (a header row and a data row)?
If in doubt and you can post a few sample lines somewhere I'd be happy to review.
Thanks,
Greg
Kubo
Gregory King: Your CSV import is incorrect
12,child,1
12,child,2
1,partner,2
1234,child,12
34,child,3
34,child,4
1234,child,34
3,partner,4
BUT YOUR import has only 2 lines !!!
1,2,3,4,12,34,1234
parent,parent,parent,parent,child,child,granchild
This is not good for CSV structure import as you describe in OFFICIAL HELP (Suplier SHIPS Supplies) Because this cant be fed by CSV structure