๐ key_val_with_new_linesยถ
Note
ID: templates.key_val_with_new_lines | Type: KeyValTemplate
{
"pairs_seperator": "\n",
"type": "key_val_template",
"use_keys_for_outputs": true
}
Explanation about KeyValTemplateยถ
Generate field โsourceโ from fields designated as input, and fields โtargetโ and โreferencesโ from fields designated as output, of the processed instance.
Args specify with what separators to glue together the input and output designated fields of the processed instance into one string (โsourceโ and โtargetโ), and into a list of strings (โreferencesโ).
Read more about catalog usage here.