You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 9/9/2011 6:41 AM, gismo82 wrote:
> Hi...
>
> i have a problem to convert a HTML table to a CSV file.
>
> I like to convert the following table to CSV:
>
> <table>
> <tr>
> <td>text</td>
> <td><a href="column2>column2</a></td>
> <td><img border=0 src="test.png" width=24 height=14></td>
> </tr>
> ...
> </table>
>
> The CSV should be:
>
> text;<a href="column2>column2</a>;<img border=0 src="test.png"
> width=24 height=14>
>