Everyday I receive thousands of emails and I want to parse the content/body of these emails to load them into a database.
My problem is that nowadays I am parsing the email body manually and I would like to change the logic to a Regular Expression in C#.
Here is the body of the emails:
Gentilissima Agenzia Nexity Residenziale
il nostro utente:
Sig./Sig.ra :Pablo Azorin
Email: [email protected]
Tel.: 02322-498900
sta cercando un immobile con le seguenti caratteristiche:
Categoria: Residenziale
Tipologia: Villa
Tipo di contratto: Vendita
Comune: Assago Prov. Milano
Zona: non specificata
Fascia di prezzo: non specificata
I need to extract the text in bold and I thought a RegEx is what I need for this...
Looking forward to get your suggestion about how to make it works.
Thanks!
--Pablo