You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/12/15 09:37:24 UTC

[camel] 02/03: CAMEL-12080: documentation fix

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 55b069935925e7aca5f2404663aebf52deda1caa
Author: Ricardo Zanini <ri...@gmail.com>
AuthorDate: Fri Dec 15 00:22:52 2017 -0200

    CAMEL-12080: documentation fix
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index aa34c70..3153fab 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -108,8 +108,8 @@ to several children model classes.
 
 |separator |string |mandatory - can be ',' or ';' or 'anything'. This value is interpreted
 as a regular expression. If you want to use a sign which has a special
-meaning in regular expressions, e.g. the '|' sign, than you have to mask
-it, like '|'
+meaning in regular expressions, e.g. the '\|' sign, than you have to mask
+it, like '\|'
 
 |skipFirstLine |boolean |optional - default value = false - allow to skip the first line of the
 CSV file
@@ -136,6 +136,11 @@ declared one time.
 
 |quoting |boolean |*Camel 2.11:*optional - default value = false - Indicate if the values
 must be quoted when marshaling when CSV is generated.
+
+|endWithLineBreak |boolean |*Camel 2.21:* optional - default value = true - Indicate if the CSV generated file 
+should end with a line break.
+
+|
 |=======================================================================
 
 *case 1 : separator = ','*

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.