export_results
Export parsed resume data to JSON or CSV format for further analysis or reporting. Accepts structured results and returns formatted output.
Instructions
Export parsed resume results to a specified format (JSON or CSV text). Accepts an array of structured resume results and returns formatted output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Export format: json or csv | |
| results | Yes | Array of parsed resume results with fileName and structured data |