Created 03-14-2022 07:14 PM
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.