N
Nightcrawler
Hi all.
I have a html table with multiple rows (one row example below). I
would like to extract everything within the <td> tags into groups on a
row by row basis. The process would be: find the first row, then
extract the column data, store data in a textfile, find the next row,
extract the column data, store data in a textfile.... and so on till
we go through all the rows in the document.
Please help.
Thanks in advance.
<tr>
<td>1</td>
<td>GET UP </td>
<td>CIARA FT CHAMILLIONAIRE</td>
<td>04:25</td>
<td>128.66</td>
<td></td>
<td>Step Up [Soundtrack]</td>
<td></td>
<td>R&B/Rap</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>D:\Ciara feat. Chamillionare - Get Up.mp3</td>
<td>Stripe, (-1.6 dB, -0.7 dB)</td>
<td></td>
<td></td>
<td>2006/01/01</td>
<td>256000</td>
<td></td>
<td>2</td>
<td>2007/03/28</td>
<td>2006/12/04</td>
<td>2007/3/28 20:50:16</td>
<td>00:07</td>
<td>B</td>
</tr>
I have a html table with multiple rows (one row example below). I
would like to extract everything within the <td> tags into groups on a
row by row basis. The process would be: find the first row, then
extract the column data, store data in a textfile, find the next row,
extract the column data, store data in a textfile.... and so on till
we go through all the rows in the document.
Please help.
Thanks in advance.
<tr>
<td>1</td>
<td>GET UP </td>
<td>CIARA FT CHAMILLIONAIRE</td>
<td>04:25</td>
<td>128.66</td>
<td></td>
<td>Step Up [Soundtrack]</td>
<td></td>
<td>R&B/Rap</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>D:\Ciara feat. Chamillionare - Get Up.mp3</td>
<td>Stripe, (-1.6 dB, -0.7 dB)</td>
<td></td>
<td></td>
<td>2006/01/01</td>
<td>256000</td>
<td></td>
<td>2</td>
<td>2007/03/28</td>
<td>2006/12/04</td>
<td>2007/3/28 20:50:16</td>
<td>00:07</td>
<td>B</td>
</tr>