You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2018/08/28 18:34:00 UTC

[jira] [Updated] (NIFI-5353) Add a JoltTransformRecord processor

     [ https://issues.apache.org/jira/browse/NIFI-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne updated NIFI-5353:
-----------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0
           Status: Resolved  (was: Patch Available)

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