Page 1 of 1
[solved] import csv products module
Posted: Sun Feb 10, 2013 12:34 am
by uloloi
hi, somebody know how to import csv data file through the products module.
export csv pretty nice but not the same with import
Re: import csv products module
Posted: Tue Feb 12, 2013 3:53 pm
by Dr.CSS
If it exports CSV, make a few sample products with everything a normal one would have, price, etc., then export it and see how it is formatted and follow it to make your own...
Re: import csv products module
Posted: Tue Feb 12, 2013 7:31 pm
by uloloi
Hi, thanks, I tried this. Export to a csv and saw the column headings, then import a csv file exactly the same, with the same headers. Here I had some problems in the encoding (utf-8, ascii) to read in excell
Re: import csv products module
Posted: Tue Feb 12, 2013 7:45 pm
by Dr.CSS
Try using an editor like PSPad as it may be using excel that is messing with the code/character set...