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
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