[
https://issues.apache.org/jira/browse/NIFI-16237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106510#comment-18106510
]
ASF subversion and git services commented on NIFI-16237:
--------------------------------------------------------
Commit 91bcaeb5f30f621f4c21ca7d74ed131f4eedf207 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=91bcaeb5f30 ]
NIFI-16237 Fixed order for Null Value options in JSON Path Processor (#11576)
> Correct Null Value Representation Ordering in EvaluateJsonPath
> --------------------------------------------------------------
>
> Key: NIFI-16237
> URL: https://issues.apache.org/jira/browse/NIFI-16237
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Nissim Shiman
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The extension-manifest.xml for nifi-standard-nar's EvaluateJsonPath and
> SplitJson processor have the following:
> {code:java}
> <property>
> <name>Null Value Representation</name>
> <displayName>Null Value Representation</displayName>
> <description>Indicates the desired representation of JSON Path
> expressions resulting in a null value.</description>
> <defaultValue>empty string</defaultValue>
> <allowableValues>
> <allowableValue>
> <displayName>the string 'null'</displayName>
> <value>the string 'null'</value>
> <description/>
> </allowableValue>
> <allowableValue>
> <displayName>empty string</displayName>
> <value>empty string</value>
> <description/>
> </allowableValue>
> </allowableValues>
> ........
> ........
> </property>
> {code}
> The allowableValues can have their order switched. It would be prefered for
> the order to remain the same for reproducable builds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)