How i can export the products to excel or csv?

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!
malik_kat
Posts: 13
Joined: 09 Jan 2024, 09:20

How i can export the products to excel or csv?

Post by malik_kat » 23 May 2024, 10:17

I need to export products to Excel or CSV.
Because when importing products file CSV in the backend,
I overwrite on product_code and generate a unique code.
When the suppliers want a change in prices, texts, or media but don't know what the new product code.
For this reason, I want to export all products to Excel or CSV.

Please kindly help me and Thank you in advance.

PHP Version 8.2.12
Laravel version: 10
Aimeos version: 2023.10
Environment: windows (XAMPP cross-platform web server).

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

Re: How i can export the products to excel or csv?

Post by aimeos » 25 May 2024, 09:05

There's no product export to CSV because CSV is a pretty unsuitable format to store complex data and there's no column layout that would fit for all cases. You can implement such an export yourself with the same column layout as configured for your import.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply