SnowPro Core Certification — Question 1025

What is the purpose of the STRIP_NULL_VALUES file format option when loading semi-structured data files into Snowflake?

Answer options

Correct answer: D

Explanation

The STRIP_NULL_VALUES option is specifically designed to remove object or array elements that contain null values, which is essential for maintaining data integrity during the loading process. Options A, B, and C misrepresent the functionality since they suggest either removing all nulls, converting them, or skipping entire rows, which is not the intent of this specific option.