Get TADIG code and global title using regex

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:

image

Please help anyone, it’s my humble request :pray:

Thanks
Shaik

@shaik.muktharvalli1,

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)

Can you tell me “Leasing” word comes everytime or not

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

Hi @shaik.muktharvalli1 ,

currentText.Split(" "c)(0).IsNumeric

Try with this

Regardsm
Vinit Mhatre