List entries (one row per title)
Data source: chimpy-lake reading_lists_match gold
- list_name
- Which list this title belongs to
- status
- confident (ISBN/OCLC match) / adjudicated (librarian-confirmed) / review (awaiting verdict) / gap (no match in catalog)
- n_bibs_confident
- distinct catalog bibs matched by ISBN/OCLC
- n_bibs_review
- distinct bibs matched only by fuzzy title/author
1 row where list_name = "Sample Newbery Starter" and status = "confident" sorted by rank descending
This data as json, CSV (advanced)
| Link | rowid | list_entry_id | list_key | list_id | list_source | list_name | curator | source_kind | source_detail | attributes | award_class | award_year | title | author | rank ▲ | n_bibs_confident | n_bibs_adjudicated | n_bibs_review | status | confirmed_absent | is_gap |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 169 | 169 | 8f0eddd14e1477438c5cf5222f33a767 | sample-newbery-starter | sample-newbery-starter | manual | Sample Newbery Starter | reading-lists demo | manual | hand-authored sample shipped with the tenant | {"age_band": "grades 4-6", "purpose": "demo"} | The Giver | Lois Lowry | 1 | 0 | 4 | confident | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE list_entry_summary(list_entry_id VARCHAR, list_key VARCHAR, list_id VARCHAR, list_source VARCHAR, list_name VARCHAR, curator VARCHAR, source_kind VARCHAR, source_detail VARCHAR, attributes VARCHAR, award_class VARCHAR, award_year BIGINT, title VARCHAR, author VARCHAR, rank BIGINT, n_bibs_confident BIGINT, n_bibs_adjudicated BIGINT, n_bibs_review BIGINT, status VARCHAR, confirmed_absent BIGINT, is_gap BIGINT); CREATE INDEX idx_list_entry_summary_status on list_entry_summary(status); CREATE INDEX idx_list_entry_summary_list_name_award_class on list_entry_summary(list_name, award_class); CREATE INDEX idx_list_entry_summary_list_key on list_entry_summary(list_key);