You can learn anything about UiPath for free of cost from UiPath Academy ...just create a account with gmail and start learning and some YouTube channels (ExpoHub,Automation Squad)
Hii Everyone Anyone looking for Uipath online training We are conducting the demo session on Thursday It’s paid training Interested candidates ping me contact details in personally Thanks
I have pdf file with multiple pages. I used read pdf text activity & write in text file. After that i declared array variable which stored every line of text file using file.readalllines() function. Then i used for each for each line of array. Then i used is match activity to retrieve a line and send it to excel. In their one problem is came. I find Address word using regex it takes whole line only and for each take another line of array. Address is on 3 lines. In another 2 lines address word is not their. So how can i take all three lines of address? Means address word whole and next two lines