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.
csvutil template sample.csvIt generates a template schema file and prints to the console.
csvutil generate -o ./output/ sample.csv... schema.txtgenerate command converts the specified CSV files using the schema and generates translated files into the output directory.