template is an intermediate step that creates a data resource from a template.
The template:
The template operations accept the following arguments.
The engine is the process that is responsible to transform a template in a document.
Tabulify supports the following value as engine:
type is the media type of the template. The type default to the type of the template.
If the operation has:
This operation is a intermediate pipeline operation
- name: "Json"
op: "template"
args:
template-selectors:
- pattern@connection
- pattern2@connection2
- name: "Json"
op: "template"
args:
template-inline:
type: json
content: |
{
"${group}": {
"${item_code}": {
"price": "${price}",
"description": "${description}"
}
}