Currently, optmage parses an inputs targets csv file in order of arguments. Additionally, the headers in the example file have opaque names.
Thus we should:
- Clean up the input targets template file to have better header names.
- Parse the file according to column name, and not by order. This will be cleaner code.
Currently, optmage parses an inputs targets csv file in order of arguments. Additionally, the headers in the example file have opaque names.
Thus we should: