/accessDB_to_CSV

Simply converting accdb tables to CSV files.

Primary LanguagePython

accdbtools

accdbtools is a Python package that provides utilities for converting accdb tables to CSV files.

Installation

You can install the package using pip:

pip install accdbtools
from accdbtools import accdb2csv

# Set the path to your accdb file
accdb_file = "path/to/your/database.accdb"
accdb2csv(accdb_file)

Requirements

Before using the accdbtools package, make sure you have the following requirement installed: