You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/18 12:39:37 UTC

[camel] branch master updated: Changes made to CSVrecord section

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce6236f  Changes made to CSVrecord section
ce6236f is described below

commit ce6236fe10cfaee4375d62fb2012f1540220c685
Author: Chinmay Udand <cu...@redhat.com>
AuthorDate: Thu Mar 18 15:18:22 2021 +0530

    Changes made to CSVrecord section
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index 6b81a21..786f8a2 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -110,7 +110,7 @@ to several children model classes.
 |===
 |Parameter name |type |Info
 
-|separator |string |mandatory - can be ',' or ';' or 'anything'. This value is interpreted
+|separator |string |mandatory - can be ',' or ';' or 'anything'. The only whitespace character supported is tab (\t). No other whitespace characters (spaces) are not supported. 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 '\|'