[
https://issues.apache.org/jira/browse/NIFI-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595416#comment-16595416
]
ASF GitHub Bot commented on NIFI-5353:
--------------------------------------
Github user mattyb149 closed the pull request at:
https://github.com/apache/nifi/pull/2833
> 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
> Fix For: 1.8.0
>
>
> 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)