Skip to main content
Question

How to use DLP dictionaries as exceptions.

  • March 11, 2024
  • 1 reply
  • 327 views

Hello, 

I’ve created a data dictionary containing false positive terms (D0). The given expressions does not seem to be working - 

P0 AND (NOT D0)

P0 AND (NOT(P0 AND D0))

 

Predefined Identifiers

  • (P0) - Full Names (International)

Dictionary Identifiers

  • (D0) - DLP-Exclude-Full Names

I’d like to detect all the terms which are IN P0 and NOT IN D0. 

 

Could anyone suggest an alternative, please ? Thanks !

 

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+4
  • New Member III
  • 4 replies
  • March 11, 2024

Can you try   this expressions. .P0 AND NOT DO