All,
I am playing around with creating a custom DLP Data Type forHarmony Email and Collaboration . I know there are tons of prebuilt data types but wanted to create a simple test to search for SSN's. I have researched and built the following regex expression and it validates properly
^(?!666|000|9\d{2})\d{3}\-?(?!00)\d{2}\-?(?!0{4})\d{4}$
This includes the escape character before the hyphens in the expression (I have also tried without the escape characters). It validates fine using several online regex checkers.
When I try to create the custom DLP Data Type, I paste the expression in the window and continuously receive the error "Failed to create data type, datatype has not been created!"
I've attached a screen shot. Any assistance is appreciated!