• using each field from the datasource replace any occurances of the field name with the templatized value Needs to account for: "NAME" "NAME NAME2" "NAME ASC" "{NAME}" "(NAME = value AND NAME2 = someOtherValue)"

    Parameters

    • obj: any
    • fields: any[]
    • basePath: string
    • templatizeKeys: boolean = false

    Returns any