Skip to content

zachamida/accessDB_to_CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages