I'm just starting kettle I want to know how where I combine if I possessed two same column data (from excel) ex : the place of birth and home town into one column in table city in order to more clearly :
column in excel
- name
- place of birth
- current city
serve two tables
Table 1:
- id
- name
- (id city) place of birth
- (id city) current city
table 2:
- id city
- city
anyone can help?
try with Merge Join (using id city as key) http://wiki.pentaho.com/display/EAI/Merge+Join