Table of Contents

Native Engine - Json Template

Template

A Json template is a native template:

Howto

How to create JSON files from Tabular data with a JSON template

Example: catalog of item

The variable name should match the name of a column of the source.

{
  "${group}": {
    "${item_code}": {
      "price": "${price}",
      "description": "${description}"
    }
  }
}

where:

are the column names of the source.