Dear Adrien This is not related to migration, but rather to the transformer set for a multivalue field. Transformer have the responsibility to retrieve and store data in a certain format. http://documentation.magnolia-cms.com/display/DOCS/Transforming+field+values
Each field has a default transformer defined, and for the multivalue field it's a MultiValueTransformer that store multiple values into a single JCR multivalue property. If you want to access and store multiple values in multiples properties (like in your example) you should add the following property to your field definition: transformerClass : info.magnolia.ui.form.field.transformer.multi.MultiValueChildNodeTransformer http://documentation.magnolia-cms.com/display/DOCS/Transforming+field+values#Transformingfieldvalues-MultiValueSubChildNodeTransformer This should solve your issue. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=b277f672-b1a1-4fd7-a087-09d3a28003e2 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
