CSV to HTML?

satoshi

Registered Member
Joined
Feb 8, 2007
Messages
57
Reaction score
6
I have a large 200 mb CSV file and I want to generate standard .html from it. What I don't want to do for this particular project is import the CSV into a mysql db and then just look up the values via php...that's not going to work here.

Anyone aware of a tool that autogenerates content based on CSV files? Like each page would correspond to one line of the CSV.
 
One other thing...Excel won't be enough. I need something that can generate file names in bulk based on one of the records in CSV's and then include an HTML table with the rest of the data.
 
You need to be looking at XML not HTML. I've never heard of a tool like this with HTML but a good XML coder could probably whip something up pretty easy.
 
I really need it to be in raw .html format, not XML...it isn't going to be used for wordpress posts or anything like that.

I mean...it could go to XML as an intermediate step and then the XML just gets written to .html but why not just go straight from CSV to HTML?
 
Back
Top