Import into existing form

Import into existing form

In the application http://creator.zoho.com/thomast/philly-candidates-list/ (started from CRM basic template and modified), I have a form, Add New Candidate, into which I would like to import some data.

My import data doesn't have all the fields, but the fields are labeled at the top.

Some sample import data; full csv attached:
"First Name","Last Name","Office Sought","District","Incumbent?","Party","Candidate Status"
"William","Adolph","PA House",165,1,"Republican","Documented"
"Stephen","Barrar","PA House",160,1,"Republican","Documented"
"Andrew","Dinniman","PA Senate",19,1,"Democrat","Documented"
"Vincent","Fumo","PA Senate",1,1,"Democrat","Documented"

In the Creator App, First Name and Last Name are single-line text fields, District is a number field, Incumbent? is a decision checkbox - I've represented the checked state with a 1 in my import data.

Office Sought, Party, and Candidate status are all drop-downs, and all values in my import data are an exact text match for one of the values defined for the drop down.

However, I keep getting an error message when I try to import this data into that form.

Any ideas? I really don't want to have to type all this data in. Do I need to change how I represent the checkbox data? The drop-down data?

The database is shared with support for editing at this time.

Many thanks!