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
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






Comment