1
0
Fork 0

updated manual

This commit is contained in:
Jan Steemann 2014-08-28 10:35:55 +02:00
parent 81c095105b
commit 07b02b21cf
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ escaped with another quote character.
Note that the quote and separator characters can be adjusted via the
*--quote* and *--separator* arguments when invoking _arangoimp_. The quote
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
also occur inside values that are enclosed with the quote character.