Code: Select all
<td width="25%"><span id="lblField1Title">Field 1 Title:</span></td>
<td width="75%"><span id="lblField1" class="field1_description">Field 1 data</span></td>
*more code*
<td width="25%"><span id="lblField2Title">Field 2 Title:</span></td>
<td width="75%"><span id="lblField2" class="field2_description">Field 2 data</span></td>
"Field 1 data","Field 2 data", ... "Field 5 data"
Anyone know of a good method for extracting data like this? The toughest problem I've run into is that the extraction tools I've found assume that your data is nicely arranged with one record per row, instead of one record per file with the data scattered around within, like I'm dealing with.