Product import and export

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
garwat82
Posts: 16
Joined: 18 Dec 2014, 11:07

Re: Product import and export

Post by garwat82 » 12 May 2015, 15:10

Hi there

Finally, I've finished the product import for CSV files which is implemented as a job controller. It's able to import texts, media, prices and attribute as well as product references. The current code is available here: https://github.com/aimeos/arcavias-core/pull/13

Garret

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

Re: Product import and export

Post by aimeos » 13 May 2015, 12:04

Hi Garret

Thank you for this great contribution!
We've merged it into the master branch now.

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

Re: Product import and export

Post by aimeos » 17 May 2015, 16:27

Hi Garret

Based on your code we've added a performance test for the product import and tuned it a bit. With some additional caching, we've managed to make the import almost 30% faster :-)

Furthermore, some changes increased the flexibility of the implementation by enabling developers to replace the processor and cache classes just like any other class. We are planning to write some documentation for this too in the near future.

garwat82
Posts: 16
Joined: 18 Dec 2014, 11:07

Re: Product import and export

Post by garwat82 » 17 May 2015, 19:32

aimeos wrote: Based on your code we've added a performance test for the product import and tuned it a bit. With some additional caching, we've managed to make the import almost 30% faster :-)
Cool!
I'm working on the catalog import now to make it complete.

Garret

Post Reply