We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7489371 commit 9218e4eCopy full SHA for 9218e4e
README.md
@@ -33,7 +33,17 @@ Exporting all tables:
33
2 rows exported
34
Exporting 'Test2' to /home/ryepup/Test2.csv
35
100000 rows exported
36
-
+
37
+Command Options:
38
+ ```
39
+ --input // reuqired. input file location
40
+ --output // required. output file location
41
+ --write-null // optional. Default value for NULL. i.e NULL | "" | false | <anything>
42
+ --quote-all // optional. false | true
43
+ --schema // optional. Dump the DB schema
44
+ --with-header // optional. Write CSV with header
45
46
47
Export one table:
48
49
$ ./access2csv myfile.accdb Test
0 commit comments