You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: