Closed zhu733756 closed 1 year ago
Fixes #621
interceptor: support setFloat/setInt/setBool 1. an older configuration is: - type: transformer name: setEmpty actions: - if: NOT exist(count) then: - action: set(count, 0) - action: strconv(count, float) - action: return() else: - action: return() 2. the newly configuration is: - type: transformer name: setEmpty actions: - if: NOT exist(count) then: - action: setFloat(count, 0) - action: return() else: - action: return()
/cc @ethfoo
Proposed Changes:
Which issue(s) this PR fixes:
Fixes #621
Additional documentation: