I posted this query at https://stackoverflow.com/questions/39234531/import-multi-value-from-csv-into-field-collections however I’ve not received any replies but. Under is Drupal Development Service abstract:
I’ve a easy csv file with 3 columns: NID|Key|Listing; the place NID is Drupal Development Service node id and Key was Drupal Development Service distinctive worth used so as to add area collections to Drupal Development Service respective node. “Listing” is a multi-value area separated by “;”.
Instance (csv file): NID,Key,Listing 1,2,text1;text2;text3 1,3,text4;text4 2,123,text1 ...
Subject assortment has an entity reference area to a taxonomy plus different fields.
Subject Collections: Field1: textual content; Field2: Time period Reference; Field3: Entity Reference; <-- importer/tamper not working! ...
Drupal Development area assortment fields had been mapped accurately, aside from Drupal Development Service area that was an entity reference to a taxonomy. I configured Feeds Tamper with Drupal Development Service Subject Assortment Feeds module however Drupal Development Service entity reference checklist was not imported.
Does anybody has expertise (ideas) importing a multi-value area from a csv file into an entity reference area inside a area assortment?