<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Sand_Box</title><link>https://sourceforge.net/p/csv2odf/wiki/Sand_Box/</link><description>Recent changes to Sand_Box</description><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Sand_Box/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 23:25:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Sand_Box/feed" rel="self" type="application/rss+xml"/><item><title>Sand_Box modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Sand_Box/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -70,4 +70,4 @@
 -V&amp;nbsp;: display version number 
 -z&amp;nbsp;: display debugging information

-[Es:Sand_Box] 
+[Es:Sand_Box] [:es:Sand_Box] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:36 -0000</pubDate><guid>https://sourceforge.netd9bc7f030a9dedcb63a2c9e8f951c067771b98f2</guid></item><item><title>Sand_Box modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Sand_Box/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -69,3 +69,5 @@
 \--output=&amp;amp;lt;_file_&amp;amp;gt;&amp;nbsp;: specify the output file location 
 -V&amp;nbsp;: display version number 
 -z&amp;nbsp;: display debugging information 
+
+[Es:Sand_Box] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:36 -0000</pubDate><guid>https://sourceforge.net1c0b051ec81b357addd6619fdff30168310dadfc</guid></item><item><title>Sand_Box modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Sand_Box/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,8 @@
-**Basic Operation**
-
-Here is an illustration of the basic operation of csv2odf. 
+Here are illustrations of the operation of csv2odf. The wiki may not look exactly like a document, but maybe you will get the idea of what the various options do.

 [TOC]
+
+## Basic Operation

 ### **Input** data.csv

@@ -44,3 +44,28 @@

     csv2odf data.csv template.odt output.odt

+
+## Examples with options
+
+Click on the option you are interested in to see an example. 
+
+-h&amp;nbsp;: displays help information 
+-v&amp;nbsp;: verbose mode 
+[-H](Option_H)&amp;nbsp;: insert the first csv row into the header 
+-c &amp;amp;lt;_char_&amp;amp;gt;&amp;nbsp;: use _char_ as delimiter instead of comma 
+\--comment=&amp;amp;lt;text&amp;amp;gt;&amp;nbsp;: replace [csv2odf-comment] within the document with &amp;amp;lt;text&amp;amp;gt; 
+-o &amp;amp;lt;_spec_&amp;amp;gt;&amp;nbsp;: specify column order: 2,1,3 = second csv column is first. Also use to leave the contents of a template column: 1,2,,3,4 = the 3rd template column is not overwritten. Useful if a column contains a formula. The formula cell references will be offset to the correct row. 
+-s &amp;amp;lt;_n_&amp;amp;gt;&amp;nbsp;: start reading at the nth row of the csv file 
+-e &amp;amp;lt;_n_&amp;amp;gt;&amp;nbsp;: end reading at the nth row of the csv file 
+-S &amp;amp;lt;_n_&amp;amp;gt;&amp;nbsp;: skip the first n rows of the template file, the header will be the next row after those skipped 
+-t &amp;amp;lt;_n_&amp;amp;gt;&amp;nbsp;: specify which tab or table to add data to, default first table 
+-d &amp;amp;lt;_fmt_&amp;amp;gt;&amp;nbsp;: date format within csv data is specified by _fmt_ string, see -D for codes 
+-D&amp;nbsp;: show a list of date format codes 
+-q&amp;nbsp;: suppress all warning messages 
+-x&amp;nbsp;: create an xml output file instead of odf 
+-n&amp;nbsp;: do not merge the data into output, use with -x to extract test a long line template xml codes 
+\--input=&amp;amp;lt;_file_&amp;amp;gt;&amp;nbsp;: specify the csv data file location 
+\--template=&amp;amp;lt;_file_&amp;amp;gt;&amp;nbsp;: specify the tempate file location 
+\--output=&amp;amp;lt;_file_&amp;amp;gt;&amp;nbsp;: specify the output file location 
+-V&amp;nbsp;: display version number 
+-z&amp;nbsp;: display debugging information 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:36 -0000</pubDate><guid>https://sourceforge.net3a1e71555c0ea4fffb93b004741a1ec243d0ca1f</guid></item><item><title>Sand_Box modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Sand_Box/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Basic Operation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is an illustration of the basic operation of csv2odf. &lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#input-datacsv"&gt;Input data.csv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#template-templateodt"&gt;Template template.odt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#output-outputodt"&gt;Output output.odt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#command"&gt;Command&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 id="input-datacsv"&gt;&lt;strong&gt;Input&lt;/strong&gt; data.csv&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="mi"&gt;2011&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mo"&gt;06&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;14&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;Sweep floor&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;30&lt;/span&gt;
&lt;span class="mi"&gt;2011&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mo"&gt;06&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;15&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;Count beans&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;60&lt;/span&gt;
&lt;span class="mi"&gt;2011&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mo"&gt;07&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;Pickup chips&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;45&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h3 id="template-templateodt"&gt;&lt;strong&gt;Template&lt;/strong&gt; template.odt&lt;/h3&gt;
&lt;p&gt;Micro Management Report &lt;/p&gt;
&lt;p&gt;Date  Task  Minutes &lt;/p&gt;
&lt;p&gt;2000-01-01 &lt;br /&gt;
Dummy &lt;br /&gt;
0 &lt;/p&gt;
&lt;h3 id="output-outputodt"&gt;&lt;strong&gt;Output&lt;/strong&gt; output.odt&lt;/h3&gt;
&lt;p&gt;Micro Management Report &lt;/p&gt;
&lt;p&gt;Date  Task  Minutes &lt;/p&gt;
&lt;p&gt;2011-06-14 &lt;br /&gt;
Sweep floor &lt;br /&gt;
30 &lt;/p&gt;
&lt;p&gt;2011-06-15 &lt;br /&gt;
Count beans &lt;br /&gt;
60 &lt;/p&gt;
&lt;p&gt;2011-07-10 &lt;br /&gt;
Pickup chips &lt;br /&gt;
45 &lt;/p&gt;
&lt;h3 id="command"&gt;&lt;strong&gt;Command&lt;/strong&gt;&lt;/h3&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;csv2odf&lt;/span&gt; &lt;span class="n"&gt;data&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;csv&lt;/span&gt; &lt;span class="n"&gt;template&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;odt&lt;/span&gt; &lt;span class="n"&gt;output&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;odt&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Larry Jordan</dc:creator><pubDate>Tue, 20 May 2014 23:25:36 -0000</pubDate><guid>https://sourceforge.net9708db9c61a4c62ee687899d52e4baee77f12b9f</guid></item></channel></rss>