Ey all,

maybe this was already answered but I cannot find it. I need to add 2 values to 1 multivalue (entity reference) field, like:

#NAME		#ITEM
ALEJANDRO	BICYCLE
KATE		SCOOTER
ALEJANDRO	SKATE

so alejandro name will have bicycle AND skate item.

can this be done with feeds tamper?

thanks!

Comments

tuccio’s picture

I don't think so.

You need to put the items in a single line and then you can explode the string into an array:

#NAME          #ITEM
ALEJANDRO BICYCLE,SKATE
KATE            SCOOTER