Skip to content

Command line tool to work with CSV files and use SQL on the data

License

Notifications You must be signed in to change notification settings

Ragnarok540/csvql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvql

csvql is an easy to use, open source command line tool to work with CSV files

csvql has no requirements or dependencies other than Python 3

Features

  • Import one or more CSV files into an SQLite database as tables
  • Query and modify the data using SQL
  • Export CSV files from the results of SQL queries
  • Optionally export data in JSON format

Installation

You can install, upgrade, and uninstall csvql.py with these commands:

  $ pip3 install csvql
  $ pip3 install --upgrade csvql
  $ pip3 uninstall csvql

Help

To get help use:

  $ csvql -h

Examples

See examples folder for common and advanced use cases

Related Projects

About

Command line tool to work with CSV files and use SQL on the data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published