Hi All,
I would like to pass String[] to kettle as input, however, I don't think kettle support arrays as input parameter.
Hence my work around would be create a simple parameter / custom parameter called parameter2 listening to another custom parameter called parameter1, which reads the value of multi check boxes.
parameter1 is a string arrays, how to I make parameter2 listen to parameter1's change and update's its own value to something like parameter1.toString();, so that I can pass this parameter2 to kettle transformation so that kettle can do the string split later?
I have successfully get kettle to do the string split in the unit test, now the challenge part is making parameter2 listening to the change of parameter1 and update itself accordingly....
Thank you.
Zheng
I would like to pass String[] to kettle as input, however, I don't think kettle support arrays as input parameter.
Hence my work around would be create a simple parameter / custom parameter called parameter2 listening to another custom parameter called parameter1, which reads the value of multi check boxes.
parameter1 is a string arrays, how to I make parameter2 listen to parameter1's change and update's its own value to something like parameter1.toString();, so that I can pass this parameter2 to kettle transformation so that kettle can do the string split later?
I have successfully get kettle to do the string split in the unit test, now the challenge part is making parameter2 listening to the change of parameter1 and update itself accordingly....
Thank you.
Zheng