zachamida / accessDB_to_CSV

Simply converting accdb tables to CSV files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Simply converting accdb tables to CSV files.


Languages

Language:Python 100.0%