csvclean

command module
v0.0.0-...-81d0a0f Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: MIT Imports: 12 Imported by: 0

README

csvclean

Little go program to clean a character separated file

Basic usage

csvclean - simple character separated value escape utility

Usage:
	csvclean [options] infile [outfile]

Options:
	-c		Character comments are started with
	-d		Character values are separated by
	-e		Character to encapsulate values with
	-h		Mark the input file as having a header
	-i		Overwrite source file with updated contents
	-p		Output file permission mask
	-t		Truncate output file prior to writing
	-v		Enable verbose logging

If -i is specified, outfile may not be specified
If -i is NOT specified, outfile defaults to infile_clean.ext
-t and -p only function without -i

Functionality will be limited to what I need it to do.

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