Skip to content

Feature request: turn empty string to postgres null in exports #82

@65278

Description

@65278

At the moment, _json_to_pqtext as a format will output an empty string on an empty field. For some workloads, it'd make sense to translate JSON NULL and empty strings to a postgres NULL.

This function could be called _json_to_pqtext_null for example.

In general, the question is how to add options to handling the different possibilities of JSON NULL, empty field and missing field to schaufel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions