B2B Data Exchange
- B2B Data Exchange 10.5.0
- All Products
Field | Definition |
Basic Tab | |
Index | Specify the index of the column in the input file(s). The first column starts with index 1. |
Name | Specify the name of this column. |
Size | Specify the size (maximum numer of characters) of the column. This setting may not be used by this task but could be used by subsequent tasks that use the RowSet generated by this task. |
Type Conversion Tab | |
Type | Specify the data type of this column. For e.g. integer, date or decimal. Default Value: VARCHAR |
Pattern | Specify the pattern that was used to format numeric or date/time fields. This will be used if and only if this column is defined as a numeric, date, time or timestamp type column. Default Value: Inherited from parent Data element. |
Locale | Specify the locale to which the data in this column is formatted. The Locale must be of the form [language]_[country], where language is the two character ISO language code and country is the two character ISO country code. The country part may be omitted if the data was formatted to just the specified language. Example locales are - en_US (English/United States), de (German). Please note that this setting will only be used if and only if this column is defined as a numeric or date/time type column. Default Value: Inherited from parent Data element. |
Data Options Tab | |
Trim | Specify how the leading and trailing white spaces in this column should be trimmed. Default Value: Inherited from parent Data element. |
Null Indicator | Specify the value that should be interpreted as null when reading the data from this column. If the data in this column in any row matches the value specified here, it will be interpreted as a null value. Default Value: Inherited from parent Data element. |
Data Format Tab | |
Alignment | Specify how the data is aligned in this column. Default Value: Inherited from parent Data element. |
Padding Character | Specify the character that was used to pad the data in this column. Default Value: Inherited from parent Data element. |