diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722d5e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode diff --git a/README.md b/README.md index 2ee40b5..2bd9992 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ bulk_insert.py GRAPHNAME [OPTIONS] | -t | --max-token-count INT | max number of tokens sent in each Redis query (default 1024) | | -b | --max-buffer-size INT | max batch size (MBs) of each Redis query (default 4096) | | -c | --max-token-size INT | max size (MBs) of each token sent to Redis (default 500) | -| -q | --quote-minimal | enable smart quoting for items within the CSV | +| -q | --quote | the quoting format used in the CSV file. QUOTE_MINIMAL=0,QUOTE_ALL=1,QUOTE_NONNUMERIC=2,QUOTE_NONE=3 | +| -f | --field-types | json to set explicit types for each field, format {