import product csv

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
whatdaro
Posts: 42
Joined: 19 May 2021, 17:48

import product csv

Post by whatdaro » 15 Aug 2022, 11:20

Laravel: 9.13.0
Aimeos: 2022.04
PHP: 8.1.6
DB: MariaDB 15.1

Hi,
I would like to import a csv file of "default" type products but with each product having multiple attributes.
the example provides help with importing a product with a single attribute:
"attribute code","attribute type"
"S/M","size"

how would I include multiple attributes on the csv for one product. What is the format?

is it something like?:
"attribute code","attribute type","attribute2 code","attribute2 type"
"S/M","size","blue","color"

thanks

User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

Re: import product csv

Post by VirtualSpy » 16 Aug 2022, 01:28

just do mapping for multiple attributes and on CSV heading you can use anything for your understanding like attribute 1 , attribute 2

User avatar
aimeos
Administrator
Posts: 7908
Joined: 01 Jan 1970, 00:00

Re: import product csv

Post by aimeos » 16 Aug 2022, 06:23

whatdaro wrote: 15 Aug 2022, 11:20 is it something like?:
"attribute code","attribute type","attribute2 code","attribute2 type"
"S/M","size","blue","color"
Exactly :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply