没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > general-data-import |
general-data-import
|
0 | 0 | 70 |
贡献者 | 讨论 | 代码提交 |
CxddDataImport java utility is general data import utility which load data from symbol separated input text files into Oracle and MS SQL tables. CxddDataImport utility has additional UTILITY_NAME paremeter in comparison with data import utilities from previous CxDD projects. All CxddDataImport utility parameters are held in the configuration files.
Paths to configuration files are specified in the following command line:
…java classpath … parexel.dtspackages.CxddDataImport [DB_CFG [EMAIL_CFG [ERRORS_CFG [FILES_CFG [GENERAL_CFG [UTILITY_NAME ]]]]]]"); Where TASKS_CFG - full path and name of the tasks configuration file; - FILES_CFG - full path and name of the files configuration file; - EMAIL_CFG - full path and name of the email configuration file; - ERRORS_CFG - full path and name of the errors configuration file; - GENERAL_CFG - full path and name of the general configuration file; - DB_CFG - full path and name of the data base configuration file; - UTILITY_NAME - name of the utility in configuration and log files. There are 2 type of configuration files: - Java properties file with .txt extension; - XML file with .xml extension.