Product Import using csv file

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!
anupy27
Posts: 3
Joined: 21 Jun 2016, 09:18

Product Import using csv file

Post by anupy27 » 21 Jun 2016, 11:47

Hello,

I have been trying to import product using CSV, its a sample file provided by Aimeos but its only getting entered in table madmin_job and file getting uploaded in folder ./public/uploads/514f0dcf1c0924a7b3c4979a8af08e52.csv but products not getting imported, please help.

Not getting any error.

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

Re: Product Import using csv file

Post by aimeos » 21 Jun 2016, 12:08

The import/export in the expert admin interface is only for product texts! When you want to import new product texts, you have to set up a cronjob for the "admin/job" task so the jobs in the "madmin_job" table will be processed.

You most likely want to import the products itself. In this case you need to place the import file in the file system (the directory depends on the controller/jobs/product/import/csv/location configuration) and run the "product/import/csv" job task from command line or a cronjob. You will find detailed information about importing products at https://aimeos.org/docs/Developers/Cont ... s_from_CSV
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

anupy27
Posts: 3
Joined: 21 Jun 2016, 09:18

Re: Product Import using csv file

Post by anupy27 » 21 Jun 2016, 13:53

Thanks got your answer useful to me.

Post Reply