0

How can I split a CustomerName column in source table into FirstName and LastName columns in destination table?

1) I put Table Input and Table output on canvas

2) Point Table Input to DB1(table:users)

3) Point Table output to DB2(table:customers). This table has all columns from DB1.users except CustomerName and instead two FirstName and LastName columns

Spoon Canvas

4)I tried to use SplitFields transformation but fail to connect it in betweeen Table Input and Table output

Update:

I tried to reconnect Split Field as shown below

enter image description here

But got errors:

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!
AlexeiP
  • 581
  • 1
  • 10
  • 26

0 Answers0