Good afternoon,
I get an email in this format based on how many fields a person fills out in a questionnaire
First_Name: jim
Last_Name: bond
Address: 820 west
City: mytown
State: al
Zip: 11111
Email: myname@gmail.com
Height: 6'3"
Weight: 210
Date_of_Birth: 3/31/95
Married: no
Father_Name: Roy Rogers
Father_Cell_Phone: 111111
Mother_Name: May Rogers
Mothers_Cell_Phone: 18175
i want to populate this info into an excel file so that if a person fills out a questionnaire I can populate the rows that they fill out into an excel document with the field names at the top and the field values down the column like this:
[TABLE="width: 217"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]First_Name[/TD]
[TD]Last_Name[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]jim[/TD]
[TD]bond[/TD]
[TD]820 west[/TD]
[/TR]
[TR]
[TD]bill[/TD]
[TD]player[/TD]
[TD]555 main[/TD]
[/TR]
[TR]
[TD]steve[/TD]
[TD]taylor[/TD]
[TD]44 1st [/TD]
[/TR]
</tbody>[/TABLE]
it would be great to figure out how to automate it from the email but for right now i can copy the email into a txt file manually and import it to excel. i just want the import to match the fields and insert the value going down the column. let me know if you guys have an idea how to do something like this.
I get an email in this format based on how many fields a person fills out in a questionnaire
First_Name: jim
Last_Name: bond
Address: 820 west
City: mytown
State: al
Zip: 11111
Email: myname@gmail.com
Height: 6'3"
Weight: 210
Date_of_Birth: 3/31/95
Married: no
Father_Name: Roy Rogers
Father_Cell_Phone: 111111
Mother_Name: May Rogers
Mothers_Cell_Phone: 18175
i want to populate this info into an excel file so that if a person fills out a questionnaire I can populate the rows that they fill out into an excel document with the field names at the top and the field values down the column like this:
[TABLE="width: 217"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]First_Name[/TD]
[TD]Last_Name[/TD]
[TD]Address[/TD]
[/TR]
[TR]
[TD]jim[/TD]
[TD]bond[/TD]
[TD]820 west[/TD]
[/TR]
[TR]
[TD]bill[/TD]
[TD]player[/TD]
[TD]555 main[/TD]
[/TR]
[TR]
[TD]steve[/TD]
[TD]taylor[/TD]
[TD]44 1st [/TD]
[/TR]
</tbody>[/TABLE]
it would be great to figure out how to automate it from the email but for right now i can copy the email into a txt file manually and import it to excel. i just want the import to match the fields and insert the value going down the column. let me know if you guys have an idea how to do something like this.