Dynamic output columns in Java snippet

Hi,

Can I dynamically set code for Java snippet.

i.e. My input columns will bef ixed but ouput columns may append, so nuber of calculation lines in Java will increase.

I am so stuck at this point, any help will be appreciated.

 

Regards,

Nikhil

Any Suggestions?

Hi Nikhil,

You can output an array from Java Snippet and split that afterwards in KNIME. That way, you can have a dynamic number of columns.

Cheers,

Roland