πŸ“„ Key Val With New LinesΒΆ

templates.key_val_with_new_lines

KeyValTemplate(
    pairs_separator="
",
    use_keys_for_outputs=True,
)
[source]

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.