-
Notifications
You must be signed in to change notification settings - Fork 0
adapters texas tdlr
dannyward630 edited this page Jun 28, 2026
·
1 revision
Texas TDLR is a network-opt-in adapter for the official TDLR All Licenses dataset shape.
The source is broad. It includes many TDLR programs, not just construction or skilled-trade licenses. The adapter should stay conservative until license-type filtering is reviewed in more detail.
- Dataset page:
https://data.texas.gov/dataset/TDLR-All-Licenses/7358-krk7 - Column metadata:
https://data.texas.gov/api/views/7358-krk7/columns.json - License lookup:
https://www.tdlr.texas.gov/verify.htm
- Reads a local CSV file with the official column names.
- Includes a tiny hand-authored fixture under
packages/adapter-tx-tdlr/fixtures/. - Maps clearly understood fields: license type, license number, business name, owner name, addresses, phone, expiration date, subtype, and continuing education flag.
- Categorizes obvious HVAC and electrical license types.
- Preserves raw rows, source URL, fetched time, caveats, and fingerprint.
- Carries Level 4 verification-quality metadata for local-file verification semantics.
- Do not treat all TDLR rows as contractor records.
- Expiration date is the only current status signal used by the adapter.
- Missing or unknown license types are preserved and warned about rather than forced into a category.
- Live Texas Open Data use requires an exact official URL and explicit network consent; normal development and tests use local fixtures.
- No-match verification output only means no matching record was found in the checked local source at the checked time.
- Research license-type filters for contractor and skilled-trade coverage.
- Add more representative hand-authored fixture cases.
- Revalidate the official export and license-type filters on schedule.
- Compare verification caveats against the official TDLR lookup during scheduled review.