You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- a lot of html -->
<table>
<tr>
<td>
<p>
data1
</p>
</td>
<td>
<p>
data2
</p>
</td>
</tr>
<tr>
<td>
<p>
data3
</p>
</td>
<td>
<p>
data4
</p>
</td>
</tr>
<tr>
</table>
<!-- a lot of html -->
and I want the following output
data1 <separator> data2
data3 <separator> data4
Can I do this with pup? pup.exe "table [magic display function]"
The text was updated successfully, but these errors were encountered:
I have the following input
and I want the following output
Can I do this with pup?
pup.exe "table [magic display function]"
The text was updated successfully, but these errors were encountered: