- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
majento 1.9.1 product upload csv - can we upload the multiple attributes in one row
Hi,
we areusing majento1.9.1.
csv requires multiple attributes to be updated in seperate rows for example
SKU Colour
4145 RED
BLUE
GREEN
IS IT POSSIBLE TO UPLOAD THE SAME IN ONE ROW
SKU Colour
4145 RED, BLUE, GREEN
or
4145 RED|BLUE|GREEN
With regards,
Jitandra Singh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: majento 1.9.1 product upload csv - can we upload the multiple attributes in one row
Hi,
The csv format depends on development of code. If you want to change you csv format then you need to change code accordingly.
Thanks,
Dibyajyoti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: majento 1.9.1 product upload csv - can we upload the multiple attributes in one row
i want to know how to do that?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: majento 1.9.1 product upload csv - can we upload the multiple attributes in one row
You should customize in the source code for reading that CSV because your CSV file is custom file and it does not support by default. If you have any issue during customization, please feel free contact me, I will help you to do.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: majento 1.9.1 product upload csv - can we upload the multiple attributes in one row
You have changed CSV structure, so you can not upload as well. To do, you should change in code to support new CSV structure. Please try
If you have any issue, please contact me, i will help you to do