Okay I've got a text file with all these web forms that have been submitted to us and I need to make that data into a spreadsheet type database. There are 39 questions the people answered. And it's in a form like this in my text file:
email:
name:
Phone_Number:
Specialization:
Specialization_2:
Business_Dinner_Committee:
Business_Society_Position:
company_1:
job_title_1:
start_month_1:
start_year_1:
finish_month_1:
finish_year_1:
company_2:
job_title_2:
start_month_2:
start_year_2:
finish_month_2:
finish_year_2:
company_3:
job_title_3:
start_month_3:
start_year_3:
finish_month_3:
finish_year_3:
awards_1:
award_1_year:
awards_2:
award_2_year:
awards_3:
award_3_year:
Activities_1:
activities_2:
activities_3:
activities_4:
activities_5:
future_goals:
grad_date:
availability_date:
Is there some easy way to make this into an Excel spreadsheet or something with the columns being named these?
Thanks in advance,
Graham