Hi phil. Thanks you. I used your recommendation and found that the regex value was waiting instead of Cerro Patacón, Cerro Patacún.
I changed that in the regex value and voila. is working.
ú ú
ó ó
í Ã
é é
á á
Hi phil. Thanks you. I used your recommendation and found that the regex value was waiting instead of Cerro Patacón, Cerro Patacún.
I changed that in the regex value and voila. is working.
ú ú
ó ó
í Ã
é é
á á
I get this error:
Validation error - No value match made for point Cerro Patacón
Sorry my error the original regex value is
<tr><td><span>Cerro Patacón</span></td><td><span>(.*?)</span></td></tr>
I try you suggestion
<tr><td><span>\Cerro Patacón\</span></td><td><span>(.*?)</span></td></tr>
but I get this error:
Illegal/unsupported escape sequence near index 15 <tr><td><span>\Cerro Patacón</span></td><td><span>(.*?)</span></td></tr> ^
Hi. I am trying to get points from a web page using HTTP Retriever. Everything works fine until in the RegEx Value I place a word with access. for example:
<tr><td><span>(Cerro Patacón)</span></td><td><span>(.*?)</span></td></tr>
I get "Validation Error - No value match made for point Cerro Patacón.
How can I solved it?
Thanks you in advance..