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

implement matchIsFalse directive #227

Open
DavidUnderdown opened this issue Jan 13, 2020 · 0 comments
Open

implement matchIsFalse directive #227

DavidUnderdown opened this issue Jan 13, 2020 · 0 comments

Comments

@DavidUnderdown
Copy link

I've been trying to implement the idea of blacklisting certain PUIDs on a DROID CSV report, but have realised that the matchIsFalse column directive has not actually been implemented fully. It's recognised, so attempting to use it doesn't generate a schema error, but it doesn't do anything else at all, so there's no easy way of flipping the logic - I was expecting to be to write an any statement with the list of PUIDs in, and then use matchIsFalse to generate an error when any of the blacklisted PUIDs is encountered. I may be able to do similar with not() and not() etc but it's a bit harder to maintain in the long term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant