FieldFormatters
FieldFormatters: Contains the Description and the FieldFormatter(s)
It has the parameter:
- id: Must match the @id of the statement on which output apply the formatters.
FieldFormatter element: Used to force DB table field formatting. It has the child Description
Its parameters are:
- type: Used by GreenVulcano® ESB factory framework. Unmodifiable;
- field-id: Comma-separated list of 0-based positions of fields on which apply the formatter;
- field-name: Comma-separated list of names of fields on which apply the formatter;
- number-format: Default to "#,##0.###";
- decimal-separator: Default to ",";
- grouping-separator: Default to ".";
- date-format: Default to "yyyyMMdd HH:mm:ss";
- field-length: Default to "64";
- filler-char: Default to " ";
- terminator-char: Default to "";
- trim (none|both|right|left): Default to "none";
- padding: Default to "none".