Problem/Motivation

I would like to be able to pass null elements to $value

Steps to reproduce

Load an array containing a NULL element in $value

Proposed resolution

Pass the array through array_filter before merging

Remaining tasks

Community review

User interface changes

None

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

B2F created an issue. See original summary.

B2F’s picture

Status: Active » Needs review
FileSize
573 bytes
heddn’s picture

Status: Needs review » Closed (won't fix)

There's a callback process plugin. Couldn't you build a pipeline and use it to call array_filter?

B2F’s picture

How should I pass two sources as a single array to the first parameter of a migrate callback plugin ?