The goal is to migrate data from one mysql database to another, my concern is to define a text file that contains the parameters that defines the source database (host, port, databasename, etc.) and also the file parameters of the output database.
Actually, what I use is the following schema:
tContextLoad_1 -> tFileInputDelimited_1-> tMysqlInput_1 (db_source) -> tMap->
tMysqlInput_2 (db_destination)
depending on the problem that has occurred is:
1- The tContextLoad_1
text file content change is not supported and the pointing is always on the first database "source database".
2- When I create a second tContextLoad_2
can not be connected by a (but) or (trigger-On subject Ok) with tFileOutputDelimited_1
that linked with tMysqlInput_2
(db_destination), how to define a file that contains the definition parameters of a base output data (host, databasename, identifier, password, etc.) ?