Closed guyboertje closed 6 years ago
If a this delimiter %{+} is seen, it will be interpreted as a field and fail as it is not a valid field definition but the current regex will not allow the character sequence to be a delimiter.
%{+}
If a this delimiter
%{+}
is seen, it will be interpreted as a field and fail as it is not a valid field definition but the current regex will not allow the character sequence to be a delimiter.