What is the purpose of the NULL_IF parameter when loading CSV data into Snowflake?
NULL_IF
NULL_IF defines specific input string values that Snowflake replaces with SQL NULL during CSV data loading.
NULL
Community Discussion