Skip to content

Instantly share code, notes, and snippets.

@dset0x
Created November 5, 2014 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dset0x/f1ac2d5b95e7998c0c9f to your computer and use it in GitHub Desktop.
Save dset0x/f1ac2d5b95e7998c0c9f to your computer and use it in GitHub Desktop.
---
name: check_mandatory_fields
check: checker/mandatory.py
arguments:
fields: ["001%%_", "005%%_"]
---
name: check_utf8
check: checker/utf8.py
options:
consider_deleted_records: true
---
name: trailing_space
check: !!python/name:.checker/trailing_space:check_it
arguments:
strip: true
normalize_spaces: true
fields: ["100%%a"]
options:
holdingpen: true
filter:
pattern: a/b/3
filter: !!python/name:.checker/trailing_space:my_filter
collection: HEP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment