SimpleScriptedLookupService 2.0.0

Bundle
org.apache.nifi | nifi-scripting-nar
Description
Allows the user to provide a scripted LookupService instance in order to enrich records from an incoming flow file. The script is expected to return an optional string value rather than an arbitrary object (record, e.g.). Also the scripted lookup service should implement StringLookupService, otherwise the getValueType() method must be implemented even though it will be ignored, as SimpleScriptedLookupService returns String as the value type on the script's behalf.
Tags
groovy, invoke, lookup, script
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties
Dynamic Properties
Restrictions
Required Permission Explanation
execute code Provides operator the ability to execute arbitrary code assuming all permissions that NiFi has.