Advertisement
mikelieman

VOTEFRMT.CSV

Feb 6th, 2016
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. Field Name,Data Type,Start,Width,Indexed,Skip
  2. VoterID,Text,1,15,Yes (No Duplicates),FALSE
  3. FirstName,Text,16,15,No,FALSE
  4. Middle,Text,31,15,No,FALSE
  5. LastName,Text,46,20,No,FALSE
  6. Suffix,Text,66,4,No,FALSE
  7. StreetNum,Text,70,8,No,FALSE
  8. HalfCode,Text,78,5,No,FALSE
  9. StreetName,Text,83,30,No,FALSE
  10. Address1,Text,113,12,No,FALSE
  11. Address2,Text,125,40,No,FALSE
  12. Address3,Text,165,40,No,FALSE
  13. City,Text,205,25,No,FALSE
  14. State,Text,230,2,No,FALSE
  15. Zip,Long Integer,232,5,No,FALSE
  16. Zip4,Text,237,4,No,FALSE
  17. FileCreationDate,Text,241,15,No,FALSE
  18. DOB,Date/Time,256,8,No,FALSE
  19. Sex,Text,264,1,No,FALSE
  20. Eyes,Text,265,3,No,FALSE
  21. HtIn,Text,268,1,No,FALSE
  22. HtFt,Text,269,2,No,FALSE
  23. AreaCode,Text,271,3,No,FALSE
  24. Phone,Text,274,8,No,FALSE
  25. RegDate,Date/Time,282,8,No,FALSE
  26. RegSource,Text,290,30,No,FALSE
  27. Affiliation,Text,320,3,No,FALSE
  28. Town,Long Integer,323,3,No,FALSE
  29. Ward,Long Integer,326,3,No,FALSE
  30. ED,Long Integer,329,3,No,FALSE
  31. CD,Long Integer,332,3,No,FALSE
  32. SD,Long Integer,335,3,No,FALSE
  33. AD,Long Integer,338,3,No,FALSE
  34. SchoolD,Text,341,3,No,FALSE
  35. CLD,Long Integer,344,3,No,FALSE
  36. UD2,Text,347,3,No,FALSE
  37. UD3,Text,350,3,No,FALSE
  38. UD4,Text,353,3,No,FALSE
  39. Status,Text,356,1,No,FALSE
  40. Reason,Text,357,10,No,FALSE
  41. Absentee,Text,367,1,No,FALSE
  42. MailingAddress1,Text,368,40,No,FALSE
  43. MailingAddress2,Text,408,40,No,FALSE
  44. MailingAddress3,Text,448,40,No,FALSE
  45. MailingAddress4,Text,488,40,No,FALSE
  46. MailCity,Text,528,25,No,FALSE
  47. MailState,Text,553,2,No,FALSE
  48. MailZip,Long Integer,555,5,No,FALSE
  49. MailZip4,Long Integer,560,4,No,FALSE
  50. AbsElecCode,Text,564,4,No,FALSE
  51. AbsCode,Text,568,3,No,FALSE
  52. ApsAppReceived,Text,571,8,No,FALSE
  53. AbsAddress1,Text,579,40,No,FALSE
  54. AbsAddress2,Text,619,40,No,FALSE
  55. AbsAddress3,Text,659,40,No,FALSE
  56. AbsAddress4,Text,699,40,No,FALSE
  57. AbsCity,Text,739,25,No,FALSE
  58. AbsState,Text,764,2,No,FALSE
  59. AbsZip,Long Integer,766,5,No,FALSE
  60. AbsZip4,Long Integer,771,4,No,FALSE
  61. AbsBallotIssued,Text,775,8,No,FALSE
  62. AbsBallotReceived,Date/Time,783,8,No,FALSE
  63. AbsBallotReIssued,Date/Time,791,8,No,FALSE
  64. AbsBallotReReceived,Date/Time,799,8,No,FALSE
  65. AbsExpiration,Text,807,8,No,FALSE
  66. AbsEligible,Text,815,1,No,FALSE
  67. AbsEligible2,Text,816,40,No,FALSE
  68. VoterHistory,Text,856,48,No,FALSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement