QuestionQ45

Load and leverage structured, semi-structured, and unstructured data

Which menu option in the Snowsight data-loading interface ensures that table column names are identified from the first row of the file being loaded?

Explanation

The Header option designates the file’s first row as column headers, so Snowflake uses those values to determine column names. This corresponds to the PARSE_HEADER file-format setting, which uses first-row headers to determine column names.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!