Multiple DataBase Management Application

Create your own CSV import procedure

To create your own import procedure, you have to implement the interface com.gbshape.dbe.importdata.ImportTask.

In the configuration file add the path off your ImportTask.

The configuration file should looks like that:
dbe-config.xml <?xml version="1.0" ?>
 <properties>
  <imports>
   <import>
    <name>myImport</name>
    <className>com.mycompany.importdata.MyImportTask</className>
   </import>
...
  </imports>
...
 </properties>
© Copyright 2007-2008 - DB-Everywhere.com , All Rights Reserved - contacts: gbshape@db-everywhere.com