Hi Team, I am using the Email Parser -> Text Formatter -> Text Parser to pull text data from Gmail email. There is data that I want that is separated by space.
is it possible to get that specific data?
For example, I have this dummy text. (HTML version in block quotes)
[image: location] SHIP TO Dick RUSSELLVILLE, KY <https://www.amazon.com/gp/r.html?C=1N85WR5439VWW&K=2L0GXQ581X9U3&
I want to get the text in bold to go to my google sheet for each column respectively. (Lastname, City, State).
is that possible?
is it possible to get that specific data?
For example, I have this dummy text. (HTML version in block quotes)
[image: location] SHIP TO Dick RUSSELLVILLE, KY <https://www.amazon.com/gp/r.html?C=1N85WR5439VWW&K=2L0GXQ581X9U3&
I want to get the text in bold to go to my google sheet for each column respectively. (Lastname, City, State).
is that possible?
SHIP TO</td> </tr> <tr> <td colspan="1" style="min-width:1;line-height:8px" height="8"> <img src="http://g-ecx.images-amazon.com/images/G/01/e-mail/img/softlines/sp.gif" alt="" style="display:block;border:none" width="1" height="8"> </td> </tr> <tr> <td id="m_471936387257558623" colspan="1" style="color:#111111;font-family:Arial,sans-serif;font-size:20px;line-height:20px" valign="top" align="left"> <div class="m_471936387257558623informationText"> Lilith </div></td> </tr> <tr> <td colspan="1" style="min-width:1;line-height:3px" height="3"> <img src="http://g-ecx.images-amazon.com/images/G/01/e-mail/img/softlines/sp.gif" alt="" style="display:block;border:none" width="1" height="3"> </td> </tr> <tr> <td id="m_471936387257558623" colspan="1" style="color:#111111;font-family:Arial,sans-serif;font-size:18px;line-height:18px" valign="top" align="left"> <div class="m_471936387257558623addressText"> RUSSELLVILLE, KY </div></td> </tr> </tbody> </table> </td> </tr>