I created a dataport for importing data from an Excel file. I want to Import the data to class ClassProduct. ClassProduct has a field called descriptionLong of type field collection. The allowed field collection is FiCoDescriptionLong.
In the transformation settings of field descriptionLong I create an array as described in Pimcore-Data-Director-Manual page 16. For testing purpose I just return
I created a dataport for importing data from an Excel file. I want to Import the data to class ClassProduct. ClassProduct has a field called descriptionLong of type field collection. The allowed field collection is FiCoDescriptionLong.
In the transformation settings of field descriptionLong I create an array as described in Pimcore-Data-Director-Manual page 16. For testing purpose I just return
If I run the import for 1 line I get the following output:
It seems that only the current locale is used for importing data, because only the value for en is imported, regardless of the order in the array.