Skip to content

Commit 9218e4e

Browse files
committed
fix: updated command options
1 parent 7489371 commit 9218e4e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@ Exporting all tables:
3333
2 rows exported
3434
Exporting 'Test2' to /home/ryepup/Test2.csv
3535
100000 rows exported
36-
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+
3747
Export one table:
3848

3949
$ ./access2csv myfile.accdb Test

0 commit comments

Comments
 (0)