usgpo / bill-status

Information about Bill Status XML Bulk Data including the XML User Guide.
https://www.govinfo.gov/bulkdata/BILLSTATUS
152 stars 64 forks source link

Incorrect Senate Homeland Subcommittee Name #152

Closed anerbovig closed 4 years ago

anerbovig commented 4 years ago

In the bulk data source on govinfo.gov, some Senate bills have the incorrect subcommittee name for the Homeland Security and Governmental Affairs Subcommittee on Regulatory Affairs and Federal Management:

https://www.govinfo.gov/bulkdata/BILLSTATUS/116/s/BILLSTATUS-116s1120.xml

<subcommittees>
<item>
<systemCode>ssga19</systemCode>
<name>and Federal Management Subcommittee</name>
<activities>
<item>
<name>Hearings by</name>
<date>2019-05-22T18:31:34Z</date>
</item>
</activities>
</item>
</subcommittees>

The subcommittee name has been truncated to remove "Regulatory Affairs", and it's incorrect in the subcommittee listing as well as the bill actions. The text of the action has the correct full name of the subcommittee:

<item>
<actionDate>2019-05-22</actionDate>
<committees>
<item>
<systemCode>ssga19</systemCode>
<name>and Federal Management Subcommittee</name>
</item>
</committees>
<links/>
<sourceSystem>
<code>0</code>
<name>Senate</name>
</sourceSystem>
<text>
Committee on Homeland Security and Governmental Affairs Subcommittee on Regulatory Affairs and Federal Management. Hearings held.
</text>
<type>Committee</type>
</item>

This is affecting the following bills in the 116th Congress: S. 1419 S. 83 S. 1120 S. 1339 S. 78 S. 1409 S. 1420

llaplant commented 4 years ago

Contacting legislative data partners to update in source data and will reprocess impacted bill status files when updated source data is available. Thanks for letting us know about this!

jzheng-gpo commented 4 years ago

Above listed bills have been updated. Please review.

anerbovig commented 4 years ago

Fixed on our end, thank you!