Live File Processor Agent Type – Regex Replacements

<< Click to Display Table of Contents >>

Navigation:  Live > Agents > File Agents > File Processor > Settings > Type >

Live File Processor Agent Type – Regex Replacements

Replace text in a file using Regex patterns and replacement strings (e.g., replace µ with u).

 

Example: µ => u || ³ => 3 || ° => deg

 

Regex replacements can use capturing groups and substitutions, like this example, e.g., (?'label'\"formatter\"): ([\"])(?'tag'.*)([\"]) => ${label}: ${tag}

 

The following settings are Regex replacements: headerLinesRegexReplacements.

 

Also, Composite String variables can use Regex replacements, like EBATCH Example 2.