Show HN: Display any CSV file as a searchable, filterable, pretty HTML table
120 indigodaddy 21 5/22/2025, 12:31:01 AM github.com ↗
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!
Just a reminder that it's possible and often built into our work environments, while we pretend it's not there.
https://jsfiddle.net/ypfr98su/5/