CSV Product Import not working

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!
vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 29 Jul 2021, 07:30

now i'm getting this error : Product import error: mkdir(): File exists
https://prnt.sc/1hhy1mz

can you please check this?

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

Re: CSV Product Import not working

Post by aimeos » 29 Jul 2021, 08:00

Configuration must be (without the file name):

Code: Select all

'location' => basepath( 'tmp' )
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 29 Jul 2021, 08:28

now i'm getting these errors : https://prnt.sc/1hipkvb
and here is the screenshot from my config file : https://prnt.sc/1hiqvib

vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 30 Jul 2021, 09:30

aimeos wrote: 29 Jul 2021, 08:00 Configuration must be (without the file name):

Code: Select all

'location' => basepath( 'tmp' )

here is the screenshot from my config file : https://prnt.sc/1hiqvib
and i'm getting these errors while importing the csv : https://prnt.sc/1hipkvb
can you please check these errors?

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

Re: CSV Product Import not working

Post by aimeos » 01 Aug 2021, 08:43

How does your mapping and your CSV file look like?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 02 Aug 2021, 06:40

can you please guide me, how can i map my csv file?
and what is the location for map file and how can i add array inside the map file?

vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 02 Aug 2021, 09:43

i have added the default mapping in configuration file
here you can check the default mapping in configuration file : https://prnt.sc/1ibnm3j

now i'm getting these error while running the command : php artisan aimeos:jobs "product/import/csv"
https://prnt.sc/1ibp3rj

can you please check this and let me know why i'm getting these errors.

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

Re: CSV Product Import not working

Post by aimeos » 03 Aug 2021, 13:30

Seems like you've removed the demo attribute types (size, color, length, width) or didn't add the demo data at all. Then, importing the example file produces these errors because the attribute types aren't available and Aimeos refuses to import product with attributes where the types are unknown.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

vishal_thakur
Posts: 13
Joined: 28 Jul 2021, 11:59

Re: CSV Product Import not working

Post by vishal_thakur » 06 Aug 2021, 06:07

i'm getting error while importing product
Unable to import product with code "dish_soap_1": Invalid characters in date "default". ISO format "YYYY-MM-DD hh:mm:ss" expected.

i have changed item code too much time but i'm still getting the same error.
here is my csv file : https://prnt.sc/1jqqg6a
and here is my config file : https://prnt.sc/1jqqobh
can you please check this?

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

Re: CSV Product Import not working

Post by aimeos » 06 Aug 2021, 06:53

Can you paste the complete CSV file and the complete mapping configuration?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply