How to convert CSV to RSS?

satoshi

Registered Member
Joined
Feb 8, 2007
Messages
57
Reaction score
6
Hi,

I'm looking for either an app or a script that can convert a CSV to an RSS feed for a one-time use.

Any suggestions? Have searched all over...not looking for magic parser...really want a self-contained app or script that does this and preferably allows me to specify a template of some sort.

thanks
 
Don't know if this is exactly what your looking for....

But it stores news as .csv files (a touch of editing and I'd bet you could just copy your csv as it's database).

Then you could manipulate, put it on the web, do an RSS feed, etc. with it. Just put it on your linux box and run with it.

PHP Open Source
Code:
http://www.monkeymatt.com/ssnews/
 
Don't know if this is exactly what your looking for....

But it stores news as .csv files (a touch of editing and I'd bet you could just copy your csv as it's database).

Then you could manipulate, put it on the web, do an RSS feed, etc. with it. Just put it on your linux box and run with it.

ah thanks, I'll try that...it'll get the job done.
 
I presume you've found your solution, but just in case, i used to convert xml to csv, so kinda the reverse and i used a program called Stylus Studio... I think? It's available cracked on various sites of the Warez ilk.
 
Back
Top