Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am processing 1.5 GB json file through a job where I am using tExtractJSONFields to extract 2 columns but getting below error,
tExtractJSONFields_1 Expected to find an object with property ['ResultDto'] in path $['Results'] but found 'null'. This is not a json object according to the JsonProvider: 'com.jayway.jsonpath.spi.json.JsonSmartJsonProvider'.
what could be the problem here? Thanks in Advance.