Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

NiFi - Using EvaluateJsonPath on flowfiles containing multiple records.

avatar
Contributor

Hello all

I have a NiFi data flow that has flowfiles containing multiple json records (with exactly the same received time) and I'm trying to extract the timestamp as a flowfile attribute as follows:

Griggsy_0-1637161822101.png

All the received times match as I'm using a PartitionRecord processor prior to EvaluateJsonPath, I have confirmed they are identical.

I am aware that I can split > extract > merge but I am trying to avoid that due to the high volume of data passing through this flow, is there any way to just extract the first timestamp for all the records in a single flowfile using EvaluateJsonPath? or another record processor?

 

I am also trying to avoid having to use ExtractText and regex to pull the timestamp, again due to the volume of data in the flow.

 

There is an existing flow working in our production environment using plain/text and regex etc. I am trying to re-design using record processing to improve efficiency. 

 

any assistance welcome. 

🙂

 

 

 

3 REPLIES 3

avatar
Contributor

Hi ,

Since there is no json structure mentioned in the question , Could you please check the JOLT nifi processor . Refer the jolt specification . 

 

https://stackoverflow.com/questions/61697356/extract-first-element-array-with-jolt

 

Using Jolt nifi processor , we can perform many transformations from json file.

 

Thanks

avatar
Contributor

Thanks for the reply, is there a way to use Jolt to extract to flowfile attribute?

avatar
Master Mentor

@Griggsy 

If you can share a source json, it may help with more specific guidance in the community.

Thanks,
Matt