diff --git a/tpl/template.go b/tpl/template.go index 3377b9a3d..320f969c8 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -1300,6 +1300,8 @@ func init() { "replace": Replace, "trim": Trim, "dateFormat": DateFormat, + "getJson": GetJson, + "getCsv": GetCsv, } }