Re: [Nifi 1.5.0] Map values to be replaced in a UpdateRecord processor

2018-04-11 Thread Mike Thomsen
Sorry, misread which processor you're using. You'd want to use LookupRecord with my suggestion. On Wed, Apr 11, 2018 at 9:40 AM, Mike Thomsen wrote: > If you know a scripting language that's supported, you can use the > ScriptedLookupService to tailor the behavior to

Re: [Nifi 1.5.0] Map values to be replaced in a UpdateRecord processor

2018-04-11 Thread Mike Thomsen
If you know a scripting language that's supported, you can use the ScriptedLookupService to tailor the behavior to your exact specification. The dynamic properties also support EL, so depending your use case you might be able to leverage that. Ex of a Groovy script built for