Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this solution

avatar
Super Guru

Hi, @Onkar_Gagre ,

 

You can use a Record Path expression to do what you want in a QueryRecord processor. Please try the example below:

SELECT *
FROM FLOWFILE
WHERE RPATH(labels, '/site_identifier') = 'xyz'

 

Cheers,

André

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

View solution in original post

Who agreed with this solution