v2.0.2 Input file patch.
Previously the input was being cached, leading to unexpected behaviour.
e.g.
File "example.xlsx" is input.
There is an error in it, the error is fixed.
The file is processed again.
The program fails because the error-data is still cached.
Now, the cache is always cleared when processing begins.