Quick Tip: Upload Template configuration via csv files

Template configuration metadata is very useful, did you know it can be created via uploading csv files? here are the steps on how to do this
CSV file structure
The csv files schema is composed of 4 columns, which are
"template","attribute","key","value"
Template: Column values will contain the Template Name
Attribute: Column values will contain the Attribute Name
Key: The configuration key name
Value: The value of the given key
Uploading Template configuration
In order to create template configuration, you need to leave the attribute field empty. This way the parser will create the key value pair to the given Attribute.
The following image describes how the csv should be configured to upload Template Configuration values.
This is how the template is configured after uploading previous csv
Uploading Template Attribute Configuration
Similarly to the template configuration, but now the csv must include the attribute name to which the configuration will be applied.
The following image describes how the csv should be configured to upload Attribute Configuration values.
Uploading the file
To upload the file, follow these steps:
- Visit Template Page
- Click "Add Template" button
- Click "Upload Configuration" drop down option