1
I need to take the value of each row and each column to insert into the database, but there are results that the Observations field are in two lines and is actually the continuation of the previous row. I’m not getting it in the continuation of the previous line.
The result I need is this:
<table>
<thead>
<tr>
<th>IDENT ANV</th>
<th>TIPO</th>
<th>ADEP</th>
<th>EOBT</th>
<th>VEL</th>
<th>FL</th>
<th>ROTA</th>
<th>DEST</th>
<th>EET</th>
<th>OBS</th>
</tr>
</thead>
<tbody>
<tr>
<td>AZU2400</td>
<td>E190</td>
<td>SBGR</td>
<td>11:25</td>
<td>N396</td>
<td>290</td>
<td>DCT DORLU UZ37 VUREP DCT</td>
<td>SBRJ</td>
<td>00:40</td>
<td>EQPT/SDFGHIRWY PBN/A1B1D1O1S2</td>
</tr>
</tbody>
</table>
Boot, please an example of a comment in two lines. It stands in two
<td>
different s, even, or only have a line break within a single<td>
?– Wtrmute