CSV Import
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
CSV Import
Hi,
how can I integrate the newly created fields into my inport?
best regards
how can I integrate the newly created fields into my inport?
best regards
- Attachments
-
- Screen Shot 2016-12-01 at 14.36.20.png (109.28 KiB) Viewed 3460 times
Re: CSV Import
Can you please add more details what you would like to achieve? It's not clear from your screenshot and description.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: CSV Import
Sorry,
thats my code, i try to import my own types inside see printscreen of my first contribution:
thats my code, i try to import my own types inside see printscreen of my first contribution:
Code: Select all
controller.common.product.import.csv.separator = ,
controller.jobs.product.import.csv {
container.type = Directory
location = /var/www/vhosts/demo.de/httpdocs/typo3temp/aimeos/
mapping {
item {
0 = product.code
1= product.label
2 = product.type
3 = product.status
}
text {
4 = text.languageid
5 = text.type
6 = text.content
7 = product.text.languageid
8 = product.text.type
9 = product.text.content
}
catalog {
10 = catalog.code
}
}
}
Re: CSV Import
If you want to use more text types, you have to add them in the admin interface first and than you can use the codes in your CSV file. Is that what you've meant?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
