[
https://issues.apache.org/jira/browse/NIFI-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369185#comment-15369185
]
ASF GitHub Bot commented on NIFI-2020:
--------------------------------------
Github user YolandaMDavis commented on a diff in the pull request:
https://github.com/apache/nifi/pull/564#discussion_r70169420
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/JoltTransformJSON.java
---
@@ -95,6 +99,24 @@
.required(false)
.build();
+ public static final PropertyDescriptor CUSTOM_CLASS = new
PropertyDescriptor.Builder()
+ .name("jolt-custom-class")
+ .displayName("Custom Transformation Class Name")
+ .description("Fully Qualified Class Name for Custom
Transformation Module Directory should be specified")
+ .required(false)
+ .expressionLanguageSupported(false)
--- End diff --
hey @mattyb149 thanks for this review! EL is something I was thinking to do
in another iteration; the challenge will be ensuring it will play nicely with
the advanced ui. In the advanced UI we have the ability to test out
specifications against test data. I think it's important to think through how
adding EL will/should reflect there (especially if EL is using flow file
attributes which aren't available at that testing point). Also we'll need to
ensure that the syntax will play nicely with the codeditor.
> Enhance JoltTransformJSON processor to support custom transforms
> ----------------------------------------------------------------
>
> Key: NIFI-2020
> URL: https://issues.apache.org/jira/browse/NIFI-2020
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Affects Versions: 1.0.0
> Reporter: Yolanda M. Davis
> Assignee: Yolanda M. Davis
> Fix For: 1.0.0
>
>
> Jolt supports additional custom transforms via fully-qualified Java
> classnames. Would like to provide the ability to support custom
> transformation (via drop in jars) for the Jolt Transform processor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)