Member since
07-08-2017
2
Posts
0
Kudos Received
0
Solutions
08-07-2017
05:14 PM
Hi, We have extracted the required fields from Json file as below. It is not with only one processor. It is with two processors. 1. EvaluateJsonPath : What ever the configurations above mentioned are correct. This processor will validate whether this field exists or not. If not, then it will show that filed value as null. 2. AttributesToJSON : In the Attributes list property, give what ever the fields you want to pull (with comma separated) from the fields added in the EvaluateJsonPath processor. [say you have added field1 to 6 in EvaluateJsonPath and then you want only field 1,3,4. Then give field1,field3,field4 in the Attributes list in the AttributesToJSON processor.] Hope this helps you.
... View more