Closed JustZack closed 5 months ago
this script pulls most of the available info from bills right now, but not all of it makes it into the database.
Revise table schema as needed to ensure the entire bill object makes it into the database.
Specifically need:
subjects_top_term
Ensure this works for the JSON and XML file types. Note that the JSON is not 1:1 mapping of XML, and some things may need to be inferred.
NOTE: Amendment fetching is being pushed up because they pose a larger change to the code in order to fix the right way.
this script pulls most of the available info from bills right now, but not all of it makes it into the database.
Revise table schema as needed to ensure the entire bill object makes it into the database.
Specifically need:
subjects_top_term
)Ensure this works for the JSON and XML file types. Note that the JSON is not 1:1 mapping of XML, and some things may need to be inferred.