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
As the title suggests, I'm encountering an issue when uploading a file that contains a boolean column. In the dataset, empty values haven't been defined, where as false & true should set the value accordingly. When I upload the file, the empty values return false instead.
The text was updated successfully, but these errors were encountered:
Hey @jeremylyng, currently that is not possible with checkbox field. But we could add a flag preserveUndefined to the checkbox field definition and if this flag is enabled then leave undefined instead of converting it to false. PRs are welcome for this.
Appreciate your work on this project all!
As the title suggests, I'm encountering an issue when uploading a file that contains a boolean column. In the dataset, empty values haven't been defined, where as false & true should set the value accordingly. When I upload the file, the empty values return false instead.
The text was updated successfully, but these errors were encountered: