Most accessibility management software supports importing scan results from external tools. The typical process involves uploading a CSV, JSON, or XML export from a scanning tool, mapping the fields to the platform’s data structure, and reviewing imported issues before they appear in the main dashboard. Native integrations through APIs are also common, allowing scan data to flow in automatically on a recurring schedule.
| Key Point | What It Means |
|---|---|
| Supported formats | CSV, JSON, and XML are the most common file types accepted for scan imports. |
| Field mapping | Imported data must be matched to the platform’s fields for issue type, location, severity, and WCAG reference. |
| API connections | Direct integrations pull scan results on a schedule without manual file uploads. |
| Data limits | Imported scans carry the same 25% coverage limitation as the original tool that produced them. |
How Scan Result Imports Work
Accessibility management software accepts scan results in one of two ways: file upload or API connection. File uploads involve exporting results from a scanning tool as a CSV, JSON, or XML file and then uploading that file into the platform. API connections authenticate the platform with the scanning tool and pull results directly.
Once data arrives, the platform parses each record into a standardized issue format. This usually includes the affected URL or screen, the WCAG success criterion referenced, a description of the issue, and a severity or impact rating. Platforms that support multiple scanning sources normalize this data so issues from different origins can be managed in one place.
Field Mapping and Data Normalization
Scanning tools do not use identical output structures. One tool might label a field “impact” while another uses “severity.” Management software addresses this through field mapping, where the user or an automated process aligns columns from the import file to the platform’s internal schema.
Good platforms include preset mappings for common scanning tools and let users save custom mappings for repeat imports. Without proper mapping, data arrives incomplete or misaligned, which reduces the value of the import.
API Integrations vs File Uploads
File uploads work for one-time imports or infrequent reviews. A team running a quarterly evaluation might export results once, upload the file, and work through the issues. API integrations suit organizations running scheduled scans across many pages or properties, where manual uploads would be impractical.
API connections also support incremental updates. When a scan runs again, the platform can identify new issues, resolved issues, and persistent issues automatically rather than treating each import as a fresh dataset.
What Imported Scan Data Can and Cannot Tell You
Imported scan results carry the limitations of the tool that produced them. Scans detect approximately 25% of accessibility issues because they evaluate HTML, CSS, and ARIA attributes against programmatic rules. The remaining 75% of WCAG conformance requires human evaluation by an auditor using screen readers, keyboards, and visual inspection.
Importing scan data gives a team visibility into the issues a tool could detect. It does not produce a complete picture of WCAG conformance. Organizations that treat imported scan results as a full audit miss most of what actually affects users.
Combining Scan Imports With Audit Data
The most useful application of scan imports is pairing them with audit findings inside the same management system. Audit issues identified by human evaluators cover the criteria scans cannot reach, while ongoing scan imports catch regressions in the areas tools do evaluate well. Together, they give remediation teams a working view of what needs attention and when.
Platforms that support both data sources typically flag which issues came from scans and which came from an audit, so teams can apply the right level of verification before closing an issue.
What to Look For in Import Functionality
- Format flexibility: Support for CSV, JSON, XML, and direct API connections covers most scanning sources.
- Preset and custom field mapping: Saves time on repeat imports and prevents data loss.
- Deduplication: Prevents the same issue from being logged twice when scans run on overlapping pages.
- Scan plus audit integration: Keeps both data sources in a single view with clear labels showing which is which.
- Historical tracking: Preserves prior scan imports so teams can see how issues change over time.
Scan imports extend the visibility of a management system, but the quality of the data depends on the quality of the scan and the accuracy of the mapping. The import feature is a conduit, not an evaluation.