diff --git a/README.md b/README.md new file mode 100644 index 0000000..093f6ef --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# csvToCamt +Convert CSV correction files to CAMT format + +Get binaries from [release page](https://github.com/krishnaprasadmg/csvToCamt/releases/tag/v0.1.0) + +# Example + +Execute the command with config file (see [sample](config.yaml)) and CSV correction files + +``` +$./csvToCamt -c config.yaml q3.csv q4.csv +```