[Bug]: check_param_index_names
does not detect issues with case
#164
Labels
bug
Something isn't working
check_param_index_names
does not detect issues with case
#164
The Issue
Headers for a parameters in an Excel file like this:
are not detected and another error is caused:
Expected Behavior
An error should be raised stating that the index does not match the available sets, or that value should be upper case.
Steps To Reproduce
VALUE
tovalue
.otoole convert excel csv <workbook.xlsx> <test_folder> config.yaml
Log output
Operating System
MacOS
What version of otoole are you running?
v1.01
Possible Solution
This check in
input.py
could be modified, or an additional check for case could be added.Anything else?
No response
The text was updated successfully, but these errors were encountered: