Question
EvonSys
EvonSys
IN
EvonSys
Posted: 1 week 1 day ago
Last activity: 1 day 16 hours ago
Last activity: 5 Feb 2025 11:33 EST
Solved
RUTA Script for UETR
I am trying to extract UETR from email ( NLP). Below is the script ( Not Working) :
DECLARE EntityType;
CW{REGEXP("[a-zA-Z0-9-]{8}[a-zA-Z0-9-]{4}[a-zA-Z0-9-]{4}[a-zA-Z0-9-]{4}[a-zA-Z0-9]{12}") -> MARK(EntityType,1,36)};
And for the below script alphanumeric is not working.
CW{REGEXP("[a-zA-Z0-9-]{8}") -> MARK(EntityType,1,9)};
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.