Hi Ben, At the moment we don't support custom record path functions.
You would have to add the function here: https://github.com/apache/nifi/tree/master/nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions and update the compiler here: https://github.com/apache/nifi/blob/master/nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/paths/RecordPathCompiler.java#L207 Thanks, Bryan On Mon, Mar 30, 2020 at 5:01 PM Benjamin Garrett < [email protected]> wrote: > Hi, > > I was looking at the RecordPath / RecordReader API docs and I was > wondering whether it was possible to write custom functions that could be > plugged in? > > > https://nifi.apache.org/docs/nifi-docs/html/record-path-guide.html#functions > > Thanks in advance! > Ben >
