diff --git a/Documentation/Books/Users/Arangoimp/README.mdpp b/Documentation/Books/Users/Arangoimp/README.mdpp index 8395359ef2..76abc2abc4 100644 --- a/Documentation/Books/Users/Arangoimp/README.mdpp +++ b/Documentation/Books/Users/Arangoimp/README.mdpp @@ -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.