README: clarify how to proceed in the event of a panic.

This commit is contained in:
scoobybejesus 2020-11-21 13:47:37 -05:00
parent a0f062cdf5
commit d4495fa3a6
1 changed files with 5 additions and 0 deletions

View File

@ -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.