Hello,
are there any limitations in attributes which are used in Data Table Scrapping?
I tried two options which return the same results (and none of them is wanted and the table is really uggly).
1st:
<extract>
<column name="status" attr="text" exact="1">
<webctrl class="th-clr-tr th-clr-row th-clr-row-nsel" tag="tr" />
<webctrl class="th-clr-cel th-clr-td th-clr-pad th-clr-cel-dis" tag="td" />
</column>
</extract>
2nd:
<extract>
<column name="status" attr="text" exact="1">
<webctrl class="th-clr-tr th-clr-row th-clr-row-nsel" tag="tr" />
<webctrl class="th-clr-cel th-clr-td th-clr-pad th-clr-cel-dis" tag="td" tableCol="8" />
</column>
</extract>
It seems that the tableCol
attribute is ignored.
Does anyone know why it is happening? Thank you.
loginerror
(Maciej Kuźmicz)
2
Hi @Ondrej_Macek
Please see this thread to have an idea of what is viable:
It’s not exactly related, but might help you get the idea of how these XML data scraping codes work.
I remember someone wrote a tutorial on it as well, let me find it…
… and here it is 