How to get Ranges from Highlighted text using regular expression

How to get Ranges from Highlighted text

Out put like:
MSIDN_Start range MSIDN_End range
1000000 7999999
8200000 8999999
9600000 9999999
1000000 9999999
8000000 8099999
0000000 9999999

this is my first numbers getting regular expression:

“MSISDN number ranges (s).\n(\d.\n)+”)

I don’t know how to take ranges particularly, please help

thanks
shaik

Hi @shaik.muktharvalli1

Can you please share the text file.

Regards

text.txt (39.1 KB)

thank
shaik

Hi,

How about the following sample?

Sample
Sample20240604-2.zip (10.9 KB)

Please check Sheet1 and Sheet2 in result.xlsx because there seems 2 table in the text.

Regards,

1 Like

Hi @shaik.muktharvalli1

Check the below workflow:
Sequence39.xaml (13.9 KB)

Output:
image

Regards

@Yoichi in add data row activity…item.Groups not possible to me
how I can resolve it

Thanks
Shaik

HI,

Do you have any error? Can you share error message?

Regards,

@Yoichi Can you add ranges also same sheet
pleas help

thanks
shaik

H,

Do you mean it’s necessary to output 2 tables into 1 sheet as single table? If so, the following will work.

Sample20240604-2 (2).zip (10.9 KB)

Regards,

@Yoichi getting this error

@Yoichi same sheet

thanks
shaik

Hi,

Can you try to modify Object to Match type at TypeArgument property of ForEach Asctivity?

Regards,

@Yoichi can you give only to get Highlighted row with regex expression with MSISDN number ranges

thanks
shaik

THANKS @Parvathy Working fine

thanks
Shaik

Thanks @Yoichi working fine

Thanks
shaik

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.