Member since
04-01-2021
4
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3647 | 04-02-2021 06:23 AM |
04-02-2021
06:23 AM
1 Kudo
Hi Guys, I found the solution, the problem was a bug in Evaluatejsonpath Processor of Nifi V 1.13.1 so when i used Evaluatejsonpath Processor of Nifi V 1.12.1 every thing worked fine just like i expected it. Thank you
... View more
04-01-2021
05:18 PM
Hi everyone!
I have a file that contains a Json array of json objects. My first step is to split this flowfile into many flowfiles and ach one of them has a json object using SplitJson Processor. Then I'm trying to set the attributes of json to the flowfile attributes of each flowfile so I can use it after to build a query using Evaluatejsonpath processor. Everything worked fine at the beginning but then I noticed some flowfiles go to failure queue of Evaluatejsonpath.
I checked logs and the error is Invalid Json but when I went to see json files in failure queue the json has no problem and valid. Then I tried to change the processor that I'm using so I used ExecuteScript Processor. I used a script that does the some job I wanted, but still some problem some number of files go the failure queue.
Help!
Evaluatejsonpath Processor:
SplitJson Processor:
... View more
Labels:
- Labels:
-
Apache NiFi