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>
22 KiB
22 KiB
Operator Data Processing Rules
In Loader data import and export tasks, each operator defines different processing rules for null values and empty strings in raw data. Dirty data cannot be imported or exported.
The following table describes the operator data processing rules for each conversion procedure.
Procedure |
Description |
---|---|
CSV file input |
|
Fixed file input |
|
Table input |
|
HBase input |
|
Long integer time conversion |
|
Null value conversion |
|
Random value conversion |
Processing of null value and empty string is not involved, and dirty data is not generated. |
Constant field addition |
Processing of null value and empty string is not involved, and dirty data is not generated. |
Concat fields |
|
Extracts fields |
|
Modulo integer |
|
String cut |
|
EL operation |
|
String case conversion |
|
String reverse |
|
String trim |
|
Filter rows |
|
File output |
|
Table output |
|
HBase output |
|
Hive output |
|
Parent topic: Operator Help