nytimes / Fech

Deprecated. Please see https://github.com/dwillis/Fech for a maintained fork.
http://nytimes.github.io/Fech/
Other
115 stars 30 forks source link

F1S mapping is incorrect #59

Closed bycoffe closed 11 years ago

bycoffe commented 11 years ago

At least for filings with version 8.0, the name of the affiliated committee appears with a key of :change_of_committee_name and the affiliated committee's ID appears with a key of :committee_name.

To re-create:

filing = Fech::Filing.new(768055).download
filing.rows_like(/f1s/).first
=> {:form_type=>"F1S",
  :filer_committee_id_number=>"C00478354",
  :change_of_committee_name=>"FRIENDS OF JOHN BOEHNER",
  :committee_name=>"C00237198"
   ...     }
dwillis commented 11 years ago

Fixed with 17b10aaa3340f9a1588193e82e67613b651a41e0

bycoffe commented 11 years ago

Awesome, thanks!

On Sep 6, 2013, at 6:50 PM, Derek Willis notifications@github.com wrote:

Fixed with 17b10aa

— Reply to this email directly or view it on GitHub.