Inject Data into Docx Template
inject_template_dataMerge JSON key-value data into a .docx template, substituting placeholders like {name} and {#items} to generate a populated document.
Instructions
Merges JSON key-value data into a .docx template containing tags (e.g., {name}, {#items}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value data object | |
| outputPath | Yes | Output .docx file path | |
| templatePath | Yes | Path to input template .docx |