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 2017/09/12 14:08:00 UTC

[jira] [Updated] (NIFI-4378) JSON Record Writer should allow user to suppress null values

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

Mark Payne updated NIFI-4378:
-----------------------------
    Description: When using the JSON Record Writer, it would be nice to be able to suppress null values. Ideally, we would be able to choose between 'Always Suppress', 'Never Suppress', and 'Suppress When Missing'. The 'Suppress When Missing' option would not write out a null field if the field had no value but would still write out a null if the value of the field were explicitly set to null. This allows for a differentiation between 'null' and a missing value.

> JSON Record Writer should allow user to suppress null values
> ------------------------------------------------------------
>
>                 Key: NIFI-4378
>                 URL: https://issues.apache.org/jira/browse/NIFI-4378
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>
> When using the JSON Record Writer, it would be nice to be able to suppress null values. Ideally, we would be able to choose between 'Always Suppress', 'Never Suppress', and 'Suppress When Missing'. The 'Suppress When Missing' option would not write out a null field if the field had no value but would still write out a null if the value of the field were explicitly set to null. This allows for a differentiation between 'null' and a missing value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)