Skip to content

yuheitomi/csvutil-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvutil-go

Personal CSV utility commands.

Currently it has only one functionality to make it easy for you to translate CSV headers (columns) into user-defined headers using a simple schema file.

Usage

csvutil template sample.csv

It generates a template schema file and prints to the console.

csvutil generate -o ./output/ sample.csv... schema.txt

generate command converts the specified CSV files using the schema and generates translated files into the output directory.

About

CSV utlity commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published