Using the csv reader (https://how-to.aimms.com/Articles/csv/read-write-csv.html), I noticed that you don’t receive a warning in case a column is missing/spelled wrong, etc, when reading in the data with the CSV reader.
This can lead to major issues in larger projects, where you cannot check input manually before runs.
I understand that you can build checks manually, however it would be very helpful if these checks would be integrated.
Btw:
Is this the right section for feature requests?