Skip to content

Instantly share code, notes, and snippets.

@met
Created November 15, 2025 18:06
Show Gist options
  • Select an option

  • Save met/75fee94e2b9435c02a7594ba313ea405 to your computer and use it in GitHub Desktop.

Select an option

Save met/75fee94e2b9435c02a7594ba313ea405 to your computer and use it in GitHub Desktop.
Format CSV via duckdb
cat file.csv | duckdb -markdown -c "CREATE TABLE tbl AS SELECT * FROM read_json_auto('/dev/stdin'); SELECT * FROM tbl;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment