HI, @Yoichi, This is working for only one text file.
But I have 1000’s of data in a text file. How do I get all the data and store in excel.
It’s bit urgent please solve my issue
HI, @Yoichi, This is working for only one text file.
But I have 1000’s of data in a text file. How do I get all the data and store in excel.
It’s bit urgent please solve my issue
Hello @honey.123.631 @RpaUi02
It depends how you want to use. learn How to make regex pattern from youtube. then just try it on https://regexr.com/ try to find some text in multi text. then use it in ui path using String activity like Match, matches. after that try to use it in assign activity by importing the regex from import tab as system.text.regex… and assign to value should be like regex.match(yourfulltext,“YourPattern”).tostring
If want more help i can suggest some youtube videos also. REGEX (REGULAR EXPRESSIONS) WITH EXAMPLES IN DETAIL | Regex Tutorial - YouTube