Hello everyone, I’am having an issue regarding a get full text activity.
Here it goes. The text comes from a html like this:
"LINE 1"
"LINE 2"
"LINE 3"
"LINE 4"
And using a get full text activity using “full text” (native and ocr don’t work) the resulting text is as follows:
LINE 1LINE 2LINE 3LINE 4
And I need it to be like:
LINE 1
LINE 2
LINE 3
LINE 4
since I will split it in a later activity.
What are your recomendations for getting the
tags as actual break lines?
Thank you,
GSP
pd: if this is not the right place to post this, please let me know.