https://github.com/gpalleschi/jqcsv
jqCSV is a html client utility to manage csv files, read, filter, modify rows, add new rows, delete rows, export file csv in JSON, XML, CSV, TXT, SQL and MS-Excel.
https://github.com/gpalleschi/jqcsv
bootstrap5 bootstraptable crud csv csv-parser export jquery npm
Last synced: 2 months ago
JSON representation
jqCSV is a html client utility to manage csv files, read, filter, modify rows, add new rows, delete rows, export file csv in JSON, XML, CSV, TXT, SQL and MS-Excel.
- Host: GitHub
- URL: https://github.com/gpalleschi/jqcsv
- Owner: gpalleschi
- License: gpl-3.0
- Created: 2021-06-25T13:55:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T13:58:15.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T12:35:01.127Z (over 1 year ago)
- Topics: bootstrap5, bootstraptable, crud, csv, csv-parser, export, jquery, npm
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jqCSV
----
## Description :
jqCSV is a html client utility to manage csv files, read, filter, modify rows, add new rows, delete rows, hide/show columns, export file csv in JSON, XML, CSV, TXT, SQL and MS-Excel.

Tools presents a input field to insert commands to filter columns or summarize it.
Each command is separated from each other by comma (,).
Posible Syntaxs are :
Column Number (ex. 1)
Column Number from - Column Number to (ex 1-3 )
Column Number : Regular Expression or 'C' for sum columns values> (ex. 3:^ABC or 4:C )
Column Number starts from 1.
Second parameter it's not necessary.
For example expression : **1:^.*John.*$,2-3,4:C,5:C** in a csv with 5 Columns I want select only rows with :
- First columns contains John
- Show columns 2 and 3
- Sum columns values of columns 4 and 5

Rows Selected :

----
## Installation :
Clone this repo
Run **npm install**
Run **npm start**
Open site "http://(ip server):8080/jqCSV.html"
----
## Built With :
Visual Code Editor
----
## Authors
* **Giovanni Palleschi** - [gpalleschi](https://github.com/gpalleschi)
----
## Prerequisites :
npm installed
## License :
This project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the [LICENSE](LICENSE) file for details