issues
search
AccelerationNet
/
access2csv
Simple program to extract data from Access databases into CSV files.
MIT License
86
stars
24
forks
source link
Added quote-all option and write-null option. Needed a way to write bare NULL.
#13
Closed
ayee-hatfield
closed
6 years ago
ayee-hatfield
commented
6 years ago
Added quote-all option and write-null option. Needed a way to write out bare NULL without surrounding quotes.
If schema is specified then output directory is not required (then data files would not be exported).
Added descriptions for with-header and schema options.