| View previous topic :: View next topic |
| Author |
Message |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Tue Dec 05, 2006 9:56 pm Post subject: Extracting email from a form |
|
|
I have the program working with emails I get from my other leads. However, this one is in a table format and I can't seem to extract the correct information.
Can you tell me how to extract the email and 1st name of my lead?
Last edited by devicode on Tue Dec 05, 2006 10:11 pm; edited 1 time in total |
|
| Back to top |
|
 |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Tue Dec 05, 2006 10:09 pm Post subject: |
|
|
Send me a copy of the responder and the email source so that I can take a look at it.
Step 1 : Add the Sample Message to the responder
- Edit the autoresponder message.
- Select the 'Test' tab
- Click the 'Load message' button.
- Click the 'connect' button to load the messages and select the appropriate message from the list.
- Click OK to save the Responder.
Step 2 : Send us the responder
- Select Tools / Database from the main menu.
- Click 'Export/Import' button.
- Select the 'Export Responder' tab.
- Choose the problematic responder from the combo box.
- Enter the file name that will store the responder information.
Note the location of this file.
- Click the 'Start Export' button.
- Start your email program and attach this file.
Let us know what fields need to be extracted.
|
|
| Back to top |
|
 |
devicode Site Admin
Joined: 05 Mar 2005 Posts: 249
|
Posted: Wed Dec 06, 2006 6:00 pm Post subject: |
|
|
From your email I see that the table layout as follows:
Let's say you want to extract the first name, last name and the email address.
To extract the first name field
- 'Start of Data Field'
For the FROM select 'Specific text'
For the TEXT enter First Name(.*?)Last Name
- 'End of Data Field'
For the FROM select 'Use Match String'
For the TEXT enter 1
To extract the last name field
- 'Start of Data Field'
For the FROM select 'Specific text'
For the TEXT enter Last Name(.*?)E-mail
- 'End of Data Field'
For the FROM select 'Use Match String'
For the TEXT enter 1
To extract the email field
- 'Start of Data Field'
For the FROM select 'Specific text'
For the TEXT enter E-mail(.*?)Website
- 'End of Data Field'
For the FROM select 'Use Match String'
For the TEXT enter 1
|
|
| Back to top |
|
 |
|