Support Questions

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

How to pass an attribute/property from JsonPathReader to QueryDatabaseTable in NiFi?

avatar
New Contributor

leuok.pngI`m starting with NiFi framework and I have the following problem: I´m getting data from a QueryDatabaseTableRecord that I need to put in S3, the problem in that the path (Object Key) that I must use it´s coming from an Json file.

I'm getting both process done well as separate but cant give the property of the EvaluateJsonPath to the File Flow of the QueryDatabaseTableRecord one.

Any idea or workaround?

Thanks guys!

 

 

1 REPLY 1

avatar
Expert Contributor

Sorry, cant visualize it, but your flow can be look like this:

 

QueryDatabaseTableRecord -> Wait ->PutS3Object
                         -> FetchFile -> EvaluateJsonPath -> Notify

 

You can overhand the attribute from JSON to the waiting FlowFile.

If you need help with configuration or other stuff for this, just text me.