Skip to content

markuskimius/csvmagic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvmagic

License Release

Command line utilities to work with csv files.

Contents

  • csvread - Display csv rows in a more human-readable format.
  • csvcut - Extract or rearrange columns of a csv file.
  • csvgrep - Find rows matching a pattern in a csv file.
  • csvalign - Print a csv file with its columns aligned.
  • csvsql - Query one or more csv files.
  • csvcsv - Convert a csv file from one variant to another.
  • csvjson - Convert a csv file to json.

Installation

With pip:

pip install csvmagic

With dpm:

dpm install https://github.com/markuskimius/csvmagic.git

With git clone, after installing the dependencies with pip:

pip install getopts
git clone https://github.com/markuskimius/csvmagic.git

License

Apache 2.0

About

Command line utilities to work with csv files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published