Skip to content

Commit

Permalink
[EZdf8JTx] document missing config parameters for apoc.import.csv (#3797
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nadja-muller authored Oct 13, 2023
1 parent 94650f6 commit e966df3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ The procedure support the following config parameters:
| ignoreBlankString | Boolean | false | if true ignore properties with a blank string | N/A
| ignoreEmptyCellArray | Boolean | false | if true ignore array properties containing a single empty string, like the import tool | N/A
| compression | `Enum[NONE, BYTES, GZIP, BZIP2, DEFLATE, BLOCK_LZ4, FRAMED_SNAPPY]` | `null` | Allow taking binary data, either not compressed (value: `NONE`) or compressed (other values) . See the xref::overview/apoc.load/apoc.load.csv.adoc#_binary_file[Binary file example] | N/A
| charset | STRING | 'UTF-8' | name of the character extending link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/charset/Charset.html[java.nio.Charset] in the currently used JDK. E.g.: `US-ASCII`, `ISO-8859-1`, `UTF-8`, `UTF-16` | `--input-encoding`
| batchSize | INTEGER | 2000 | commits and continues after the defined number of rows have been processed | N/A
|===

0 comments on commit e966df3

Please sign in to comment.