Support Questions

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

What Processors can help me to Lookup records?

avatar
Explorer

Hi all, 

 

I have a scenario where:

1. I get a list of flowfiles in Json format

2. Using Jolt I extract the fields and send it to an API

3. The result of the API needs to find the match in the original json that was ingest in the step one.

 

I've not understood yet what kind of processors I need to implement, I was looking at the LookupRecord, but I haven't so far understood what to do to make the lookup happen in the right flowfile? 

 

Could someone guide me what is necessary to perform it?

1 ACCEPTED SOLUTION

avatar
Explorer

Hi all, 

 

I found that I can use the RestlookupService and the LookupRecord in order to provide the output enrichment based on the response payload.

 

Thanks.

Emerson

View solution in original post

1 REPLY 1

avatar
Explorer

Hi all, 

 

I found that I can use the RestlookupService and the LookupRecord in order to provide the output enrichment based on the response payload.

 

Thanks.

Emerson