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

Move field type before field rule #14

Closed roskakori closed 12 years ago

roskakori commented 12 years ago

Currently a field is defined using:

name,example, type, empty, length, rule

From now on this should be:

name, example, empty, length, type rule

This has the advantage that domain experts get confused a little later in the line, and have more information the they can relate to before this happens.