From 0ac2806ca14b896d1049993e9614547e1949440f Mon Sep 17 00:00:00 2001 From: Krishnaprasad MG Date: Fri, 2 Mar 2018 19:08:59 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 +```