Import MS Access to CSV on Mac programmatically -
the official cohort default rates schools site has link on left “download entire list.” downloads access database file (.accdb). i'd have in csv (.csv) format.
this answer provides windows solution import access mysql, ideally, i'd have unix command-line program, e.g., accdb2csv input.accdb output.csv
. there that? if not, how code that?
here other links i've found:
- http://jackcess.sourceforge.net/
- https://github.com/akaihola/mdb2django
- https://github.com/karlbennett/export-accessdb/blob/5b492778439c85f15d5c859a27094514f7aba8ee/src/main/java/org/youthnet/export/smasher.java
- https://github.com/tomvb62/dbconvert/blob/dc67a3d835a9708320d29b8040ddc5cde7e7fa39/src/dbengine/export/msaccess.java
i released access2csv program based on jackess. code @ https://github.com/accelerationnet/access2csv, binary available @ https://github.com/accelerationnet/access2csv/releases.
Comments
Post a Comment