[
https://issues.apache.org/jira/browse/NIFI-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595409#comment-16595409
]
ASF subversion and git services commented on NIFI-5353:
-------------------------------------------------------
Commit 53969adcc8a68185447b4e3546d634663e74c6f0 in nifi's branch
refs/heads/master from [~ca9mbu]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=53969ad ]
NIFI-5353: Add JoltTransformRecord processor
> Add a JoltTransformRecord processor
> -----------------------------------
>
> Key: NIFI-5353
> URL: https://issues.apache.org/jira/browse/NIFI-5353
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
>
> JOLT is a great Domain-Specific Language (DSL) and engine for transforming
> JSON documents, which our JoltTransformJSON processor leverages. However, the
> JOLT engine simply translates the JSON text into a Java object, runs the
> transformation based on the spec, and then transforms the object(s) back into
> JSON. This is very similar to how our record-based processors work, and JOLT
> itself is not bound to JSON per se.
> We can leverage JOLT to provide a record-based processor to run JOLT
> transformations on any incoming record sets, such as XML, CSV, Avro, etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)