#1017687 RFP: xsv -- fast CSV command line toolkit

#1017687#5
Date:
2022-08-19 02:07:27 UTC
From:
To:
* Package name    : xsv
  Version         : 0.13.0
  Upstream Author : Andrew Gallant
* URL             : https://github.com/BurntSushi/xsv
* License         : MIT
  Programming Lang: Rust
  Description     : fast CSV command line toolkit

xsv is a command line program for indexing, slicing, analyzing, splitting and joining CSV files. Commands should be simple, fast and composable:

1. Simple tasks should be easy.
2. Performance trade offs should be exposed in the CLI interface.
3. Composition should not come at the expense of performance.