<?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/datinator/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/datinator/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 10 Oct 2014 16:37:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/datinator/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -50,7 +50,7 @@

 ![Main](https://a.fsdn.com/con/app/proj/datinator/screenshots/datinator_main_screen2.jpg)

-In our output we want to have a column _Name_ in the format "Common Name (Formal Name)" so we need to combine these two columns.
+In our output we want to have a new column _Name_ in the format "Common Name (Formal Name)" so we need to combine these two columns.

 1. Click on the '+' button to open the column editor.
 2. Add a new column item named _Name_. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 16:37:38 -0000</pubDate><guid>https://sourceforge.netb6a206d8a83916e529f3e7d0a04ed6ce5322ff5d</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -15,15 +15,57 @@

 A connector is simply a module which knows how to access a specific set of data and provides configuration options specific to it's particular database. For a example to access a CSV file, we only need a filename. In order to access an Oracle database, you need to specify the host, user and password and maybe additional options. In most cases there will be a reader (left side) and a writer (right side).

+**Column mapping**

-**Mapping**
+In the middle section of Datinator, are the columns of the source and the target. When loading a source then by default the target will get all columns by default if the writer supports this. If the writer can not create columns, it has to provide them (i.E. from an existing table) from it's database.

-In the middle section of Datinator, are the columns of the source and the target. When loading a source then by default the target will get all columnsby default,  ff the writer supports this. If the writer can not create columns, it has to provide them (i.E. from an existing table) from it's database.
+![columns](https://a.fsdn.com/con/app/proj/datinator/screenshots/column_mapping.jpg)

-You can now choose which columns you want to take over into the target or if you want to rearrange them. If a column should be ommited, then you can simple select the empty value in the target column. Of course you can also reorder the columns, or map the same column to multiple targets.
-Next to each source/target column is a button. Clicking it, will open the manipulator editor.
+You can now choose which columns you want to take over into the target or if you want to rearrange them. If a column should be ommited, then you can simple select the empty value in the target column. Of course you can also reorder the columns, or map the same column to multiple targets. You can select a row by clickingon the number next to it. Selecting multiple rows can be done depending on your window manager. In MS Windows you can do this either by using SHIFT-LeftMouse for a range or CTRL-LeftMouse for selecting individual items. When you click on the delete button 'X' the selected rows will be removed, or you can rearrange them by using the up and down arrows.
+If you need to add new columns which don't exist in the current selection, click on the '+'. The editor will open to allow you removing or adding new columns or change the type.
+To add a new column, simply click in the empty name field of the last row and a new row will be added. If you want to remove a row, just delete the name in the field and press enter. You don't need to remove all anneeded columns though, because you can simple select the empty value as the target and they will not be used. When performing the copying, only columns which have a target name selected will be used.
+
+If you have a writer selected which can not create new columns, then the column editor will not be available and you can only choose from the columns that the writer provides.
+
+Currently the Oracle plugin doesn't support creating new columns, because I'm using it in a production environment and I want to make sure that people don't accidently disrupt existing tables. In later revisions this might be changed or made optional.
+
+
+
+**Manipulators**
+
+A very powerfull feature if Datinator is, that you can add manipulators which will then modify the values you are inserting. The default operation is to copy the data as it is read, but in many cases you might want to add additional content or modify it. Next to each column names is a button and clicking it will open the manipulator editor for the respective column. 
+
 ![Manipulator editor](https://a.fsdn.com/con/app/proj/datinator/screenshots/manipulator_editor.jpg)

+Here you choose the type of manipulator and click the '+'  button. Then click on the newly created item in the middle listbox and the configuration options will become visible.
+
+At the bottom of them, you can see two textboxes 'Test value' and 'Sample'.
+
+In _Test value_ you can enter some arbitrary text, which should resemble the kind of data you expect as input. In _Sample_  you can see how the current configuration affects the provided input, so you can immediatly verify that the resulting output of the manipulator will be what you expect it.
+The buttons _Prepend_, _Append_ and _Replace_ decide if the output of this manipulator will be put at the respective place of the input value. In front, at the end or replace it. You can use multiple manipulators, so these buttons have to be appropriately selected.
+
+To illustrate this I will give a short sample.
+
+So assume we got a list like the CSV on this screenshot:
+
+![Main](https://a.fsdn.com/con/app/proj/datinator/screenshots/datinator_main_screen2.jpg)
+
+In our output we want to have a column _Name_ in the format "Common Name (Formal Name)" so we need to combine these two columns.
+
+1. Click on the '+' button to open the column editor.
+2. Add a new column item named _Name_. 
+3. Add the new column item by increasing the _Columns_ value at the top of the window. A new column appears and we can select the newly created columnname as the target.
+4. Click on the manipulator button.
+5. Add a _String formatter_ and click on it.
+6. In the text field below the combobox enter _" ("_ (without the quotes)
+7. Click on _Append_
+8. Add a _Column value_ and use again _Append_
+9. Choose _Formal Name_
+10. Add another _String formatter_ and enter _")"_ (again without the quotes)
+
+Now when you are done and clicked OK you can see a sample value in the _Manipulator_ field next to _Common Name_.
+
+Now when you copy this list to another file (or database) you will have a new column with the desired output.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 16:36:57 -0000</pubDate><guid>https://sourceforge.netb8f7c09ce82c7af4d48f15207f6fd8eb26a78339</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -18,9 +18,11 @@

 **Mapping**

-In the middle section of Datinator, are the columns of the source and the target.
+In the middle section of Datinator, are the columns of the source and the target. When loading a source then by default the target will get all columnsby default,  ff the writer supports this. If the writer can not create columns, it has to provide them (i.E. from an existing table) from it's database.

-![Main](https://a.fsdn.com/con/app/proj/datinator/screenshots/datinator_main_screen2.jpg)
+You can now choose which columns you want to take over into the target or if you want to rearrange them. If a column should be ommited, then you can simple select the empty value in the target column. Of course you can also reorder the columns, or map the same column to multiple targets.
+Next to each source/target column is a button. Clicking it, will open the manipulator editor.
+![Manipulator editor](https://a.fsdn.com/con/app/proj/datinator/screenshots/manipulator_editor.jpg)

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 15:29:23 -0000</pubDate><guid>https://sourceforge.net2efe0b1a82513153db43187af8fc37ded4814dd4</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -16,5 +16,12 @@
 A connector is simply a module which knows how to access a specific set of data and provides configuration options specific to it's particular database. For a example to access a CSV file, we only need a filename. In order to access an Oracle database, you need to specify the host, user and password and maybe additional options. In most cases there will be a reader (left side) and a writer (right side).

+**Mapping**
+
+In the middle section of Datinator, are the columns of the source and the target.
+
+![Main](https://a.fsdn.com/con/app/proj/datinator/screenshots/datinator_main_screen2.jpg)
+
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 15:15:44 -0000</pubDate><guid>https://sourceforge.net98f1e8fe2466ae9b8aaf3360c7e6060b61120529</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,8 +1,8 @@
 **Datinator**
 =============

-Datinator is a tool for people who frequently have to copy lists into or out of a database. Most databases support exporting and importing from and to CSV files, but unless the data is already in the proper format, you have to write custom scripts. If you have to copy data from one database into another it may even be impossible unless you export to an intermediate format or if the databases have no connection to each other. Of course, you can not just copy data between different databases, you also can copy data within the same database or within the same table.
-This can become rather tedious, so decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add new columns or modify them on before inserting.
+Datinator is a tool for people who frequently have to copy lists into or out of a database. Most databases support exporting and importing from and to CSV files, but unless the data is already in the proper format, you have to write custom scripts. Which can become rather tedious, so I decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add new columns or modify them on before inserting.
+If you have to copy data from one database into another it may even be impossible unless you export to an intermediate format or if the databases have no connection to each other. Of course, you can not just copy data between different databases, you also can copy data within the same database or within the same table.

 **Plugins**

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 15:09:03 -0000</pubDate><guid>https://sourceforge.net3d36bed9aa98fa2fe0c30f92ed2d090a8ea51987</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 =============

 Datinator is a tool for people who frequently have to copy lists into or out of a database. Most databases support exporting and importing from and to CSV files, but unless the data is already in the proper format, you have to write custom scripts. If you have to copy data from one database into another it may even be impossible unless you export to an intermediate format or if the databases have no connection to each other. Of course, you can not just copy data between different databases, you also can copy data within the same database or within the same table.
-This can become rather tedious, so decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add additional columns or modify them on the fly.
+This can become rather tedious, so decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add new columns or modify them on before inserting.

 **Plugins**

@@ -15,5 +15,6 @@

 A connector is simply a module which knows how to access a specific set of data and provides configuration options specific to it's particular database. For a example to access a CSV file, we only need a filename. In order to access an Oracle database, you need to specify the host, user and password and maybe additional options. In most cases there will be a reader (left side) and a writer (right side).

+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 15:07:32 -0000</pubDate><guid>https://sourceforge.net205b13fa4b3145aecf490b16b5d30d6055a08aad</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,19 @@
-Welcome to your wiki!
+**Datinator**
+=============

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Datinator is a tool for people who frequently have to copy lists into or out of a database. Most databases support exporting and importing from and to CSV files, but unless the data is already in the proper format, you have to write custom scripts. If you have to copy data from one database into another it may even be impossible unless you export to an intermediate format or if the databases have no connection to each other. Of course, you can not just copy data between different databases, you also can copy data within the same database or within the same table.
+This can become rather tedious, so decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add additional columns or modify them on the fly.

-The wiki uses [Markdown](/p/datinator/wiki/markdown_syntax/) syntax.
+**Plugins**
+
+Datinator uses a connector to connect to a datasource or -target. Each connector has it's own configuration screen depending on what information is needed to access the data. The source can also display a sample of the data. This preview is not complete and is only for informational purposes. It helps the user to see what kind of data he is currently working on, when configuring the mapping between columns.
+
+Each connector is implemented as a shared library, which has to reside in the program directory or any directory below it. When Datinator is started it looks for all shared libraries and checks if it has a valid plugin. If yes, it will be added to the combobox to choose from. So in order to remove a plugin, simply delete the respective shared library, or to install a new one, just drop it there. A single library can contain more than one connector. Currently each library contains at least a reader and a writer, but of course it is possible to only have one of them, or even multiple different readers and writers.
+
+
+**Connectors**
+
+A connector is simply a module which knows how to access a specific set of data and provides configuration options specific to it's particular database. For a example to access a CSV file, we only need a filename. In order to access an Oracle database, you need to specify the host, user and password and maybe additional options. In most cases there will be a reader (left side) and a writer (right side).

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 13:45:32 -0000</pubDate><guid>https://sourceforge.net19de6543c8d492cf2f8586d13682b2db48bffd2f</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/datinator/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="datinator"&gt;&lt;strong&gt;Datinator&lt;/strong&gt;&lt;/h1&gt;
&lt;p&gt;Datinator is a tool for people who frequently have to copy lists into or out of a database. Most databases support exporting and importing from and to CSV files, but unless the data is already in the proper format, you have to write custom scripts. If you have to copy data from one database into another it may even be impossible unless you export to an intermediate format or if the databases have no connection to each other. Of course, you can not just copy data between different databases, you also can copy data within the same database or within the same table.&lt;br /&gt;
This can become rather tedious, so decided to write a tool which allows me to do this in a GUI. An additional benefit is, that you can add additional columns or modify them on the fly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Plugins&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Datinator uses a connector to connect to a datasource or -target. Each connector has it's own configuration screen depending on what information is needed to access the data. The source can also display a sample of the data. This preview is not complete and is only for informational purposes. It helps the user to see what kind of data he is currently working on, when configuring the mapping between columns.&lt;/p&gt;
&lt;p&gt;Each connector is implemented as a shared library, which has to reside in the program directory or any directory below it. When Datinator is started it looks for all shared libraries and checks if it has a valid plugin. If yes, it will be added to the combobox to choose from. So in order to remove a plugin, simply delete the respective shared library, or to install a new one, just drop it there. A single library can contain more than one connector. Currently each library contains at least a reader and a writer, but of course it is possible to only have one of them, or even multiple different readers and writers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Connectors&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A connector is simply a module which knows how to access a specific set of data and provides configuration options specific to it's particular database. For a example to access a CSV file, we only need a filename. In order to access an Oracle database, you need to specify the host, user and password and maybe additional options. In most cases there will be a reader (left side) and a writer (right side).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard W. Gruber</dc:creator><pubDate>Fri, 10 Oct 2014 13:43:12 -0000</pubDate><guid>https://sourceforge.net156aa48b8c49a33f08c5e377e71af03b86477c4c</guid></item><item><title>Home modified by Gerhard W. Gruber</title><link>https://sourceforge.net/p/datinator/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/datinator/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&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/lightweave"&gt;Gerhard W. Gruber&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5435b55f3e5e8360f9765118" 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/">Gerhard W. Gruber</dc:creator><pubDate>Wed, 08 Oct 2014 22:06:24 -0000</pubDate><guid>https://sourceforge.net9fb1f9a517f366f33d64aa335b2763f43e1d29ca</guid></item></channel></rss>