Member since
01-15-2019
2
Posts
0
Kudos Received
0
Solutions
08-17-2022
12:48 PM
You are using an array, this is why you got null values. You have 2 options: Change the expressions to $[0].ARRIVAL_DATE and $[0].BOOK_ID, and it will work Read the file and split the array using the SplitJson processor - set JsonPath expression to: $, and connect the SplitJson processor to your EvaluateJsonPath processor and it should work.
... View more