How to pass the command line argument in the Table data input using pentaho data integration
Posted by
Tabish Khan
at
2:23 AM 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