Forum Discussion

manohar's avatar
manohar
Contributor
5 years ago
Solved

Search in Array

hi there, I have data coming in these structures source1 - { "@type": "array", "order-line": [ { "line-num": "00010", "attac...
  • Mark's avatar
    4 years ago

    I had to do this JSON.stringify($original), but that worked. Using $original caused insertion problems into a varchar2 or clob because it wasnt the same datatype. But, your recommendation to put it in the mapper snap of the error pipeline worked out great because I only had to change the one error pipeline and not all 20 or so pipelines that call the error pipeline. Thanks