<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Program_Options_by_Example</title><link>https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/</link><description>Recent changes to Program_Options_by_Example</description><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 23:51:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/feed" rel="self" type="application/rss+xml"/><item><title>Program_Options_by_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -17,29 +17,19 @@

 Micro Management Report 

-Date  Task  Minutes 
-
-2000-01-01 
-_**Dummy**_
-0 
+|Date | Task | Minutes |
+|-----|------|---------|
+|2000-01-01 |_**Dummy**_|0 |

 ### **Output** output.odt

 Micro Management Report 

-Date  Task  Minutes 
-
-2011-06-14 
-_**Sweep floor**_
-30 
-
-2011-06-15 
-_**Count beans**_
-60 
-
-2011-07-10 
-_**Pickup chips**_
-45 
+|Date | Task | Minutes |
+|--|--|--|
+|2011-06-14 |_**Sweep floor**_|30 |
+|2011-06-15 |_**Count beans**_|60 |
+|2011-07-10 |_**Pickup chips**_|45 |

 The contents of the csv data file has been inserted into the document. The formatting in the document has also been applied to the csv data. 

@@ -55,20 +45,20 @@
 -h&amp;nbsp;: displays help information 
 -v&amp;nbsp;: verbose mode 
 [-H](Option_H_Example)&amp;nbsp;: insert the first csv row into the header 
-[-c &amp;amp;lt;_char_&amp;amp;gt;](Option_c_Example)&amp;nbsp;: use _char_ as delimiter instead of comma 
-[--comment=&amp;amp;lt;text&amp;amp;gt;](Option_comment_Example)&amp;nbsp;: replace [csv2odf-comment] within the document with &amp;amp;lt;text&amp;amp;gt; 
-[-o &amp;amp;lt;_spec_&amp;amp;gt;](Option_o_Example)&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;](Option_s_Example)&amp;nbsp;: start reading at the nth row of the csv file 
-[-e &amp;amp;lt;_n_&amp;amp;gt;](Option_e_Example)&amp;nbsp;: end reading at the nth row of the csv file 
-[-S &amp;amp;lt;_n_&amp;amp;gt;](Option_S_Example)&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;](Option_d_Example)&amp;nbsp;: date format within csv data is specified by _fmt_ string, see -D for codes 
+[-c &amp;lt;_char_&amp;gt;](Option_c_Example)&amp;nbsp;: use _char_ as delimiter instead of comma 
+[--comment=&amp;lt;text&amp;gt;](Option_comment_Example)&amp;nbsp;: replace [csv2odf-comment] within the document with &amp;lt;text&amp;gt; 
+[-o &amp;lt;_spec_&amp;gt;](Option_o_Example)&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;lt;_n_&amp;gt;](Option_s_Example)&amp;nbsp;: start reading at the nth row of the csv file 
+[-e &amp;lt;_n_&amp;gt;](Option_e_Example)&amp;nbsp;: end reading at the nth row of the csv file 
+[-S &amp;lt;_n_;gt;](Option_S_Example)&amp;nbsp;: skip the first n rows of the template file, the header will be the next row after those skipped 
+-t &amp;lt;_n_&amp;gt;&amp;nbsp;: specify which tab or table to add data to, default first table 
+[-d &amp;lt;_fmt_&amp;gt;](Option_d_Example)&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 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 
+\--input=&amp;lt;_file_&amp;gt;&amp;nbsp;: specify the csv data file location 
+\--template=&amp;lt;_file_&amp;gt;&amp;nbsp;: specify the tempate file location 
+\--output=&amp;lt;_file_&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:51:44 -0000</pubDate><guid>https://sourceforge.net4106dc1aaded2f7c32fb9bdf449991c2d7ca5873</guid></item><item><title>Program_Options_by_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -54,15 +54,15 @@

 -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;](Option_c)&amp;nbsp;: use _char_ as delimiter instead of comma 
-[--comment=&amp;amp;lt;text&amp;amp;gt;](Option_comment)&amp;nbsp;: replace [csv2odf-comment] within the document with &amp;amp;lt;text&amp;amp;gt; 
-[-o &amp;amp;lt;_spec_&amp;amp;gt;](Option_o)&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;](Option_s)&amp;nbsp;: start reading at the nth row of the csv file 
-[-e &amp;amp;lt;_n_&amp;amp;gt;](Option_e)&amp;nbsp;: end reading at the nth row of the csv file 
-[-S &amp;amp;lt;_n_&amp;amp;gt;](Option_S)&amp;nbsp;: skip the first n rows of the template file, the header will be the next row after those skipped 
+[-H](Option_H_Example)&amp;nbsp;: insert the first csv row into the header 
+[-c &amp;amp;lt;_char_&amp;amp;gt;](Option_c_Example)&amp;nbsp;: use _char_ as delimiter instead of comma 
+[--comment=&amp;amp;lt;text&amp;amp;gt;](Option_comment_Example)&amp;nbsp;: replace [csv2odf-comment] within the document with &amp;amp;lt;text&amp;amp;gt; 
+[-o &amp;amp;lt;_spec_&amp;amp;gt;](Option_o_Example)&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;](Option_s_Example)&amp;nbsp;: start reading at the nth row of the csv file 
+[-e &amp;amp;lt;_n_&amp;amp;gt;](Option_e_Example)&amp;nbsp;: end reading at the nth row of the csv file 
+[-S &amp;amp;lt;_n_&amp;amp;gt;](Option_S_Example)&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;](Option_d)&amp;nbsp;: date format within csv data is specified by _fmt_ string, see -D for codes 
+[-d &amp;amp;lt;_fmt_&amp;amp;gt;](Option_d_Example)&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 
&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:31 -0000</pubDate><guid>https://sourceforge.netcaf19e530c4266e4e69f6450e27c45c54058ebf5</guid></item><item><title>Program_Options_by_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -61,14 +61,14 @@
 [-s &amp;amp;lt;_n_&amp;amp;gt;](Option_s)&amp;nbsp;: start reading at the nth row of the csv file 
 [-e &amp;amp;lt;_n_&amp;amp;gt;](Option_e)&amp;nbsp;: end reading at the nth row of the csv file 
 [-S &amp;amp;lt;_n_&amp;amp;gt;](Option_S)&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;](Option_t)&amp;nbsp;: specify which tab or table to add data to, default first table 
