/**
 * This function trims any leading or trailing {trim_character} characters from the field's value.
 */
function trim_{trim_character}($source: dataset):dataset {{
    return | from $source {trim_fields}
}}
