From d4495fa3a6992901ed177c28c3395c09ef094a3b Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sat, 21 Nov 2020 13:47:37 -0500 Subject: [PATCH] README: clarify how to proceed in the event of a panic. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f196503..971fe9b 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,11 @@ To skip the wizard, there are three requirements: * The `-a` flag must be passed. * The configuration settings you require are the same as default, or you set the appropriate environment variables, or you have a `.env` file. +`cryptools` will panic and spit out an error message if your CSV input file is malformed. +The error message will generally tell you why. +Consider using the python script (root directory of the repo) to sanitize your input file, +in case the file contains negative numbers in parentheses, numbers with commas, or extra rows/columns. + See `/examples/` directory for further guidance, or jump directly to the [examples.md](https://github.com/scoobybejesus/cryptools/blob/master/examples/examples.md) file.