Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.4
-
None
Description
Current Situation
- When the multiple regex capture groups separated by a semicolon ";" use for target_replacing and replacement, for operation copytointernet
<ReplaceWhat><![CDATA[^([0-9]+-MT940-)[0-9]{8}(-.*\.txt)$]]></ReplaceWhat> <ReplaceWith><![CDATA[Test_;_DATA]]></ReplaceWith>
result in a error
[stderr=bash: -c: line 0: unexpected EOF while looking for matching `"'
Desired Situation
- For operation copytointernet, the multiple regex capture groups for traget_replaceing and target_replacement should work