How to pass the command line argument in the Table data input using pentaho data integration

on Friday, July 6, 2012
Just use the get system input module as the system input
then set a variable as command line argumnet
then call it in Table input
and in the SQL query write like this. Select * from table where name=? //Command line argument 1

0 comments:

Post a Comment