From 0044bd0518b1e20b5c99f77a72ecdf95146520e5 Mon Sep 17 00:00:00 2001 From: danbulant Date: Sat, 28 Sep 2019 16:39:44 +0200 Subject: [PATCH] Add warning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e1e859..cedc3f9 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,6 @@ Make sure the input is save, it's directly executed and not checked for anything ### Output 'output' folder is for .cvs files. Output of sql2csv is written to the folder, the name of the file is same as input file except .sql is changed to .cvs. + + +**The folders should be created __before__ running the program. Sql2cvs doesn't create folders and will fail if they don't exists!**