Lines 47-59
$0 -h
Link Here
|
47 |
-s, --separator=CHAR This character will be used to separate fields. |
47 |
-s, --separator=CHAR This character will be used to separate fields. |
48 |
Some characters like | or ; will need to be escaped |
48 |
Some characters like | or ; will need to be escaped |
49 |
in the parameter setting, like -s=\\| or -s=\\; |
49 |
in the parameter setting, like -s=\\| or -s=\\; |
50 |
If no separator is specifield, a comma will be used. |
50 |
If no separator is specified, the delimiter pref |
|
|
51 |
will be used (or a comma, if the pref is empty) |
51 |
-H, --show-header Print field names on first row |
52 |
-H, --show-header Print field names on first row |
52 |
-w, --where=CONDITION Condition to filter borrowers to export |
53 |
-w, --where=CONDITION Condition to filter borrowers to export |
53 |
(SQL where clause). |
54 |
(SQL where clause). |
54 |
CONDITION must be enclosed by double quotes and |
55 |
CONDITION must be enclosed by double quotes |
55 |
if needed, where value by single quotes. |
56 |
You can use single quotes around a field value |
56 |
example : --where "surname='De Lattre'" |
57 |
within the condition like: |
|
|
58 |
--where "surname='De Lattre'" |
57 |
-h, --help Show this help |
59 |
-h, --help Show this help |
58 |
|
60 |
|
59 |
USAGE |
61 |
USAGE |
60 |
- |
|
|