Skip to content

Instantly share code, notes, and snippets.

@philippgeisler
Created August 30, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippgeisler/9362316cc0c55d8819709c6012431f15 to your computer and use it in GitHub Desktop.
Save philippgeisler/9362316cc0c55d8819709c6012431f15 to your computer and use it in GitHub Desktop.
export all tables from Access database file (.mdb) into individual .tsv files using brianb/mdbtools
mdb-tables -1 -t table database.mdb | xargs -I tablename sh -c "mdb-export -d \\\\t database.mdb \"tablename\" > \"tablename.tsv\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment