AccelerationNet / access2csv

Simple program to extract data from Access databases into CSV files.
MIT License
86 stars 24 forks source link

binary file #11

Closed yongzhang closed 7 years ago

yongzhang commented 7 years ago

./access2csv myfile.accdb

seems above command uses a binary file access2csv instead of using jar file, when can I find it?

bobbysmith007 commented 7 years ago

I am not sure (I inherited this project) but my guess would be that it is a bash script that invokes java/the jar with the correct parameters

bobbysmith007 commented 7 years ago

https://github.com/AccelerationNet/access2csv/blob/master/access2csv