validate_import
Validate a bulk-import CSV without persisting anything. Returns row-level errors and a summary so you can fix the file before calling commit_import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_content | Yes | The CSV content to validate (use the template from get_import_template). |