将多个字段拆分为 pentaho 中的行 'split field to rows' activity
Split multiple fields to rows in pentaho 'split field to rows' activity
我的 pentaho 工作流程中有一组 phone 个数字。我正在使用拆分字段到行 activity 并且我能够将该数组拆分为行。现在我想只使用一次 'split field to rows' 将多个字段拆分为行。我尝试在输入的 'Fields to Split' 中使用逗号作为分隔符,但出现错误。
如何使用 'split fields to rows' activity 一次将多个字段拆分为行?
[P.S。请参阅附图以供参考]
Split field to rows
只接受一个输入字段进行拆分。
您可以放置一系列 Split field to rows
,每个字段一个。
或者,您可以在拆分之前将多个字段连接到一个字段中。
我的 pentaho 工作流程中有一组 phone 个数字。我正在使用拆分字段到行 activity 并且我能够将该数组拆分为行。现在我想只使用一次 'split field to rows' 将多个字段拆分为行。我尝试在输入的 'Fields to Split' 中使用逗号作为分隔符,但出现错误。 如何使用 'split fields to rows' activity 一次将多个字段拆分为行? [P.S。请参阅附图以供参考]
Split field to rows
只接受一个输入字段进行拆分。
您可以放置一系列 Split field to rows
,每个字段一个。
或者,您可以在拆分之前将多个字段连接到一个字段中。