Skip to main content

JSON Build Tool

Use JSON Build to take the table schema of the JSON Parse tool and rebuild it into properly formatted JavaScript Object Notation (JSON).

Configure the Tool

Use the dropdown to specify these fields. While the Name column is required, the others are optional but at least 1 must be specified.

  • Name Column: The JSON Name column is the 'key' of a JSON Object (key:value pair.) A dot separates the key and any hierarchical categories.

  • String Value Column: The corresponding string 'value' of the JSON Object (key:value pair.)

  • Integer Value Column: The corresponding integer 'value' of the JSON Object (key:value pair.)

  • Float Value Column: The corresponding float 'value' of the JSON Object (key:value pair.)

  • Boolean Value Column: The corresponding bool 'value' of the JSON Object (key:value pair.)

  • Group By: This is optional. If you specify a group or groups, a JSON Object is built for each group.