+-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;](Option_d)&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 template xml codes 
-[--input=&amp;amp;lt;_file_&amp;amp;gt;](Option_input)&amp;nbsp;: specify the csv data file location 
-[--template=&amp;amp;lt;_file_&amp;amp;gt;](Option_template)&amp;nbsp;: specify the tempate file location 
-[--output=&amp;amp;lt;_file_&amp;amp;gt;](Option_output)&amp;nbsp;: specify the output file location 
+\--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:31 -0000</pubDate><guid>https://sourceforge.net27b73d8f22d299ab19a88a58f31301944ec8ada6</guid></item><item><title>Program_Options_by_Example modified by Larry Jordan</title><link>https://sourceforge.net/p/csv2odf/wiki/Program_Options_by_Example/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;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. &lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#basic-operation"&gt;Basic Operation&lt;/a&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;/li&gt;
&lt;li&gt;&lt;a href="#option-examples"&gt;Option Examples&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="basic-operation"&gt;Basic Operation&lt;/h2&gt;
&lt;p&gt;Here is how the program works without options. &lt;/p&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;
&lt;em&gt;&lt;strong&gt;Dummy&lt;/strong&gt;&lt;/em&gt;&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;
&lt;em&gt;&lt;strong&gt;Sweep floor&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
30 &lt;/p&gt;
&lt;p&gt;2011-06-15 &lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Count beans&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
60 &lt;/p&gt;
&lt;p&gt;2011-07-10 &lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Pickup chips&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
45 &lt;/p&gt;
&lt;p&gt;The contents of the csv data file has been inserted into the document. The formatting in the document has also been applied to the csv data. &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;h2 id="option-examples"&gt;Option Examples&lt;/h2&gt;
&lt;p&gt;Click on the option you are interested in to see an example. &lt;/p&gt;
&lt;p&gt;-h&amp;nbsp;: displays help information &lt;br /&gt;
-v&amp;nbsp;: verbose mode &lt;br /&gt;
&lt;a class="" href="../Option_H"&gt;-H&lt;/a&gt;&amp;nbsp;: insert the first csv row into the header &lt;br /&gt;
&lt;a class="" href="../Option_c"&gt;-c &amp;amp;lt;&lt;em&gt;char&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: use &lt;em&gt;char&lt;/em&gt; as delimiter instead of comma &lt;br /&gt;
&lt;a class="" href="../Option_comment"&gt;--comment=&amp;amp;lt;text&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: replace &lt;span&gt;[csv2odf-comment]&lt;/span&gt; within the document with &amp;amp;lt;text&amp;amp;gt; &lt;br /&gt;
&lt;a class="" href="../Option_o"&gt;-o &amp;amp;lt;&lt;em&gt;spec&lt;/em&gt;&amp;amp;gt;&lt;/a&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. &lt;br /&gt;
&lt;a class="" href="../Option_s"&gt;-s &amp;amp;lt;&lt;em&gt;n&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: start reading at the nth row of the csv file &lt;br /&gt;
&lt;a class="" href="../Option_e"&gt;-e &amp;amp;lt;&lt;em&gt;n&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: end reading at the nth row of the csv file &lt;br /&gt;
&lt;a class="" href="../Option_S"&gt;-S &amp;amp;lt;&lt;em&gt;n&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: skip the first n rows of the template file, the header will be the next row after those skipped &lt;br /&gt;
&lt;a class="" href="../Option_t"&gt;-t &amp;amp;lt;&lt;em&gt;n&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: specify which tab or table to add data to, default first table &lt;br /&gt;
&lt;a class="" href="../Option_d"&gt;-d &amp;amp;lt;&lt;em&gt;fmt&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: date format within csv data is specified by &lt;em&gt;fmt&lt;/em&gt; string, see -D for codes &lt;br /&gt;
-D&amp;nbsp;: show a list of date format codes &lt;br /&gt;
-q&amp;nbsp;: suppress all warning messages &lt;br /&gt;
-x&amp;nbsp;: create an xml output file instead of odf &lt;br /&gt;
-n&amp;nbsp;: do not merge the data into output, use with -x to extract template xml codes &lt;br /&gt;
&lt;a class="" href="../Option_input"&gt;--input=&amp;amp;lt;&lt;em&gt;file&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: specify the csv data file location &lt;br /&gt;
&lt;a class="" href="../Option_template"&gt;--template=&amp;amp;lt;&lt;em&gt;file&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: specify the tempate file location &lt;br /&gt;
&lt;a class="" href="../Option_output"&gt;--output=&amp;amp;lt;&lt;em&gt;file&lt;/em&gt;&amp;amp;gt;&lt;/a&gt;&amp;nbsp;: specify the output file location &lt;br /&gt;
-V&amp;nbsp;: display version number &lt;br /&gt;
-z&amp;nbsp;: display debugging information &lt;/p&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:31 -0000</pubDate><guid>https://sourceforge.net6b28043b113570e362c3406ca9e0bc21fb7348aa</guid></item></channel></rss>