Code
.mdb -> .csv Converter
2009-08-17 08:07:35
Recently I've had to do a lot of exporting from Microsoft Access databases to Comma Separated Value (csv) files. To speed things along, I created a little script to automate the process a bit. Here is the syntax for the mdb2csv tool:
php mdb2csv.php < *.mdb file > < /path/to/output/dir/ >
This script makes use of a wonderful open source application, mdbtools. So please make sure you have first installed mdbtools before making use of my script.
Download
mdb2csv.zip
