hi, somebody know how to import csv data file through the products module.
export csv pretty nice but not the same with import
[solved] import csv products module
[solved] import csv products module
Last edited by uloloi on Sun Mar 03, 2013 11:26 pm, edited 1 time in total.
Re: import csv products module
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
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
Try using an editor like PSPad as it may be using excel that is messing with the code/character set...