data-act-pilot icon indicating copy to clipboard operation
data-act-pilot copied to clipboard

Add unique validation rule

Open bsweger opened this issue 10 years ago • 0 comments

Noticed that this is set as "todo" in the validator.py 😃

Looks like we'll also need to fix up the unique column of the rules file to accomplish this. I think we should just assume that all fields labeled as unique = True in the rules file represent composite unique keys for the file and should be checked for uniqueness as a group (i.e., file-level validation rather than row-level).

bsweger avatar Sep 25 '15 02:09 bsweger