
Answer-first summary for fast verification
Answer: FIELD_OPTIONALLY_ENCLOSED_BY
The FIELD_OPTIONALLY_ENCLOSED_BY option is specifically designed to handle fields that may be enclosed by quotation marks (single or double quotes) in CSV files. When set to a quote character like '"' or "'", Snowflake will recognize and properly parse these enclosed fields. The community discussion confirms this with 100% consensus on option C, citing official Snowflake documentation that explains how to handle enclosed fields. Other options are less suitable: BINARY_FORMAT is for binary data, ESCAPE_UNENCLOSED_FIELD handles escaping in unenclosed fields, and SKIP_BYTE_ORDER_MARK deals with BOM characters in UTF-encoded files.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.