[ 
https://issues.apache.org/jira/browse/NIFI-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595412#comment-16595412
 ] 

ASF GitHub Bot commented on NIFI-5353:
--------------------------------------

Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2833
  
    @mattyb149  thanks for the updates! This is looking much better now. Was 
able to run through some simple test cases and everything appears to work as 
expected. +1 merged to master!


> 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)

Reply via email to