parse_decision_table
Convert decision tables from CSV, JSON, or Markdown into test case specifications for automated testing workflows.
Instructions
Parse a decision table from CSV, JSON, or Markdown format and generate test case specifications
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_path | Yes | Path to the decision table file | |
| format | No | Format of the decision table (auto-detected if not specified) |