Record Structure for Text Downloads
All Files are .csv (comma separated variables) that use quotes as field borders.
The field name is the top row.
Example first row:
"Row #", "County", "Name", "Party", "VoterType", "Votes", "District", "RaceJudge", "Term", "Date of Last Update".
- Row #: Integer
- County: Text, 70 characters
- Name: Text, 35 characters
- Party: Text, 15 Characters
- VoterType: Text, 15 Characters (used only in Primary)
- Votes: Integer
- District: Text, 10 Characters
- RaceJudge: Text, 35 Characters
- Term: Integer
- Date of Last Update: Text, 35 Characters
|