CSV import

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!
KarstenSoll
Posts: 5
Joined: 07 Mar 2017, 17:17

CSV import

Post by KarstenSoll » 04 Aug 2017, 11:02

Hello!

I'm trying to import articles from a CSV-file but it didn't work. Thats what I did:

1. I created a CSV like you did't in you example CSV
2. I added a new task in the scedular: Aimeos Shop Planer >> Task: Product import CSV. In the field TS-Configuration I wrote:
controller.jobs.product.import.csv.container.type = Zip
controller.jobs.product.import.csv.location = fileadmin/tmp/import.zip
3. I uploaded the ziped CSV file to "fileadmin/tmp/" an launch the task. - But it didn't work. No product was importet.

What is wrong?

Kind regards

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

Re: CSV import

Post by aimeos » 04 Aug 2017, 21:17

"fileadmin/tmp/import.zip" is probably wrong as the base path of the TYPO3 scheduler is probably the ./typo3/ directory. Try "../fileadmin/tmp/import.zip" or the absolute path instead.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply