How to extract data by matching a variable with the tag value in python
<tr align = "left">
<td valign="top" colspan="2">
<strong>
1.
First Topic </strong>
<a name="abc1" id="abc1"></a>
</td>
</tr>
<tr align="left">
<td style="text-align:justify;line-height:2;padding-right:10px;" colspan="2">
<strong>
" First speaker "
</strong>
<br>
" Some text "
</br>
</td>
</tr>
I have two tables with the same class name which is BigClass. From the
first table i extracted 4 ids which are abc1,abc2,abc3,abc4. Now i want to
check that if these ids is present in this second table(which it is) after
it matches with the ids in the second table, i want to extract the
speakers and the text of those speakers. You can see the code structure
for the second table rom which i want to extract the data.
No comments:
Post a Comment