validate_import_template
Validates import template headers and sample data against SAP SuccessFactors metadata to catch missing fields and data type errors before executing an import.
Instructions
Validate an import template's headers and sample data against SF metadata.
Checks that all column headers correspond to actual fields on the target entity, identifies missing key/required fields, and validates sample data types. Use this before executing an import to catch errors early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headers | Yes | Column headers from the import template | |
| data_center | No | ||
| entity_name | Yes | Target SF entity (e.g., 'EmpJob', 'User', 'FODepartment') | |
| sample_rows | No | ||
| auth_user_id | No | ||
| auth_password | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||