You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RubyScript/src/org/knime/ext/jruby/RubyScriptNodeFactory22.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
<optionname="$inData0">The input DataTable containing all available input from input port 0.</option>
26
26
<optionname="$inData1">The input DataTable containing all available input from input port 1.</option>
27
27
<optionname="$outContainer">Output container housing the outgoing DataTable for output port 0. This must be populated with rows by the script or else there will be no output from the node.</option>
28
+
<optionname="$outContainer0">Output container housing the outgoing DataTable for output port 0. The same as $outContainer.</option>
28
29
<optionname="$outContainer1">Output container housing the outgoing DataTable for output port 1.</option>
29
30
30
31
<optionname="Example use to copy all input row of DataTable:"><pre>
@@ -42,7 +43,7 @@
42
43
43
44
<optionname="Example use to create new DataTable from custom data:"><pre>
0 commit comments