MDB is a Microsoft Access Database file. We’d like to look inside of it, but we have a Mac and no MS Office license.
export.py
is a program that can do each of the following:
brew install mdbtools
pip install -r requirements.txt
in order to write Excel files.export.py [-h] mdb_file format
Convert MDB files to CSV, XLSX, or SQLite
positional arguments:
mdb_file Path to the MDB file
format Export format: csv, xlsx, or sqlite
options:
-h, --help show this help message and exit