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
commit eb2a8b716a4b0cb561288526979e7574a9423362 Author: oscerd <[email protected]> AuthorDate: Thu Mar 18 14:31:57 2021 +0000 Regen for commit 52c277756da0c666ff82efddab63a9da08afc34d Signed-off-by: GitHub <[email protected]> --- docs/components/modules/dataformats/pages/bindy-dataformat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/dataformats/pages/bindy-dataformat.adoc b/docs/components/modules/dataformats/pages/bindy-dataformat.adoc index f230463..b61ed1d 100644 --- a/docs/components/modules/dataformats/pages/bindy-dataformat.adoc +++ b/docs/components/modules/dataformats/pages/bindy-dataformat.adoc @@ -112,7 +112,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 '\|'
