Filing as a bug, rather than feature request, because the process appears to support it but doesn't.

Here's a patch which adds this functionality.

I'm noticing that nodes which didn't have any checkmarks in the original are coming through like "0,0,0,0,0..." While this isn't how the data should be formatted (it should just be empty), there appears to be no harm done, though I don't know how it works for fields outside of my use-case.

This one may still need more work. I'm not sure about it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iamEAP’s picture

The "0,0,0,0" was bad. Just need to apply array_filter() to the array.

valthebald’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x-dev. Thank you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.