Development

Skip Empty Values During Concatenation in a Drupal 10 Migration

UPDATE. You can do the same as below without the need for a custom module function. (source)


This quick example shows one method to ignore empty values in a Drupal 10 migration concatenate process.

Code

Migrate code:

Module code:

Result

Example data:

Resulting field_address_full plain text value

 

Leave a Reply

Your email address will not be published.