We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presently it is only possible to cast a boolean to a string.
It would be great to be able to cast a boolean to numeric types with the standard false=0 true=1.
this would be helpful in data transformations where boolean information from other fields should affect a numeric field.
The text was updated successfully, but these errors were encountered:
@TheDarkFlame , can you make a community contribution for that?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Presently it is only possible to cast a boolean to a string.
It would be great to be able to cast a boolean to numeric types with the standard false=0 true=1.
this would be helpful in data transformations where boolean information from other fields should affect a numeric field.
The text was updated successfully, but these errors were encountered: