My requirement is emigrate content material nodes in xml format to drupal 7 content material kind fields.Drupal Development Company xml accommodates a node which must be discipline assortment in drupal.I understand how emigrate discipline that are enity references and time period references.However i’m new to discipline assortment migration.I’m utilizing drupal migrate contrib module for migration. Drupal Development Company discipline assortment node in my xml file.
<myphotos_grid grid="true"><![CDATA[<rows> <row rowID="1"> <rowAttribute> <theName>photo-name</theName> <value>photname1</value> </rowAttribute> <rowAttribute> <theName>photo-credit</theName> <value>my credit</value> </rowAttribute> <rowAttribute> <theName>photo</theName> <value> <attachment id="1009343343"/> </value> </rowAttribute> </row> <row rowID="2"> <rowAttribute> <theName>photo-name</theName> <value/> </rowAttribute> <rowAttribute> <theName>photo-credit</theName> <value/> </rowAttribute> <rowAttribute> <theName>photo</theName> <value> <attachment id="4432434344"/> </value> </rowAttribute> </row> </rows>]]></myphotos_grid>
I’m writing a base class for my content material varieties migration by extending XMLMigration class and it defines Drupal Developer migration supply recordsdata and vacation spot.Additionally i’m writing corresponding lessons for every content material kind which defines Drupal Developer discipline mapping by extending base class.
Above xml grid node in xml which must be migrated to to discipline assortment in my content material kind X in drupal 7 website.
My queries
Whether or not i would like to put in writing a seperate class for discipline assortment extending my customized content material kind X migration class or including Drupal Developer discipline mappings for discipline assortment in Drupal Developer customized content material kind X migration class? Whcih is Drupal Developer greatest customary emigrate discipline assortment in drupal?
I’m new to this discipline assortment migration,please assist,Additionally very sorry for my english.