Write Schema Configuration Reference
A write schema has some attributes, you can check the following table for the attributes and corresponding description.
Attributes in the Writer Delimited Business Object
Attributes for Write Schema
Field | Description |
---|---|
Name | The attribute name of the object from the incoming message. The value of this field is populated automatically when generating the WireSchema for WriteSchema(Classic). |
Type | The data type of the attribute. The value of this field is populated automatically when generating WireSchema for WriteSchema(Classic).
If the dateTime type is used, you must specify the pattern and locale: right-click the field name and select Set locale and pattern, and then select a supported locale and pattern from the list. |
Width | The number of characters used to represent the field. Zero (0) signifies that the field is not included in the output line. Negative one (-1) signifies that as many characters as needed (without padding) are used (this is the default value for lines that use delimiters. Lines using the Positional method cannot specify -1). |
Alignment | Specifies whether the data is aligned to the left or the right. |
Padding | The character added to this field pads the field to the specified width. |
Sign | For numeric fields only, used to add a prefix to the positive sign before positive numbers in the output. If you want to display the sign in the output, set it to True; otherwise, set it to False. |
Precision | Specifies the number of digits after the decimal place.
A value of -1 indicates that the entire precision provided by the operating system is used. |
Sc. Notation | For real numbers only, used to determine whether scientific notation is used for the output of this field. To use the scientific notation, set it to True. |
Upper Case | Valid only when the Sc. Notation is set to True. When this field is set to True, the E in the scientific notation is in uppercase. When this field is set to False, the e in the scientific notation is in lowercase. |
Copyright © Cloud Software Group, Inc. All rights reserved.