CSV Import - Products

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: CSV Import - Products

Post by aimeos » 06 May 2021, 12:05

You have to configure the absolute file system path where your CSV files are stored using "controller/jobs/product/import/csv/location":
- https://aimeos.org/docs/2021.x/cronjobs ... and-format
- https://aimeos.org/docs/2021.x/config/c ... /#location
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: CSV Import - Products

Post by aimeos » 07 May 2021, 16:53

SinanSakic wrote: 04 May 2021, 09:09 controller.jobs.product.import.csv {
container.type = Directory
location =C:\xampp\htdocs\gourmets\uploads\
}
Maybe TypoScript is a bit picky here. Can you try:

Code: Select all

controller.jobs.product.import.csv {
  container.type = Directory
  location = C:\xampp\htdocs\gourmets\uploads\
}
Another problem might be that a Windows path may not work.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply