I have a requirement such that whenever i run my Kettle job, the database connection parameters must be taken dynamically from an excel source on each run.
Say i have an excel with column names : HostName, Username, Database, Password.
i want to pass these connection parameters to my table input step dynamically whenever the job runs.
This is what i was trying to do.
You can achieve this by
Proceed as follows
In the Set Variables element configure the variables:
${variable_name}
. Note that you have to blindly write ${password}
into the appropriate field. Also note that this may be a security issue because the value may show up as plain text in log files!