@opentrade-registry/adapter-mn-dli
v1.0.1
Published
Minnesota DLI local nightly-export adapter for OpenTrade Registry.
Maintainers
Readme
@opentrade-registry/adapter-mn-dli
Local-file CSV/XLSX adapter for the Minnesota Department of Labor and Industry license and registration data source.
The official DLI source provides a nightly ZIP archive containing licenses, bonds, certifications, and registrations issued by the Construction Codes and Licensing Division. This package parses extracted local CSV or XLSX snapshots and includes tiny hand-authored fixtures for offline tests.
Current Scope
- Source ID:
us.mn.dli.licenses_registrations - Maturity:
local_file_adapter - Network behavior: none; download and ZIP extraction remain caller-operated
- Default tests: local fixture only
The DLI source spans more than contractor licenses. This adapter keeps type labels and caveats attached and maps trade categories conservatively.
The official nightly CSV header and representative row shape were reviewed on June 28, 2026. Generated agency rows are not committed.
Fixture
packages/adapter-mn-dli/fixtures/licenses-registrations-sample.csvThe fixture is not public bulk data. It is a tiny hand-authored sample for tests and examples.
Public Imports
import {
MN_DLI_LICENSES_REGISTRATIONS_SOURCE_ID,
minnesotaDliLicensesRegistrationsAdapter,
normalizeMinnesotaDliStatus,
} from "@opentrade-registry/adapter-mn-dli";