Hi, I discovered rapidminer recently and I am impressed with its usability.
I am crowling the website and downloading some information from there (it is in portuguese):
http://www.portaldatransparencia.gov.br/servidores/Servidor-ListaServidores.asp?bogus=1&Pagina=1
I have a rule that download all pages with the matching regular expression:
.+Servidor-DetalhaServidor.+|.+Servidor-DetalhaRemuneracao.+
And it is working great. But in this page there is a "next" button that shows more samples. The "next" button send me to the following url:
http://www.portaldatransparencia.gov.br/servidores/Servidor-ListaServidores.asp?bogus=1&Pagina=2
So I inserted a "follow_link_with_matching_url" rule with the following regular expression:
.+Servidor-ListaServidores.+
But when I insert this rule I get empty results. Why is this happening?
Best Regards
Alan