- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-09-2017 12:43 PM
Hi Team
I have a user who has a requirement to add a custom Data Pattern to identify a specific string
Example: 1234/09/4578
(Note the second identifier is a numeric value between [1-9])
I set up the data pattern under " Custom Objects --->Data Pattern ---> Add " in the following format to achieve this "(/d/d/d/d)/-(/d[1-9])/-(/d/d/d/d)" , but this fails with the following error messge
test123 -> pattern -> numbers -> regex '(/d/d/d/d)/-(/d[1-9])/-(/d/d/d/d)' is invalid. can't handle two dfas next to each other in pattern '(/d/d/d/d)/-(/d[1-9])/-(/d/d/d/d)'
test123 -> pattern -> numbers -> regex is invalid
But it works without any issues when we put it as "(/d/d/d/d)/-(/d/d)/-(/d/d/d/d)"
Is this an expected behavior?
Regards
Amogh Gawade
05-15-2017 08:02 AM
Hi Claude
Thanks for the reply, any idea how we can get the pattern working then , any input will be highly appreciated
Regards
Amogh
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!