QuestionQ4

Ingest and Process Data

When loading data from a CSV file with SnowSQL, which copy option removes the header record from the data being loaded?

Explanation

SKIP_HEADER specifies the number of lines at the beginning of a CSV file that Snowflake skips during loading. Setting it to 1 excludes one header record from the loaded data.

Learn more

Community Discussion

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