parse_tracking_spec
Convert CSV or JSON tracking specifications into a normalized, structured format for validation, documentation, and code generation.
Instructions
Parses tracking specifications from CSV or JSON format (e.g., exported from Google Sheets or Excel). Normalizes the data into a structured format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Input format (auto-detected if not specified) | auto |
| content | Yes | CSV or JSON content to parse | |
| hasHeader | No | For CSV: whether the first row is a header |