mirror of https://gitee.com/bigwinds/arangodb
updated manual
This commit is contained in:
parent
81c095105b
commit
07b02b21cf
|
@ -170,7 +170,8 @@ escaped with another quote character.
|
||||||
Note that the quote and separator characters can be adjusted via the
|
Note that the quote and separator characters can be adjusted via the
|
||||||
*--quote* and *--separator* arguments when invoking _arangoimp_. The quote
|
*--quote* and *--separator* arguments when invoking _arangoimp_. The quote
|
||||||
character defaults to the double quote (*"*). To use a literal quote in a
|
character defaults to the double quote (*"*). To use a literal quote in a
|
||||||
string, you can use two quote characters.
|
string, you can use two quote characters. Using a backslash to escape a quote
|
||||||
|
character is currently not supported by arangoimp.
|
||||||
|
|
||||||
The importer supports Windows (CRLF) and Unix (LF) line breaks. Line breaks might
|
The importer supports Windows (CRLF) and Unix (LF) line breaks. Line breaks might
|
||||||
also occur inside values that are enclosed with the quote character.
|
also occur inside values that are enclosed with the quote character.
|
||||||
|
|
Loading…
Reference in New Issue