Skip to content

It is a Electron application that runs SQL queries against csv data.

License

Notifications You must be signed in to change notification settings

abetomo/csv-select

Folders and files

NameName
Last commit message
Last commit date
Aug 12, 2024
Sep 22, 2020
Jul 29, 2022
Dec 14, 2018
Sep 22, 2020
Sep 22, 2020
Jun 29, 2022
Oct 13, 2021
Dec 15, 2022
Jul 8, 2021
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Feb 8, 2022
Aug 1, 2022
Sep 22, 2020
Dec 5, 2018
Feb 6, 2021
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Dec 15, 2022
Jun 28, 2022
Feb 13, 2025
Feb 12, 2024
Sep 22, 2020
Apr 1, 2023
Aug 2, 2022

Repository files navigation

csv-select

npm version

It is a Electron 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

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