Hi ,

I would linke import more than on element on cck , do you know if is possible,

in example :

I've three languages on source (es,ca, en) i want mapping all in Target Depart ( depart is a text area ( multiple rows) so when i imported i would like getting a Depart with three row, but i got only one row with last (term)

i don't want create on target for one source. any idea ?

Thanks

Comments

janusman’s picture

I think this could be a bug; I have, however, imported similar cases (multivalued DC:language fields into a multivalued CCK text field) and it works... have you tried making sure that:
1) The cck field is set to "Number of values: unlimited"?
2) Did you try using a CCK field that has a text field (single line) instead of multiline?

puhig’s picture

Hi,

I mapping 3 diferent source on 1 target (isn't a coma separated value so i can use a single line, segond option not possible)

i.e, on Mapping :

Source Target

Language_A Language
Language_B Language
Language_C Language

On target Language only import Language_C

echo $Language => $Language_C

janusman’s picture

Status: Active » Postponed (maintainer needs more info)

I'd really appreciate a screenshot of your configuration, and also sample XML of the item(s) you're trying to import.