Hello,
I'm rather new to KM, I hope you could still help me out with (what might be) a basic problem..
For work reasons, I need to use address information to verify certain things. Most often, the summery will look something like this:
Address Slangenburg 13
7608 RS Almelo Nederland
Phone 123456789
Website https://www.slangenburg.nl
lat. long. 52.376536, 6.691050
I would like to be split up this information into different variables, such as
Street name (slangenburg)
street number (13)
Post code (7608 RS)
City (Almelo)
Website
coordinates
note not all parts are always present. the address and the coordinates are always there, but the phone and website might be missing
Sometimes the street number includes a letter at the end (eg 13A)
I've managed to select the complete address using
Search Named clipboard using regex
(?s)address(.+)Nederland
as the phone isn't always there, but I don't care too much about "Nederland" in the address
All in all, I can see anything can be done using this great program, but as of now, I don't understand enough. Could someone help me with a direct solution to my problem? Also, I'd love a clear resource to understand the program better.
I used tutsplus a little, but it didn't' encompass all I needed. Also I came across https://www.regular-expressions.info/ which helped a little.
Thank you, I much appreciate your time and effort!