云日志服务 LTS-转换函数:ct_ord

时间:2024-11-02 18:44:20

ct_ord

使用ct_ord函数将字段或表达式的字符转换为对应ANSI值、Unicode值。

  • 函数格式
    ct_ord(value)
  • 参数说明

    参数名称

    参数类型

    是否必填

    说明

    value

    String

    待转换的值,长度为1。

  • 返回结果

    返回对应的ANSI值或Unicode值。

  • 函数示例
    • 测试数据
      {
       "world": "a"
      }
    • 加工规则
      e_set("ct_ord", ct_ord(v("world")))
    • 加工结果
      world: a
      ct_ord: 97
support.huaweicloud.com/usermanual-lts/lts_07_0157.html