parse_decision_table
Parse decision tables in CSV, JSON, or Markdown to generate clear test case specifications. Simplify test creation from structured tables.
Instructions
Parse a decision table from CSV, JSON, or Markdown format and generate test case specifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format of the decision table (auto-detected if not specified) | |
| table_path | Yes | Path to the decision table file |