Author: jpz6311whu
Date: Fri Aug 15 07:30:50 2014
New Revision: 1618111

URL: http://svn.apache.org/r1618111
Log:
JENA-625: improve documentation

Modified:
    jena/site/trunk/content/documentation/csv/get_started.mdtext

Modified: jena/site/trunk/content/documentation/csv/get_started.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/csv/get_started.mdtext?rev=1618111&r1=1618110&r2=1618111&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/csv/get_started.mdtext (original)
+++ jena/site/trunk/content/documentation/csv/get_started.mdtext Fri Aug 15 
07:30:50 2014
@@ -58,7 +58,7 @@ You can read ".csv" files into Model fol
 
 For more information, see [Reading RDF in Apache 
Jena](http://jena.apache.org/documentation/io/rdf-input.html).
 
-Note that, the requirements for the CSV files are listed in the documentation 
of [Design](design.html). CSV PropertyTable only supports single-Value, 
regular-Shaped, table-headed and UTF-8-encoded CSV files.
+Note that, the requirements for the CSV files are listed in the documentation 
of [Design](design.html). CSV PropertyTable only supports **single-Value**, 
**regular-Shaped**, **table-headed** and **UTF-8-encoded** CSV files (**NOT** 
Microsoft Excel files).
 
 ## Command Line Tool
 
@@ -71,7 +71,7 @@ It transforms the CSV `inputFile` into N
 
     java -cp ... riotcmd.csv2rdf --dest=test.ntriples 
src/test/resources/test.csv
 
-The script reuses [Common framework for running RIOT 
parsers](https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/riotcmd/CmdLangParse.java),
 so that it also accepts the same arguments (type `"riot. --help"` to get 
command line reminders) from [RIOT Command line 
tools](https://jena.apache.org/documentation/io/#command-line-tools):
+The script reuses [Common framework for running RIOT 
parsers](https://svn.apache.org/repos/asf/jena/trunk/jena-arq/src/main/java/riotcmd/CmdLangParse.java),
 so that it also accepts the same arguments (type `"riot --help"` to get 
command line reminders) from [RIOT Command line 
tools](https://jena.apache.org/documentation/io/#command-line-tools):
 
 -   `--validate`: Checking mode: same as `--strict --sink --check=true`
 -   `--check=true/false`: Run with checking of literals and IRIs either on or 
off.


Reply via email to