You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: