How to use Activity "Matches" for following senario

Hello,
I have text file in which, i want “1 1 8413B 1.80 1.000 46571.66” the row to be printed in message box one by one by using Activity “Matches” for multiple rows in text files. following is text file data.

Inv No Item No DBK Sl No DBK Rate DBK Qty DBK Amount

1 1 8413B 1.80 1.000 46571.66

1 2 8413B 1.80 1.000 46571.66

1 3 8413B 1.80 1.000 46571.66

2 1 8413B 1.80 1.000 46571.66

2 2 8413B 1.80 1.000 46571.66

2 3 8413B 1.80 1.000 46571.66

3 1 732603B 1.80 640.000 45344.06

3 2 732603B 1.80 640.000 45344.06

2 Likes

@akshay765 Welcome to uipath community you want to print all rows or particular rows

2 Likes

@ indraRegular thank you for your replay. i want all rows one by one.

2 Likes

@akshay765
What exactly do you want to do ?
if you find this value 1 1 8413B 1.80 1.000 46571.66 to text file you just need to show it msgbox is that it ?

cheers :smiley:

Happy learning :smiley:

2 Likes

@ pattyricarte thank you for your replay. I want every row to be printed in message box.

1 Like

Ah okay @akshay765

so was the delimited of your txt file

cheers :smiley:
Happy learning :smiley:

1 Like

Matches.zip (1.9 KB)

Regex Pattern: “\d+\s\d+\s(\d|[A-Z])+\s(\d+.\d+)\s(\d+.\d+)\s(\d+.\d+)”

1 Like

@akshay765 Check attached zip file Notepad.zip (11.1 KB) and let me know

1 Like

@kadiravan_kalidoss thank you it works fine…

@indra thank you, it also worked fine…

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