Skip to content

Instantly share code, notes, and snippets.

@Torenable
Last active May 25, 2017 22:39
Show Gist options
  • Save Torenable/4ef7d08b8ed1301dbf338bff2e33ccfc to your computer and use it in GitHub Desktop.
Save Torenable/4ef7d08b8ed1301dbf338bff2e33ccfc to your computer and use it in GitHub Desktop.
Bulk load a CSV (with header) to the target table from Mac
COPY OFFSET 2 INTO target.table FROM '/full/path/to/the.csv'
USING
DELIMITERS ',', '\n', '\"'
NULL AS ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment