You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/07/12 03:03:00 UTC

[jira] [Assigned] (NIFI-10196) JoltTransformJSON fails to validate and save specs in 1.16.2

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

David Handermann reassigned NIFI-10196:
---------------------------------------

    Assignee: David Handermann

> JoltTransformJSON fails to validate and save specs in 1.16.2
> ------------------------------------------------------------
>
>                 Key: NIFI-10196
>                 URL: https://issues.apache.org/jira/browse/NIFI-10196
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.16.2
>            Reporter: Andre Araujo
>            Assignee: David Handermann
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In NiFi 1.16.2 something seems to have been broken in the JoltTransformJSON processor.
> When I go to the ADVANCED page in the processor properties and enter a valid spec and input, the processor fails to validate them correctly, showing "Error occurred during validation". If I try to save it, I get "Error occurred during save properties".
> I tried the same spec and input in a 1.15.3 and the same worked correctly.
> Spec:
> {code}
> [
>   {
>     "operation": "shift",
>     "spec": {
>       "*": "shifted_&"
>     }
>   }
> ]
> {code}
> Input:
> {code}
> {
>   "a": 123
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)