From c9692d3da0a27bb7ab4560fa6cc678f6b4ae2606 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 17:09:12 +0200 Subject: [PATCH] Add config information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cedc3f9..29a323e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Convert MySQL SELECT to CSV format +## Config + +Configuration is made through config.yml. Althrough the extension is yml, parser is implemented inside of the script and is only capable of reading string in format `key: value`. +Both key and value are trimmed, passwords with space at end won't work. ## Folders ### Input