Page 1 of 1

HS Selects not only the content of the table, but the title

Posted: Tue Jul 12, 2011 4:50 am
by luisantafe
How can I separate the content from the title in an specific kind?

Re: HS Selects not only the content of the table, but the ti

Posted: Tue Jul 12, 2011 5:51 am
by webmaster
A JavaScript gatherer will most likely solve this, but I would need more information such as the URL being scraped in order to be able to help you.

Re: HS Selects not only the content of the table, but the ti

Posted: Tue Jul 12, 2011 2:29 pm
by luisantafe
Thks for helping me. This is the address

Code: Select all

http://www.fincaraiz.com.co/viviendas/venta/bogota-dc/bogota/ofertas.aspx
The fields that are selected including their title are Tipo, hab. and Precio.

Thks again

Re: HS Selects not only the content of the table, but the ti

Posted: Wed Jul 13, 2011 3:26 am
by webmaster
I'm not sure I'm getting it. I was able to select Tipo, hab. and Precio properly as you can see on this picture:
selection.jpg
selection.jpg (34.09 KiB) Viewed 29013 times
The only problem I see is that the item under Precio is selecting also the "Comprar Aviso" text. This problem can be solved with a JavaScript Gatherer but I don't think this is the problem you are talking about.

Re: HS Selects not only the content of the table, but the ti

Posted: Thu Jul 14, 2011 5:19 pm
by luisantafe
thks for your help. This is my screen.

Image

Re: HS Selects not only the content of the table, but the ti

Posted: Thu Jul 14, 2011 5:54 pm
by webmaster
Oh, now I see what your problem is. Sorry didn't get what you meant before. Please go to Project -> Options -> Select Active Properties, activate the FontWeight item and recreate your kinds. You can as well activate all items, this will make your kinds more restrictive, but activating only the one I mentioned will work for this particular case since the title is bold and the other items are not.

Hope it helped.

Re: HS Selects not only the content of the table, but the ti

Posted: Fri Jul 15, 2011 4:18 am
by luisantafe
works like a charm!!!!!!!! thanks again.