2.0.0 • Published 3 years ago

@gnnk71/jqcsv v2.0.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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.

jqCSV

Tools presents a input field to insert commands to filter columns.

Posible Syntaxs are :

Column Number
Column Number from - Column Number to
Column Number : Regular Expression or 'C' for sum columns values>

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 :

jqCSV

Rows Selected :

jqCSV


Installation :

Clone this repo
Run npm install Run npm start Open site "http://(ip server):8080/jqCSV.html"


Built With :

Visual Code Editor


Authors


Prerequisites :

npm installed

License :

This project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the LICENSE file for details