-
- lucianapistarini

-
Total Posts: 2
Joined: 2010-06-16
|
Hi!
I load the module fitted, but I can not load a csv file, csv my sample has the following form
csv:
“store”,"parent”,"identifier”,"name”,"is_active”,"url_key”,"description”,"image”,"pagetitle”,"is_anchor"
“website_base”,"58”,"libro01”,"libro01”,"1”,"libro01”,"libro01”,"”,"”,"1"
“store_catalan”,"”,"libro01","Modelauto’s postvervoer”,"”,"”,"”,"","Modelauto’s postvervoer","”
“store_castellano”,"”,"libro01","Car models postal transport”,"”,"”,"”,"","Car models postal transport","”
and the error is
Invalid row data format.
In csv also proved that store did not have “, for example
website_base,"58”,"libro01”,"libro01”,"1”,"libro01”,"libro01”,"”,"”,"1"
as as in your example.
Other question, support this module, adding new attributes?, by request of customer, the category has additional attributes to the default given by magento
Any idea???
Thank you so much!
|