Get TADIG code and global title using regex
TADIG code:
Global titles for particular TADIG
Input Text file:
Sample.txt (47.3 KB)
Out put like:

Please help anyone, it’s my humble request ![]()
Thanks
Shaik
Get TADIG code and global title using regex
TADIG code:
Global titles for particular TADIG
Input Text file:
Sample.txt (47.3 KB)
Out put like:

Please help anyone, it’s my humble request ![]()
Thanks
Shaik
To get the TADIG code: use the below regex and for the global title read the file as string array and get the items after the “Network nodes global title number range(s)” item
(?<=TADIG code:).*?(?=\s)
Don’t require that word Need only Numbers
In rare cases it will come
Hi @shaik.muktharvalli1 ,
Kindly Refer Below Workflow , Hope its help you
Main - Copy.xaml (15.7 KB)
Regards,
Vinit Mhatre