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>
8.3 KiB
8.3 KiB
EL Operation
Overview
The EL Operation operator calculates field values and generates new fields. The algorithms that are currently supported include md5sum, sha1sum, sha256sum, and sha512sum.
Input and Output
- Input: fields to be converted
- Output: fields generated after the EL expression conversion
Parameter Description
Parameter |
Description |
Type |
Mandatory |
Default Value |
---|---|---|---|---|
Field generated by el operation |
EL expression configuration:
|
map |
Yes |
None |
Data Processing Rule
- The operator calculates fields values and generates new fields.
- The type of the new fields can only be VARCHAR.
Parent topic: Conversion Operators