You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2018/03/15 10:39:46 UTC

svn commit: r1826790 - /uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Author: pkluegl
Date: Thu Mar 15 10:39:45 2018
New Revision: 1826790

URL: http://svn.apache.org/viewvc?rev=1826790&view=rev
Log:
UIMA-5736 - mention in doc

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml?rev=1826790&r1=1826789&r2=1826790&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.overview.xml Thu Mar 15 10:39:45 2018
@@ -956,6 +956,14 @@ Document{-> EXEC(MyAnalysisEngine, {MyTy
                   </entry>
                   <entry>Single Boolean</entry>
                 </row>
+                <row>
+                  <entry>
+                    <link linkend='ugr.tools.ruta.ae.basic.parameter.csvSeparator'>csvSeparator</link>
+                  </entry>
+                  <entry>String/token to be used to split columns in CSV tables.
+                  </entry>
+                  <entry>Single String</entry>
+                </row>
               </tbody>
             </tgroup>
           </table>
@@ -1235,6 +1243,13 @@ Document{-> EXEC(MyAnalysisEngine, {MyTy
             If this parameter is set to true, then whitespaces are removed when dictionaries are loaded.
           </para>
         </section>
+        <section id="ugr.tools.ruta.ae.basic.parameter.csvSeparator">
+          <title>csvSeparator</title>
+          <para>
+            If this parameter is set to any String value then this String/token is used to split columns in CSV tables.
+            The default is set to ';'.
+          </para>
+        </section>
       </section>
     </section>
     <section id="ugr.tools.ruta.ae.annotationwriter">