<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
					 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
					 xmlns="http://purl.org/rss/1.0/"
					 xmlns:dc="http://purl.org/dc/elements/1.1/"
					>
<channel rdf:about="http://jasperforge.org/"><title><![CDATA[Latest Topics]]></title>
<link>http://jasperforge.org/</link>
<description><![CDATA[Forge Latest forum topics]]></description>
<items>
<rdf:Seq>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=78013"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77781"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77596"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77571"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77564"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77153"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76789"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76638"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76624"/>
<rdf:li resource="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76571"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=78013">
<title><![CDATA[Transfer Mysql database]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=78013</link>
<dc:date>2010-08-19</dc:date>
<description><![CDATA[<p>&nbsp;</p>
<p>Hello,</p>
<div>&nbsp;</div>
<div>I am in the process of transferring data and contacts onto a Mysql database.</div>
<div>I have had some help and am trying to get a software solution. &nbsp;</div>
<div>&nbsp;</div>
<div>So main features would be to migrate large amounts of data and contacts every day. The migration would be done manually.&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for the help.</div>
<div>&nbsp;</div>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77781">
<title><![CDATA[ JasperETL-All-r35442-V3.2.3 install on Mac 10.6 (]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=77781</link>
<dc:date>2010-08-12</dc:date>
<description><![CDATA[<p>&nbsp;I've downloaded the package and unzipped. When I try to run it I get a "You can't open the application because it may be damaged or incomplete. I'm not running rosetta. Will this build run without rosetta, or is it required.&nbsp;</p>
<p>How can I get a build that will run?</p>
<p>&nbsp;</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77596">
<title><![CDATA[JasperETL : Connection Issues to Oracle (10/11)]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=77596</link>
<dc:date>2010-08-09</dc:date>
<description><![CDATA[<p>I cannot seem to make a connection to Oracle 10 or 11.</p>
<p>Example (Using Oracle SID connection)</p>
<p>a. Create a new connection.</p>
<p>b. Enter necessary elements like SID, port, userid/password etc.</p>
<p>c. Click 'Check' (as indicated on top of the dialog box).</p>
<p>Nothing happens here. Wait and wait but nothing happens.</p>
<p>I noticed after a while the cursor goes to&nbsp; the 'Null' field on the dialog box.</p>
<p>Click finish. Nothing happens.</p>
<p>Please advice.</p>
<p>Thanks.</p>
<p>&nbsp;</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77571">
<title><![CDATA[Dynamic destinations in tMap (schema and number)]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=77571</link>
<dc:date>2010-08-09</dc:date>
<description><![CDATA[<p>&nbsp;Hello,</p>
<p>I am currently working on a project designed to be a generic ETL process for CSV files. I already used JasperETL to load data from such a file, but i noticed i need to specify a schema for input files. Also on the tMap component i need to specify destinations and their schemas.</p>
<p>Is there some way to do this dynamically? The ideea of the application is to use a configuration file that will tell everything: destinations, each field in the CSV along with it's type and some validation to be applied, and it's destination. The problem is this is designed to be extremely generic, so i don't know the schema for the input file or for the destinations (or even the number of destinations) before run-time.</p>
<p>Is there some way this can be implemented using JasperETL?</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77564">
<title><![CDATA[How to change a composite key?]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=77564</link>
<dc:date>2010-08-09</dc:date>
<description><![CDATA[<p>Hi,</p>
<p>I have three tables: A, B and AB and the key of table AB is a composite key of table A and table B.<br />
How can I change an composite key between two tables?</p>
<p>I tried with tMap, but I need to link the key that I want to change, then I can't indicate what key will be the new value...</p>
<p>Thanks a lot</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=77153">
<title><![CDATA[How to create custom components?]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=77153</link>
<dc:date>2010-07-28</dc:date>
<description><![CDATA[<p>Dear All.</p>
<p>I need to create a new custom component for my product so other jasperETL users can use to import and export data from my system (same as the sugar CRM componant for example), i searched the internet for a refrance helping creating custom component and i didnt find anything useful can anyone help me find any resource to get me start building such a component ?</p>
<p>thanks and best regards,</p>
<p>--</p>
<p>Razi AL-Qasem</p>
<p><br />
<br />
Post Edited by <a href="mailto:razi.alqasem@gmail.com">razi.alqasem@gmail.com</a> at 07/28/2010 12:02</p>
<p><br />
<br />
Post Edited by <a href="mailto:razi.alqasem@gmail.com">razi.alqasem@gmail.com</a> at 07/28/2010 12:03</p><br><br>Post Edited by <a href="mailto:razi.alqasem@gmail.com">razi.alqasem@gmail.com</a> at 07/29/2010 07:48]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76789">
<title><![CDATA[Source code for JasperETL]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=76789</link>
<dc:date>2010-07-18</dc:date>
<description><![CDATA[<p>I've just tried to checkout source code for JasperETL and found the specified directory is empty.</p>
<p><a href="http://jasperforge.org/svn/repos/jasperetl/" target="_blank">http://jasperforge.org/svn/repos/jasperetl/</a></p>
<p>&nbsp;</p>
<p>Is JasperETL an open source project or is it actually an closed source project?</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76638">
<title><![CDATA[Information about JasperETL]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=76638</link>
<dc:date>2010-07-13</dc:date>
<description><![CDATA[<p>Hello,</p>
<p>I want to know which interfaces JasperETL (Open Source) supported... BAPI, ODBC, OLE DB, OLE DB FOR OLAP?</p>
<p>And which Datasource is supported? MS Office, Flat Files, Data form internet??</p>
<p>&nbsp;</p>
<p>I have foud a document:</p>
<div class="style44">JasperETL 3.2.1 Components  Reference Guide</div>
<div class="style44">&nbsp;</div>
<div class="style44">The wrote components there are for the Open Source Edition or for the professional? Where can i get information about the components for the Open Source edtion?</div>
<div class="style44">&nbsp;</div>
<div class="style44">i am happy about every information :)</div>
<div class="style44">&nbsp;</div>
<div class="style44">Thank you</div><br><br>Post Edited by lauramoser at 07/13/2010 13:56]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76624">
<title><![CDATA[Export Data in JasperServer]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=76624</link>
<dc:date>2010-07-13</dc:date>
<description><![CDATA[<p>&nbsp;Hello,</p>
<p><span style="font-size: larger; ">I have not many experience<font class="Apple-style-span"><span class="Apple-style-span" style="border-collapse: collapse; ">&nbsp;in this topic, so sorry my question...</span></font></span></p>
<p>I want to export an csv file in my JasperServer. Or have i to import the file from ETL in JasperServer?</p>
<p>&nbsp;</p>
<p>Please help me!</p>
<p>&nbsp;</p>
<p>Thank you</p>
<p>&nbsp;</p>]]></description>
</item>
<item rdf:about="http://jasperforge.org/plugins/espforum/view.php?group_id=99&forumid=108&topicid=76571">
<title><![CDATA[JasperETL 3.2.3 does not start on Ubuntu 10.04]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=99&amp;forumid=108&amp;topicid=76571</link>
<dc:date>2010-07-12</dc:date>
<description><![CDATA[<p>I copied the content of the tarball.</p>
<p>Obviously it is not intented to work in a place like /usr/local/...</p>
<p>So I unpacked in my home. From there I get the login panel, I enter some e-mail in the local connection,</p>
<p>I cannot copy the demo project, so I try to make a new one. Which I could define, but when I say open after defining, I get a dialogbox with a title "JasperETL-linux-gtk-x86" and no content that lasts for ever ...</p>
<p>=> same tarball works on windows, but this doesn't help for me.</p>
<p>Anybody experienced the same issue ?</p>
<p>Log file attached.</p>
<p>&nbsp;</p>
<p><br />
<br />
Post Edited by pkienner at 07/12/2010 11:02</p><br><br>Post Edited by pkienner at 07/12/2010 11:06]]></description>
</item>
</rdf:RDF>