Question

EvonSys
EvonSys
IN
EvonSys
Posted: Jan 29, 2025
Last activity: Feb 5, 2025
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.