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 2018/02/11 11:07:25 UTC

[camel] branch master updated: Add description of align attribute for DataField

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


The following commit(s) were added to refs/heads/master by this push:
     new d13f500  Add description of align attribute for DataField
d13f500 is described below

commit d13f500f1999091c453449a0793d629073018f19
Author: Bryan Parry <bp...@gmail.com>
AuthorDate: Sat Feb 10 23:37:52 2018 -0500

    Add description of align attribute for DataField
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 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 5db2a32..6f0e871 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -437,6 +437,9 @@ a decimal point implied at a specified location
 |lengthPos |int |*Camel 2.11*: optional - can be used to identify a data field in a
 fixed-length record that defines the fixed length for this field
 
+|align |string |optional - default value = "R" - Align the text to the right or left within a fixed-length field.
+Use values 'R' or 'L'
+
 |delimiter |string |*Camel 2.11:* optional - can be used to demarcate the end of a variable-length field within a fixed-length record
 |=======================================================================
 
@@ -1856,4 +1859,4 @@ the download page for the latest versions).
   <artifactId>camel-bindy</artifactId>
   <version>x.x.x</version>
 </dependency>
---------------------------------------
\ No newline at end of file
+--------------------------------------

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.