SnowPro Core Certification — Question 1199
Which file format option should be used when unloading data into a stage to create a CSV or a JSON file?
Answer options
- A. PARSE_HEADER
- B. TRIM_SPACE
- C. FILE_EXTENSION
- D. SKIP_HEADER
Correct answer: C
Explanation
The correct answer is C, FILE_EXTENSION, as it determines the format of the file being created during the unloading process. Options A, B, and D do not specify the file format; instead, they relate to other aspects of data processing, such as handling headers and whitespace.