Page 2 of 2

Re: Product import and export

Posted: 12 May 2015, 15:10
by garwat82
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

Re: Product import and export

Posted: 13 May 2015, 12:04
by aimeos
Hi Garret

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

Re: Product import and export

Posted: 17 May 2015, 16:27
by aimeos
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.

Re: Product import and export

Posted: 17 May 2015, 19:32
by garwat82
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