Skip to content

Commit 1e29531

Browse files
committed
fixed nodes description
1 parent 2707be0 commit 1e29531

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

RubyScript/src/org/knime/ext/jruby/RubyScriptNodeFactory.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<fullDescription>
1010
<intro>Executes a jRuby script, taking 1 input DataTable and returning 1 output DataTable. A simple example script is included in the dialog's text window of the Script tab.
11-
<p>This node uses Ruby-wrapper. See knime.rb at <a href="https://github.com/rssdev10/ruby4knime">ruby4knime</a></p>
11+
<p>This node uses a Ruby-wrapper. See knime.rb at <a href="https://github.com/rssdev10/ruby4knime">ruby4knime</a></p>
1212

13-
<p>Also you can include additional gems from an external jRuby installation. But before setup jRuby path in preferences.</p>
13+
<p>Also, you can include additional gems from an external jRuby installation. But before that do setup jRuby path in preferences.</p>
1414

1515
</intro>
1616

1717
<tab name="Script output">
18-
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification, i.e. the number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have as many columns as given in the list.</option>
18+
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification. The number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have exactly the same number of columns as given in the list.</option>
1919
<option name="Column list">Specify the column name and type of all result columns. After adding a new column, click on the name or type to change its value.</option>
2020
</tab>
2121

RubyScript/src/org/knime/ext/jruby/RubyScriptNodeFactory01.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
<fullDescription>
1010
<intro>
11-
Executes a jRuby script, returning 1 output DataTable. This node allow to generate any data or process data from external sources like files, RSS-feeds, HTTP and other Ruby-sources.
11+
Executes a jRuby script, returning 1 output DataTable. This node allows generating any data or do reading of data from external sources like files, RSS-feeds, HTTP and other Ruby-readable sources.
1212
A simple example script is included in the dialog's text window of the Script tab.
1313
<p>This node uses Ruby-wrapper. See knime.rb at <a href="https://github.com/rssdev10/ruby4knime">ruby4knime</a></p>
1414

15-
<p>Also you can include additional gems from an external jRuby installation. But before setup jRuby path in preferences.</p>
15+
<p>Also, you can include additional gems from an external jRuby installation. But before that do setup jRuby path in preferences.</p>
1616
<p>Please specify Column list before using.</p>
1717
</intro>
1818

RubyScript/src/org/knime/ext/jruby/RubyScriptNodeFactory22.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<intro>Executes a jRuby script, taking 2 input DataTables and returning 2 output DataTables. A simple example script is included in the dialog's text window of the Script tab.
1111
<p>This node uses Ruby-wrapper. See knime.rb at <a href="https://github.com/rssdev10/ruby4knime">ruby4knime</a></p>
1212

13-
<p>Also you can include additional gems from an external jRuby installation. But before setup jRuby path in preferences.</p>
13+
<p>Also, you can include additional gems from an external jRuby installation. But before that do setup jRuby path in preferences.</p>
1414

1515
</intro>
1616

1717
<tab name="Script output">
18-
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification, i.e. the number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have as many columns as given in the list.</option>
18+
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification. The number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have exactly the same number of columns as given in the list.</option>
1919
<option name="Column list">Specify the column name and type of all result columns. After adding a new column, click on the name or type to change its value.</option>
2020
</tab>
2121

RubyScript/src/org/knime/ext/jruby/RubySnippetNodeFactory.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<intro>Executes a small jRuby script. The main difference between this node and Ruby Script is that it operates with each row of input DataTable separately and returns a new row for output DataTable. A simple example script is included in the dialog's text window of the Script tab.
1111
<p>This node uses Ruby-wrapper. See knime.rb at <a href="https://github.com/rssdev10/ruby4knime">ruby4knime</a></p>
1212

13-
<p>Also you can include additional gems from an external jRuby installation. But before setup jRuby path in preferences.</p>
13+
<p>Also, you can include additional gems from an external jRuby installation. But before that do setup jRuby path in preferences.</p>
1414

1515
</intro>
1616

1717
<tab name="Script output">
18-
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification, i.e. the number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have as many columns as given in the list.</option>
18+
<option name="Append columns to input table spec">If checked, the columns as given in the list are appended to the input table specification. The number of columns in the output table equals the number of input columns plus the number of columns as given in the list. If unchecked, the output table will have exactly the same number of columns as given in the list.</option>
1919
<option name="Column list">Specify the column name and type of all result columns. After adding a new column, click on the name or type to change its value.</option>
2020
</tab>
2121

0 commit comments

Comments
 (0)