Forum Discussion

Leonard .'s avatar
Leonard .
Copper Contributor
Aug 09, 2018

JSON NodeReference help

I have a need to extract some JSON data, my postman data looks as follows postman

JSON

"typeProperties": {

            "format": {

                "type": "JsonFormat",

                "filePattern": "setOfObjects",

                "jsonNodeReference": "$.[0].",

                "jsonPathDefinition": {

                    "firstRecIdField": "firstRecIdField"

                }

            },

 

But the pipeline is failing with JsobReader item not an object, any ideas on how I should structure it in ADF?

 

Thanks in advance

No RepliesBe the first to reply

Resources