AccelerationNet / access2csv

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

Does not capture header/title/first row #15

Closed gamesguru closed 6 years ago

gamesguru commented 6 years ago

it's making it rather difficult to sort through some of this data. Am I missing a simple command to capture this? Thanks

here's one of the offending .accdb files for you to reproduce the issue PA02.zip

ayee-hatfield commented 6 years ago

what is the command you use (including the options)?

ayee-hatfield commented 6 years ago

@--with-header@ to include header row. It does not take any true/false parameter.

ayee-hatfield commented 6 years ago

oops. --with-header

gamesguru commented 6 years ago

i read somewhere else there is a --schema command which lists them out. That works, assuming you don't have too many to copy by hand. Thanks for that though

bobbysmith007 commented 6 years ago

So can this be closed?