csvt

command module
v0.0.0-...-569648f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2022 License: MIT Imports: 1 Imported by: 0

README

csvt - CSV Transform

A CLI tool for easy CSV file transformations such as

  • Filtering by column names
  • Flatten the CSV into a single string

Further operations might be added int the future, but these are the ones I mainly need now.

Usage

cat my-data.csv |\
  ./csvt filter col --keep column-a,column-b |\
  ./csvt flatten \
  > flattened.csv

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL