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

Gives error for the field with spaces or hyphen or underscore for Type: Choice #118

Open vishakhabhasin opened 7 years ago

vishakhabhasin commented 7 years ago

Under field formats, cutplace throws below errors if a field with Type 'Choice' have values containing spaces or hyphen or underscore E.g. RUN_RATE, DEP-NEW, Product and Service

cannot declare field : comma (,) must follow choice value 'RUN' but found: 'RATE'
cannot declare field : comma (,) must follow choice value 'DEP' but found: '-'
cannot declare field : comma (,) must follow choice value 'Product' but found: 'and'