export_to_csv
Export accessibility audit results to CSV for spreadsheet analysis. Choose standard, detailed, or minimal format with optional metadata and violation rows.
Instructions
Export audit results to CSV format for spreadsheet analysis. Includes metadata section and violation rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: "standard" (default), "detailed" (includes all fields), or "minimal" (essential fields only). | standard |
| results | Yes | Audit results object or URL string. If URL is provided, an audit will be run first. | |
| includeMetadata | No | Include test information and environment data (default: true). | |
| includeViolations | No | Include detailed violation rows (default: true). |