Quote:
Originally Posted by Colmike7
Hey
How could I change a CSV and output to another CSV with html?
For example, if I have a csv in this form:
URL|Title|img|descr
But I want to output it like this:
<a href="[URL]" title="[Title]><img src="[img]" /> | [descr]
How could I do this without typing something custom in Java or anything like that?
Thanks

|
This free app will do the trick:
http://www.fhgstore.com/wmtools.html#FHG2HTML
