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.
Anyone aware of a tool that autogenerates content based on CSV files? Like each page would correspond to one line of the CSV.