public class DataMigrator extends TemplateManager
Produces an ETL template for tranferring data between tables of different databases. The tables are ascendingly ordered by a number of foreign keys.
logger, PROPS_EXT, XML_EXT
Constructor and Description |
---|
DataMigrator() |
Modifier and Type | Method and Description |
---|---|
void |
create(java.util.Map<java.lang.String,?> properties)
Produce template files.
|
checkFile, create, defineName, forName, loadResourceAsString, newFileWriter
public void create(java.util.Map<java.lang.String,?> properties) throws java.io.IOException
TemplateManager
create
in class TemplateManager
properties
- configuration properties.java.io.IOException
- if output fails.Copyright © Copyright 2006-2019 The Scriptella Project Team.