跳转至

Split on condition(按条件拆分(Split on condition))

Supported in: Batch, Faster

Split an input into two outputs based on chosen condition.

Transform categories: Other

Declared arguments

  • Condition: Rows where this condition is true will be split into the true output, and rows where this condition is false will be split into the false output.
    Expression\
  • Input: The input to split.
    Table

中文翻译


按条件拆分(Split on condition)

支持模式:批处理(Batch)、快速(Faster)

根据所选条件将输入拆分为两个输出。

转换类别:其他

声明的参数

  • 条件(Condition): 满足此条件的行将被拆分至"真"输出,不满足条件的行将被拆分至"假"输出。
    表达式\<布尔值>
  • 输入(Input): 待拆分的输入数据。