I have a transformation into Kettle Pentaho called Test.
This ETL process should load three different tables of a single database, where each one has his source into a different table of a another database.
To do this I use three table input steps
. Each one connects to a value mapper
, this to a Select value step
, then a Data Validator
, and add sequence step
and finally a table output
.
Summarising I have a total of six steps per table load. When I am editing the finals steps I found a thing that I would like to solve, I drag the fields of the previous tables loads.
For example, table A load have the field bank_id
, in the second table it does not exist, but in the table output step
of the second load process I can select this despite I do not want this.
Is there any option to do not see the previous fields? Thsi way I avoid easy errors. Especially, when the tables have a field with the same name.
Thank you
EDIT