Hi everone,
I receive emails with texts similar to this:
Last Name = Teichmann
First Name = Martin
Company = Erneuerbare Energien Teichmann GbR
Street = Burgstraße 28 a
ZIP = 34637
City = Schrecksbach
FullCity = 34637 Schrecksbach
Country = Germany
State / Province =
Phone = +49 17682135917
I would like to parse the text and insert the fields as a new row in a Google Sheet.
I am unsure how to handle this. Should I split the text into single lines and then split each line into the name: value pairs?
Or should I use a regex for each field?
Thanks
Vaclav