CSV Import

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!
derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

CSV Import

Post by derJu » 01 Dec 2016, 13:39

Hi,

how can I integrate the newly created fields into my inport?

best regards
Attachments
Screen Shot 2016-12-01 at 14.36.20.png
Screen Shot 2016-12-01 at 14.36.20.png (109.28 KiB) Viewed 1791 times

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

Re: CSV Import

Post by aimeos » 02 Dec 2016, 11:07

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, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: CSV Import

Post by derJu » 02 Dec 2016, 15:45

Sorry,

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
              }
            }
         }

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

Re: CSV Import

Post by aimeos » 05 Dec 2016, 14:12

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, Image give us a star

Post Reply