From 07b02b21cf9ab239d27073a2bb853fbf7b76e6da Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 28 Aug 2014 10:35:55 +0200 Subject: [PATCH] updated manual --- Documentation/Books/Users/Arangoimp/README.mdpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.