Customer Portal

Denormalizer: how to deal with some keys having null value??

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    you can't do that in Denormalize node. The workaround could be setting "phone" field as not nullable with default value (eg. "unknnown" ) and then strip this value in Denormalizer.
  • Avatar
    achan
    0
    Comment actions Permalink
    I got it working with your suggestion. Thanks!!

Please sign in to leave a comment.