Hi guys,
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!