roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Treat Python keywords in field names as error #20

Closed roskakori closed 12 years ago

roskakori commented 12 years ago

When declaring a field in the ICD using a Python keyword as name (for example "if"), cutplace should reject the ICD and report an error.

Currently such names work find unless the show up in Checks that internally attempt to assign the field to a Python variable.