Hello guys,
I got to know PAD recently and started doing some tutorials, while applying to a real case scenario.
The data I'm trying to retrieve are some <li> items within a <ul> with a specific class.
Using live helper I selected the items I need, while also filtering them for specific text.
In the preview the data shows fine, all nicely distributed to the desired columns, but when the flow ends, the datatable/Excel written extracts the all text after the string, not as in the preview. Please see photos attached (it should have stopped at the red line).
It seems that a new line feed is added to each <li> item, but somehow the preview doesn't match with the final result.
These are two regex I tried to use:
(?<=Modelo: ).+
(?<=Modelo: )(.*?)(?=[\n\r])
Any ideas?
Thanks in advance