Hi all,

My .csv looks like this :

node id;foto;foto2;foto3
1423;public://900 - kopie.jpg
1334;public://1.jpg;public://Lint - Prins Albert.JPG;public://_MG_8484.jpg
1335;public://de heideweb.jpg;public://de heideweb 2.jpg
1336;public://595.jpg

My mapper looks like this

source > Target

node id > Node ID
foto > foto
foto2 > foto
foto3 > foto

Only node id 1423 and 1336 are okay because of only 1 image.
1334 & 1335 only have one image instead of 3 images, they have the last image.

What am I doing wrong to have 3 images under 1334. Manual upload of 3 images through backend is okay, so multiple values allowed.

Thanks for feedback.

Comments

websmash’s picture

Issue summary: View changes

edit

sharif.tanveer’s picture

subscribing; same problem here

MegaChriz’s picture

Component: Feeds Import » Code
Priority: Major » Normal
Issue summary: View changes
Status: Active » Fixed

Feeds doesn't allow to map multiple sources to the same target. There is an issue for that: #982150: Multiple mappings to the same target.

The easiest way to solve this problem is to put the images in one CSV column and separate them by an other character than the CSV delimiter, for example a pipe character: |. You could then use Feeds tamper's "Explode" plugin to split the values.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.