Class: Fech::CandidateContribution

Inherits:
Table
  • Object
show all
Defined in:
lib/fech-ftp/candidate_contribution.rb

Constant Summary collapse

HEADERS =
{
  file: "oth",
  headers: [
    :committee_id, :amendment, :report_type, :primary_general, :microfilm,
    :transaction_type, :entity_type, :name, :city, :state, :zipcode,
    :employer, :occupation, :transaction_date, :amount, :other_committee_id, :candidate_id,
    :transaction_id, :filing_id, :memo_code, :memo_text, :fec_record_number
  ]
}

Constants inherited from Table

Table::AWS_URL

Method Summary

Methods inherited from Table

#create_table, #enter_row, #fetch_file, #format_row, #initialize, #parse_date, #parser, #receiver, #retrieve_data, #table_exist?, #unzip

Constructor Details

This class inherits a constructor from Fech::Table