Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)Matching Group | Matching Group | 0 | | The number of the matching group of the provided regex to replace with the corresponding value from the mapping file (if it exists). Supports Expression Language: true (will be evaluated using variable registry only) |
Mapping File | Mapping File | | | The name of the file (including the full path) containing the Mappings.
This property requires exactly one file to be provided..
|
Mapping File Refresh Interval | Mapping File Refresh Interval | 60s | | The polling interval in seconds to check for updates to the mapping file. The default is 60s. |
Character Set | Character Set | UTF-8 | | The Character Set in which the file is encoded |
Maximum Buffer Size | Maximum Buffer Size | 1 MB | | Specifies the maximum amount of data to buffer (per file) in order to apply the regular expressions. If a FlowFile is larger than this value, the FlowFile will be routed to 'failure' |
Relationships:
Name | Description |
---|
success | FlowFiles that have been successfully updated are routed to this relationship, as well as FlowFiles whose content does not match the given Regular Expression |
failure | FlowFiles that could not be updated are routed to this relationship |
Reads Attributes:
None specified.Writes Attributes:
None specified.State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component requires an incoming relationship.System Resource Considerations:
None specified.