You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
If you want to get all of the records for a particular agency, group of agencies, or all agencies, simply apply the agency filters, select the sections you want to export using the search filters, and click search without any text in the search bar. When the results have loaded, click the Download results as a CSV file.
However when I make the search text empty and try to get all agency SORNs (looks like around 6,000), the request to https://sorndashboard.fpc.gov/search.csv?search=&starting_year=&ending_year= just hangs. Currently I am paginating by ~5 year chunks to get all the records.
It would be great if you had a static export of all the agencies so we don't have to wait for/overload the server with that request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The help page says:
However when I make the search text empty and try to get all agency SORNs (looks like around 6,000), the request to
https://sorndashboard.fpc.gov/search.csv?search=&starting_year=&ending_year=
just hangs. Currently I am paginating by ~5 year chunks to get all the records.It would be great if you had a static export of all the agencies so we don't have to wait for/overload the server with that request.
The text was updated successfully, but these errors were encountered: