GSA / datagov-wptheme

Data.gov WordPress Theme (obsolete)
https://www.data.gov
Other
1.88k stars 411 forks source link

inventory.data.gov data.json import issue for publisher filed when suborganization is present #793

Open kvuppala opened 6 years ago

kvuppala commented 6 years ago

Looks like the order is reversed on the publisher name when suborganization field was present

https://inventory.data.gov/organization/va-gov-new-data

Example record where the issue can be seen: identifier: [VA-OGC-052] [publisher] Source: {'name': 'Office of General Counsel', 'subOrganizationOf': {'name': 'Department of Veterans Affairs', '@type': 'org:Organization'}, '@type': 'org:Organization'} not match Compare: {'name': 'Department of Veterans Affairs', 'subOrganizationOf': {'name': 'Office of General Counsel', '@type': 'org:Organization'}, '@type': 'org:Organization'}