I'm using a RegEx to capture two lines of text from a single Zone OCR area. The RegEx returns both pieces of data, but it is combining them together without a space between them (see screenshot with Result Value).
I'd prefer to have the two lines combined into one line, but with the values separated by a space character. The reason for needing one line is that the target field is not a multi-value field.
The QF license doesn't have Pattern Matching or any advanced features.
Thanks!