esonderegger / fecfile

a python parser for the .fec file format
https://esonderegger.github.io/fecfile/
Apache License 2.0
44 stars 13 forks source link

Correctly handle form 99 text #2

Closed esonderegger closed 6 years ago

esonderegger commented 6 years ago

Form 99- miscellaneous text takes the form of:

[BEGINTEXT]
Sample text
[ENDTEXT]

on lines 3-n of the filing. Currently this text gets ignored. It should be added to the text field in the top level of the returned dictionary.