MDB Utils

Browse Microsoft Access (.mdb / .accdb) files and export their tables to CSV or JSON — from a clean desktop UI or straight from the command line.

Latest version: · View on GitHub

Open any .mdb / .accdb

No Office or ODBC driver required. Powered by mdb-reader, runs fully offline.

Inspect tables fast

Filter, sort and paginate large tables without freezing the UI.

Export to CSV

Save the current table or every table at once, with a configurable delimiter and proper quoting for values that contain commas, quotes or newlines.

Export to JSON

Dump a single table, every table as separate .json files, or the whole database as one combined JSON document — with optional pretty-printing.

Smart value handling

Dates are serialised as ISO-8601, binary fields as base64, and nested objects as JSON — so exports stay round-trippable.

CLI included

Script exports from your terminal with list-tables, show, export and export-all. Run mdb-utils --help after install.

Downloads

Pick a build for your platform. All installers are produced from the same tagged commit on GitHub Actions.

Loading latest release…

Looking for older builds? See the full release history.

License

MDB Utils is released under the ISC License. The software is provided "as is", without warranty of any kind, express or implied. Use it at your own risk — the authors and contributors are not liable for any damages or data loss arising from its use.