validate_excel
Validate Excel (.xlsx) file structure against a placement schema, detecting columns, mapping them, and flagging missing or ambiguous fields before data import.
Instructions
Validate an Excel (.xlsx) file structure without importing data.
Checks file format, detects columns, maps to schema fields,
and reports any ambiguous or missing columns.
Args:
file_path: Absolute path to the .xlsx file on the server filesystem.
Returns:
Validation result including detected columns, mapping, and warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |