Skip to content

Sydney-Informatics-Hub/PIPE-5742-Dairy-MSAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mdb_to_zip.sh

This script will convert a directory full of old Access database files to a directory of zipfiles containing CSVs, one for each table in the original databases.

You can then load the zipfiles in R using the unzip() function, as follows:

df <- read.csv(unzip("DATABASE.zip", "table.csv"))

Dependencies

This requires mdb-tools

About

Shell script for converting old *.mdb files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages