asked on June 23, 2023
I have this single-value field containing document number, revision, and a carriage return:
I am using pattern matching to extract each document number and revision and place it in a multi-value field:
and
Works great! Here is my issue. When I track the data, my document number field is find, but my revision field has a undesired carriage return between each one:
Any ideas on how I can remove that field?
0
0