I have an csv file, the data, and an HTML file, the template.
I want a script that will create an individual html file per record from the csv file, using the html file as a template.
Which is the best way to do this in Ruby? Python? Is there a tool/library I can use for this in either language?