Parameter | Description |
Field | Select the field to match the string. The fields processed by this node must be of string type. Note: In this conversion node, multiple conversion rules can be configured for the same field. Multiple rules will be serialized according to the configuration order. |
Regular expression | Java regular expression used to match the original field content. |
New string | Replace the matched field content with the specified new string. |
Replacement method | Supports replacing only the first match or all matches. |
Delete | Delete this row rule. |
Parameter | Description |
Field | Select the field that needs to match the time format. The field should be of types such as datetime, time, timestamp, date, etc. Note: In this conversion node, multiple conversion rules can be configured for the same field. |
Source time format | Specify the time format for this field. If the specified format does not match the actual format, the conversion will not be performed, and the data will be processed as dirty data. |
Target time format | For each record, if the current field matches the specified source target format, the system will convert the source time format to the target format. |
Delete | Delete this row rule. |
Parameter | Description |
Field | Select the field that needs time format matching. Fields are by default sourced from upstream fields, and all upstream fields are supported. Note: In this conversion node, multiple conversion rules can be configured for the same field. |
Matching Value | Used to determine if the original field is equal to the specified value. If equal, the replacement behavior will replace the value. |
Replacement Value | Value conversion target, cannot be empty. |
Delete | Delete this row rule. |
Was this page helpful?