forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
7.2 KiB
7.2 KiB
String Trim
Overview
The String Trim operator clears spaces contained in existing fields to generate new fields.
Input and Output
- Input: fields whose spaces are to be cleared
- Output: new fields
Parameter Description
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
Fields to be trimmed |
Information about fields for clearing spaces contained in strings:
|
map |
Yes |
None |
Data Processing Rule
- Clearing spaces at both ends of a value supports clearing spaces at the left end, at the right end, and at both ends.
- If the input data is null, no conversion is performed.
- If the number of input field columns is greater than the number of field columns actually included in the original data, all data becomes dirty data.
Parent topic: Conversion Operators