<?xml version="1.0" encoding="UTF-8"?>
<convert>

<source> 
<database>
<url> jdbc:fmpro:http://141.14.237.74:8050</url>
<user> rogo </user>
<password> 3333 </password>

<table name="Agenda" layout="">
<select> select * from "Agenda" order by "Datum" </select>
</table> 

<table name="blabla" layout="export">
<select> select * from "blabla" order by "Datum" </select>
</table> 

</database>

</source>
 
<destination>

<database>
<url> jdbc:postgresql://foxridge/test </url>
<user> rogo</user>
<password> 3333</password>
</database>
</destination>
</convert>  