[
https://issues.apache.org/jira/browse/NIFI-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17986349#comment-17986349
]
ASF subversion and git services commented on NIFI-14678:
--------------------------------------------------------
Commit aaa1bb824a253d383e4b44b7a0261c48099967c9 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aaa1bb824a ]
NIFI-14678 Aligned the JoltTransformJSON tags with the Jolt DSL names (#10034)
Signed-off-by: David Handermann <[email protected]>
> Align the JoltTransformJSON tags with the Jolt DSL names
> --------------------------------------------------------
>
> Key: NIFI-14678
> URL: https://issues.apache.org/jira/browse/NIFI-14678
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Trivial
>
> JOLT main operations are
> * Shift
> * Default
> * Remove
> * Sort
> * Cardinality
> and in JoltTransformJSON there are tags to represent them
> {code:java}
> @Tags({"json", "jolt", "transform", "shiftr", "chainr", "defaultr", "removr",
> "cardinality", "sort"}){code}
>
> In addition to these operations, Jolt also has advanced operations
> * Modify-Default-Beta
> * Modify-Overwrite-Beta
> * Modify-Define-Beta
> These should also be added to the tags section.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)