Skip to content
New issue

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

expr returning null, undefined, or NaN strategy #22

Open
DanielJDufour opened this issue Sep 10, 2023 · 1 comment
Open

expr returning null, undefined, or NaN strategy #22

DanielJDufour opened this issue Sep 10, 2023 · 1 comment

Comments

@DanielJDufour
Copy link
Owner

DanielJDufour commented Sep 10, 2023

if an expr returns null or undefined or NaN, we should follow a defined strategy

expr_nullish_strategy
"skip" - just skip inserting
"no-data" - replace with out_no_data if available and proceed as normal
"none" - don't do anything, pass along value to everything else

@DanielJDufour DanielJDufour changed the title expr returning null or undefined strategy expr returning null, undefined, or NaN strategy Sep 10, 2023
@DanielJDufour
Copy link
Owner Author

added insert_null_strategy, which toggle whether to insert or skip null values

this doesn't address auto-mapping null to no-data values though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant