Re: Enrichment of record data with a REST API

2020-06-30 Thread Mark Payne
Mike, To really do a good job with Enrichment from an http endpoint, we need two transformations really. We need the ability to transform the input Record into what the web service wants/needs. And we also need the ability to take the response from that web service and join that response togeth

Re: Enrichment of record data with a REST API

2020-06-29 Thread Mike Thomsen
Matt, Yeah, I was thinking about that, but there are a lot of variables that have come up since I wrote that service. One of the big ones is how to take partial responses and merge them? There's no transformer API for that service. Nothing like a Groovy script, JOLT, etc. What do you think? I thi

Re: Enrichment of record data with a REST API

2020-06-29 Thread Matt Burgess
Mike, I think you can use LookupRecord with a RestLookupService to do this. If it's missing features or it otherwise doesn't work for your use case, please let us know and/or write up whatever Jiras you feel are appropriate. Regards, Matt On Mon, Jun 29, 2020 at 4:56 PM Mike Thomsen wrote: > >

Enrichment of record data with a REST API

2020-06-29 Thread Mike Thomsen
Does anyone know a good pattern using the Record API to enrich a data set record by record with a REST API? Thanks, Mike