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

RFE: some nice to have features #120

Open magsoftware opened 5 years ago

magsoftware commented 5 years ago
  1. Possibility to define a rule to omit a data row (under certain conditions)
  2. Possibility to define actions when there are 2+ identical data rows
  3. Possibility to define default values for a field (with markers for empty field see example below)
  4. Possibility to define any code for a field, eg.
if field_value == '-':
    field_value = 0
  1. possibility to define a python function (callback) called for every row
  2. the same for the whole file