Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

type

Info

crlf

string

optional - default value = WINDOWS - allow to define the carriage return character to use

paddingChar

char

mandatory - default value = ' '

length

int

mandatory = size of the fixed length record

hasHeader

boolean

Camel 2.11 -  optional optional - Indicates that the record(s) of this type may be preceded by a single header record at the beginning of the file / stream

hasFooter

boolean

Camel 2.11 -  optional optional - Indicates that the record(s) of this type may be followed by a single footer record at the end of the file / stream

skipHeader

boolean

*Camel 2.11 -  * optional - Configures the data format to skip marshalling / unmarshalling of the header record. Configure this parameter on the primary record (e.g., not the header or footer).

skipFooter

boolean

Camel 2.11 -  optional optional - Configures the data format to skip marshalling / unmarshalling of the footer record Configure this parameter on the primary record (e.g., not the header or footer)..

isHeader

boolean

Camel 2.11 -  optional optional - Identifies this FixedLengthRecord as a header record

isFooter

boolean

Camel 2.11 -  optional optional - Identifies this FixedLengthRecords as a footer record

 

 

This annotation is associated to the root class of the model and must be declared one time.

...