I have an Excel file that contains records of homeowners in a city. One of the columns is “Property Address” which contains the full address of the owner. I want to separate the street address and the house number and insert them in 2 separate columns called “House Number” and “Street Name” using Regex (Matches Activity). I tried but the new value inserted shows System.Text.RegularExpressions.MatchCollection instead of copied values. I am not a coder, so please explain step by step without coding jargon. Thank you so much!
Welcome to UiPath community
The queries sounds more generic
So I would recommend to have a view on this thread on how to work with Regex so that u can manipulate as per your need