Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abetomo/csv-select
It is a Electron application that runs SQL queries against csv data.
https://github.com/abetomo/csv-select
csv electron sql sqlite
Last synced: 19 days ago
JSON representation
It is a Electron application that runs SQL queries against csv data.
- Host: GitHub
- URL: https://github.com/abetomo/csv-select
- Owner: abetomo
- License: mit
- Created: 2018-12-05T10:21:46.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T22:13:50.000Z (about 2 months ago)
- Last Synced: 2024-10-10T15:08:08.540Z (about 1 month ago)
- Topics: csv, electron, sql, sqlite
- Language: Vue
- Homepage:
- Size: 9.28 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-select
[![npm version](https://badge.fury.io/js/%40abetomo%2Fcsv-select.svg)](https://badge.fury.io/js/%40abetomo%2Fcsv-select)
It is a [Electron](https://www.electronjs.org/) application that runs SQL queries against csv data.
## Install
```
% npm i @abetomo/csv-select
% csv-select
```Or
```
% git clone https://github.com/abetomo/csv-select.git
% cd csv-select
% npm i% npm run dev # on browser
% npm run dev-electron # on electron
```## Demo
```csv:sample.csv
date,impressions,clicks,conversions
2018/9/14,37.00,35.00,2.00
2018/9/14,674.00,308.00,10.00
2018/9/15,4502.00,1141.00,28.00
2018/9/15,6667.00,1964.00,36.00
2018/9/15,6550.00,2441.00,44.00
2018/9/15,2219.00,828.00,16.00
```![Demo](https://github.com/abetomo/csv-select/raw/main/docs/demo.gif)