Currently, the script just assumes that correct configuration was given. It should be a bit more strict than that. Some of the checks that have to be done:
- Check that specified configuration file actually exists and is readable
- Check that configuration was read and parsed from the given file
- Check that all required values are there (at least URLs for banks and OutputFile for CSV)
Currently, the script just assumes that correct configuration was given. It should be a bit more strict than that. Some of the checks that have to be done: