I am attempting to make use of Drupal Development Service migrate module to import knowledge from a mysql desk to Drupal 7. I’ve created a content material sort with a area sort of boolean and used “single on/off checkbox” as Drupal Development Service widget. So in Drupal Development Service migration locations Drupal Development Service area is (list_boolean).
Drupal Developer knowledge in Drupal Development Service database is integer (0/1).
I set Drupal Development Service area mapping: $this->addFieldMapping(‘field_my_event’, ‘my_event’);
Nonetheless, none of Drupal Development Service 1’s get saved as 1 in Drupal Development Service field_my_event desk when migrated.
I attempted additionally forcing Drupal Development Service worth to a boolean worth of TRUE/FALSE in Drupal Development Service prepareRow hook, however that did not make a distinction.
variations I am working with: Drupal 7.33 and Migrate 7.x-2.6-rc1
Can somebody steer me in Drupal Development Service proper course?