Page 1 of 1

CSV import

Posted: 04 Aug 2017, 11:02
by KarstenSoll
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

Re: CSV import

Posted: 04 Aug 2017, 21:17
by aimeos
"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.