• This site is a private, non-commercial website. As such, you're welcome here as long as you were invited. If you would like an invite, reach out to Cliff Spark

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

  • Thread starter Thread starter indigodaddy
  • Start date Start date
I

indigodaddy

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: Display any CSV file as a searchable, filterable, pretty HTML table | Hacker News

Points: 210

# Comments: 50

Continue reading...
 
Back
Top