#9778·seatunnel

[Feature][Module Name] The column_error_handle_way in JsonPath configuration does not take effect

Author: Kevy123Created Aug 27, 2025Updated Sep 18, 2026

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

  JsonPath {
    plugin_input = "data1"
    plugin_output = "data2"
    row_error_handle_way = SKIP

    columns = [
     {
        "src_field" = "content"
        "path" = "$.parsedata.address2nd"
        "dest_field" = "address2nd"
        "column_error_handle_way" = "SKIP"
     },
     {
        "src_field" = "content"
        "path" = "$.parsedata.sysReadTime"
        "dest_field" = "sysReadTime"
        "dest_type" = "date"
        "column_error_handle_way" = "SKIP"
     }
    ]
    # 输出的json数据包含content,address2nd,sysReadTime
  }

sysReadTime配置了跳过,还是报错空指针异常,导致task退出

Image

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct