如何将源表中的CustomerName列拆分为目标表中的FirstName和LastName列?
1)我把Table Input和Table输出放在画布上
2)点表输入到DB1(表:用户)
3)将Point Table输出到DB2(表:customers)。此表包含DB1.users中除CustomerName之外的所有列,而不是两个FirstName和LastName列
4)我尝试使用SplitFields转换,但无法在表输入和表输出之间连接它
更新
我尝试重新连接Split Field,如下所示
但是有错误:
Table output.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : Unexpected error
Table output.0 - ERROR (version 6.0.1.0-386, build 1 from 2015-12-03 11.37.25 by buildguy) : org.pentaho.di.core.exception.KettleStepException:
Table output.0 - Field [customerName] is required and couldn't be found!