csv-tool

command module
v0.0.0-...-9be642c Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2020 License: MIT Imports: 3 Imported by: 0

README

CSV Tool

Tool for manipulating csv files

commands:

  • find : find entries from a file in another
  • remove : remove entries in a file from another

examples:

  • csvtool find file1.csv file2.csv this command will find lines from file 1 on file 2

  • csvtool remove file1.csv file2.csv this command will remove lines from file 1 on file 2

  • csvtool find file1.csv file2.csv file3.csv file4.csv file5.csv multiple files can me manipulated simultaneously

A file named csvtoolresult.csv will be created in your current directory

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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