I wish to use a database column value in the output file name. example: select max(id) from process; suppose the result of above query is 111 -- wish to use this value in the output file name as shown below.
output file name: file_111
how can i achieve this in pentaho kettle? Please advice.