Show HN: Display any CSV file as a searchable, filterable, pretty HTML table

I combined this with a simple API to update a CSV file using Deno/deno-csv library, allowing an Ansible job to easily update a CSV file via the API with Ansible URI module, and then have that same CSV file viewable/downloadable in a simple and easy/dashboardy way (with CSV-to-html-table). Copilot created the Deno/deno-csv CSV API code and then with a little back and forth I added static website functionality (to serve the CSV table), and I had a /view and a /update route. I'm just a sysadmin but I love piecing together stuff like this. Thanks Derek!


Comments URL: https://news.ycombinator.com/item?id=44057612

Points: 68

# Comments: 12

https://github.com/derekeder/csv-to-html-table

Created 5h | May 22, 2025, 3:20:08 AM


Login to add comment