You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/08/15 09:31:01 UTC

svn commit: r919409 - in /websites/staging/jena/trunk/content: ./ documentation/csv/get_started.html

Author: buildbot
Date: Fri Aug 15 07:31:00 2014
New Revision: 919409

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/csv/get_started.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 15 07:31:00 2014
@@ -1 +1 @@
-1618109
+1618111

Modified: websites/staging/jena/trunk/content/documentation/csv/get_started.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/csv/get_started.html (original)
+++ websites/staging/jena/trunk/content/documentation/csv/get_started.html Fri Aug 15 07:31:00 2014
@@ -199,7 +199,7 @@ You can read ".csv" files into Model fol
 
 
 <p>For more information, see <a href="http://jena.apache.org/documentation/io/rdf-input.html">Reading RDF in Apache Jena</a>.</p>
-<p>Note that, the requirements for the CSV files are listed in the documentation of <a href="design.html">Design</a>. CSV PropertyTable only supports single-Value, regular-Shaped, table-headed and UTF-8-encoded CSV files.</p>
+<p>Note that, the requirements for the CSV files are listed in the documentation of <a href="design.html">Design</a>. CSV PropertyTable only supports <strong>single-Value</strong>, <strong>regular-Shaped</strong>, <strong>table-headed</strong> and <strong>UTF-8-encoded</strong> CSV files (<strong>NOT</strong> Microsoft Excel files).</p>
 <h2 id="command-line-tool">Command Line Tool</h2>
 <p><a href="https://svn.apache.org/repos/asf/jena/Experimental/jena-csv/src/main/java/riotcmd/csv2rdf.java">csv2rdf</a> is a tool for direct transforming from CSV to the formatted RDF syntax of N-Triples.
 The script calls the <code>csv2rdf</code> java program in the <code>riotcmd</code> package in this way:</p>
@@ -212,7 +212,7 @@ The script calls the <code>csv2rdf</code
 </pre></div>
 
 
-<p>The script reuses <a href="https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/riotcmd/CmdLangParse.java">Common framework for running RIOT parsers</a>, so that it also accepts the same arguments (type <code>"riot. --help"</code> to get command line reminders) from <a href="https://jena.apache.org/documentation/io/#command-line-tools">RIOT Command line tools</a>:</p>
+<p>The script reuses <a href="https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/riotcmd/CmdLangParse.java">Common framework for running RIOT parsers</a>, so that it also accepts the same arguments (type <code>"riot --help"</code> to get command line reminders) from <a href="https://jena.apache.org/documentation/io/#command-line-tools">RIOT Command line tools</a>:</p>
 <ul>
 <li><code>--validate</code>: Checking mode: same as <code>--strict --sink --check=true</code></li>
 <li><code>--check=true/false</code>: Run with checking of literals and IRIs either on or off.</li>