META-INF.xsd.smooks.flatfile-1.5.xsd Maven / Gradle / Ivy
Smooks Flat File Reader Configuration
Flat File Reader Configuration.
Base Flat File Reader
Flat File Reader
Record parser factory.
Comma separated list of Flat File record field names.
Also supports multi record message sets (variable fields). See User Guide.
Name of the root element. Defaults to "records".
Name of record element. Defaults to "record".
Record delimiter. Defaults to newline ("\n").
Keep the Record delimiter as part of the record text. Defaults to false..
Add indentation character data to the generated event stream. This simply makes
the generated event stream easier to read in its serialized form. Useful for
testing etc.
This flag simply adds to the generated event stream all invalid Flat File record elements (#tokens less #expected tokens).
Flat File Binding Configuration.
Supports simple automatic java binding of Flat File records onto a bean based on the configured field
names matching the target bean's property names. For more complex binding, use the main Java
binding configurations.
The ID under which the created bean is to be bound in the bean context.
The fully qualified bean Class name.
Flat File Binding Configuration.
Supports simple automatic java binding of Flat File records onto a bean based on the configured field
names matching the target bean's property names. For more complex binding, use the main Java
binding configurations.
The Flat File field whose value is used as the Map key value.