Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: some nice to have features #120

Open
magsoftware opened this issue Oct 30, 2018 · 0 comments
Open

RFE: some nice to have features #120

magsoftware opened this issue Oct 30, 2018 · 0 comments

Comments

@magsoftware
Copy link

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant