Best way to Parse email data
Status: Closed · Asked by Jonathan Kobz on · 0 views
Hello - I'm trying to parse the following email data:
Best regards, *Jonathan Kobz *| *Public Adjuster* *CA LIC# 4080965* *[email hidden] * *M: (408) 457-4902 O: (888) 755-5571* ---------- Forwarded message --------- From: IPN Alert Date: Sat, Mar 4, 2023 at 7:12 AM Subject: Arizona - 1 Alarm Fire To: Apex Adjusting Chapter: Arizona Date/Time: 03/04/23 @ 06:55 Location: El Mirage, AZ (Maricopa County) Address: 11784 W Larkspur Dr Incident: 1 Alarm Fire Mutual Aid: Sun City Mutual Aid: Surprise Incident Details: E121 o/s 1 story house with a W/F. W/F response enroute. 1 line operating (c) 2023 911 iMedia, Inc. All Rights Resvered ᐧ
I need the following data to populate my CRM.
Chapter: Arizona
Date/Time: 03/04/23
Location: El Mirage, AZ
Address: 11784 W Larkspur Dr
Details: E121 o/s 1 story house with a W/F. W/F response enroute. 1 line operating
What would be the best way to parse out the data and send to CRM?
@Fagun Shah Thanks, but I was thinking to pass the data to a js variable then parse, rather then making so many steps as it’s very inefficient.