<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/textjdbc/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/textjdbc/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Aug 2011 12:50:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/textjdbc/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by lenysoft</title><link>https://sourceforge.net/p/textjdbc/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -30,7 +30,7 @@
 - [CSV Configuration]
 - [Fixed Configuration]
 - [Input Stream Configuration]
-- [Definition file]
+- [Definition File]
 
 
 Connection Properties
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Mon, 08 Aug 2011 12:50:55 -0000</pubDate><guid>https://sourceforge.netbaffc5685c7ee26b47f481cbabcc6dfd8bf9196a</guid></item><item><title>WikiPage Home modified by lenysoft</title><link>https://sourceforge.net/p/textjdbc/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,57 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/textjdbc/wiki/markdown_syntax/) syntax.
+Text JDBC
+---------
+
+Text JDBC is a plain text JDBC driver.
+With it, you can manage CSV and fixed field size inputs and query them with SQL syntax. 
+Its support file or stream inputs (ie: strings) in csv or fixed size format.
+
+Functions supported
+-------------------
+
+- CSV and fixed field streams
+- File, input stream inputs
+- Properties file definition supported
+- SQL Syntax query
+- Sort, filter and groupping capabilities
+
+Dependencies
+------------
+
+&lt;a href="/p/compresedrowset"&gt;Compressed Rowset&lt;/a&gt;
+&lt;a href="/p/javex"&gt;Javex&lt;/a&gt;
+
+
+Examples
+--------
+
+The connection URL must be the source file folder without leading slash
+ex: C:/temp
+
+- [CSV Configuration]
+- [Fixed Configuration]
+- [Input Stream Configuration]
+- [Definition file]
+
+
+Connection Properties
+----------------------
+
+**type** = Input style. Supported: csv , fixed
+	
+**source** = Input type. Supported: stream , file
+
+**column-types** = Data columns types (comma separated). Supported: String, Long, Integer, Boolean , Date, Time, TimeStamp, Short
+	
+**column-names** = Data columns names (comma separated).
+	
+**column-sizes** = Data column size (comma separated) for fixed field size input
+	
+**header-names** = First line are column names. Supported: true , false
+
+**use-file-definition** = If headers name, col types &amp; sizes are in .def file. Supported: true , false
+	
+**delimiter** = Fields &amp; names delimiter
+	
+**separator** = Fields &amp; names separator
+
+**use-row-delimiter** = if use row delimiter for fixed field size type. Supported: true , false
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Mon, 08 Aug 2011 12:50:30 -0000</pubDate><guid>https://sourceforge.netb029761376d56176615b6d3096f9de5426daea0c</guid></item><item><title>WikiPage Home modified by lenysoft</title><link>https://sourceforge.net/p/textjdbc/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/textjdbc/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Mon, 01 Aug 2011 12:25:12 -0000</pubDate><guid>https://sourceforge.net6180ba60e66c7b3a278e9d4faa242f713761dc7b</guid></item></channel></rss>