-
Task
-
Resolution: Done
-
Minor
-
2.1.0.GA
In many of the sync jobs, string replacements transform upstream into downstream or midstream into downstream.
But instead of ugly sed code, wrapped by bash commands, inside groovy, we could simply use groovy directly.
Here's an example of nested regex:
and a cleaner example of just using groovy directly:
Where possible, we should move to this cleaner and less slash-escaped-to-death code.