project-open-data / csv-to-api

Proof of concept to dynamically generate RESTful APIs from static CSVs
http://labs.data.gov/csv-to-api/
326 stars 81 forks source link

Support title-less CSVs #22

Closed waldoj closed 10 years ago

waldoj commented 10 years ago

Allows the use of a header_row URL parameter to automatically generate column names for CSVs that lack them. This is per @wdoerner's suggestion in #20.

waldoj commented 10 years ago

Psst, @gbinal. I just noticed this has been sitting for 7 months. :)

gbinal commented 10 years ago

Merde! Mea culpa.

Thanks a ton, @waldoj - merging now.