Update README.md, clarification of --filemask and ...
...--outdir
... | ... |
@@ -44,6 +44,8 @@ Please see below for a list of command line options. |
44 | 44 |
-filemask |
45 | 45 |
bulk mode, specify a file mask here (e.g. "/use/docs/datalib/2018*.csv") |
46 | 46 |
make sure to quote the filespec to prevent shell globbing |
47 |
+ output files will have the same name as input file with a .xslx extension |
|
48 |
+ will override any --infile or --outfile options) |
|
47 | 49 |
-h |
48 | 50 |
-help |
49 | 51 |
display usage information |
... | ... |
@@ -52,7 +54,8 @@ Please see below for a list of command line options. |
52 | 54 |
-outfile string |
53 | 55 |
full pathname of output file (.xlsx file) |
54 | 56 |
-outdir |
55 |
- path to a target directory for the xlsx files (must exist and be writable) |
|
57 |
+ path to a target directory for the xlsx files (must exist and be writable) |
|
58 |
+ must not be used with --outfile |
|
56 | 59 |
-rows string |
57 | 60 |
list of line numbers to use (1,2,8 or 1,3-14,28) |
58 | 61 |
-sheet string |