An open API service indexing awesome lists of open source software.

https://github.com/source-cooperative/csv-table

A webapp that displays a remote CSV file in a table. Can be embedded as an iframe.
https://github.com/source-cooperative/csv-table

csv table viewer

Last synced: about 6 hours ago
JSON representation

A webapp that displays a remote CSV file in a table. Can be embedded as an iframe.

Awesome Lists containing this project

README

          

# CSV table

A webapp that displays the contents of a remote CSV file in a table format.

This app is adapted from the [hyparquet demo](https://github.com/hyparam/demos/tree/master/hyparquet), and relies on [Hyparam](https://hyperparam.app/)'s tool: [hightable](https://github.com/hyparam/hightable) to fetch and show the rows in a virtual table.

## Run the app locally

```bash
npm i
npm run dev
```

Then open http://localhost:5173 in your browser.

## Usage

The webapp can be configured using the following URL parameters:

- `url`: URL of the CSV file to load
- `iframe`: if present, the app will be rendered in an iframe-friendly mode