Skip to content

nnscr/csvmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVMod

Lets you programmatical modify csv files.

Usage: python csvmod.py controller.DemoController input.csv output.csv

Where controller.DemoController is a python class name, which will be automatically imported as required. Only changed lines will be written to the output.

The Controller

The controller describes the work that will be done on the csv feed. demo.py contains two examples.

Contributing

This tool is licensed under the MIT license. If you want to contribute, commit your pull request or open an issue on GitHub.

Unit Tests

You can run the unit test suite by using: python test.py

About

Lets you programmatically modify CSV files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages