Skip to content

Commit 33e628b

Browse files
committed
README
1 parent a41cd68 commit 33e628b

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -329,24 +329,25 @@ cassandra-unloader
329329
version: 0.0.21
330330
Usage: -f <outputStem> -host <ipaddress> -schema <schema> [OPTIONS]
331331
OPTIONS:
332-
-configFile <filename> File with configuration options
333-
-delim <delimiter> Delimiter to use [,]
334-
-dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
335-
-nullString <nullString> String that signifies NULL [none]
336-
-port <portNumber> CQL Port Number [9042]
337-
-user <username> Cassandra username [none]
338-
-pw <password> Password for user [none]
339-
-ssl-truststore-path <path> Path to SSL truststore [none]
340-
-ssl-truststore-pwd <pwd> Password for SSL truststore [none]
341-
-ssl-keystore-path <path> Path to SSL keystore [none]
342-
-ssl-keystore-pwd <pwd> Password for SSL keystore [none]
343-
-consistencyLevel <CL> Consistency level [LOCAL_ONE]
344-
-decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
345-
-boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
346-
-numThreads <numThreads> Number of concurrent threads to unload [5]
347-
-beginToken <tokenString> Begin token [none]
348-
-endToken <tokenString> End token [none]
349-
-where <predicate> WHERE clause [none]
332+
-configFile <filename> File with configuration options
333+
-format [delim|jsonline|jsonarray] Format of data: delimited or JSON [delim]
334+
-delim <delimiter> Delimiter to use [,]
335+
-dateFormat <dateFormatString> Date format [default for Locale.ENGLISH]
336+
-nullString <nullString> String that signifies NULL [none]
337+
-port <portNumber> CQL Port Number [9042]
338+
-user <username> Cassandra username [none]
339+
-pw <password> Password for user [none]
340+
-ssl-truststore-path <path> Path to SSL truststore [none]
341+
-ssl-truststore-pw <pwd> Password for SSL truststore [none]
342+
-ssl-keystore-path <path> Path to SSL keystore [none]
343+
-ssl-keystore-pw <pwd> Password for SSL keystore [none]
344+
-consistencyLevel <CL> Consistency level [LOCAL_ONE]
345+
-decimalDelim <decimalDelim> Decimal delimiter [.] Other option is ','
346+
-boolStyle <boolStyleString> Style for booleans [TRUE_FALSE]
347+
-numThreads <numThreads> Number of concurrent threads to unload [5]
348+
-beginToken <tokenString> Begin token [none]
349+
-endToken <tokenString> End token [none]
350+
-where <predicate> WHERE clause [none]
350351
```
351352

352353
A few simple examples using the `-where` are as follows:

0 commit comments

Comments
 (0)