Hi, what is the best way to extract data from this HTML file and put it into MySQL database with company phone number, company name and email with a primary key as phone number?
</tr><tr class="tableRowOdd">
<td>"JSC company inc. 00" <[email protected]></td>
<td>1231231234</td>
</tr><tr class="tableRowEven">
<td>"JSC company inc. 01" <[email protected]></td>
<td>234234234234234</td>
</tr><tr class="tableRowOdd">
<td>"JSC company inc. 02" <[email protected]></td>
<td>32423234234</td>
</tr><tr class="tableRowEven">
<td>"JSC company inc. 03" <[email protected]></td>
<td>23423424324</td>
</tr><tr class="tableRowOdd">
<td>"JSC company inc. 04" <[email protected]></td>
<td>234234232324244</td>
</tr> <tr>