Open stroomdev10 opened 6 years ago
This issue is due to XML annotations having new lines normalised to a single space as per the XML spec. In order to use an attribute for pattern
it would be necessary to add
(a new line entity) at the start of each line. Perhaps we should consider using an element for pattern instead of an attribute or use token substitution.
@stroomdev10 can you close and optionally raise an enhancement to support pattern in element text.
See example Data Splitter below Intended action is to match 10 chars then match 5 chars then ignore rest of the line The first inline comments causes the regex to be truncated