<?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/dbcsvimport/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/dbcsvimport/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Apr 2017 22:58:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dbcsvimport/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by HuDeanY</title><link>https://sourceforge.net/p/dbcsvimport/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -39,9 +39,6 @@
 When using the DbCsvImport.jar for the first import, the console version asks for the driver location and stores it in %HOME%/.DbCsvImport.config file for later uses.
 In GUI mode the file %HOME%/.DbCsvImport.config is also created, but contains no data. The driver location can be selected in GUI.

-The application contains a JavaUtilities library, written and maintained by the same developer:
-https://sourceforge.net/projects/java-utilities-no-dependencies/
-
 Optional parameter log files for the imported data file are available, which include information about the import parameters like separator or statistics.

 If DB is only available via SSH-tunnel any local port may be used for db connection.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Fri, 14 Apr 2017 22:58:45 -0000</pubDate><guid>https://sourceforge.netddccd312843e86a316a66738a705b4fbbdd0bdc8</guid></item><item><title>Home modified by HuDeanY</title><link>https://sourceforge.net/p/dbcsvimport/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -19,10 +19,11 @@

 Java tool to import db data from csv, json or xml files.
 Oracle DB, MySQL DB, PostgreSQL DB, Firebird DB, SQLite DB, Derby DB and HSQL DB are supported.
-Includes and uses JavaUtilities library (see wiki, https://github.com/hudeany/java-utilities-no-dependencies).
+Includes and uses JavaUtilities library (see wiki, https://sourceforge.net/projects/java-utilities-no-dependencies/).
 This tool does NOT include the needed db drivers, but they only have to be downloaded and configured once.

-See also DbCsvExport roject: https://github.com/hudeany/dbcsvexport
+See also DbCsvExport project: https://sourceforge.net/projects/dbcsvexport/
+The DbCsvImport Project is also available at GitHub: https://github.com/hudeany/dbcsvimport

 The needed db drivers are not included in the jar-file or the project.
 Those can be downloaded at following locations:
@@ -39,7 +40,7 @@
 In GUI mode the file %HOME%/.DbCsvImport.config is also created, but contains no data. The driver location can be selected in GUI.

 The application contains a JavaUtilities library, written and maintained by the same developer:
-https://github.com/hudeany/java-utilities-no-dependencies
+https://sourceforge.net/projects/java-utilities-no-dependencies/

 Optional parameter log files for the imported data file are available, which include information about the import parameters like separator or statistics.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Thu, 25 Feb 2016 19:43:05 -0000</pubDate><guid>https://sourceforge.net152e5468a5aa873329d893c521d27ca81542e183</guid></item><item><title>Home modified by HuDeanY</title><link>https://sourceforge.net/p/dbcsvimport/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,58 @@
-Welcome to your wiki!
+# Java DB CSV Import #

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+## Features ##
+* Optional import from CSV, JSON or XML format
+* GUI and console mode
+* Importmodes: Clear beafore insert, Insert new entries, Update existing entries, Update and Insert
+* Use any import encoding
+* Use your own csv separator
+* Use your own csv string quote
+* An indentation for JSON and XML accepted
+* Option to read files for Blobs and Clobs instead of inline BASE64 code
+* Optional zipped input
+* Optional create new table
+* Automatic update of application on user request
+* GUI internationalisation(i18n) for english and german
+* Password secured preferences in GUI mode

-The wiki uses [Markdown](/p/dbcsvimport/wiki/markdown_syntax/) syntax.
+## Description ##

-[[members limit=20]]
-[[download_button]]
+Java tool to import db data from csv, json or xml files.
+Oracle DB, MySQL DB, PostgreSQL DB, Firebird DB, SQLite DB, Derby DB and HSQL DB are supported.
+Includes and uses JavaUtilities library (see wiki, https://github.com/hudeany/java-utilities-no-dependencies).
+This tool does NOT include the needed db drivers, but they only have to be downloaded and configured once.
+
+See also DbCsvExport roject: https://github.com/hudeany/dbcsvexport
+
+The needed db drivers are not included in the jar-file or the project.
+Those can be downloaded at following locations:
+* MySQL (mysql-connector-java-5.1.xx-bin.jar): https://dev.mysql.com/downloads/connector/j/
+* Oracle (ojdbc6.jar): http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html
+(Oracle download needs registration)
+* PostgreSQL: https://jdbc.postgresql.org/download.html
+* Firebird: http://www.firebirdsql.org/en/jdbc-driver (make sure to use the "...full...".jar, because of this drivers J2EE dependencies)
+* Apache Derby: https://db.apache.org/derby/derby_downloads.html
+* SQLite: https://bitbucket.org/xerial/sqlite-jdbc/downloads
+* HSQL: http://hsqldb.org/download
+
+When using the DbCsvImport.jar for the first import, the console version asks for the driver location and stores it in %HOME%/.DbCsvImport.config file for later uses.
+In GUI mode the file %HOME%/.DbCsvImport.config is also created, but contains no data. The driver location can be selected in GUI.
+
+The application contains a JavaUtilities library, written and maintained by the same developer:
+https://github.com/hudeany/java-utilities-no-dependencies
+
+Optional parameter log files for the imported data file are available, which include information about the import parameters like separator or statistics.
+
+If DB is only available via SSH-tunnel any local port may be used for db connection.
+
+Import progress is shown in GUI and console mode (use parameter -v for verbose output).
+
+The import encoding may be adjusted and also the language format for numeric and date values.
+
+DB user password may be entered in console mode as a parameter or is asked interactively in console, so it doesn't appear in bash history.
+
+Console parameter -update checks the local version with latest available version on github.com and asks for download and installation. Same does the "Check Update" button in GUI.
+
+GUI mode can store a bunch of preferences sets for repeated imports in a convenient way.
+
+[Help Page](help_page)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Thu, 25 Feb 2016 19:39:03 -0000</pubDate><guid>https://sourceforge.net245638380d867a6f3ad7ca1d23c4e4c61b25a956</guid></item><item><title>Home modified by HuDeanY</title><link>https://sourceforge.net/p/dbcsvimport/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/dbcsvimport/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/hudeany/"&gt;HuDeanY&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-56cf560d0910d428323eb022" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Thu, 25 Feb 2016 19:29:17 -0000</pubDate><guid>https://sourceforge.nete21b76396da2468547fdf450bf4468e77cfae2f9</guid></item></channel></rss>