Question
EvonSys
EvonSys
IN
EvonSys
Posted: 1 day 6 hours ago
Last activity: 18 hours 5 minutes ago
Last activity: 30 Jan 2025 1:08 EST
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.