[
https://issues.apache.org/jira/browse/NIFI-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16803936#comment-16803936
]
Matt Burgess commented on NIFI-6151:
------------------------------------
This can already be done in InvokeScriptedProcessor (ISP), you can add
whichever properties you wish, to include RecordReader and/or RecordSetWriter
controller services. ExecuteScript is more of a quick-and-dirty processor, ISP
is for anything more fancy than that :) If you like, I can script up an ISP
record-based example and put it on [my blog|https://funnifi.blogspot.com/], but
I don't think we need a separate processor for it. Does ISP (with an example)
satisfy your needs?
> Expose Records in ExecuteScript Processor
> -----------------------------------------
>
> Key: NIFI-6151
> URL: https://issues.apache.org/jira/browse/NIFI-6151
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: Adam Fisher
> Priority: Minor
> Labels: features
>
> This is a proposal to give the `ExecuteRecordScript` processor the ability to
> optionally expose record reader and writer factory objects to scripts so they
> can do record-oriented processing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)