Commit e48fe9a1b12a2c0c597a68ec5d97b3f7fbcae94a
1 parent
a3efe9dc
Update
Showing
5 changed files
with
2187 additions
and
2115 deletions
Too many changes to show.
To preserve performance only 5 of 17 files are displayed.
src/main/java/com/bsth/service/schedule/utils/DataToolsServiceImpl.java
| @@ -217,7 +217,7 @@ public class DataToolsServiceImpl implements DataToolsService { | @@ -217,7 +217,7 @@ public class DataToolsServiceImpl implements DataToolsService { | ||
| 217 | String filepath = dataToolsProperties.getFileoutputDir() + | 217 | String filepath = dataToolsProperties.getFileoutputDir() + |
| 218 | File.separator + | 218 | File.separator + |
| 219 | filename + | 219 | filename + |
| 220 | - new DateTime().toString("yyyyMMddHHmmss") + ".xls"; | 220 | + new DateTime().toString("yyyyMMddHHmmss"); |
| 221 | params.put("filepath", filepath); | 221 | params.put("filepath", filepath); |
| 222 | 222 | ||
| 223 | // ktr输出模版目录(可选) | 223 | // ktr输出模版目录(可选) |
| @@ -251,7 +251,7 @@ public class DataToolsServiceImpl implements DataToolsService { | @@ -251,7 +251,7 @@ public class DataToolsServiceImpl implements DataToolsService { | ||
| 251 | LOGGER.info(stringBuffer.toString()); | 251 | LOGGER.info(stringBuffer.toString()); |
| 252 | LOGGER.info("exportData success..."); | 252 | LOGGER.info("exportData success..."); |
| 253 | 253 | ||
| 254 | - return new File(filepath); | 254 | + return new File(filepath + ".xls"); |
| 255 | } catch (Exception exp) { | 255 | } catch (Exception exp) { |
| 256 | LOGGER.info("exportData failed...statckTrace..."); | 256 | LOGGER.info("exportData failed...statckTrace..."); |
| 257 | 257 |
src/main/resources/datatools/ktrs/carsConfigDataOutput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>车辆配置信息导出</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>filepath</name> | ||
| 14 | - <default_value/> | ||
| 15 | - <description>excel文件路径</description> | ||
| 16 | - </parameter> | ||
| 17 | - <parameter> | ||
| 18 | - <name>templatepath</name> | ||
| 19 | - <default_value/> | ||
| 20 | - <description>模版文件路径</description> | ||
| 21 | - </parameter> | ||
| 22 | - <parameter> | ||
| 23 | - <name>xlid</name> | ||
| 24 | - <default_value/> | ||
| 25 | - <description>线路id</description> | ||
| 26 | - </parameter> | ||
| 27 | - </parameters> | ||
| 28 | - <log> | ||
| 29 | -<trans-log-table><connection/> | ||
| 30 | -<schema/> | ||
| 31 | -<table/> | ||
| 32 | -<size_limit_lines/> | ||
| 33 | -<interval/> | ||
| 34 | -<timeout_days/> | ||
| 35 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 36 | -<perf-log-table><connection/> | ||
| 37 | -<schema/> | ||
| 38 | -<table/> | ||
| 39 | -<interval/> | ||
| 40 | -<timeout_days/> | ||
| 41 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 42 | -<channel-log-table><connection/> | ||
| 43 | -<schema/> | ||
| 44 | -<table/> | ||
| 45 | -<timeout_days/> | ||
| 46 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 47 | -<step-log-table><connection/> | ||
| 48 | -<schema/> | ||
| 49 | -<table/> | ||
| 50 | -<timeout_days/> | ||
| 51 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 52 | -<metrics-log-table><connection/> | ||
| 53 | -<schema/> | ||
| 54 | -<table/> | ||
| 55 | -<timeout_days/> | ||
| 56 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 57 | - </log> | ||
| 58 | - <maxdate> | ||
| 59 | - <connection/> | ||
| 60 | - <table/> | ||
| 61 | - <field/> | ||
| 62 | - <offset>0.0</offset> | ||
| 63 | - <maxdiff>0.0</maxdiff> | ||
| 64 | - </maxdate> | ||
| 65 | - <size_rowset>10000</size_rowset> | ||
| 66 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 67 | - <sleep_time_full>50</sleep_time_full> | ||
| 68 | - <unique_connections>N</unique_connections> | ||
| 69 | - <feedback_shown>Y</feedback_shown> | ||
| 70 | - <feedback_size>50000</feedback_size> | ||
| 71 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 72 | - <shared_objects_file/> | ||
| 73 | - <capture_step_performance>N</capture_step_performance> | ||
| 74 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 75 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 76 | - <dependencies> | ||
| 77 | - </dependencies> | ||
| 78 | - <partitionschemas> | ||
| 79 | - </partitionschemas> | ||
| 80 | - <slaveservers> | ||
| 81 | - </slaveservers> | ||
| 82 | - <clusterschemas> | ||
| 83 | - </clusterschemas> | ||
| 84 | - <created_user>-</created_user> | ||
| 85 | - <created_date>2017/01/11 14:14:13.722</created_date> | ||
| 86 | - <modified_user>-</modified_user> | ||
| 87 | - <modified_date>2017/01/11 14:14:13.722</modified_date> | ||
| 88 | - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 89 | - <is_key_private>N</is_key_private> | ||
| 90 | - </info> | ||
| 91 | - <notepads> | ||
| 92 | - <notepad> | ||
| 93 | - <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 94 | - <xloc>81</xloc> | ||
| 95 | - <yloc>172</yloc> | ||
| 96 | - <width>333</width> | ||
| 97 | - <heigth>90</heigth> | ||
| 98 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 99 | - <fontsize>12</fontsize> | ||
| 100 | - <fontbold>N</fontbold> | ||
| 101 | - <fontitalic>N</fontitalic> | ||
| 102 | - <fontcolorred>0</fontcolorred> | ||
| 103 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 104 | - <fontcolorblue>0</fontcolorblue> | ||
| 105 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 106 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 107 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 108 | - <bordercolorred>100</bordercolorred> | ||
| 109 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 110 | - <bordercolorblue>100</bordercolorblue> | ||
| 111 | - <drawshadow>Y</drawshadow> | ||
| 112 | - </notepad> | ||
| 113 | - </notepads> | ||
| 114 | - <connection> | ||
| 115 | - <name>bus_control_variable</name> | ||
| 116 | - <server>${v_db_ip}</server> | ||
| 117 | - <type>MYSQL</type> | ||
| 118 | - <access>Native</access> | ||
| 119 | - <database>${v_db_dname}</database> | ||
| 120 | - <port>3306</port> | ||
| 121 | - <username>${v_db_uname}</username> | ||
| 122 | - <password>${v_db_pwd}</password> | ||
| 123 | - <servername/> | ||
| 124 | - <data_tablespace/> | ||
| 125 | - <index_tablespace/> | ||
| 126 | - <attributes> | ||
| 127 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 128 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 129 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 130 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 131 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 132 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 133 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 134 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 135 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 136 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 137 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 138 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 139 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 140 | - </attributes> | ||
| 141 | - </connection> | ||
| 142 | - <connection> | ||
| 143 | - <name>bus_control_公司_201</name> | ||
| 144 | - <server>localhost</server> | ||
| 145 | - <type>MYSQL</type> | ||
| 146 | - <access>Native</access> | ||
| 147 | - <database>control</database> | ||
| 148 | - <port>3306</port> | ||
| 149 | - <username>root</username> | ||
| 150 | - <password>Encrypted </password> | ||
| 151 | - <servername/> | ||
| 152 | - <data_tablespace/> | ||
| 153 | - <index_tablespace/> | ||
| 154 | - <attributes> | ||
| 155 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 156 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 157 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 158 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 159 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 160 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 161 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 162 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 163 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 164 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 165 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 166 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 167 | - </attributes> | ||
| 168 | - </connection> | ||
| 169 | - <connection> | ||
| 170 | - <name>bus_control_本机</name> | ||
| 171 | - <server>localhost</server> | ||
| 172 | - <type>MYSQL</type> | ||
| 173 | - <access>Native</access> | ||
| 174 | - <database>control</database> | ||
| 175 | - <port>3306</port> | ||
| 176 | - <username>root</username> | ||
| 177 | - <password>Encrypted </password> | ||
| 178 | - <servername/> | ||
| 179 | - <data_tablespace/> | ||
| 180 | - <index_tablespace/> | ||
| 181 | - <attributes> | ||
| 182 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 183 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 184 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 185 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 186 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 187 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 188 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 189 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 190 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 191 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 192 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 193 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 194 | - </attributes> | ||
| 195 | - </connection> | ||
| 196 | - <connection> | ||
| 197 | - <name>xlab_mysql_youle</name> | ||
| 198 | - <server>101.231.124.8</server> | ||
| 199 | - <type>MYSQL</type> | ||
| 200 | - <access>Native</access> | ||
| 201 | - <database>xlab_youle</database> | ||
| 202 | - <port>45687</port> | ||
| 203 | - <username>xlab-youle</username> | ||
| 204 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 205 | - <servername/> | ||
| 206 | - <data_tablespace/> | ||
| 207 | - <index_tablespace/> | ||
| 208 | - <attributes> | ||
| 209 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 210 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 211 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 212 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 213 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 214 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 215 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 216 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 217 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 218 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 219 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 220 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 221 | - </attributes> | ||
| 222 | - </connection> | ||
| 223 | - <connection> | ||
| 224 | - <name>xlab_mysql_youle(本机)</name> | ||
| 225 | - <server>localhost</server> | ||
| 226 | - <type>MYSQL</type> | ||
| 227 | - <access>Native</access> | ||
| 228 | - <database>xlab_youle</database> | ||
| 229 | - <port>3306</port> | ||
| 230 | - <username>root</username> | ||
| 231 | - <password>Encrypted </password> | ||
| 232 | - <servername/> | ||
| 233 | - <data_tablespace/> | ||
| 234 | - <index_tablespace/> | ||
| 235 | - <attributes> | ||
| 236 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 237 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 238 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 239 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 240 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 241 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 242 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 243 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 244 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 245 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 246 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 247 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 248 | - </attributes> | ||
| 249 | - </connection> | ||
| 250 | - <connection> | ||
| 251 | - <name>xlab_youle</name> | ||
| 252 | - <server/> | ||
| 253 | - <type>MYSQL</type> | ||
| 254 | - <access>JNDI</access> | ||
| 255 | - <database>xlab_youle</database> | ||
| 256 | - <port>1521</port> | ||
| 257 | - <username/> | ||
| 258 | - <password>Encrypted </password> | ||
| 259 | - <servername/> | ||
| 260 | - <data_tablespace/> | ||
| 261 | - <index_tablespace/> | ||
| 262 | - <attributes> | ||
| 263 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 264 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 265 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 266 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 267 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 268 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 269 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 270 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 271 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 272 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 273 | - </attributes> | ||
| 274 | - </connection> | ||
| 275 | - <order> | ||
| 276 | - <hop> <from>车辆配置(没有作废)</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 277 | - <hop> <from>线路查询</from><to>车辆查询</to><enabled>Y</enabled> </hop> | ||
| 278 | - <hop> <from>车辆查询</from><to>格式化日期</to><enabled>Y</enabled> </hop> | ||
| 279 | - <hop> <from>格式化日期</from><to>排序记录</to><enabled>Y</enabled> </hop> | ||
| 280 | - <hop> <from>排序记录</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 281 | - <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 282 | - </order> | ||
| 283 | - <step> | ||
| 284 | - <name>Excel输出</name> | ||
| 285 | - <type>ExcelOutput</type> | ||
| 286 | - <description/> | ||
| 287 | - <distribute>Y</distribute> | ||
| 288 | - <custom_distribution/> | ||
| 289 | - <copies>1</copies> | ||
| 290 | - <partitioning> | ||
| 291 | - <method>none</method> | ||
| 292 | - <schema_name/> | ||
| 293 | - </partitioning> | ||
| 294 | - <header>Y</header> | ||
| 295 | - <footer>N</footer> | ||
| 296 | - <encoding/> | ||
| 297 | - <append>N</append> | ||
| 298 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 299 | - <file> | ||
| 300 | - <name>${filepath}</name> | ||
| 301 | - <extention/> | ||
| 302 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 303 | - <create_parent_folder>N</create_parent_folder> | ||
| 304 | - <split>N</split> | ||
| 305 | - <add_date>N</add_date> | ||
| 306 | - <add_time>N</add_time> | ||
| 307 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 308 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 309 | - <sheetname>工作表1</sheetname> | ||
| 310 | - <autosizecolums>N</autosizecolums> | ||
| 311 | - <nullisblank>N</nullisblank> | ||
| 312 | - <protect_sheet>N</protect_sheet> | ||
| 313 | - <password>Encrypted </password> | ||
| 314 | - <splitevery>0</splitevery> | ||
| 315 | - <usetempfiles>N</usetempfiles> | ||
| 316 | - <tempdirectory/> | ||
| 317 | - </file> | ||
| 318 | - <template> | ||
| 319 | - <enabled>N</enabled> | ||
| 320 | - <append>N</append> | ||
| 321 | - <filename>template.xls</filename> | ||
| 322 | - </template> | ||
| 323 | - <fields> | ||
| 324 | - <field> | ||
| 325 | - <name>线路</name> | ||
| 326 | - <type>String</type> | ||
| 327 | - <format/> | ||
| 328 | - </field> | ||
| 329 | - <field> | ||
| 330 | - <name>内部编码</name> | ||
| 331 | - <type>String</type> | ||
| 332 | - <format/> | ||
| 333 | - </field> | ||
| 334 | - <field> | ||
| 335 | - <name>启用日期</name> | ||
| 336 | - <type>String</type> | ||
| 337 | - <format/> | ||
| 338 | - </field> | ||
| 339 | - <field> | ||
| 340 | - <name>终结日期</name> | ||
| 341 | - <type>String</type> | ||
| 342 | - <format/> | ||
| 343 | - </field> | ||
| 344 | - <field> | ||
| 345 | - <name>停车点</name> | ||
| 346 | - <type>String</type> | ||
| 347 | - <format/> | ||
| 348 | - </field> | ||
| 349 | - </fields> | ||
| 350 | - <custom> | ||
| 351 | - <header_font_name>arial</header_font_name> | ||
| 352 | - <header_font_size>10</header_font_size> | ||
| 353 | - <header_font_bold>N</header_font_bold> | ||
| 354 | - <header_font_italic>N</header_font_italic> | ||
| 355 | - <header_font_underline>no</header_font_underline> | ||
| 356 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 357 | - <header_font_color>black</header_font_color> | ||
| 358 | - <header_background_color>none</header_background_color> | ||
| 359 | - <header_row_height>255</header_row_height> | ||
| 360 | - <header_alignment>left</header_alignment> | ||
| 361 | - <header_image/> | ||
| 362 | - <row_font_name>arial</row_font_name> | ||
| 363 | - <row_font_size>10</row_font_size> | ||
| 364 | - <row_font_color>black</row_font_color> | ||
| 365 | - <row_background_color>none</row_background_color> | ||
| 366 | - </custom> | ||
| 367 | - <cluster_schema/> | ||
| 368 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 369 | - <xloc>596</xloc> | ||
| 370 | - <yloc>265</yloc> | ||
| 371 | - <draw>Y</draw> | ||
| 372 | - </GUI> | ||
| 373 | - </step> | ||
| 374 | - | ||
| 375 | - <step> | ||
| 376 | - <name>字段选择</name> | ||
| 377 | - <type>SelectValues</type> | ||
| 378 | - <description/> | ||
| 379 | - <distribute>Y</distribute> | ||
| 380 | - <custom_distribution/> | ||
| 381 | - <copies>1</copies> | ||
| 382 | - <partitioning> | ||
| 383 | - <method>none</method> | ||
| 384 | - <schema_name/> | ||
| 385 | - </partitioning> | ||
| 386 | - <fields> <field> <name>xlmc</name> | ||
| 387 | - <rename>线路</rename> | ||
| 388 | - <length>-2</length> | ||
| 389 | - <precision>-2</precision> | ||
| 390 | - </field> <field> <name>zbh</name> | ||
| 391 | - <rename>内部编码</rename> | ||
| 392 | - <length>-2</length> | ||
| 393 | - <precision>-2</precision> | ||
| 394 | - </field> <field> <name>qyrq</name> | ||
| 395 | - <rename>启用日期</rename> | ||
| 396 | - <length>-2</length> | ||
| 397 | - <precision>-2</precision> | ||
| 398 | - </field> <field> <name>zzrq</name> | ||
| 399 | - <rename>终结日期</rename> | ||
| 400 | - <length>-2</length> | ||
| 401 | - <precision>-2</precision> | ||
| 402 | - </field> <field> <name>tcd</name> | ||
| 403 | - <rename>停车点</rename> | ||
| 404 | - <length>-2</length> | ||
| 405 | - <precision>-2</precision> | ||
| 406 | - </field> <select_unspecified>N</select_unspecified> | ||
| 407 | - </fields> <cluster_schema/> | ||
| 408 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 409 | - <xloc>595</xloc> | ||
| 410 | - <yloc>167</yloc> | ||
| 411 | - <draw>Y</draw> | ||
| 412 | - </GUI> | ||
| 413 | - </step> | ||
| 414 | - | ||
| 415 | - <step> | ||
| 416 | - <name>排序记录</name> | ||
| 417 | - <type>SortRows</type> | ||
| 418 | - <description/> | ||
| 419 | - <distribute>Y</distribute> | ||
| 420 | - <custom_distribution/> | ||
| 421 | - <copies>1</copies> | ||
| 422 | - <partitioning> | ||
| 423 | - <method>none</method> | ||
| 424 | - <schema_name/> | ||
| 425 | - </partitioning> | ||
| 426 | - <directory>%%java.io.tmpdir%%</directory> | ||
| 427 | - <prefix>out</prefix> | ||
| 428 | - <sort_size>1000000</sort_size> | ||
| 429 | - <free_memory/> | ||
| 430 | - <compress>N</compress> | ||
| 431 | - <compress_variable/> | ||
| 432 | - <unique_rows>N</unique_rows> | ||
| 433 | - <fields> | ||
| 434 | - <field> | ||
| 435 | - <name>xlmc</name> | ||
| 436 | - <ascending>Y</ascending> | ||
| 437 | - <case_sensitive>N</case_sensitive> | ||
| 438 | - <presorted>N</presorted> | ||
| 439 | - </field> | ||
| 440 | - <field> | ||
| 441 | - <name>zbh</name> | ||
| 442 | - <ascending>Y</ascending> | ||
| 443 | - <case_sensitive>N</case_sensitive> | ||
| 444 | - <presorted>N</presorted> | ||
| 445 | - </field> | ||
| 446 | - <field> | ||
| 447 | - <name>qyrq</name> | ||
| 448 | - <ascending>Y</ascending> | ||
| 449 | - <case_sensitive>N</case_sensitive> | ||
| 450 | - <presorted>N</presorted> | ||
| 451 | - </field> | ||
| 452 | - </fields> | ||
| 453 | - <cluster_schema/> | ||
| 454 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 455 | - <xloc>592</xloc> | ||
| 456 | - <yloc>66</yloc> | ||
| 457 | - <draw>Y</draw> | ||
| 458 | - </GUI> | ||
| 459 | - </step> | ||
| 460 | - | ||
| 461 | - <step> | ||
| 462 | - <name>格式化日期</name> | ||
| 463 | - <type>SelectValues</type> | ||
| 464 | - <description/> | ||
| 465 | - <distribute>Y</distribute> | ||
| 466 | - <custom_distribution/> | ||
| 467 | - <copies>1</copies> | ||
| 468 | - <partitioning> | ||
| 469 | - <method>none</method> | ||
| 470 | - <schema_name/> | ||
| 471 | - </partitioning> | ||
| 472 | - <fields> <select_unspecified>N</select_unspecified> | ||
| 473 | - <meta> <name>qyrq</name> | ||
| 474 | - <rename>qyrq</rename> | ||
| 475 | - <type>String</type> | ||
| 476 | - <length>-2</length> | ||
| 477 | - <precision>-2</precision> | ||
| 478 | - <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 479 | - <date_format_lenient>false</date_format_lenient> | ||
| 480 | - <date_format_locale/> | ||
| 481 | - <date_format_timezone/> | ||
| 482 | - <lenient_string_to_number>false</lenient_string_to_number> | ||
| 483 | - <encoding/> | ||
| 484 | - <decimal_symbol/> | ||
| 485 | - <grouping_symbol/> | ||
| 486 | - <currency_symbol/> | ||
| 487 | - <storage_type/> | ||
| 488 | - </meta> <meta> <name>zzrq</name> | ||
| 489 | - <rename>zzrq</rename> | ||
| 490 | - <type>String</type> | ||
| 491 | - <length>-2</length> | ||
| 492 | - <precision>-2</precision> | ||
| 493 | - <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 494 | - <date_format_lenient>false</date_format_lenient> | ||
| 495 | - <date_format_locale/> | ||
| 496 | - <date_format_timezone/> | ||
| 497 | - <lenient_string_to_number>false</lenient_string_to_number> | ||
| 498 | - <encoding/> | ||
| 499 | - <decimal_symbol/> | ||
| 500 | - <grouping_symbol/> | ||
| 501 | - <currency_symbol/> | ||
| 502 | - <storage_type/> | ||
| 503 | - </meta> </fields> <cluster_schema/> | ||
| 504 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 505 | - <xloc>478</xloc> | ||
| 506 | - <yloc>66</yloc> | ||
| 507 | - <draw>Y</draw> | ||
| 508 | - </GUI> | ||
| 509 | - </step> | ||
| 510 | - | ||
| 511 | - <step> | ||
| 512 | - <name>线路查询</name> | ||
| 513 | - <type>DBLookup</type> | ||
| 514 | - <description/> | ||
| 515 | - <distribute>Y</distribute> | ||
| 516 | - <custom_distribution/> | ||
| 517 | - <copies>1</copies> | ||
| 518 | - <partitioning> | ||
| 519 | - <method>none</method> | ||
| 520 | - <schema_name/> | ||
| 521 | - </partitioning> | ||
| 522 | - <connection>bus_control_variable</connection> | ||
| 523 | - <cache>Y</cache> | ||
| 524 | - <cache_load_all>Y</cache_load_all> | ||
| 525 | - <cache_size>0</cache_size> | ||
| 526 | - <lookup> | ||
| 527 | - <schema/> | ||
| 528 | - <table>bsth_c_line</table> | ||
| 529 | - <orderby/> | ||
| 530 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 531 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 532 | - <key> | ||
| 533 | - <name>xl</name> | ||
| 534 | - <field>id</field> | ||
| 535 | - <condition>=</condition> | ||
| 536 | - <name2/> | ||
| 537 | - </key> | ||
| 538 | - <value> | ||
| 539 | - <name>name</name> | ||
| 540 | - <rename>xlmc</rename> | ||
| 541 | - <default/> | ||
| 542 | - <type>String</type> | ||
| 543 | - </value> | ||
| 544 | - </lookup> | ||
| 545 | - <cluster_schema/> | ||
| 546 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 547 | - <xloc>248</xloc> | ||
| 548 | - <yloc>67</yloc> | ||
| 549 | - <draw>Y</draw> | ||
| 550 | - </GUI> | ||
| 551 | - </step> | ||
| 552 | - | ||
| 553 | - <step> | ||
| 554 | - <name>车辆查询</name> | ||
| 555 | - <type>DBLookup</type> | ||
| 556 | - <description/> | ||
| 557 | - <distribute>Y</distribute> | ||
| 558 | - <custom_distribution/> | ||
| 559 | - <copies>1</copies> | ||
| 560 | - <partitioning> | ||
| 561 | - <method>none</method> | ||
| 562 | - <schema_name/> | ||
| 563 | - </partitioning> | ||
| 564 | - <connection>bus_control_variable</connection> | ||
| 565 | - <cache>N</cache> | ||
| 566 | - <cache_load_all>N</cache_load_all> | ||
| 567 | - <cache_size>0</cache_size> | ||
| 568 | - <lookup> | ||
| 569 | - <schema/> | ||
| 570 | - <table>bsth_c_cars</table> | ||
| 571 | - <orderby/> | ||
| 572 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 573 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 574 | - <key> | ||
| 575 | - <name>cl</name> | ||
| 576 | - <field>id</field> | ||
| 577 | - <condition>=</condition> | ||
| 578 | - <name2/> | ||
| 579 | - </key> | ||
| 580 | - <value> | ||
| 581 | - <name>inside_code</name> | ||
| 582 | - <rename>zbh</rename> | ||
| 583 | - <default/> | ||
| 584 | - <type>String</type> | ||
| 585 | - </value> | ||
| 586 | - </lookup> | ||
| 587 | - <cluster_schema/> | ||
| 588 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 589 | - <xloc>361</xloc> | ||
| 590 | - <yloc>67</yloc> | ||
| 591 | - <draw>Y</draw> | ||
| 592 | - </GUI> | ||
| 593 | - </step> | ||
| 594 | - | ||
| 595 | - <step> | ||
| 596 | - <name>车辆配置(没有作废)</name> | ||
| 597 | - <type>TableInput</type> | ||
| 598 | - <description/> | ||
| 599 | - <distribute>Y</distribute> | ||
| 600 | - <custom_distribution/> | ||
| 601 | - <copies>1</copies> | ||
| 602 | - <partitioning> | ||
| 603 | - <method>none</method> | ||
| 604 | - <schema_name/> | ||
| 605 | - </partitioning> | ||
| 606 | - <connection>bus_control_variable</connection> | ||
| 607 | - <sql>select * from bsth_c_s_ccinfo where is_cancel = 0 and xl = ${xlid}</sql> | ||
| 608 | - <limit>0</limit> | ||
| 609 | - <lookup/> | ||
| 610 | - <execute_each_row>N</execute_each_row> | ||
| 611 | - <variables_active>Y</variables_active> | ||
| 612 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 613 | - <cluster_schema/> | ||
| 614 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 615 | - <xloc>106</xloc> | ||
| 616 | - <yloc>68</yloc> | ||
| 617 | - <draw>Y</draw> | ||
| 618 | - </GUI> | ||
| 619 | - </step> | ||
| 620 | - | ||
| 621 | - <step_error_handling> | ||
| 622 | - </step_error_handling> | ||
| 623 | - <slave-step-copy-partition-distribution> | ||
| 624 | -</slave-step-copy-partition-distribution> | ||
| 625 | - <slave_transformation>N</slave_transformation> | ||
| 626 | - | ||
| 627 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>车辆配置信息导出</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>filepath</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>excel文件路径</description> | ||
| 16 | + </parameter> | ||
| 17 | + <parameter> | ||
| 18 | + <name>templatepath</name> | ||
| 19 | + <default_value/> | ||
| 20 | + <description>模版文件路径</description> | ||
| 21 | + </parameter> | ||
| 22 | + <parameter> | ||
| 23 | + <name>xlid</name> | ||
| 24 | + <default_value/> | ||
| 25 | + <description>线路id</description> | ||
| 26 | + </parameter> | ||
| 27 | + </parameters> | ||
| 28 | + <log> | ||
| 29 | +<trans-log-table><connection/> | ||
| 30 | +<schema/> | ||
| 31 | +<table/> | ||
| 32 | +<size_limit_lines/> | ||
| 33 | +<interval/> | ||
| 34 | +<timeout_days/> | ||
| 35 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 36 | +<perf-log-table><connection/> | ||
| 37 | +<schema/> | ||
| 38 | +<table/> | ||
| 39 | +<interval/> | ||
| 40 | +<timeout_days/> | ||
| 41 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 42 | +<channel-log-table><connection/> | ||
| 43 | +<schema/> | ||
| 44 | +<table/> | ||
| 45 | +<timeout_days/> | ||
| 46 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 47 | +<step-log-table><connection/> | ||
| 48 | +<schema/> | ||
| 49 | +<table/> | ||
| 50 | +<timeout_days/> | ||
| 51 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 52 | +<metrics-log-table><connection/> | ||
| 53 | +<schema/> | ||
| 54 | +<table/> | ||
| 55 | +<timeout_days/> | ||
| 56 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 57 | + </log> | ||
| 58 | + <maxdate> | ||
| 59 | + <connection/> | ||
| 60 | + <table/> | ||
| 61 | + <field/> | ||
| 62 | + <offset>0.0</offset> | ||
| 63 | + <maxdiff>0.0</maxdiff> | ||
| 64 | + </maxdate> | ||
| 65 | + <size_rowset>10000</size_rowset> | ||
| 66 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 67 | + <sleep_time_full>50</sleep_time_full> | ||
| 68 | + <unique_connections>N</unique_connections> | ||
| 69 | + <feedback_shown>Y</feedback_shown> | ||
| 70 | + <feedback_size>50000</feedback_size> | ||
| 71 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 72 | + <shared_objects_file/> | ||
| 73 | + <capture_step_performance>N</capture_step_performance> | ||
| 74 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 75 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 76 | + <dependencies> | ||
| 77 | + </dependencies> | ||
| 78 | + <partitionschemas> | ||
| 79 | + </partitionschemas> | ||
| 80 | + <slaveservers> | ||
| 81 | + </slaveservers> | ||
| 82 | + <clusterschemas> | ||
| 83 | + </clusterschemas> | ||
| 84 | + <created_user>-</created_user> | ||
| 85 | + <created_date>2017/01/11 14:14:13.722</created_date> | ||
| 86 | + <modified_user>-</modified_user> | ||
| 87 | + <modified_date>2017/01/11 14:14:13.722</modified_date> | ||
| 88 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 89 | + <is_key_private>N</is_key_private> | ||
| 90 | + </info> | ||
| 91 | + <notepads> | ||
| 92 | + <notepad> | ||
| 93 | + <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 94 | + <xloc>81</xloc> | ||
| 95 | + <yloc>172</yloc> | ||
| 96 | + <width>333</width> | ||
| 97 | + <heigth>90</heigth> | ||
| 98 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 99 | + <fontsize>12</fontsize> | ||
| 100 | + <fontbold>N</fontbold> | ||
| 101 | + <fontitalic>N</fontitalic> | ||
| 102 | + <fontcolorred>0</fontcolorred> | ||
| 103 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 104 | + <fontcolorblue>0</fontcolorblue> | ||
| 105 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 106 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 107 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 108 | + <bordercolorred>100</bordercolorred> | ||
| 109 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 110 | + <bordercolorblue>100</bordercolorblue> | ||
| 111 | + <drawshadow>Y</drawshadow> | ||
| 112 | + </notepad> | ||
| 113 | + </notepads> | ||
| 114 | + <connection> | ||
| 115 | + <name>192.168.168.1_jwgl_dw</name> | ||
| 116 | + <server>192.168.168.1</server> | ||
| 117 | + <type>ORACLE</type> | ||
| 118 | + <access>Native</access> | ||
| 119 | + <database>orcl</database> | ||
| 120 | + <port>1521</port> | ||
| 121 | + <username>jwgl_dw</username> | ||
| 122 | + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 123 | + <servername/> | ||
| 124 | + <data_tablespace/> | ||
| 125 | + <index_tablespace/> | ||
| 126 | + <attributes> | ||
| 127 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 128 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 129 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 130 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 131 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 132 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 133 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 134 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 135 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 136 | + </attributes> | ||
| 137 | + </connection> | ||
| 138 | + <connection> | ||
| 139 | + <name>bus_control_variable</name> | ||
| 140 | + <server>${v_db_ip}</server> | ||
| 141 | + <type>MYSQL</type> | ||
| 142 | + <access>Native</access> | ||
| 143 | + <database>${v_db_dname}</database> | ||
| 144 | + <port>3306</port> | ||
| 145 | + <username>${v_db_uname}</username> | ||
| 146 | + <password>${v_db_pwd}</password> | ||
| 147 | + <servername/> | ||
| 148 | + <data_tablespace/> | ||
| 149 | + <index_tablespace/> | ||
| 150 | + <attributes> | ||
| 151 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 152 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 153 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 154 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 155 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 156 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 157 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 158 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 159 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 160 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 161 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 162 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 163 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 164 | + </attributes> | ||
| 165 | + </connection> | ||
| 166 | + <connection> | ||
| 167 | + <name>bus_control_公司_201</name> | ||
| 168 | + <server>localhost</server> | ||
| 169 | + <type>MYSQL</type> | ||
| 170 | + <access>Native</access> | ||
| 171 | + <database>control</database> | ||
| 172 | + <port>3306</port> | ||
| 173 | + <username>root</username> | ||
| 174 | + <password>Encrypted </password> | ||
| 175 | + <servername/> | ||
| 176 | + <data_tablespace/> | ||
| 177 | + <index_tablespace/> | ||
| 178 | + <attributes> | ||
| 179 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 180 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 181 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 182 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 183 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 184 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 185 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 186 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 187 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 188 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 189 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 190 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 191 | + </attributes> | ||
| 192 | + </connection> | ||
| 193 | + <connection> | ||
| 194 | + <name>bus_control_本机</name> | ||
| 195 | + <server>localhost</server> | ||
| 196 | + <type>MYSQL</type> | ||
| 197 | + <access>Native</access> | ||
| 198 | + <database>control</database> | ||
| 199 | + <port>3306</port> | ||
| 200 | + <username>root</username> | ||
| 201 | + <password>Encrypted </password> | ||
| 202 | + <servername/> | ||
| 203 | + <data_tablespace/> | ||
| 204 | + <index_tablespace/> | ||
| 205 | + <attributes> | ||
| 206 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 207 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 208 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 210 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 211 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 212 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 213 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 214 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 215 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 216 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 217 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 218 | + </attributes> | ||
| 219 | + </connection> | ||
| 220 | + <connection> | ||
| 221 | + <name>xlab_mysql_youle</name> | ||
| 222 | + <server>101.231.124.8</server> | ||
| 223 | + <type>MYSQL</type> | ||
| 224 | + <access>Native</access> | ||
| 225 | + <database>xlab_youle</database> | ||
| 226 | + <port>45687</port> | ||
| 227 | + <username>xlab-youle</username> | ||
| 228 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 229 | + <servername/> | ||
| 230 | + <data_tablespace/> | ||
| 231 | + <index_tablespace/> | ||
| 232 | + <attributes> | ||
| 233 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 234 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 235 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 236 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 237 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 238 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 239 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 240 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 241 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 242 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 243 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 244 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 245 | + </attributes> | ||
| 246 | + </connection> | ||
| 247 | + <connection> | ||
| 248 | + <name>xlab_mysql_youle(本机)</name> | ||
| 249 | + <server>localhost</server> | ||
| 250 | + <type>MYSQL</type> | ||
| 251 | + <access>Native</access> | ||
| 252 | + <database>xlab_youle</database> | ||
| 253 | + <port>3306</port> | ||
| 254 | + <username>root</username> | ||
| 255 | + <password>Encrypted </password> | ||
| 256 | + <servername/> | ||
| 257 | + <data_tablespace/> | ||
| 258 | + <index_tablespace/> | ||
| 259 | + <attributes> | ||
| 260 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 261 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 262 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 263 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 264 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 265 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 266 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 267 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 268 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 269 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 270 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 271 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 272 | + </attributes> | ||
| 273 | + </connection> | ||
| 274 | + <connection> | ||
| 275 | + <name>xlab_youle</name> | ||
| 276 | + <server/> | ||
| 277 | + <type>MYSQL</type> | ||
| 278 | + <access>JNDI</access> | ||
| 279 | + <database>xlab_youle</database> | ||
| 280 | + <port>1521</port> | ||
| 281 | + <username/> | ||
| 282 | + <password>Encrypted </password> | ||
| 283 | + <servername/> | ||
| 284 | + <data_tablespace/> | ||
| 285 | + <index_tablespace/> | ||
| 286 | + <attributes> | ||
| 287 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 288 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 289 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 290 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 291 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 292 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 293 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 294 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 295 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 296 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 297 | + </attributes> | ||
| 298 | + </connection> | ||
| 299 | + <order> | ||
| 300 | + <hop> <from>车辆配置(没有作废)</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 301 | + <hop> <from>线路查询</from><to>车辆查询</to><enabled>Y</enabled> </hop> | ||
| 302 | + <hop> <from>车辆查询</from><to>格式化日期</to><enabled>Y</enabled> </hop> | ||
| 303 | + <hop> <from>格式化日期</from><to>排序记录</to><enabled>Y</enabled> </hop> | ||
| 304 | + <hop> <from>排序记录</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 305 | + <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 306 | + </order> | ||
| 307 | + <step> | ||
| 308 | + <name>Excel输出</name> | ||
| 309 | + <type>ExcelOutput</type> | ||
| 310 | + <description/> | ||
| 311 | + <distribute>Y</distribute> | ||
| 312 | + <custom_distribution/> | ||
| 313 | + <copies>1</copies> | ||
| 314 | + <partitioning> | ||
| 315 | + <method>none</method> | ||
| 316 | + <schema_name/> | ||
| 317 | + </partitioning> | ||
| 318 | + <header>Y</header> | ||
| 319 | + <footer>N</footer> | ||
| 320 | + <encoding/> | ||
| 321 | + <append>N</append> | ||
| 322 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 323 | + <file> | ||
| 324 | + <name>${filepath}</name> | ||
| 325 | + <extention>xls</extention> | ||
| 326 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 327 | + <create_parent_folder>N</create_parent_folder> | ||
| 328 | + <split>N</split> | ||
| 329 | + <add_date>N</add_date> | ||
| 330 | + <add_time>N</add_time> | ||
| 331 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 332 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 333 | + <sheetname>工作表1</sheetname> | ||
| 334 | + <autosizecolums>N</autosizecolums> | ||
| 335 | + <nullisblank>N</nullisblank> | ||
| 336 | + <protect_sheet>N</protect_sheet> | ||
| 337 | + <password>Encrypted </password> | ||
| 338 | + <splitevery>0</splitevery> | ||
| 339 | + <usetempfiles>N</usetempfiles> | ||
| 340 | + <tempdirectory/> | ||
| 341 | + </file> | ||
| 342 | + <template> | ||
| 343 | + <enabled>N</enabled> | ||
| 344 | + <append>N</append> | ||
| 345 | + <filename>template.xls</filename> | ||
| 346 | + </template> | ||
| 347 | + <fields> | ||
| 348 | + <field> | ||
| 349 | + <name>线路</name> | ||
| 350 | + <type>String</type> | ||
| 351 | + <format/> | ||
| 352 | + </field> | ||
| 353 | + <field> | ||
| 354 | + <name>内部编码</name> | ||
| 355 | + <type>String</type> | ||
| 356 | + <format/> | ||
| 357 | + </field> | ||
| 358 | + <field> | ||
| 359 | + <name>启用日期</name> | ||
| 360 | + <type>String</type> | ||
| 361 | + <format/> | ||
| 362 | + </field> | ||
| 363 | + <field> | ||
| 364 | + <name>终结日期</name> | ||
| 365 | + <type>String</type> | ||
| 366 | + <format/> | ||
| 367 | + </field> | ||
| 368 | + <field> | ||
| 369 | + <name>停车点</name> | ||
| 370 | + <type>String</type> | ||
| 371 | + <format/> | ||
| 372 | + </field> | ||
| 373 | + </fields> | ||
| 374 | + <custom> | ||
| 375 | + <header_font_name>arial</header_font_name> | ||
| 376 | + <header_font_size>10</header_font_size> | ||
| 377 | + <header_font_bold>N</header_font_bold> | ||
| 378 | + <header_font_italic>N</header_font_italic> | ||
| 379 | + <header_font_underline>no</header_font_underline> | ||
| 380 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 381 | + <header_font_color>black</header_font_color> | ||
| 382 | + <header_background_color>none</header_background_color> | ||
| 383 | + <header_row_height>255</header_row_height> | ||
| 384 | + <header_alignment>left</header_alignment> | ||
| 385 | + <header_image/> | ||
| 386 | + <row_font_name>arial</row_font_name> | ||
| 387 | + <row_font_size>10</row_font_size> | ||
| 388 | + <row_font_color>black</row_font_color> | ||
| 389 | + <row_background_color>none</row_background_color> | ||
| 390 | + </custom> | ||
| 391 | + <cluster_schema/> | ||
| 392 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 393 | + <xloc>596</xloc> | ||
| 394 | + <yloc>265</yloc> | ||
| 395 | + <draw>Y</draw> | ||
| 396 | + </GUI> | ||
| 397 | + </step> | ||
| 398 | + | ||
| 399 | + <step> | ||
| 400 | + <name>字段选择</name> | ||
| 401 | + <type>SelectValues</type> | ||
| 402 | + <description/> | ||
| 403 | + <distribute>Y</distribute> | ||
| 404 | + <custom_distribution/> | ||
| 405 | + <copies>1</copies> | ||
| 406 | + <partitioning> | ||
| 407 | + <method>none</method> | ||
| 408 | + <schema_name/> | ||
| 409 | + </partitioning> | ||
| 410 | + <fields> <field> <name>xlmc</name> | ||
| 411 | + <rename>线路</rename> | ||
| 412 | + <length>-2</length> | ||
| 413 | + <precision>-2</precision> | ||
| 414 | + </field> <field> <name>zbh</name> | ||
| 415 | + <rename>内部编码</rename> | ||
| 416 | + <length>-2</length> | ||
| 417 | + <precision>-2</precision> | ||
| 418 | + </field> <field> <name>qyrq</name> | ||
| 419 | + <rename>启用日期</rename> | ||
| 420 | + <length>-2</length> | ||
| 421 | + <precision>-2</precision> | ||
| 422 | + </field> <field> <name>zzrq</name> | ||
| 423 | + <rename>终结日期</rename> | ||
| 424 | + <length>-2</length> | ||
| 425 | + <precision>-2</precision> | ||
| 426 | + </field> <field> <name>tcd</name> | ||
| 427 | + <rename>停车点</rename> | ||
| 428 | + <length>-2</length> | ||
| 429 | + <precision>-2</precision> | ||
| 430 | + </field> <select_unspecified>N</select_unspecified> | ||
| 431 | + </fields> <cluster_schema/> | ||
| 432 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 433 | + <xloc>595</xloc> | ||
| 434 | + <yloc>167</yloc> | ||
| 435 | + <draw>Y</draw> | ||
| 436 | + </GUI> | ||
| 437 | + </step> | ||
| 438 | + | ||
| 439 | + <step> | ||
| 440 | + <name>排序记录</name> | ||
| 441 | + <type>SortRows</type> | ||
| 442 | + <description/> | ||
| 443 | + <distribute>Y</distribute> | ||
| 444 | + <custom_distribution/> | ||
| 445 | + <copies>1</copies> | ||
| 446 | + <partitioning> | ||
| 447 | + <method>none</method> | ||
| 448 | + <schema_name/> | ||
| 449 | + </partitioning> | ||
| 450 | + <directory>%%java.io.tmpdir%%</directory> | ||
| 451 | + <prefix>out</prefix> | ||
| 452 | + <sort_size>1000000</sort_size> | ||
| 453 | + <free_memory/> | ||
| 454 | + <compress>N</compress> | ||
| 455 | + <compress_variable/> | ||
| 456 | + <unique_rows>N</unique_rows> | ||
| 457 | + <fields> | ||
| 458 | + <field> | ||
| 459 | + <name>xlmc</name> | ||
| 460 | + <ascending>Y</ascending> | ||
| 461 | + <case_sensitive>N</case_sensitive> | ||
| 462 | + <presorted>N</presorted> | ||
| 463 | + </field> | ||
| 464 | + <field> | ||
| 465 | + <name>zbh</name> | ||
| 466 | + <ascending>Y</ascending> | ||
| 467 | + <case_sensitive>N</case_sensitive> | ||
| 468 | + <presorted>N</presorted> | ||
| 469 | + </field> | ||
| 470 | + <field> | ||
| 471 | + <name>qyrq</name> | ||
| 472 | + <ascending>Y</ascending> | ||
| 473 | + <case_sensitive>N</case_sensitive> | ||
| 474 | + <presorted>N</presorted> | ||
| 475 | + </field> | ||
| 476 | + </fields> | ||
| 477 | + <cluster_schema/> | ||
| 478 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 479 | + <xloc>592</xloc> | ||
| 480 | + <yloc>66</yloc> | ||
| 481 | + <draw>Y</draw> | ||
| 482 | + </GUI> | ||
| 483 | + </step> | ||
| 484 | + | ||
| 485 | + <step> | ||
| 486 | + <name>格式化日期</name> | ||
| 487 | + <type>SelectValues</type> | ||
| 488 | + <description/> | ||
| 489 | + <distribute>Y</distribute> | ||
| 490 | + <custom_distribution/> | ||
| 491 | + <copies>1</copies> | ||
| 492 | + <partitioning> | ||
| 493 | + <method>none</method> | ||
| 494 | + <schema_name/> | ||
| 495 | + </partitioning> | ||
| 496 | + <fields> <select_unspecified>N</select_unspecified> | ||
| 497 | + <meta> <name>qyrq</name> | ||
| 498 | + <rename>qyrq</rename> | ||
| 499 | + <type>String</type> | ||
| 500 | + <length>-2</length> | ||
| 501 | + <precision>-2</precision> | ||
| 502 | + <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 503 | + <date_format_lenient>false</date_format_lenient> | ||
| 504 | + <date_format_locale/> | ||
| 505 | + <date_format_timezone/> | ||
| 506 | + <lenient_string_to_number>false</lenient_string_to_number> | ||
| 507 | + <encoding/> | ||
| 508 | + <decimal_symbol/> | ||
| 509 | + <grouping_symbol/> | ||
| 510 | + <currency_symbol/> | ||
| 511 | + <storage_type/> | ||
| 512 | + </meta> <meta> <name>zzrq</name> | ||
| 513 | + <rename>zzrq</rename> | ||
| 514 | + <type>String</type> | ||
| 515 | + <length>-2</length> | ||
| 516 | + <precision>-2</precision> | ||
| 517 | + <conversion_mask>yyyy-MM-dd</conversion_mask> | ||
| 518 | + <date_format_lenient>false</date_format_lenient> | ||
| 519 | + <date_format_locale/> | ||
| 520 | + <date_format_timezone/> | ||
| 521 | + <lenient_string_to_number>false</lenient_string_to_number> | ||
| 522 | + <encoding/> | ||
| 523 | + <decimal_symbol/> | ||
| 524 | + <grouping_symbol/> | ||
| 525 | + <currency_symbol/> | ||
| 526 | + <storage_type/> | ||
| 527 | + </meta> </fields> <cluster_schema/> | ||
| 528 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 529 | + <xloc>478</xloc> | ||
| 530 | + <yloc>66</yloc> | ||
| 531 | + <draw>Y</draw> | ||
| 532 | + </GUI> | ||
| 533 | + </step> | ||
| 534 | + | ||
| 535 | + <step> | ||
| 536 | + <name>线路查询</name> | ||
| 537 | + <type>DBLookup</type> | ||
| 538 | + <description/> | ||
| 539 | + <distribute>Y</distribute> | ||
| 540 | + <custom_distribution/> | ||
| 541 | + <copies>1</copies> | ||
| 542 | + <partitioning> | ||
| 543 | + <method>none</method> | ||
| 544 | + <schema_name/> | ||
| 545 | + </partitioning> | ||
| 546 | + <connection>bus_control_variable</connection> | ||
| 547 | + <cache>Y</cache> | ||
| 548 | + <cache_load_all>Y</cache_load_all> | ||
| 549 | + <cache_size>0</cache_size> | ||
| 550 | + <lookup> | ||
| 551 | + <schema/> | ||
| 552 | + <table>bsth_c_line</table> | ||
| 553 | + <orderby/> | ||
| 554 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 555 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 556 | + <key> | ||
| 557 | + <name>xl</name> | ||
| 558 | + <field>id</field> | ||
| 559 | + <condition>=</condition> | ||
| 560 | + <name2/> | ||
| 561 | + </key> | ||
| 562 | + <value> | ||
| 563 | + <name>name</name> | ||
| 564 | + <rename>xlmc</rename> | ||
| 565 | + <default/> | ||
| 566 | + <type>String</type> | ||
| 567 | + </value> | ||
| 568 | + </lookup> | ||
| 569 | + <cluster_schema/> | ||
| 570 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 571 | + <xloc>248</xloc> | ||
| 572 | + <yloc>67</yloc> | ||
| 573 | + <draw>Y</draw> | ||
| 574 | + </GUI> | ||
| 575 | + </step> | ||
| 576 | + | ||
| 577 | + <step> | ||
| 578 | + <name>车辆查询</name> | ||
| 579 | + <type>DBLookup</type> | ||
| 580 | + <description/> | ||
| 581 | + <distribute>Y</distribute> | ||
| 582 | + <custom_distribution/> | ||
| 583 | + <copies>1</copies> | ||
| 584 | + <partitioning> | ||
| 585 | + <method>none</method> | ||
| 586 | + <schema_name/> | ||
| 587 | + </partitioning> | ||
| 588 | + <connection>bus_control_variable</connection> | ||
| 589 | + <cache>N</cache> | ||
| 590 | + <cache_load_all>N</cache_load_all> | ||
| 591 | + <cache_size>0</cache_size> | ||
| 592 | + <lookup> | ||
| 593 | + <schema/> | ||
| 594 | + <table>bsth_c_cars</table> | ||
| 595 | + <orderby/> | ||
| 596 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 597 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 598 | + <key> | ||
| 599 | + <name>cl</name> | ||
| 600 | + <field>id</field> | ||
| 601 | + <condition>=</condition> | ||
| 602 | + <name2/> | ||
| 603 | + </key> | ||
| 604 | + <value> | ||
| 605 | + <name>inside_code</name> | ||
| 606 | + <rename>zbh</rename> | ||
| 607 | + <default/> | ||
| 608 | + <type>String</type> | ||
| 609 | + </value> | ||
| 610 | + </lookup> | ||
| 611 | + <cluster_schema/> | ||
| 612 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 613 | + <xloc>361</xloc> | ||
| 614 | + <yloc>67</yloc> | ||
| 615 | + <draw>Y</draw> | ||
| 616 | + </GUI> | ||
| 617 | + </step> | ||
| 618 | + | ||
| 619 | + <step> | ||
| 620 | + <name>车辆配置(没有作废)</name> | ||
| 621 | + <type>TableInput</type> | ||
| 622 | + <description/> | ||
| 623 | + <distribute>Y</distribute> | ||
| 624 | + <custom_distribution/> | ||
| 625 | + <copies>1</copies> | ||
| 626 | + <partitioning> | ||
| 627 | + <method>none</method> | ||
| 628 | + <schema_name/> | ||
| 629 | + </partitioning> | ||
| 630 | + <connection>bus_control_variable</connection> | ||
| 631 | + <sql>select * from bsth_c_s_ccinfo where is_cancel = 0 and xl = ${xlid}</sql> | ||
| 632 | + <limit>0</limit> | ||
| 633 | + <lookup/> | ||
| 634 | + <execute_each_row>N</execute_each_row> | ||
| 635 | + <variables_active>Y</variables_active> | ||
| 636 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 637 | + <cluster_schema/> | ||
| 638 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 639 | + <xloc>106</xloc> | ||
| 640 | + <yloc>68</yloc> | ||
| 641 | + <draw>Y</draw> | ||
| 642 | + </GUI> | ||
| 643 | + </step> | ||
| 644 | + | ||
| 645 | + <step_error_handling> | ||
| 646 | + </step_error_handling> | ||
| 647 | + <slave-step-copy-partition-distribution> | ||
| 648 | +</slave-step-copy-partition-distribution> | ||
| 649 | + <slave_transformation>N</slave_transformation> | ||
| 650 | + | ||
| 651 | +</transformation> |
src/main/resources/datatools/ktrs/carsDataOutput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>车辆信息导出</name> | ||
| 5 | - <description>车辆信息导出</description> | ||
| 6 | - <extended_description>车辆基础信息</extended_description> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>filepath</name> | ||
| 14 | - <default_value/> | ||
| 15 | - <description>excel文件路径</description> | ||
| 16 | - </parameter> | ||
| 17 | - </parameters> | ||
| 18 | - <log> | ||
| 19 | -<trans-log-table><connection/> | ||
| 20 | -<schema/> | ||
| 21 | -<table/> | ||
| 22 | -<size_limit_lines/> | ||
| 23 | -<interval/> | ||
| 24 | -<timeout_days/> | ||
| 25 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | -<perf-log-table><connection/> | ||
| 27 | -<schema/> | ||
| 28 | -<table/> | ||
| 29 | -<interval/> | ||
| 30 | -<timeout_days/> | ||
| 31 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | -<channel-log-table><connection/> | ||
| 33 | -<schema/> | ||
| 34 | -<table/> | ||
| 35 | -<timeout_days/> | ||
| 36 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | -<step-log-table><connection/> | ||
| 38 | -<schema/> | ||
| 39 | -<table/> | ||
| 40 | -<timeout_days/> | ||
| 41 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | -<metrics-log-table><connection/> | ||
| 43 | -<schema/> | ||
| 44 | -<table/> | ||
| 45 | -<timeout_days/> | ||
| 46 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | - </log> | ||
| 48 | - <maxdate> | ||
| 49 | - <connection/> | ||
| 50 | - <table/> | ||
| 51 | - <field/> | ||
| 52 | - <offset>0.0</offset> | ||
| 53 | - <maxdiff>0.0</maxdiff> | ||
| 54 | - </maxdate> | ||
| 55 | - <size_rowset>10000</size_rowset> | ||
| 56 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | - <sleep_time_full>50</sleep_time_full> | ||
| 58 | - <unique_connections>N</unique_connections> | ||
| 59 | - <feedback_shown>Y</feedback_shown> | ||
| 60 | - <feedback_size>50000</feedback_size> | ||
| 61 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | - <shared_objects_file/> | ||
| 63 | - <capture_step_performance>N</capture_step_performance> | ||
| 64 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | - <dependencies> | ||
| 67 | - </dependencies> | ||
| 68 | - <partitionschemas> | ||
| 69 | - </partitionschemas> | ||
| 70 | - <slaveservers> | ||
| 71 | - </slaveservers> | ||
| 72 | - <clusterschemas> | ||
| 73 | - </clusterschemas> | ||
| 74 | - <created_user>-</created_user> | ||
| 75 | - <created_date>2016/08/05 16:42:22.753</created_date> | ||
| 76 | - <modified_user>-</modified_user> | ||
| 77 | - <modified_date>2016/08/05 16:42:22.753</modified_date> | ||
| 78 | - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 79 | - <is_key_private>N</is_key_private> | ||
| 80 | - </info> | ||
| 81 | - <notepads> | ||
| 82 | - </notepads> | ||
| 83 | - <connection> | ||
| 84 | - <name>192.168.168.1_jwgl_dw</name> | ||
| 85 | - <server>192.168.168.1</server> | ||
| 86 | - <type>ORACLE</type> | ||
| 87 | - <access>Native</access> | ||
| 88 | - <database>orcl</database> | ||
| 89 | - <port>1521</port> | ||
| 90 | - <username>jwgl_dw</username> | ||
| 91 | - <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 92 | - <servername/> | ||
| 93 | - <data_tablespace/> | ||
| 94 | - <index_tablespace/> | ||
| 95 | - <attributes> | ||
| 96 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 97 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 98 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 99 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 100 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 101 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 102 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 103 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 104 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 105 | - </attributes> | ||
| 106 | - </connection> | ||
| 107 | - <connection> | ||
| 108 | - <name>bus_control_variable</name> | ||
| 109 | - <server>${v_db_ip}</server> | ||
| 110 | - <type>MYSQL</type> | ||
| 111 | - <access>Native</access> | ||
| 112 | - <database>${v_db_dname}</database> | ||
| 113 | - <port>3306</port> | ||
| 114 | - <username>${v_db_uname}</username> | ||
| 115 | - <password>${v_db_pwd}</password> | ||
| 116 | - <servername/> | ||
| 117 | - <data_tablespace/> | ||
| 118 | - <index_tablespace/> | ||
| 119 | - <attributes> | ||
| 120 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 121 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 122 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 123 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 124 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 125 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 126 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 127 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 128 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 129 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 130 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 131 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 132 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 133 | - </attributes> | ||
| 134 | - </connection> | ||
| 135 | - <connection> | ||
| 136 | - <name>bus_control_公司_201</name> | ||
| 137 | - <server>localhost</server> | ||
| 138 | - <type>MYSQL</type> | ||
| 139 | - <access>Native</access> | ||
| 140 | - <database>control</database> | ||
| 141 | - <port>3306</port> | ||
| 142 | - <username>root</username> | ||
| 143 | - <password>Encrypted </password> | ||
| 144 | - <servername/> | ||
| 145 | - <data_tablespace/> | ||
| 146 | - <index_tablespace/> | ||
| 147 | - <attributes> | ||
| 148 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 149 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 150 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 151 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 152 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 153 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 154 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 155 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 156 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 157 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 158 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 159 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 160 | - </attributes> | ||
| 161 | - </connection> | ||
| 162 | - <connection> | ||
| 163 | - <name>bus_control_本机</name> | ||
| 164 | - <server>localhost</server> | ||
| 165 | - <type>MYSQL</type> | ||
| 166 | - <access>Native</access> | ||
| 167 | - <database>control</database> | ||
| 168 | - <port>3306</port> | ||
| 169 | - <username>root</username> | ||
| 170 | - <password>Encrypted </password> | ||
| 171 | - <servername/> | ||
| 172 | - <data_tablespace/> | ||
| 173 | - <index_tablespace/> | ||
| 174 | - <attributes> | ||
| 175 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 176 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 177 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 178 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 179 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 180 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 181 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 182 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 183 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 184 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 185 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 186 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 187 | - </attributes> | ||
| 188 | - </connection> | ||
| 189 | - <connection> | ||
| 190 | - <name>xlab_mysql_youle</name> | ||
| 191 | - <server>101.231.124.8</server> | ||
| 192 | - <type>MYSQL</type> | ||
| 193 | - <access>Native</access> | ||
| 194 | - <database>xlab_youle</database> | ||
| 195 | - <port>45687</port> | ||
| 196 | - <username>xlab-youle</username> | ||
| 197 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 198 | - <servername/> | ||
| 199 | - <data_tablespace/> | ||
| 200 | - <index_tablespace/> | ||
| 201 | - <attributes> | ||
| 202 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 203 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 204 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 205 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 206 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 207 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 208 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 210 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 211 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 212 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 213 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 214 | - </attributes> | ||
| 215 | - </connection> | ||
| 216 | - <connection> | ||
| 217 | - <name>xlab_mysql_youle(本机)</name> | ||
| 218 | - <server>localhost</server> | ||
| 219 | - <type>MYSQL</type> | ||
| 220 | - <access>Native</access> | ||
| 221 | - <database>xlab_youle</database> | ||
| 222 | - <port>3306</port> | ||
| 223 | - <username>root</username> | ||
| 224 | - <password>Encrypted </password> | ||
| 225 | - <servername/> | ||
| 226 | - <data_tablespace/> | ||
| 227 | - <index_tablespace/> | ||
| 228 | - <attributes> | ||
| 229 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 230 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 231 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 232 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 233 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 234 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 235 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 236 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 237 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 238 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 239 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 240 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 241 | - </attributes> | ||
| 242 | - </connection> | ||
| 243 | - <connection> | ||
| 244 | - <name>xlab_youle</name> | ||
| 245 | - <server/> | ||
| 246 | - <type>MYSQL</type> | ||
| 247 | - <access>JNDI</access> | ||
| 248 | - <database>xlab_youle</database> | ||
| 249 | - <port>1521</port> | ||
| 250 | - <username/> | ||
| 251 | - <password>Encrypted </password> | ||
| 252 | - <servername/> | ||
| 253 | - <data_tablespace/> | ||
| 254 | - <index_tablespace/> | ||
| 255 | - <attributes> | ||
| 256 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 257 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 258 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 259 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 260 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 261 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 262 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 263 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 264 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 265 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 266 | - </attributes> | ||
| 267 | - </connection> | ||
| 268 | - <order> | ||
| 269 | - <hop> <from>表输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 270 | - <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 271 | - </order> | ||
| 272 | - <step> | ||
| 273 | - <name>Excel输出</name> | ||
| 274 | - <type>ExcelOutput</type> | ||
| 275 | - <description/> | ||
| 276 | - <distribute>Y</distribute> | ||
| 277 | - <custom_distribution/> | ||
| 278 | - <copies>1</copies> | ||
| 279 | - <partitioning> | ||
| 280 | - <method>none</method> | ||
| 281 | - <schema_name/> | ||
| 282 | - </partitioning> | ||
| 283 | - <header>Y</header> | ||
| 284 | - <footer>N</footer> | ||
| 285 | - <encoding/> | ||
| 286 | - <append>N</append> | ||
| 287 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 288 | - <file> | ||
| 289 | - <name>${filepath}</name> | ||
| 290 | - <extention/> | ||
| 291 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 292 | - <create_parent_folder>N</create_parent_folder> | ||
| 293 | - <split>N</split> | ||
| 294 | - <add_date>N</add_date> | ||
| 295 | - <add_time>N</add_time> | ||
| 296 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 297 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 298 | - <sheetname>工作表1</sheetname> | ||
| 299 | - <autosizecolums>N</autosizecolums> | ||
| 300 | - <nullisblank>N</nullisblank> | ||
| 301 | - <protect_sheet>N</protect_sheet> | ||
| 302 | - <password>Encrypted </password> | ||
| 303 | - <splitevery>0</splitevery> | ||
| 304 | - <usetempfiles>N</usetempfiles> | ||
| 305 | - <tempdirectory/> | ||
| 306 | - </file> | ||
| 307 | - <template> | ||
| 308 | - <enabled>N</enabled> | ||
| 309 | - <append>N</append> | ||
| 310 | - <filename>template.xls</filename> | ||
| 311 | - </template> | ||
| 312 | - <fields> | ||
| 313 | - <field> | ||
| 314 | - <name>车牌号</name> | ||
| 315 | - <type>String</type> | ||
| 316 | - <format/> | ||
| 317 | - </field> | ||
| 318 | - <field> | ||
| 319 | - <name>车辆编码</name> | ||
| 320 | - <type>String</type> | ||
| 321 | - <format/> | ||
| 322 | - </field> | ||
| 323 | - <field> | ||
| 324 | - <name>内部编码</name> | ||
| 325 | - <type>String</type> | ||
| 326 | - <format/> | ||
| 327 | - </field> | ||
| 328 | - <field> | ||
| 329 | - <name>所属公司</name> | ||
| 330 | - <type>String</type> | ||
| 331 | - <format/> | ||
| 332 | - </field> | ||
| 333 | - <field> | ||
| 334 | - <name>所属公司代码</name> | ||
| 335 | - <type>String</type> | ||
| 336 | - <format/> | ||
| 337 | - </field> | ||
| 338 | - <field> | ||
| 339 | - <name>所属分公司</name> | ||
| 340 | - <type>String</type> | ||
| 341 | - <format/> | ||
| 342 | - </field> | ||
| 343 | - <field> | ||
| 344 | - <name>所属分公司代码</name> | ||
| 345 | - <type>String</type> | ||
| 346 | - <format/> | ||
| 347 | - </field> | ||
| 348 | - <field> | ||
| 349 | - <name>设备供应厂商</name> | ||
| 350 | - <type>String</type> | ||
| 351 | - <format/> | ||
| 352 | - </field> | ||
| 353 | - <field> | ||
| 354 | - <name>设备终端号</name> | ||
| 355 | - <type>String</type> | ||
| 356 | - <format/> | ||
| 357 | - </field> | ||
| 358 | - </fields> | ||
| 359 | - <custom> | ||
| 360 | - <header_font_name>arial</header_font_name> | ||
| 361 | - <header_font_size>10</header_font_size> | ||
| 362 | - <header_font_bold>N</header_font_bold> | ||
| 363 | - <header_font_italic>N</header_font_italic> | ||
| 364 | - <header_font_underline>no</header_font_underline> | ||
| 365 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 366 | - <header_font_color>black</header_font_color> | ||
| 367 | - <header_background_color>none</header_background_color> | ||
| 368 | - <header_row_height>255</header_row_height> | ||
| 369 | - <header_alignment>left</header_alignment> | ||
| 370 | - <header_image/> | ||
| 371 | - <row_font_name>arial</row_font_name> | ||
| 372 | - <row_font_size>10</row_font_size> | ||
| 373 | - <row_font_color>black</row_font_color> | ||
| 374 | - <row_background_color>none</row_background_color> | ||
| 375 | - </custom> | ||
| 376 | - <cluster_schema/> | ||
| 377 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 378 | - <xloc>282</xloc> | ||
| 379 | - <yloc>169</yloc> | ||
| 380 | - <draw>Y</draw> | ||
| 381 | - </GUI> | ||
| 382 | - </step> | ||
| 383 | - | ||
| 384 | - <step> | ||
| 385 | - <name>字段选择</name> | ||
| 386 | - <type>SelectValues</type> | ||
| 387 | - <description/> | ||
| 388 | - <distribute>Y</distribute> | ||
| 389 | - <custom_distribution/> | ||
| 390 | - <copies>1</copies> | ||
| 391 | - <partitioning> | ||
| 392 | - <method>none</method> | ||
| 393 | - <schema_name/> | ||
| 394 | - </partitioning> | ||
| 395 | - <fields> <field> <name>car_plate</name> | ||
| 396 | - <rename>车牌号</rename> | ||
| 397 | - <length>-2</length> | ||
| 398 | - <precision>-2</precision> | ||
| 399 | - </field> <field> <name>car_code</name> | ||
| 400 | - <rename>车辆编码</rename> | ||
| 401 | - <length>-2</length> | ||
| 402 | - <precision>-2</precision> | ||
| 403 | - </field> <field> <name>inside_code</name> | ||
| 404 | - <rename>内部编码</rename> | ||
| 405 | - <length>-2</length> | ||
| 406 | - <precision>-2</precision> | ||
| 407 | - </field> <field> <name>company</name> | ||
| 408 | - <rename>所属公司</rename> | ||
| 409 | - <length>-2</length> | ||
| 410 | - <precision>-2</precision> | ||
| 411 | - </field> <field> <name>business_code</name> | ||
| 412 | - <rename>所属公司代码</rename> | ||
| 413 | - <length>-2</length> | ||
| 414 | - <precision>-2</precision> | ||
| 415 | - </field> <field> <name>branche_company</name> | ||
| 416 | - <rename>所属分公司</rename> | ||
| 417 | - <length>-2</length> | ||
| 418 | - <precision>-2</precision> | ||
| 419 | - </field> <field> <name>branche_company_code</name> | ||
| 420 | - <rename>所属分公司代码</rename> | ||
| 421 | - <length>-2</length> | ||
| 422 | - <precision>-2</precision> | ||
| 423 | - </field> <field> <name>supplier_name</name> | ||
| 424 | - <rename>设备供应厂商</rename> | ||
| 425 | - <length>-2</length> | ||
| 426 | - <precision>-2</precision> | ||
| 427 | - </field> <field> <name>equipment_code</name> | ||
| 428 | - <rename>设备终端号</rename> | ||
| 429 | - <length>-2</length> | ||
| 430 | - <precision>-2</precision> | ||
| 431 | - </field> <select_unspecified>N</select_unspecified> | ||
| 432 | - </fields> <cluster_schema/> | ||
| 433 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 434 | - <xloc>280</xloc> | ||
| 435 | - <yloc>67</yloc> | ||
| 436 | - <draw>Y</draw> | ||
| 437 | - </GUI> | ||
| 438 | - </step> | ||
| 439 | - | ||
| 440 | - <step> | ||
| 441 | - <name>表输入</name> | ||
| 442 | - <type>TableInput</type> | ||
| 443 | - <description/> | ||
| 444 | - <distribute>Y</distribute> | ||
| 445 | - <custom_distribution/> | ||
| 446 | - <copies>1</copies> | ||
| 447 | - <partitioning> | ||
| 448 | - <method>none</method> | ||
| 449 | - <schema_name/> | ||
| 450 | - </partitioning> | ||
| 451 | - <connection>bus_control_variable</connection> | ||
| 452 | - <sql>SELECT * FROM bsth_c_cars;</sql> | ||
| 453 | - <limit>0</limit> | ||
| 454 | - <lookup/> | ||
| 455 | - <execute_each_row>N</execute_each_row> | ||
| 456 | - <variables_active>N</variables_active> | ||
| 457 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 458 | - <cluster_schema/> | ||
| 459 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 460 | - <xloc>105</xloc> | ||
| 461 | - <yloc>67</yloc> | ||
| 462 | - <draw>Y</draw> | ||
| 463 | - </GUI> | ||
| 464 | - </step> | ||
| 465 | - | ||
| 466 | - <step_error_handling> | ||
| 467 | - </step_error_handling> | ||
| 468 | - <slave-step-copy-partition-distribution> | ||
| 469 | -</slave-step-copy-partition-distribution> | ||
| 470 | - <slave_transformation>N</slave_transformation> | ||
| 471 | - | ||
| 472 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>车辆信息导出</name> | ||
| 5 | + <description>车辆信息导出</description> | ||
| 6 | + <extended_description>车辆基础信息</extended_description> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>filepath</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>excel文件路径</description> | ||
| 16 | + </parameter> | ||
| 17 | + </parameters> | ||
| 18 | + <log> | ||
| 19 | +<trans-log-table><connection/> | ||
| 20 | +<schema/> | ||
| 21 | +<table/> | ||
| 22 | +<size_limit_lines/> | ||
| 23 | +<interval/> | ||
| 24 | +<timeout_days/> | ||
| 25 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | +<perf-log-table><connection/> | ||
| 27 | +<schema/> | ||
| 28 | +<table/> | ||
| 29 | +<interval/> | ||
| 30 | +<timeout_days/> | ||
| 31 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | +<channel-log-table><connection/> | ||
| 33 | +<schema/> | ||
| 34 | +<table/> | ||
| 35 | +<timeout_days/> | ||
| 36 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | +<step-log-table><connection/> | ||
| 38 | +<schema/> | ||
| 39 | +<table/> | ||
| 40 | +<timeout_days/> | ||
| 41 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | +<metrics-log-table><connection/> | ||
| 43 | +<schema/> | ||
| 44 | +<table/> | ||
| 45 | +<timeout_days/> | ||
| 46 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | + </log> | ||
| 48 | + <maxdate> | ||
| 49 | + <connection/> | ||
| 50 | + <table/> | ||
| 51 | + <field/> | ||
| 52 | + <offset>0.0</offset> | ||
| 53 | + <maxdiff>0.0</maxdiff> | ||
| 54 | + </maxdate> | ||
| 55 | + <size_rowset>10000</size_rowset> | ||
| 56 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | + <sleep_time_full>50</sleep_time_full> | ||
| 58 | + <unique_connections>N</unique_connections> | ||
| 59 | + <feedback_shown>Y</feedback_shown> | ||
| 60 | + <feedback_size>50000</feedback_size> | ||
| 61 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | + <shared_objects_file/> | ||
| 63 | + <capture_step_performance>N</capture_step_performance> | ||
| 64 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | + <dependencies> | ||
| 67 | + </dependencies> | ||
| 68 | + <partitionschemas> | ||
| 69 | + </partitionschemas> | ||
| 70 | + <slaveservers> | ||
| 71 | + </slaveservers> | ||
| 72 | + <clusterschemas> | ||
| 73 | + </clusterschemas> | ||
| 74 | + <created_user>-</created_user> | ||
| 75 | + <created_date>2016/08/05 16:42:22.753</created_date> | ||
| 76 | + <modified_user>-</modified_user> | ||
| 77 | + <modified_date>2016/08/05 16:42:22.753</modified_date> | ||
| 78 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 79 | + <is_key_private>N</is_key_private> | ||
| 80 | + </info> | ||
| 81 | + <notepads> | ||
| 82 | + </notepads> | ||
| 83 | + <connection> | ||
| 84 | + <name>192.168.168.1_jwgl_dw</name> | ||
| 85 | + <server>192.168.168.1</server> | ||
| 86 | + <type>ORACLE</type> | ||
| 87 | + <access>Native</access> | ||
| 88 | + <database>orcl</database> | ||
| 89 | + <port>1521</port> | ||
| 90 | + <username>jwgl_dw</username> | ||
| 91 | + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 92 | + <servername/> | ||
| 93 | + <data_tablespace/> | ||
| 94 | + <index_tablespace/> | ||
| 95 | + <attributes> | ||
| 96 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 97 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 98 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 99 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 100 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 101 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 102 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 103 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 104 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 105 | + </attributes> | ||
| 106 | + </connection> | ||
| 107 | + <connection> | ||
| 108 | + <name>bus_control_variable</name> | ||
| 109 | + <server>${v_db_ip}</server> | ||
| 110 | + <type>MYSQL</type> | ||
| 111 | + <access>Native</access> | ||
| 112 | + <database>${v_db_dname}</database> | ||
| 113 | + <port>3306</port> | ||
| 114 | + <username>${v_db_uname}</username> | ||
| 115 | + <password>${v_db_pwd}</password> | ||
| 116 | + <servername/> | ||
| 117 | + <data_tablespace/> | ||
| 118 | + <index_tablespace/> | ||
| 119 | + <attributes> | ||
| 120 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 121 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 122 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 123 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 124 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 125 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 126 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 127 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 128 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 129 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 130 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 131 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 132 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 133 | + </attributes> | ||
| 134 | + </connection> | ||
| 135 | + <connection> | ||
| 136 | + <name>bus_control_公司_201</name> | ||
| 137 | + <server>localhost</server> | ||
| 138 | + <type>MYSQL</type> | ||
| 139 | + <access>Native</access> | ||
| 140 | + <database>control</database> | ||
| 141 | + <port>3306</port> | ||
| 142 | + <username>root</username> | ||
| 143 | + <password>Encrypted </password> | ||
| 144 | + <servername/> | ||
| 145 | + <data_tablespace/> | ||
| 146 | + <index_tablespace/> | ||
| 147 | + <attributes> | ||
| 148 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 149 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 150 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 151 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 152 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 153 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 154 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 155 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 156 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 157 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 158 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 159 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 160 | + </attributes> | ||
| 161 | + </connection> | ||
| 162 | + <connection> | ||
| 163 | + <name>bus_control_本机</name> | ||
| 164 | + <server>localhost</server> | ||
| 165 | + <type>MYSQL</type> | ||
| 166 | + <access>Native</access> | ||
| 167 | + <database>control</database> | ||
| 168 | + <port>3306</port> | ||
| 169 | + <username>root</username> | ||
| 170 | + <password>Encrypted </password> | ||
| 171 | + <servername/> | ||
| 172 | + <data_tablespace/> | ||
| 173 | + <index_tablespace/> | ||
| 174 | + <attributes> | ||
| 175 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 176 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 177 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 178 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 179 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 180 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 181 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 182 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 183 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 184 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 185 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 186 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 187 | + </attributes> | ||
| 188 | + </connection> | ||
| 189 | + <connection> | ||
| 190 | + <name>xlab_mysql_youle</name> | ||
| 191 | + <server>101.231.124.8</server> | ||
| 192 | + <type>MYSQL</type> | ||
| 193 | + <access>Native</access> | ||
| 194 | + <database>xlab_youle</database> | ||
| 195 | + <port>45687</port> | ||
| 196 | + <username>xlab-youle</username> | ||
| 197 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 198 | + <servername/> | ||
| 199 | + <data_tablespace/> | ||
| 200 | + <index_tablespace/> | ||
| 201 | + <attributes> | ||
| 202 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 203 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 204 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 205 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 206 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 207 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 208 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 210 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 211 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 212 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 213 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 214 | + </attributes> | ||
| 215 | + </connection> | ||
| 216 | + <connection> | ||
| 217 | + <name>xlab_mysql_youle(本机)</name> | ||
| 218 | + <server>localhost</server> | ||
| 219 | + <type>MYSQL</type> | ||
| 220 | + <access>Native</access> | ||
| 221 | + <database>xlab_youle</database> | ||
| 222 | + <port>3306</port> | ||
| 223 | + <username>root</username> | ||
| 224 | + <password>Encrypted </password> | ||
| 225 | + <servername/> | ||
| 226 | + <data_tablespace/> | ||
| 227 | + <index_tablespace/> | ||
| 228 | + <attributes> | ||
| 229 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 230 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 231 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 232 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 233 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 234 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 235 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 236 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 237 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 238 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 239 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 240 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 241 | + </attributes> | ||
| 242 | + </connection> | ||
| 243 | + <connection> | ||
| 244 | + <name>xlab_youle</name> | ||
| 245 | + <server/> | ||
| 246 | + <type>MYSQL</type> | ||
| 247 | + <access>JNDI</access> | ||
| 248 | + <database>xlab_youle</database> | ||
| 249 | + <port>1521</port> | ||
| 250 | + <username/> | ||
| 251 | + <password>Encrypted </password> | ||
| 252 | + <servername/> | ||
| 253 | + <data_tablespace/> | ||
| 254 | + <index_tablespace/> | ||
| 255 | + <attributes> | ||
| 256 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 257 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 258 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 259 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 260 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 261 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 262 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 263 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 264 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 265 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 266 | + </attributes> | ||
| 267 | + </connection> | ||
| 268 | + <order> | ||
| 269 | + <hop> <from>表输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 270 | + <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 271 | + </order> | ||
| 272 | + <step> | ||
| 273 | + <name>Excel输出</name> | ||
| 274 | + <type>ExcelOutput</type> | ||
| 275 | + <description/> | ||
| 276 | + <distribute>Y</distribute> | ||
| 277 | + <custom_distribution/> | ||
| 278 | + <copies>1</copies> | ||
| 279 | + <partitioning> | ||
| 280 | + <method>none</method> | ||
| 281 | + <schema_name/> | ||
| 282 | + </partitioning> | ||
| 283 | + <header>Y</header> | ||
| 284 | + <footer>N</footer> | ||
| 285 | + <encoding/> | ||
| 286 | + <append>N</append> | ||
| 287 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 288 | + <file> | ||
| 289 | + <name>${filepath}</name> | ||
| 290 | + <extention>xls</extention> | ||
| 291 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 292 | + <create_parent_folder>N</create_parent_folder> | ||
| 293 | + <split>N</split> | ||
| 294 | + <add_date>N</add_date> | ||
| 295 | + <add_time>N</add_time> | ||
| 296 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 297 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 298 | + <sheetname>工作表1</sheetname> | ||
| 299 | + <autosizecolums>N</autosizecolums> | ||
| 300 | + <nullisblank>N</nullisblank> | ||
| 301 | + <protect_sheet>N</protect_sheet> | ||
| 302 | + <password>Encrypted </password> | ||
| 303 | + <splitevery>0</splitevery> | ||
| 304 | + <usetempfiles>N</usetempfiles> | ||
| 305 | + <tempdirectory/> | ||
| 306 | + </file> | ||
| 307 | + <template> | ||
| 308 | + <enabled>N</enabled> | ||
| 309 | + <append>N</append> | ||
| 310 | + <filename>template.xls</filename> | ||
| 311 | + </template> | ||
| 312 | + <fields> | ||
| 313 | + <field> | ||
| 314 | + <name>车牌号</name> | ||
| 315 | + <type>String</type> | ||
| 316 | + <format/> | ||
| 317 | + </field> | ||
| 318 | + <field> | ||
| 319 | + <name>车辆编码</name> | ||
| 320 | + <type>String</type> | ||
| 321 | + <format/> | ||
| 322 | + </field> | ||
| 323 | + <field> | ||
| 324 | + <name>内部编码</name> | ||
| 325 | + <type>String</type> | ||
| 326 | + <format/> | ||
| 327 | + </field> | ||
| 328 | + <field> | ||
| 329 | + <name>所属公司</name> | ||
| 330 | + <type>String</type> | ||
| 331 | + <format/> | ||
| 332 | + </field> | ||
| 333 | + <field> | ||
| 334 | + <name>所属公司代码</name> | ||
| 335 | + <type>String</type> | ||
| 336 | + <format/> | ||
| 337 | + </field> | ||
| 338 | + <field> | ||
| 339 | + <name>所属分公司</name> | ||
| 340 | + <type>String</type> | ||
| 341 | + <format/> | ||
| 342 | + </field> | ||
| 343 | + <field> | ||
| 344 | + <name>所属分公司代码</name> | ||
| 345 | + <type>String</type> | ||
| 346 | + <format/> | ||
| 347 | + </field> | ||
| 348 | + <field> | ||
| 349 | + <name>设备供应厂商</name> | ||
| 350 | + <type>String</type> | ||
| 351 | + <format/> | ||
| 352 | + </field> | ||
| 353 | + <field> | ||
| 354 | + <name>设备终端号</name> | ||
| 355 | + <type>String</type> | ||
| 356 | + <format/> | ||
| 357 | + </field> | ||
| 358 | + </fields> | ||
| 359 | + <custom> | ||
| 360 | + <header_font_name>arial</header_font_name> | ||
| 361 | + <header_font_size>10</header_font_size> | ||
| 362 | + <header_font_bold>N</header_font_bold> | ||
| 363 | + <header_font_italic>N</header_font_italic> | ||
| 364 | + <header_font_underline>no</header_font_underline> | ||
| 365 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 366 | + <header_font_color>black</header_font_color> | ||
| 367 | + <header_background_color>none</header_background_color> | ||
| 368 | + <header_row_height>255</header_row_height> | ||
| 369 | + <header_alignment>left</header_alignment> | ||
| 370 | + <header_image/> | ||
| 371 | + <row_font_name>arial</row_font_name> | ||
| 372 | + <row_font_size>10</row_font_size> | ||
| 373 | + <row_font_color>black</row_font_color> | ||
| 374 | + <row_background_color>none</row_background_color> | ||
| 375 | + </custom> | ||
| 376 | + <cluster_schema/> | ||
| 377 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 378 | + <xloc>282</xloc> | ||
| 379 | + <yloc>169</yloc> | ||
| 380 | + <draw>Y</draw> | ||
| 381 | + </GUI> | ||
| 382 | + </step> | ||
| 383 | + | ||
| 384 | + <step> | ||
| 385 | + <name>字段选择</name> | ||
| 386 | + <type>SelectValues</type> | ||
| 387 | + <description/> | ||
| 388 | + <distribute>Y</distribute> | ||
| 389 | + <custom_distribution/> | ||
| 390 | + <copies>1</copies> | ||
| 391 | + <partitioning> | ||
| 392 | + <method>none</method> | ||
| 393 | + <schema_name/> | ||
| 394 | + </partitioning> | ||
| 395 | + <fields> <field> <name>car_plate</name> | ||
| 396 | + <rename>车牌号</rename> | ||
| 397 | + <length>-2</length> | ||
| 398 | + <precision>-2</precision> | ||
| 399 | + </field> <field> <name>car_code</name> | ||
| 400 | + <rename>车辆编码</rename> | ||
| 401 | + <length>-2</length> | ||
| 402 | + <precision>-2</precision> | ||
| 403 | + </field> <field> <name>inside_code</name> | ||
| 404 | + <rename>内部编码</rename> | ||
| 405 | + <length>-2</length> | ||
| 406 | + <precision>-2</precision> | ||
| 407 | + </field> <field> <name>company</name> | ||
| 408 | + <rename>所属公司</rename> | ||
| 409 | + <length>-2</length> | ||
| 410 | + <precision>-2</precision> | ||
| 411 | + </field> <field> <name>business_code</name> | ||
| 412 | + <rename>所属公司代码</rename> | ||
| 413 | + <length>-2</length> | ||
| 414 | + <precision>-2</precision> | ||
| 415 | + </field> <field> <name>branche_company</name> | ||
| 416 | + <rename>所属分公司</rename> | ||
| 417 | + <length>-2</length> | ||
| 418 | + <precision>-2</precision> | ||
| 419 | + </field> <field> <name>branche_company_code</name> | ||
| 420 | + <rename>所属分公司代码</rename> | ||
| 421 | + <length>-2</length> | ||
| 422 | + <precision>-2</precision> | ||
| 423 | + </field> <field> <name>supplier_name</name> | ||
| 424 | + <rename>设备供应厂商</rename> | ||
| 425 | + <length>-2</length> | ||
| 426 | + <precision>-2</precision> | ||
| 427 | + </field> <field> <name>equipment_code</name> | ||
| 428 | + <rename>设备终端号</rename> | ||
| 429 | + <length>-2</length> | ||
| 430 | + <precision>-2</precision> | ||
| 431 | + </field> <select_unspecified>N</select_unspecified> | ||
| 432 | + </fields> <cluster_schema/> | ||
| 433 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 434 | + <xloc>280</xloc> | ||
| 435 | + <yloc>67</yloc> | ||
| 436 | + <draw>Y</draw> | ||
| 437 | + </GUI> | ||
| 438 | + </step> | ||
| 439 | + | ||
| 440 | + <step> | ||
| 441 | + <name>表输入</name> | ||
| 442 | + <type>TableInput</type> | ||
| 443 | + <description/> | ||
| 444 | + <distribute>Y</distribute> | ||
| 445 | + <custom_distribution/> | ||
| 446 | + <copies>1</copies> | ||
| 447 | + <partitioning> | ||
| 448 | + <method>none</method> | ||
| 449 | + <schema_name/> | ||
| 450 | + </partitioning> | ||
| 451 | + <connection>bus_control_variable</connection> | ||
| 452 | + <sql>SELECT * FROM bsth_c_cars;</sql> | ||
| 453 | + <limit>0</limit> | ||
| 454 | + <lookup/> | ||
| 455 | + <execute_each_row>N</execute_each_row> | ||
| 456 | + <variables_active>N</variables_active> | ||
| 457 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 458 | + <cluster_schema/> | ||
| 459 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 460 | + <xloc>105</xloc> | ||
| 461 | + <yloc>67</yloc> | ||
| 462 | + <draw>Y</draw> | ||
| 463 | + </GUI> | ||
| 464 | + </step> | ||
| 465 | + | ||
| 466 | + <step_error_handling> | ||
| 467 | + </step_error_handling> | ||
| 468 | + <slave-step-copy-partition-distribution> | ||
| 469 | +</slave-step-copy-partition-distribution> | ||
| 470 | + <slave_transformation>N</slave_transformation> | ||
| 471 | + | ||
| 472 | +</transformation> |
src/main/resources/datatools/ktrs/employeesConfigDataOutput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>人员配置信息导出</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>filepath</name> | ||
| 14 | - <default_value/> | ||
| 15 | - <description>excel文件路径</description> | ||
| 16 | - </parameter> | ||
| 17 | - <parameter> | ||
| 18 | - <name>xlid</name> | ||
| 19 | - <default_value/> | ||
| 20 | - <description>线路id</description> | ||
| 21 | - </parameter> | ||
| 22 | - </parameters> | ||
| 23 | - <log> | ||
| 24 | -<trans-log-table><connection/> | ||
| 25 | -<schema/> | ||
| 26 | -<table/> | ||
| 27 | -<size_limit_lines/> | ||
| 28 | -<interval/> | ||
| 29 | -<timeout_days/> | ||
| 30 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 31 | -<perf-log-table><connection/> | ||
| 32 | -<schema/> | ||
| 33 | -<table/> | ||
| 34 | -<interval/> | ||
| 35 | -<timeout_days/> | ||
| 36 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 37 | -<channel-log-table><connection/> | ||
| 38 | -<schema/> | ||
| 39 | -<table/> | ||
| 40 | -<timeout_days/> | ||
| 41 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 42 | -<step-log-table><connection/> | ||
| 43 | -<schema/> | ||
| 44 | -<table/> | ||
| 45 | -<timeout_days/> | ||
| 46 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 47 | -<metrics-log-table><connection/> | ||
| 48 | -<schema/> | ||
| 49 | -<table/> | ||
| 50 | -<timeout_days/> | ||
| 51 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 52 | - </log> | ||
| 53 | - <maxdate> | ||
| 54 | - <connection/> | ||
| 55 | - <table/> | ||
| 56 | - <field/> | ||
| 57 | - <offset>0.0</offset> | ||
| 58 | - <maxdiff>0.0</maxdiff> | ||
| 59 | - </maxdate> | ||
| 60 | - <size_rowset>10000</size_rowset> | ||
| 61 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 62 | - <sleep_time_full>50</sleep_time_full> | ||
| 63 | - <unique_connections>N</unique_connections> | ||
| 64 | - <feedback_shown>Y</feedback_shown> | ||
| 65 | - <feedback_size>50000</feedback_size> | ||
| 66 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 67 | - <shared_objects_file/> | ||
| 68 | - <capture_step_performance>N</capture_step_performance> | ||
| 69 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 70 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 71 | - <dependencies> | ||
| 72 | - </dependencies> | ||
| 73 | - <partitionschemas> | ||
| 74 | - </partitionschemas> | ||
| 75 | - <slaveservers> | ||
| 76 | - </slaveservers> | ||
| 77 | - <clusterschemas> | ||
| 78 | - </clusterschemas> | ||
| 79 | - <created_user>-</created_user> | ||
| 80 | - <created_date>2017/01/11 15:36:10.101</created_date> | ||
| 81 | - <modified_user>-</modified_user> | ||
| 82 | - <modified_date>2017/01/11 15:36:10.101</modified_date> | ||
| 83 | - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 84 | - <is_key_private>N</is_key_private> | ||
| 85 | - </info> | ||
| 86 | - <notepads> | ||
| 87 | - <notepad> | ||
| 88 | - <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 89 | - <xloc>66</xloc> | ||
| 90 | - <yloc>151</yloc> | ||
| 91 | - <width>333</width> | ||
| 92 | - <heigth>90</heigth> | ||
| 93 | - <fontname>YaHei Consolas Hybrid</fontname> | ||
| 94 | - <fontsize>12</fontsize> | ||
| 95 | - <fontbold>N</fontbold> | ||
| 96 | - <fontitalic>N</fontitalic> | ||
| 97 | - <fontcolorred>0</fontcolorred> | ||
| 98 | - <fontcolorgreen>0</fontcolorgreen> | ||
| 99 | - <fontcolorblue>0</fontcolorblue> | ||
| 100 | - <backgroundcolorred>255</backgroundcolorred> | ||
| 101 | - <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 102 | - <backgroundcolorblue>112</backgroundcolorblue> | ||
| 103 | - <bordercolorred>100</bordercolorred> | ||
| 104 | - <bordercolorgreen>100</bordercolorgreen> | ||
| 105 | - <bordercolorblue>100</bordercolorblue> | ||
| 106 | - <drawshadow>Y</drawshadow> | ||
| 107 | - </notepad> | ||
| 108 | - </notepads> | ||
| 109 | - <connection> | ||
| 110 | - <name>bus_control_variable</name> | ||
| 111 | - <server>${v_db_ip}</server> | ||
| 112 | - <type>MYSQL</type> | ||
| 113 | - <access>Native</access> | ||
| 114 | - <database>${v_db_dname}</database> | ||
| 115 | - <port>3306</port> | ||
| 116 | - <username>${v_db_uname}</username> | ||
| 117 | - <password>${v_db_pwd}</password> | ||
| 118 | - <servername/> | ||
| 119 | - <data_tablespace/> | ||
| 120 | - <index_tablespace/> | ||
| 121 | - <attributes> | ||
| 122 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 123 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 124 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 125 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 126 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 127 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 128 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 129 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 130 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 131 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 132 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 133 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 134 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 135 | - </attributes> | ||
| 136 | - </connection> | ||
| 137 | - <connection> | ||
| 138 | - <name>bus_control_公司_201</name> | ||
| 139 | - <server>localhost</server> | ||
| 140 | - <type>MYSQL</type> | ||
| 141 | - <access>Native</access> | ||
| 142 | - <database>control</database> | ||
| 143 | - <port>3306</port> | ||
| 144 | - <username>root</username> | ||
| 145 | - <password>Encrypted </password> | ||
| 146 | - <servername/> | ||
| 147 | - <data_tablespace/> | ||
| 148 | - <index_tablespace/> | ||
| 149 | - <attributes> | ||
| 150 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 151 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 152 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 153 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 154 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 155 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 156 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 157 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 158 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 159 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 160 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 161 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 162 | - </attributes> | ||
| 163 | - </connection> | ||
| 164 | - <connection> | ||
| 165 | - <name>bus_control_本机</name> | ||
| 166 | - <server>localhost</server> | ||
| 167 | - <type>MYSQL</type> | ||
| 168 | - <access>Native</access> | ||
| 169 | - <database>control</database> | ||
| 170 | - <port>3306</port> | ||
| 171 | - <username>root</username> | ||
| 172 | - <password>Encrypted </password> | ||
| 173 | - <servername/> | ||
| 174 | - <data_tablespace/> | ||
| 175 | - <index_tablespace/> | ||
| 176 | - <attributes> | ||
| 177 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 178 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 179 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 180 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 181 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 182 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 183 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 184 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 185 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 186 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 187 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 188 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 189 | - </attributes> | ||
| 190 | - </connection> | ||
| 191 | - <connection> | ||
| 192 | - <name>xlab_mysql_youle</name> | ||
| 193 | - <server>101.231.124.8</server> | ||
| 194 | - <type>MYSQL</type> | ||
| 195 | - <access>Native</access> | ||
| 196 | - <database>xlab_youle</database> | ||
| 197 | - <port>45687</port> | ||
| 198 | - <username>xlab-youle</username> | ||
| 199 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 200 | - <servername/> | ||
| 201 | - <data_tablespace/> | ||
| 202 | - <index_tablespace/> | ||
| 203 | - <attributes> | ||
| 204 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 205 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 206 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 207 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 208 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 210 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 211 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 212 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 213 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 214 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 215 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 216 | - </attributes> | ||
| 217 | - </connection> | ||
| 218 | - <connection> | ||
| 219 | - <name>xlab_mysql_youle(本机)</name> | ||
| 220 | - <server>localhost</server> | ||
| 221 | - <type>MYSQL</type> | ||
| 222 | - <access>Native</access> | ||
| 223 | - <database>xlab_youle</database> | ||
| 224 | - <port>3306</port> | ||
| 225 | - <username>root</username> | ||
| 226 | - <password>Encrypted </password> | ||
| 227 | - <servername/> | ||
| 228 | - <data_tablespace/> | ||
| 229 | - <index_tablespace/> | ||
| 230 | - <attributes> | ||
| 231 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 232 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 233 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 234 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 235 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 236 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 237 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 238 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 239 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 240 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 241 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 242 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 243 | - </attributes> | ||
| 244 | - </connection> | ||
| 245 | - <connection> | ||
| 246 | - <name>xlab_youle</name> | ||
| 247 | - <server/> | ||
| 248 | - <type>MYSQL</type> | ||
| 249 | - <access>JNDI</access> | ||
| 250 | - <database>xlab_youle</database> | ||
| 251 | - <port>1521</port> | ||
| 252 | - <username/> | ||
| 253 | - <password>Encrypted </password> | ||
| 254 | - <servername/> | ||
| 255 | - <data_tablespace/> | ||
| 256 | - <index_tablespace/> | ||
| 257 | - <attributes> | ||
| 258 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 259 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 260 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 261 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 262 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 263 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 264 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 265 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 266 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 267 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 268 | - </attributes> | ||
| 269 | - </connection> | ||
| 270 | - <order> | ||
| 271 | - <hop> <from>人员配置(没有作废)</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 272 | - <hop> <from>线路查询</from><to>驾驶员查询</to><enabled>Y</enabled> </hop> | ||
| 273 | - <hop> <from>驾驶员查询</from><to>售票员查询</to><enabled>Y</enabled> </hop> | ||
| 274 | - <hop> <from>售票员查询</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 275 | - <hop> <from>字段选择</from><to>排序记录</to><enabled>Y</enabled> </hop> | ||
| 276 | - <hop> <from>排序记录</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 277 | - </order> | ||
| 278 | - <step> | ||
| 279 | - <name>Excel输出</name> | ||
| 280 | - <type>ExcelOutput</type> | ||
| 281 | - <description/> | ||
| 282 | - <distribute>Y</distribute> | ||
| 283 | - <custom_distribution/> | ||
| 284 | - <copies>1</copies> | ||
| 285 | - <partitioning> | ||
| 286 | - <method>none</method> | ||
| 287 | - <schema_name/> | ||
| 288 | - </partitioning> | ||
| 289 | - <header>Y</header> | ||
| 290 | - <footer>N</footer> | ||
| 291 | - <encoding/> | ||
| 292 | - <append>N</append> | ||
| 293 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 294 | - <file> | ||
| 295 | - <name>${filepath}</name> | ||
| 296 | - <extention/> | ||
| 297 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 298 | - <create_parent_folder>N</create_parent_folder> | ||
| 299 | - <split>N</split> | ||
| 300 | - <add_date>N</add_date> | ||
| 301 | - <add_time>N</add_time> | ||
| 302 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 303 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 304 | - <sheetname>工作表1</sheetname> | ||
| 305 | - <autosizecolums>N</autosizecolums> | ||
| 306 | - <nullisblank>N</nullisblank> | ||
| 307 | - <protect_sheet>N</protect_sheet> | ||
| 308 | - <password>Encrypted </password> | ||
| 309 | - <splitevery>0</splitevery> | ||
| 310 | - <usetempfiles>N</usetempfiles> | ||
| 311 | - <tempdirectory/> | ||
| 312 | - </file> | ||
| 313 | - <template> | ||
| 314 | - <enabled>N</enabled> | ||
| 315 | - <append>N</append> | ||
| 316 | - <filename>template.xls</filename> | ||
| 317 | - </template> | ||
| 318 | - <fields> | ||
| 319 | - <field> | ||
| 320 | - <name>线路</name> | ||
| 321 | - <type>String</type> | ||
| 322 | - <format/> | ||
| 323 | - </field> | ||
| 324 | - <field> | ||
| 325 | - <name>搭班编码</name> | ||
| 326 | - <type>String</type> | ||
| 327 | - <format/> | ||
| 328 | - </field> | ||
| 329 | - <field> | ||
| 330 | - <name>驾驶员工号</name> | ||
| 331 | - <type>String</type> | ||
| 332 | - <format/> | ||
| 333 | - </field> | ||
| 334 | - <field> | ||
| 335 | - <name>驾驶员</name> | ||
| 336 | - <type>String</type> | ||
| 337 | - <format/> | ||
| 338 | - </field> | ||
| 339 | - <field> | ||
| 340 | - <name>售票员工号</name> | ||
| 341 | - <type>String</type> | ||
| 342 | - <format/> | ||
| 343 | - </field> | ||
| 344 | - <field> | ||
| 345 | - <name>售票员</name> | ||
| 346 | - <type>String</type> | ||
| 347 | - <format/> | ||
| 348 | - </field> | ||
| 349 | - </fields> | ||
| 350 | - <custom> | ||
| 351 | - <header_font_name>arial</header_font_name> | ||
| 352 | - <header_font_size>10</header_font_size> | ||
| 353 | - <header_font_bold>N</header_font_bold> | ||
| 354 | - <header_font_italic>N</header_font_italic> | ||
| 355 | - <header_font_underline>no</header_font_underline> | ||
| 356 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 357 | - <header_font_color>black</header_font_color> | ||
| 358 | - <header_background_color>none</header_background_color> | ||
| 359 | - <header_row_height>255</header_row_height> | ||
| 360 | - <header_alignment>left</header_alignment> | ||
| 361 | - <header_image/> | ||
| 362 | - <row_font_name>arial</row_font_name> | ||
| 363 | - <row_font_size>10</row_font_size> | ||
| 364 | - <row_font_color>black</row_font_color> | ||
| 365 | - <row_background_color>none</row_background_color> | ||
| 366 | - </custom> | ||
| 367 | - <cluster_schema/> | ||
| 368 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 369 | - <xloc>696</xloc> | ||
| 370 | - <yloc>257</yloc> | ||
| 371 | - <draw>Y</draw> | ||
| 372 | - </GUI> | ||
| 373 | - </step> | ||
| 374 | - | ||
| 375 | - <step> | ||
| 376 | - <name>人员配置(没有作废)</name> | ||
| 377 | - <type>TableInput</type> | ||
| 378 | - <description/> | ||
| 379 | - <distribute>Y</distribute> | ||
| 380 | - <custom_distribution/> | ||
| 381 | - <copies>1</copies> | ||
| 382 | - <partitioning> | ||
| 383 | - <method>none</method> | ||
| 384 | - <schema_name/> | ||
| 385 | - </partitioning> | ||
| 386 | - <connection>bus_control_variable</connection> | ||
| 387 | - <sql>select * from bsth_c_s_ecinfo where is_cancel = 0 and xl = ${xlid}</sql> | ||
| 388 | - <limit>0</limit> | ||
| 389 | - <lookup/> | ||
| 390 | - <execute_each_row>N</execute_each_row> | ||
| 391 | - <variables_active>Y</variables_active> | ||
| 392 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 393 | - <cluster_schema/> | ||
| 394 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 395 | - <xloc>90</xloc> | ||
| 396 | - <yloc>59</yloc> | ||
| 397 | - <draw>Y</draw> | ||
| 398 | - </GUI> | ||
| 399 | - </step> | ||
| 400 | - | ||
| 401 | - <step> | ||
| 402 | - <name>售票员查询</name> | ||
| 403 | - <type>DBJoin</type> | ||
| 404 | - <description/> | ||
| 405 | - <distribute>Y</distribute> | ||
| 406 | - <custom_distribution/> | ||
| 407 | - <copies>1</copies> | ||
| 408 | - <partitioning> | ||
| 409 | - <method>none</method> | ||
| 410 | - <schema_name/> | ||
| 411 | - </partitioning> | ||
| 412 | - <connection>bus_control_variable</connection> | ||
| 413 | - <rowlimit>1</rowlimit> | ||
| 414 | - <sql>select job_code as scode, personnel_name as sname from bsth_c_personnel
where id = ?</sql> | ||
| 415 | - <outer_join>Y</outer_join> | ||
| 416 | - <replace_vars>N</replace_vars> | ||
| 417 | - <parameter> | ||
| 418 | - <field> | ||
| 419 | - <name>spy</name> | ||
| 420 | - <type>Integer</type> | ||
| 421 | - </field> | ||
| 422 | - </parameter> | ||
| 423 | - <cluster_schema/> | ||
| 424 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 425 | - <xloc>491</xloc> | ||
| 426 | - <yloc>60</yloc> | ||
| 427 | - <draw>Y</draw> | ||
| 428 | - </GUI> | ||
| 429 | - </step> | ||
| 430 | - | ||
| 431 | - <step> | ||
| 432 | - <name>字段选择</name> | ||
| 433 | - <type>SelectValues</type> | ||
| 434 | - <description/> | ||
| 435 | - <distribute>Y</distribute> | ||
| 436 | - <custom_distribution/> | ||
| 437 | - <copies>1</copies> | ||
| 438 | - <partitioning> | ||
| 439 | - <method>none</method> | ||
| 440 | - <schema_name/> | ||
| 441 | - </partitioning> | ||
| 442 | - <fields> <field> <name>xlmc</name> | ||
| 443 | - <rename>线路</rename> | ||
| 444 | - <length>-2</length> | ||
| 445 | - <precision>-2</precision> | ||
| 446 | - </field> <field> <name>dbbm</name> | ||
| 447 | - <rename>搭班编码</rename> | ||
| 448 | - <length>-2</length> | ||
| 449 | - <precision>-2</precision> | ||
| 450 | - </field> <field> <name>jcode</name> | ||
| 451 | - <rename>驾驶员工号</rename> | ||
| 452 | - <length>-2</length> | ||
| 453 | - <precision>-2</precision> | ||
| 454 | - </field> <field> <name>jname</name> | ||
| 455 | - <rename>驾驶员</rename> | ||
| 456 | - <length>-2</length> | ||
| 457 | - <precision>-2</precision> | ||
| 458 | - </field> <field> <name>scode</name> | ||
| 459 | - <rename>售票员工号</rename> | ||
| 460 | - <length>-2</length> | ||
| 461 | - <precision>-2</precision> | ||
| 462 | - </field> <field> <name>sname</name> | ||
| 463 | - <rename>售票员</rename> | ||
| 464 | - <length>-2</length> | ||
| 465 | - <precision>-2</precision> | ||
| 466 | - </field> <select_unspecified>N</select_unspecified> | ||
| 467 | - </fields> <cluster_schema/> | ||
| 468 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 469 | - <xloc>492</xloc> | ||
| 470 | - <yloc>164</yloc> | ||
| 471 | - <draw>Y</draw> | ||
| 472 | - </GUI> | ||
| 473 | - </step> | ||
| 474 | - | ||
| 475 | - <step> | ||
| 476 | - <name>排序记录</name> | ||
| 477 | - <type>SortRows</type> | ||
| 478 | - <description/> | ||
| 479 | - <distribute>Y</distribute> | ||
| 480 | - <custom_distribution/> | ||
| 481 | - <copies>1</copies> | ||
| 482 | - <partitioning> | ||
| 483 | - <method>none</method> | ||
| 484 | - <schema_name/> | ||
| 485 | - </partitioning> | ||
| 486 | - <directory>%%java.io.tmpdir%%</directory> | ||
| 487 | - <prefix>out</prefix> | ||
| 488 | - <sort_size>1000000</sort_size> | ||
| 489 | - <free_memory/> | ||
| 490 | - <compress>N</compress> | ||
| 491 | - <compress_variable/> | ||
| 492 | - <unique_rows>N</unique_rows> | ||
| 493 | - <fields> | ||
| 494 | - <field> | ||
| 495 | - <name>线路</name> | ||
| 496 | - <ascending>Y</ascending> | ||
| 497 | - <case_sensitive>N</case_sensitive> | ||
| 498 | - <presorted>N</presorted> | ||
| 499 | - </field> | ||
| 500 | - <field> | ||
| 501 | - <name>搭班编码</name> | ||
| 502 | - <ascending>Y</ascending> | ||
| 503 | - <case_sensitive>N</case_sensitive> | ||
| 504 | - <presorted>N</presorted> | ||
| 505 | - </field> | ||
| 506 | - </fields> | ||
| 507 | - <cluster_schema/> | ||
| 508 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 509 | - <xloc>692</xloc> | ||
| 510 | - <yloc>164</yloc> | ||
| 511 | - <draw>Y</draw> | ||
| 512 | - </GUI> | ||
| 513 | - </step> | ||
| 514 | - | ||
| 515 | - <step> | ||
| 516 | - <name>线路查询</name> | ||
| 517 | - <type>DBLookup</type> | ||
| 518 | - <description/> | ||
| 519 | - <distribute>Y</distribute> | ||
| 520 | - <custom_distribution/> | ||
| 521 | - <copies>1</copies> | ||
| 522 | - <partitioning> | ||
| 523 | - <method>none</method> | ||
| 524 | - <schema_name/> | ||
| 525 | - </partitioning> | ||
| 526 | - <connection>bus_control_variable</connection> | ||
| 527 | - <cache>Y</cache> | ||
| 528 | - <cache_load_all>Y</cache_load_all> | ||
| 529 | - <cache_size>0</cache_size> | ||
| 530 | - <lookup> | ||
| 531 | - <schema/> | ||
| 532 | - <table>bsth_c_line</table> | ||
| 533 | - <orderby/> | ||
| 534 | - <fail_on_multiple>N</fail_on_multiple> | ||
| 535 | - <eat_row_on_failure>N</eat_row_on_failure> | ||
| 536 | - <key> | ||
| 537 | - <name>xl</name> | ||
| 538 | - <field>id</field> | ||
| 539 | - <condition>=</condition> | ||
| 540 | - <name2/> | ||
| 541 | - </key> | ||
| 542 | - <value> | ||
| 543 | - <name>name</name> | ||
| 544 | - <rename>xlmc</rename> | ||
| 545 | - <default/> | ||
| 546 | - <type>String</type> | ||
| 547 | - </value> | ||
| 548 | - </lookup> | ||
| 549 | - <cluster_schema/> | ||
| 550 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 551 | - <xloc>227</xloc> | ||
| 552 | - <yloc>59</yloc> | ||
| 553 | - <draw>Y</draw> | ||
| 554 | - </GUI> | ||
| 555 | - </step> | ||
| 556 | - | ||
| 557 | - <step> | ||
| 558 | - <name>驾驶员查询</name> | ||
| 559 | - <type>DBJoin</type> | ||
| 560 | - <description/> | ||
| 561 | - <distribute>Y</distribute> | ||
| 562 | - <custom_distribution/> | ||
| 563 | - <copies>1</copies> | ||
| 564 | - <partitioning> | ||
| 565 | - <method>none</method> | ||
| 566 | - <schema_name/> | ||
| 567 | - </partitioning> | ||
| 568 | - <connection>bus_control_variable</connection> | ||
| 569 | - <rowlimit>1</rowlimit> | ||
| 570 | - <sql>select job_code as jcode, personnel_name as jname from bsth_c_personnel
where id = ?</sql> | ||
| 571 | - <outer_join>Y</outer_join> | ||
| 572 | - <replace_vars>N</replace_vars> | ||
| 573 | - <parameter> | ||
| 574 | - <field> | ||
| 575 | - <name>jsy</name> | ||
| 576 | - <type>Integer</type> | ||
| 577 | - </field> | ||
| 578 | - </parameter> | ||
| 579 | - <cluster_schema/> | ||
| 580 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 581 | - <xloc>366</xloc> | ||
| 582 | - <yloc>60</yloc> | ||
| 583 | - <draw>Y</draw> | ||
| 584 | - </GUI> | ||
| 585 | - </step> | ||
| 586 | - | ||
| 587 | - <step_error_handling> | ||
| 588 | - </step_error_handling> | ||
| 589 | - <slave-step-copy-partition-distribution> | ||
| 590 | -</slave-step-copy-partition-distribution> | ||
| 591 | - <slave_transformation>N</slave_transformation> | ||
| 592 | - | ||
| 593 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>人员配置信息导出</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>filepath</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>excel文件路径</description> | ||
| 16 | + </parameter> | ||
| 17 | + <parameter> | ||
| 18 | + <name>xlid</name> | ||
| 19 | + <default_value/> | ||
| 20 | + <description>线路id</description> | ||
| 21 | + </parameter> | ||
| 22 | + </parameters> | ||
| 23 | + <log> | ||
| 24 | +<trans-log-table><connection/> | ||
| 25 | +<schema/> | ||
| 26 | +<table/> | ||
| 27 | +<size_limit_lines/> | ||
| 28 | +<interval/> | ||
| 29 | +<timeout_days/> | ||
| 30 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 31 | +<perf-log-table><connection/> | ||
| 32 | +<schema/> | ||
| 33 | +<table/> | ||
| 34 | +<interval/> | ||
| 35 | +<timeout_days/> | ||
| 36 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 37 | +<channel-log-table><connection/> | ||
| 38 | +<schema/> | ||
| 39 | +<table/> | ||
| 40 | +<timeout_days/> | ||
| 41 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 42 | +<step-log-table><connection/> | ||
| 43 | +<schema/> | ||
| 44 | +<table/> | ||
| 45 | +<timeout_days/> | ||
| 46 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 47 | +<metrics-log-table><connection/> | ||
| 48 | +<schema/> | ||
| 49 | +<table/> | ||
| 50 | +<timeout_days/> | ||
| 51 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 52 | + </log> | ||
| 53 | + <maxdate> | ||
| 54 | + <connection/> | ||
| 55 | + <table/> | ||
| 56 | + <field/> | ||
| 57 | + <offset>0.0</offset> | ||
| 58 | + <maxdiff>0.0</maxdiff> | ||
| 59 | + </maxdate> | ||
| 60 | + <size_rowset>10000</size_rowset> | ||
| 61 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 62 | + <sleep_time_full>50</sleep_time_full> | ||
| 63 | + <unique_connections>N</unique_connections> | ||
| 64 | + <feedback_shown>Y</feedback_shown> | ||
| 65 | + <feedback_size>50000</feedback_size> | ||
| 66 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 67 | + <shared_objects_file/> | ||
| 68 | + <capture_step_performance>N</capture_step_performance> | ||
| 69 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 70 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 71 | + <dependencies> | ||
| 72 | + </dependencies> | ||
| 73 | + <partitionschemas> | ||
| 74 | + </partitionschemas> | ||
| 75 | + <slaveservers> | ||
| 76 | + </slaveservers> | ||
| 77 | + <clusterschemas> | ||
| 78 | + </clusterschemas> | ||
| 79 | + <created_user>-</created_user> | ||
| 80 | + <created_date>2017/01/11 15:36:10.101</created_date> | ||
| 81 | + <modified_user>-</modified_user> | ||
| 82 | + <modified_date>2017/01/11 15:36:10.101</modified_date> | ||
| 83 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 84 | + <is_key_private>N</is_key_private> | ||
| 85 | + </info> | ||
| 86 | + <notepads> | ||
| 87 | + <notepad> | ||
| 88 | + <note>这里有些问题
在window2012的环境下,
MySql数据库查询中如果返回中文内容的字段,这个内容乱码
解决办法,就是数据库查询全部缓存,就不乱码
linux环境下没问题</note> | ||
| 89 | + <xloc>66</xloc> | ||
| 90 | + <yloc>151</yloc> | ||
| 91 | + <width>333</width> | ||
| 92 | + <heigth>90</heigth> | ||
| 93 | + <fontname>YaHei Consolas Hybrid</fontname> | ||
| 94 | + <fontsize>12</fontsize> | ||
| 95 | + <fontbold>N</fontbold> | ||
| 96 | + <fontitalic>N</fontitalic> | ||
| 97 | + <fontcolorred>0</fontcolorred> | ||
| 98 | + <fontcolorgreen>0</fontcolorgreen> | ||
| 99 | + <fontcolorblue>0</fontcolorblue> | ||
| 100 | + <backgroundcolorred>255</backgroundcolorred> | ||
| 101 | + <backgroundcolorgreen>205</backgroundcolorgreen> | ||
| 102 | + <backgroundcolorblue>112</backgroundcolorblue> | ||
| 103 | + <bordercolorred>100</bordercolorred> | ||
| 104 | + <bordercolorgreen>100</bordercolorgreen> | ||
| 105 | + <bordercolorblue>100</bordercolorblue> | ||
| 106 | + <drawshadow>Y</drawshadow> | ||
| 107 | + </notepad> | ||
| 108 | + </notepads> | ||
| 109 | + <connection> | ||
| 110 | + <name>192.168.168.1_jwgl_dw</name> | ||
| 111 | + <server>192.168.168.1</server> | ||
| 112 | + <type>ORACLE</type> | ||
| 113 | + <access>Native</access> | ||
| 114 | + <database>orcl</database> | ||
| 115 | + <port>1521</port> | ||
| 116 | + <username>jwgl_dw</username> | ||
| 117 | + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 118 | + <servername/> | ||
| 119 | + <data_tablespace/> | ||
| 120 | + <index_tablespace/> | ||
| 121 | + <attributes> | ||
| 122 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 123 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 124 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 125 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 126 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 127 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 128 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 129 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 130 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 131 | + </attributes> | ||
| 132 | + </connection> | ||
| 133 | + <connection> | ||
| 134 | + <name>bus_control_variable</name> | ||
| 135 | + <server>${v_db_ip}</server> | ||
| 136 | + <type>MYSQL</type> | ||
| 137 | + <access>Native</access> | ||
| 138 | + <database>${v_db_dname}</database> | ||
| 139 | + <port>3306</port> | ||
| 140 | + <username>${v_db_uname}</username> | ||
| 141 | + <password>${v_db_pwd}</password> | ||
| 142 | + <servername/> | ||
| 143 | + <data_tablespace/> | ||
| 144 | + <index_tablespace/> | ||
| 145 | + <attributes> | ||
| 146 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 147 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 148 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 149 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 150 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 151 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 152 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 153 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 154 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 155 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 156 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 157 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 158 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 159 | + </attributes> | ||
| 160 | + </connection> | ||
| 161 | + <connection> | ||
| 162 | + <name>bus_control_公司_201</name> | ||
| 163 | + <server>localhost</server> | ||
| 164 | + <type>MYSQL</type> | ||
| 165 | + <access>Native</access> | ||
| 166 | + <database>control</database> | ||
| 167 | + <port>3306</port> | ||
| 168 | + <username>root</username> | ||
| 169 | + <password>Encrypted </password> | ||
| 170 | + <servername/> | ||
| 171 | + <data_tablespace/> | ||
| 172 | + <index_tablespace/> | ||
| 173 | + <attributes> | ||
| 174 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 175 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 176 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 177 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 178 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 179 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 180 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 181 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 182 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 183 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 184 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 185 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 186 | + </attributes> | ||
| 187 | + </connection> | ||
| 188 | + <connection> | ||
| 189 | + <name>bus_control_本机</name> | ||
| 190 | + <server>localhost</server> | ||
| 191 | + <type>MYSQL</type> | ||
| 192 | + <access>Native</access> | ||
| 193 | + <database>control</database> | ||
| 194 | + <port>3306</port> | ||
| 195 | + <username>root</username> | ||
| 196 | + <password>Encrypted </password> | ||
| 197 | + <servername/> | ||
| 198 | + <data_tablespace/> | ||
| 199 | + <index_tablespace/> | ||
| 200 | + <attributes> | ||
| 201 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 202 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 203 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 204 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 205 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 206 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 207 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 208 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 210 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 211 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 212 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 213 | + </attributes> | ||
| 214 | + </connection> | ||
| 215 | + <connection> | ||
| 216 | + <name>xlab_mysql_youle</name> | ||
| 217 | + <server>101.231.124.8</server> | ||
| 218 | + <type>MYSQL</type> | ||
| 219 | + <access>Native</access> | ||
| 220 | + <database>xlab_youle</database> | ||
| 221 | + <port>45687</port> | ||
| 222 | + <username>xlab-youle</username> | ||
| 223 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 224 | + <servername/> | ||
| 225 | + <data_tablespace/> | ||
| 226 | + <index_tablespace/> | ||
| 227 | + <attributes> | ||
| 228 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 229 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 230 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 231 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 232 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 233 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 234 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 235 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 236 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 237 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 238 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 239 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 240 | + </attributes> | ||
| 241 | + </connection> | ||
| 242 | + <connection> | ||
| 243 | + <name>xlab_mysql_youle(本机)</name> | ||
| 244 | + <server>localhost</server> | ||
| 245 | + <type>MYSQL</type> | ||
| 246 | + <access>Native</access> | ||
| 247 | + <database>xlab_youle</database> | ||
| 248 | + <port>3306</port> | ||
| 249 | + <username>root</username> | ||
| 250 | + <password>Encrypted </password> | ||
| 251 | + <servername/> | ||
| 252 | + <data_tablespace/> | ||
| 253 | + <index_tablespace/> | ||
| 254 | + <attributes> | ||
| 255 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 256 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 257 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 258 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 259 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 260 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 261 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 262 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 263 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 264 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 265 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 266 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 267 | + </attributes> | ||
| 268 | + </connection> | ||
| 269 | + <connection> | ||
| 270 | + <name>xlab_youle</name> | ||
| 271 | + <server/> | ||
| 272 | + <type>MYSQL</type> | ||
| 273 | + <access>JNDI</access> | ||
| 274 | + <database>xlab_youle</database> | ||
| 275 | + <port>1521</port> | ||
| 276 | + <username/> | ||
| 277 | + <password>Encrypted </password> | ||
| 278 | + <servername/> | ||
| 279 | + <data_tablespace/> | ||
| 280 | + <index_tablespace/> | ||
| 281 | + <attributes> | ||
| 282 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 283 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 284 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 285 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 286 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 287 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 288 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 289 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 290 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 291 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 292 | + </attributes> | ||
| 293 | + </connection> | ||
| 294 | + <order> | ||
| 295 | + <hop> <from>人员配置(没有作废)</from><to>线路查询</to><enabled>Y</enabled> </hop> | ||
| 296 | + <hop> <from>线路查询</from><to>驾驶员查询</to><enabled>Y</enabled> </hop> | ||
| 297 | + <hop> <from>驾驶员查询</from><to>售票员查询</to><enabled>Y</enabled> </hop> | ||
| 298 | + <hop> <from>售票员查询</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 299 | + <hop> <from>字段选择</from><to>排序记录</to><enabled>Y</enabled> </hop> | ||
| 300 | + <hop> <from>排序记录</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 301 | + </order> | ||
| 302 | + <step> | ||
| 303 | + <name>Excel输出</name> | ||
| 304 | + <type>ExcelOutput</type> | ||
| 305 | + <description/> | ||
| 306 | + <distribute>Y</distribute> | ||
| 307 | + <custom_distribution/> | ||
| 308 | + <copies>1</copies> | ||
| 309 | + <partitioning> | ||
| 310 | + <method>none</method> | ||
| 311 | + <schema_name/> | ||
| 312 | + </partitioning> | ||
| 313 | + <header>Y</header> | ||
| 314 | + <footer>N</footer> | ||
| 315 | + <encoding/> | ||
| 316 | + <append>N</append> | ||
| 317 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 318 | + <file> | ||
| 319 | + <name>${filepath}</name> | ||
| 320 | + <extention>xls</extention> | ||
| 321 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 322 | + <create_parent_folder>N</create_parent_folder> | ||
| 323 | + <split>N</split> | ||
| 324 | + <add_date>N</add_date> | ||
| 325 | + <add_time>N</add_time> | ||
| 326 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 327 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 328 | + <sheetname>工作表1</sheetname> | ||
| 329 | + <autosizecolums>N</autosizecolums> | ||
| 330 | + <nullisblank>N</nullisblank> | ||
| 331 | + <protect_sheet>N</protect_sheet> | ||
| 332 | + <password>Encrypted </password> | ||
| 333 | + <splitevery>0</splitevery> | ||
| 334 | + <usetempfiles>N</usetempfiles> | ||
| 335 | + <tempdirectory/> | ||
| 336 | + </file> | ||
| 337 | + <template> | ||
| 338 | + <enabled>N</enabled> | ||
| 339 | + <append>N</append> | ||
| 340 | + <filename>template.xls</filename> | ||
| 341 | + </template> | ||
| 342 | + <fields> | ||
| 343 | + <field> | ||
| 344 | + <name>线路</name> | ||
| 345 | + <type>String</type> | ||
| 346 | + <format/> | ||
| 347 | + </field> | ||
| 348 | + <field> | ||
| 349 | + <name>搭班编码</name> | ||
| 350 | + <type>String</type> | ||
| 351 | + <format/> | ||
| 352 | + </field> | ||
| 353 | + <field> | ||
| 354 | + <name>驾驶员工号</name> | ||
| 355 | + <type>String</type> | ||
| 356 | + <format/> | ||
| 357 | + </field> | ||
| 358 | + <field> | ||
| 359 | + <name>驾驶员</name> | ||
| 360 | + <type>String</type> | ||
| 361 | + <format/> | ||
| 362 | + </field> | ||
| 363 | + <field> | ||
| 364 | + <name>售票员工号</name> | ||
| 365 | + <type>String</type> | ||
| 366 | + <format/> | ||
| 367 | + </field> | ||
| 368 | + <field> | ||
| 369 | + <name>售票员</name> | ||
| 370 | + <type>String</type> | ||
| 371 | + <format/> | ||
| 372 | + </field> | ||
| 373 | + </fields> | ||
| 374 | + <custom> | ||
| 375 | + <header_font_name>arial</header_font_name> | ||
| 376 | + <header_font_size>10</header_font_size> | ||
| 377 | + <header_font_bold>N</header_font_bold> | ||
| 378 | + <header_font_italic>N</header_font_italic> | ||
| 379 | + <header_font_underline>no</header_font_underline> | ||
| 380 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 381 | + <header_font_color>black</header_font_color> | ||
| 382 | + <header_background_color>none</header_background_color> | ||
| 383 | + <header_row_height>255</header_row_height> | ||
| 384 | + <header_alignment>left</header_alignment> | ||
| 385 | + <header_image/> | ||
| 386 | + <row_font_name>arial</row_font_name> | ||
| 387 | + <row_font_size>10</row_font_size> | ||
| 388 | + <row_font_color>black</row_font_color> | ||
| 389 | + <row_background_color>none</row_background_color> | ||
| 390 | + </custom> | ||
| 391 | + <cluster_schema/> | ||
| 392 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 393 | + <xloc>696</xloc> | ||
| 394 | + <yloc>257</yloc> | ||
| 395 | + <draw>Y</draw> | ||
| 396 | + </GUI> | ||
| 397 | + </step> | ||
| 398 | + | ||
| 399 | + <step> | ||
| 400 | + <name>人员配置(没有作废)</name> | ||
| 401 | + <type>TableInput</type> | ||
| 402 | + <description/> | ||
| 403 | + <distribute>Y</distribute> | ||
| 404 | + <custom_distribution/> | ||
| 405 | + <copies>1</copies> | ||
| 406 | + <partitioning> | ||
| 407 | + <method>none</method> | ||
| 408 | + <schema_name/> | ||
| 409 | + </partitioning> | ||
| 410 | + <connection>bus_control_variable</connection> | ||
| 411 | + <sql>select * from bsth_c_s_ecinfo where is_cancel = 0 and xl = ${xlid}</sql> | ||
| 412 | + <limit>0</limit> | ||
| 413 | + <lookup/> | ||
| 414 | + <execute_each_row>N</execute_each_row> | ||
| 415 | + <variables_active>Y</variables_active> | ||
| 416 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 417 | + <cluster_schema/> | ||
| 418 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 419 | + <xloc>90</xloc> | ||
| 420 | + <yloc>59</yloc> | ||
| 421 | + <draw>Y</draw> | ||
| 422 | + </GUI> | ||
| 423 | + </step> | ||
| 424 | + | ||
| 425 | + <step> | ||
| 426 | + <name>售票员查询</name> | ||
| 427 | + <type>DBJoin</type> | ||
| 428 | + <description/> | ||
| 429 | + <distribute>Y</distribute> | ||
| 430 | + <custom_distribution/> | ||
| 431 | + <copies>1</copies> | ||
| 432 | + <partitioning> | ||
| 433 | + <method>none</method> | ||
| 434 | + <schema_name/> | ||
| 435 | + </partitioning> | ||
| 436 | + <connection>bus_control_variable</connection> | ||
| 437 | + <rowlimit>1</rowlimit> | ||
| 438 | + <sql>select job_code as scode, personnel_name as sname from bsth_c_personnel
where id = ?</sql> | ||
| 439 | + <outer_join>Y</outer_join> | ||
| 440 | + <replace_vars>N</replace_vars> | ||
| 441 | + <parameter> | ||
| 442 | + <field> | ||
| 443 | + <name>spy</name> | ||
| 444 | + <type>Integer</type> | ||
| 445 | + </field> | ||
| 446 | + </parameter> | ||
| 447 | + <cluster_schema/> | ||
| 448 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 449 | + <xloc>491</xloc> | ||
| 450 | + <yloc>60</yloc> | ||
| 451 | + <draw>Y</draw> | ||
| 452 | + </GUI> | ||
| 453 | + </step> | ||
| 454 | + | ||
| 455 | + <step> | ||
| 456 | + <name>字段选择</name> | ||
| 457 | + <type>SelectValues</type> | ||
| 458 | + <description/> | ||
| 459 | + <distribute>Y</distribute> | ||
| 460 | + <custom_distribution/> | ||
| 461 | + <copies>1</copies> | ||
| 462 | + <partitioning> | ||
| 463 | + <method>none</method> | ||
| 464 | + <schema_name/> | ||
| 465 | + </partitioning> | ||
| 466 | + <fields> <field> <name>xlmc</name> | ||
| 467 | + <rename>线路</rename> | ||
| 468 | + <length>-2</length> | ||
| 469 | + <precision>-2</precision> | ||
| 470 | + </field> <field> <name>dbbm</name> | ||
| 471 | + <rename>搭班编码</rename> | ||
| 472 | + <length>-2</length> | ||
| 473 | + <precision>-2</precision> | ||
| 474 | + </field> <field> <name>jcode</name> | ||
| 475 | + <rename>驾驶员工号</rename> | ||
| 476 | + <length>-2</length> | ||
| 477 | + <precision>-2</precision> | ||
| 478 | + </field> <field> <name>jname</name> | ||
| 479 | + <rename>驾驶员</rename> | ||
| 480 | + <length>-2</length> | ||
| 481 | + <precision>-2</precision> | ||
| 482 | + </field> <field> <name>scode</name> | ||
| 483 | + <rename>售票员工号</rename> | ||
| 484 | + <length>-2</length> | ||
| 485 | + <precision>-2</precision> | ||
| 486 | + </field> <field> <name>sname</name> | ||
| 487 | + <rename>售票员</rename> | ||
| 488 | + <length>-2</length> | ||
| 489 | + <precision>-2</precision> | ||
| 490 | + </field> <select_unspecified>N</select_unspecified> | ||
| 491 | + </fields> <cluster_schema/> | ||
| 492 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 493 | + <xloc>492</xloc> | ||
| 494 | + <yloc>164</yloc> | ||
| 495 | + <draw>Y</draw> | ||
| 496 | + </GUI> | ||
| 497 | + </step> | ||
| 498 | + | ||
| 499 | + <step> | ||
| 500 | + <name>排序记录</name> | ||
| 501 | + <type>SortRows</type> | ||
| 502 | + <description/> | ||
| 503 | + <distribute>Y</distribute> | ||
| 504 | + <custom_distribution/> | ||
| 505 | + <copies>1</copies> | ||
| 506 | + <partitioning> | ||
| 507 | + <method>none</method> | ||
| 508 | + <schema_name/> | ||
| 509 | + </partitioning> | ||
| 510 | + <directory>%%java.io.tmpdir%%</directory> | ||
| 511 | + <prefix>out</prefix> | ||
| 512 | + <sort_size>1000000</sort_size> | ||
| 513 | + <free_memory/> | ||
| 514 | + <compress>N</compress> | ||
| 515 | + <compress_variable/> | ||
| 516 | + <unique_rows>N</unique_rows> | ||
| 517 | + <fields> | ||
| 518 | + <field> | ||
| 519 | + <name>线路</name> | ||
| 520 | + <ascending>Y</ascending> | ||
| 521 | + <case_sensitive>N</case_sensitive> | ||
| 522 | + <presorted>N</presorted> | ||
| 523 | + </field> | ||
| 524 | + <field> | ||
| 525 | + <name>搭班编码</name> | ||
| 526 | + <ascending>Y</ascending> | ||
| 527 | + <case_sensitive>N</case_sensitive> | ||
| 528 | + <presorted>N</presorted> | ||
| 529 | + </field> | ||
| 530 | + </fields> | ||
| 531 | + <cluster_schema/> | ||
| 532 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 533 | + <xloc>692</xloc> | ||
| 534 | + <yloc>164</yloc> | ||
| 535 | + <draw>Y</draw> | ||
| 536 | + </GUI> | ||
| 537 | + </step> | ||
| 538 | + | ||
| 539 | + <step> | ||
| 540 | + <name>线路查询</name> | ||
| 541 | + <type>DBLookup</type> | ||
| 542 | + <description/> | ||
| 543 | + <distribute>Y</distribute> | ||
| 544 | + <custom_distribution/> | ||
| 545 | + <copies>1</copies> | ||
| 546 | + <partitioning> | ||
| 547 | + <method>none</method> | ||
| 548 | + <schema_name/> | ||
| 549 | + </partitioning> | ||
| 550 | + <connection>bus_control_variable</connection> | ||
| 551 | + <cache>Y</cache> | ||
| 552 | + <cache_load_all>Y</cache_load_all> | ||
| 553 | + <cache_size>0</cache_size> | ||
| 554 | + <lookup> | ||
| 555 | + <schema/> | ||
| 556 | + <table>bsth_c_line</table> | ||
| 557 | + <orderby/> | ||
| 558 | + <fail_on_multiple>N</fail_on_multiple> | ||
| 559 | + <eat_row_on_failure>N</eat_row_on_failure> | ||
| 560 | + <key> | ||
| 561 | + <name>xl</name> | ||
| 562 | + <field>id</field> | ||
| 563 | + <condition>=</condition> | ||
| 564 | + <name2/> | ||
| 565 | + </key> | ||
| 566 | + <value> | ||
| 567 | + <name>name</name> | ||
| 568 | + <rename>xlmc</rename> | ||
| 569 | + <default/> | ||
| 570 | + <type>String</type> | ||
| 571 | + </value> | ||
| 572 | + </lookup> | ||
| 573 | + <cluster_schema/> | ||
| 574 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 575 | + <xloc>227</xloc> | ||
| 576 | + <yloc>59</yloc> | ||
| 577 | + <draw>Y</draw> | ||
| 578 | + </GUI> | ||
| 579 | + </step> | ||
| 580 | + | ||
| 581 | + <step> | ||
| 582 | + <name>驾驶员查询</name> | ||
| 583 | + <type>DBJoin</type> | ||
| 584 | + <description/> | ||
| 585 | + <distribute>Y</distribute> | ||
| 586 | + <custom_distribution/> | ||
| 587 | + <copies>1</copies> | ||
| 588 | + <partitioning> | ||
| 589 | + <method>none</method> | ||
| 590 | + <schema_name/> | ||
| 591 | + </partitioning> | ||
| 592 | + <connection>bus_control_variable</connection> | ||
| 593 | + <rowlimit>1</rowlimit> | ||
| 594 | + <sql>select job_code as jcode, personnel_name as jname from bsth_c_personnel
where id = ?</sql> | ||
| 595 | + <outer_join>Y</outer_join> | ||
| 596 | + <replace_vars>N</replace_vars> | ||
| 597 | + <parameter> | ||
| 598 | + <field> | ||
| 599 | + <name>jsy</name> | ||
| 600 | + <type>Integer</type> | ||
| 601 | + </field> | ||
| 602 | + </parameter> | ||
| 603 | + <cluster_schema/> | ||
| 604 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 605 | + <xloc>366</xloc> | ||
| 606 | + <yloc>60</yloc> | ||
| 607 | + <draw>Y</draw> | ||
| 608 | + </GUI> | ||
| 609 | + </step> | ||
| 610 | + | ||
| 611 | + <step_error_handling> | ||
| 612 | + </step_error_handling> | ||
| 613 | + <slave-step-copy-partition-distribution> | ||
| 614 | +</slave-step-copy-partition-distribution> | ||
| 615 | + <slave_transformation>N</slave_transformation> | ||
| 616 | + | ||
| 617 | +</transformation> |
src/main/resources/datatools/ktrs/employeesDataOutput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | -<transformation> | ||
| 3 | - <info> | ||
| 4 | - <name>人员信息导出</name> | ||
| 5 | - <description/> | ||
| 6 | - <extended_description/> | ||
| 7 | - <trans_version/> | ||
| 8 | - <trans_type>Normal</trans_type> | ||
| 9 | - <trans_status>0</trans_status> | ||
| 10 | - <directory>/</directory> | ||
| 11 | - <parameters> | ||
| 12 | - <parameter> | ||
| 13 | - <name>filepath</name> | ||
| 14 | - <default_value/> | ||
| 15 | - <description>excel文件路径</description> | ||
| 16 | - </parameter> | ||
| 17 | - </parameters> | ||
| 18 | - <log> | ||
| 19 | -<trans-log-table><connection/> | ||
| 20 | -<schema/> | ||
| 21 | -<table/> | ||
| 22 | -<size_limit_lines/> | ||
| 23 | -<interval/> | ||
| 24 | -<timeout_days/> | ||
| 25 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | -<perf-log-table><connection/> | ||
| 27 | -<schema/> | ||
| 28 | -<table/> | ||
| 29 | -<interval/> | ||
| 30 | -<timeout_days/> | ||
| 31 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | -<channel-log-table><connection/> | ||
| 33 | -<schema/> | ||
| 34 | -<table/> | ||
| 35 | -<timeout_days/> | ||
| 36 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | -<step-log-table><connection/> | ||
| 38 | -<schema/> | ||
| 39 | -<table/> | ||
| 40 | -<timeout_days/> | ||
| 41 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | -<metrics-log-table><connection/> | ||
| 43 | -<schema/> | ||
| 44 | -<table/> | ||
| 45 | -<timeout_days/> | ||
| 46 | -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | - </log> | ||
| 48 | - <maxdate> | ||
| 49 | - <connection/> | ||
| 50 | - <table/> | ||
| 51 | - <field/> | ||
| 52 | - <offset>0.0</offset> | ||
| 53 | - <maxdiff>0.0</maxdiff> | ||
| 54 | - </maxdate> | ||
| 55 | - <size_rowset>10000</size_rowset> | ||
| 56 | - <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | - <sleep_time_full>50</sleep_time_full> | ||
| 58 | - <unique_connections>N</unique_connections> | ||
| 59 | - <feedback_shown>Y</feedback_shown> | ||
| 60 | - <feedback_size>50000</feedback_size> | ||
| 61 | - <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | - <shared_objects_file/> | ||
| 63 | - <capture_step_performance>N</capture_step_performance> | ||
| 64 | - <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | - <dependencies> | ||
| 67 | - </dependencies> | ||
| 68 | - <partitionschemas> | ||
| 69 | - </partitionschemas> | ||
| 70 | - <slaveservers> | ||
| 71 | - </slaveservers> | ||
| 72 | - <clusterschemas> | ||
| 73 | - </clusterschemas> | ||
| 74 | - <created_user>-</created_user> | ||
| 75 | - <created_date>2016/08/09 09:57:38.471</created_date> | ||
| 76 | - <modified_user>-</modified_user> | ||
| 77 | - <modified_date>2016/08/09 09:57:38.471</modified_date> | ||
| 78 | - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 79 | - <is_key_private>N</is_key_private> | ||
| 80 | - </info> | ||
| 81 | - <notepads> | ||
| 82 | - </notepads> | ||
| 83 | - <connection> | ||
| 84 | - <name>bus_control_variable</name> | ||
| 85 | - <server>${v_db_ip}</server> | ||
| 86 | - <type>MYSQL</type> | ||
| 87 | - <access>Native</access> | ||
| 88 | - <database>${v_db_dname}</database> | ||
| 89 | - <port>3306</port> | ||
| 90 | - <username>${v_db_uname}</username> | ||
| 91 | - <password>${v_db_pwd}</password> | ||
| 92 | - <servername/> | ||
| 93 | - <data_tablespace/> | ||
| 94 | - <index_tablespace/> | ||
| 95 | - <attributes> | ||
| 96 | - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 97 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 98 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 99 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 100 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 101 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 102 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 103 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 104 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 105 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 106 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 107 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 108 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 109 | - </attributes> | ||
| 110 | - </connection> | ||
| 111 | - <connection> | ||
| 112 | - <name>bus_control_公司_201</name> | ||
| 113 | - <server>localhost</server> | ||
| 114 | - <type>MYSQL</type> | ||
| 115 | - <access>Native</access> | ||
| 116 | - <database>control</database> | ||
| 117 | - <port>3306</port> | ||
| 118 | - <username>root</username> | ||
| 119 | - <password>Encrypted </password> | ||
| 120 | - <servername/> | ||
| 121 | - <data_tablespace/> | ||
| 122 | - <index_tablespace/> | ||
| 123 | - <attributes> | ||
| 124 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 125 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 126 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 127 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 128 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 129 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 130 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 131 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 132 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 133 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 134 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 135 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 136 | - </attributes> | ||
| 137 | - </connection> | ||
| 138 | - <connection> | ||
| 139 | - <name>bus_control_本机</name> | ||
| 140 | - <server>localhost</server> | ||
| 141 | - <type>MYSQL</type> | ||
| 142 | - <access>Native</access> | ||
| 143 | - <database>control</database> | ||
| 144 | - <port>3306</port> | ||
| 145 | - <username>root</username> | ||
| 146 | - <password>Encrypted </password> | ||
| 147 | - <servername/> | ||
| 148 | - <data_tablespace/> | ||
| 149 | - <index_tablespace/> | ||
| 150 | - <attributes> | ||
| 151 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 152 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 153 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 154 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 155 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 156 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 157 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 158 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 159 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 160 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 161 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 162 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 163 | - </attributes> | ||
| 164 | - </connection> | ||
| 165 | - <connection> | ||
| 166 | - <name>xlab_mysql_youle</name> | ||
| 167 | - <server>101.231.124.8</server> | ||
| 168 | - <type>MYSQL</type> | ||
| 169 | - <access>Native</access> | ||
| 170 | - <database>xlab_youle</database> | ||
| 171 | - <port>45687</port> | ||
| 172 | - <username>xlab-youle</username> | ||
| 173 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 174 | - <servername/> | ||
| 175 | - <data_tablespace/> | ||
| 176 | - <index_tablespace/> | ||
| 177 | - <attributes> | ||
| 178 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 179 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 180 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 181 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 182 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 183 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 184 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 185 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 186 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 187 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 188 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 189 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 190 | - </attributes> | ||
| 191 | - </connection> | ||
| 192 | - <connection> | ||
| 193 | - <name>xlab_mysql_youle(本机)</name> | ||
| 194 | - <server>localhost</server> | ||
| 195 | - <type>MYSQL</type> | ||
| 196 | - <access>Native</access> | ||
| 197 | - <database>xlab_youle</database> | ||
| 198 | - <port>3306</port> | ||
| 199 | - <username>root</username> | ||
| 200 | - <password>Encrypted </password> | ||
| 201 | - <servername/> | ||
| 202 | - <data_tablespace/> | ||
| 203 | - <index_tablespace/> | ||
| 204 | - <attributes> | ||
| 205 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 206 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 207 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 208 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 209 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 210 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 211 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 212 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 213 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 214 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 215 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 216 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 217 | - </attributes> | ||
| 218 | - </connection> | ||
| 219 | - <connection> | ||
| 220 | - <name>xlab_youle</name> | ||
| 221 | - <server/> | ||
| 222 | - <type>MYSQL</type> | ||
| 223 | - <access>JNDI</access> | ||
| 224 | - <database>xlab_youle</database> | ||
| 225 | - <port>1521</port> | ||
| 226 | - <username/> | ||
| 227 | - <password>Encrypted </password> | ||
| 228 | - <servername/> | ||
| 229 | - <data_tablespace/> | ||
| 230 | - <index_tablespace/> | ||
| 231 | - <attributes> | ||
| 232 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 233 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 234 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 235 | - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 236 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 237 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 238 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 239 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 240 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 241 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 242 | - </attributes> | ||
| 243 | - </connection> | ||
| 244 | - <order> | ||
| 245 | - <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 246 | - <hop> <from>表输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 247 | - </order> | ||
| 248 | - <step> | ||
| 249 | - <name>Excel输出</name> | ||
| 250 | - <type>ExcelOutput</type> | ||
| 251 | - <description/> | ||
| 252 | - <distribute>Y</distribute> | ||
| 253 | - <custom_distribution/> | ||
| 254 | - <copies>1</copies> | ||
| 255 | - <partitioning> | ||
| 256 | - <method>none</method> | ||
| 257 | - <schema_name/> | ||
| 258 | - </partitioning> | ||
| 259 | - <header>Y</header> | ||
| 260 | - <footer>N</footer> | ||
| 261 | - <encoding/> | ||
| 262 | - <append>N</append> | ||
| 263 | - <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 264 | - <file> | ||
| 265 | - <name>${filepath}</name> | ||
| 266 | - <extention/> | ||
| 267 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 268 | - <create_parent_folder>N</create_parent_folder> | ||
| 269 | - <split>N</split> | ||
| 270 | - <add_date>N</add_date> | ||
| 271 | - <add_time>N</add_time> | ||
| 272 | - <SpecifyFormat>N</SpecifyFormat> | ||
| 273 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 274 | - <sheetname>工作表1</sheetname> | ||
| 275 | - <autosizecolums>N</autosizecolums> | ||
| 276 | - <nullisblank>N</nullisblank> | ||
| 277 | - <protect_sheet>N</protect_sheet> | ||
| 278 | - <password>Encrypted </password> | ||
| 279 | - <splitevery>0</splitevery> | ||
| 280 | - <usetempfiles>N</usetempfiles> | ||
| 281 | - <tempdirectory/> | ||
| 282 | - </file> | ||
| 283 | - <template> | ||
| 284 | - <enabled>N</enabled> | ||
| 285 | - <append>N</append> | ||
| 286 | - <filename>template.xls</filename> | ||
| 287 | - </template> | ||
| 288 | - <fields> | ||
| 289 | - <field> | ||
| 290 | - <name>姓名</name> | ||
| 291 | - <type>String</type> | ||
| 292 | - <format/> | ||
| 293 | - </field> | ||
| 294 | - <field> | ||
| 295 | - <name>工号</name> | ||
| 296 | - <type>String</type> | ||
| 297 | - <format/> | ||
| 298 | - </field> | ||
| 299 | - <field> | ||
| 300 | - <name>所属公司</name> | ||
| 301 | - <type>String</type> | ||
| 302 | - <format/> | ||
| 303 | - </field> | ||
| 304 | - <field> | ||
| 305 | - <name>所属公司代码</name> | ||
| 306 | - <type>String</type> | ||
| 307 | - <format/> | ||
| 308 | - </field> | ||
| 309 | - <field> | ||
| 310 | - <name>所属分公司</name> | ||
| 311 | - <type>String</type> | ||
| 312 | - <format/> | ||
| 313 | - </field> | ||
| 314 | - <field> | ||
| 315 | - <name>所属分公司代码</name> | ||
| 316 | - <type>String</type> | ||
| 317 | - <format/> | ||
| 318 | - </field> | ||
| 319 | - </fields> | ||
| 320 | - <custom> | ||
| 321 | - <header_font_name>arial</header_font_name> | ||
| 322 | - <header_font_size>10</header_font_size> | ||
| 323 | - <header_font_bold>N</header_font_bold> | ||
| 324 | - <header_font_italic>N</header_font_italic> | ||
| 325 | - <header_font_underline>no</header_font_underline> | ||
| 326 | - <header_font_orientation>horizontal</header_font_orientation> | ||
| 327 | - <header_font_color>black</header_font_color> | ||
| 328 | - <header_background_color>none</header_background_color> | ||
| 329 | - <header_row_height>255</header_row_height> | ||
| 330 | - <header_alignment>left</header_alignment> | ||
| 331 | - <header_image/> | ||
| 332 | - <row_font_name>arial</row_font_name> | ||
| 333 | - <row_font_size>10</row_font_size> | ||
| 334 | - <row_font_color>black</row_font_color> | ||
| 335 | - <row_background_color>none</row_background_color> | ||
| 336 | - </custom> | ||
| 337 | - <cluster_schema/> | ||
| 338 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 339 | - <xloc>346</xloc> | ||
| 340 | - <yloc>66</yloc> | ||
| 341 | - <draw>Y</draw> | ||
| 342 | - </GUI> | ||
| 343 | - </step> | ||
| 344 | - | ||
| 345 | - <step> | ||
| 346 | - <name>字段选择</name> | ||
| 347 | - <type>SelectValues</type> | ||
| 348 | - <description/> | ||
| 349 | - <distribute>Y</distribute> | ||
| 350 | - <custom_distribution/> | ||
| 351 | - <copies>1</copies> | ||
| 352 | - <partitioning> | ||
| 353 | - <method>none</method> | ||
| 354 | - <schema_name/> | ||
| 355 | - </partitioning> | ||
| 356 | - <fields> <field> <name>personnel_name</name> | ||
| 357 | - <rename>姓名</rename> | ||
| 358 | - <length>-2</length> | ||
| 359 | - <precision>-2</precision> | ||
| 360 | - </field> <field> <name>job_code</name> | ||
| 361 | - <rename>工号</rename> | ||
| 362 | - <length>-2</length> | ||
| 363 | - <precision>-2</precision> | ||
| 364 | - </field> <field> <name>company</name> | ||
| 365 | - <rename>所属公司</rename> | ||
| 366 | - <length>-2</length> | ||
| 367 | - <precision>-2</precision> | ||
| 368 | - </field> <field> <name>company_code</name> | ||
| 369 | - <rename>所属公司代码</rename> | ||
| 370 | - <length>-2</length> | ||
| 371 | - <precision>-2</precision> | ||
| 372 | - </field> <field> <name>branche_company</name> | ||
| 373 | - <rename>所属分公司</rename> | ||
| 374 | - <length>-2</length> | ||
| 375 | - <precision>-2</precision> | ||
| 376 | - </field> <field> <name>branche_company_code</name> | ||
| 377 | - <rename>所属分公司代码</rename> | ||
| 378 | - <length>-2</length> | ||
| 379 | - <precision>-2</precision> | ||
| 380 | - </field> <select_unspecified>N</select_unspecified> | ||
| 381 | - </fields> <cluster_schema/> | ||
| 382 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 383 | - <xloc>221</xloc> | ||
| 384 | - <yloc>66</yloc> | ||
| 385 | - <draw>Y</draw> | ||
| 386 | - </GUI> | ||
| 387 | - </step> | ||
| 388 | - | ||
| 389 | - <step> | ||
| 390 | - <name>表输入</name> | ||
| 391 | - <type>TableInput</type> | ||
| 392 | - <description/> | ||
| 393 | - <distribute>Y</distribute> | ||
| 394 | - <custom_distribution/> | ||
| 395 | - <copies>1</copies> | ||
| 396 | - <partitioning> | ||
| 397 | - <method>none</method> | ||
| 398 | - <schema_name/> | ||
| 399 | - </partitioning> | ||
| 400 | - <connection>bus_control_variable</connection> | ||
| 401 | - <sql>SELECT * FROM bsth_c_personnel;</sql> | ||
| 402 | - <limit>0</limit> | ||
| 403 | - <lookup/> | ||
| 404 | - <execute_each_row>N</execute_each_row> | ||
| 405 | - <variables_active>N</variables_active> | ||
| 406 | - <lazy_conversion_active>N</lazy_conversion_active> | ||
| 407 | - <cluster_schema/> | ||
| 408 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 409 | - <xloc>112</xloc> | ||
| 410 | - <yloc>66</yloc> | ||
| 411 | - <draw>Y</draw> | ||
| 412 | - </GUI> | ||
| 413 | - </step> | ||
| 414 | - | ||
| 415 | - <step_error_handling> | ||
| 416 | - </step_error_handling> | ||
| 417 | - <slave-step-copy-partition-distribution> | ||
| 418 | -</slave-step-copy-partition-distribution> | ||
| 419 | - <slave_transformation>N</slave_transformation> | ||
| 420 | - | ||
| 421 | -</transformation> | 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<transformation> | ||
| 3 | + <info> | ||
| 4 | + <name>人员信息导出</name> | ||
| 5 | + <description/> | ||
| 6 | + <extended_description/> | ||
| 7 | + <trans_version/> | ||
| 8 | + <trans_type>Normal</trans_type> | ||
| 9 | + <trans_status>0</trans_status> | ||
| 10 | + <directory>/</directory> | ||
| 11 | + <parameters> | ||
| 12 | + <parameter> | ||
| 13 | + <name>filepath</name> | ||
| 14 | + <default_value/> | ||
| 15 | + <description>excel文件路径</description> | ||
| 16 | + </parameter> | ||
| 17 | + </parameters> | ||
| 18 | + <log> | ||
| 19 | +<trans-log-table><connection/> | ||
| 20 | +<schema/> | ||
| 21 | +<table/> | ||
| 22 | +<size_limit_lines/> | ||
| 23 | +<interval/> | ||
| 24 | +<timeout_days/> | ||
| 25 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table> | ||
| 26 | +<perf-log-table><connection/> | ||
| 27 | +<schema/> | ||
| 28 | +<table/> | ||
| 29 | +<interval/> | ||
| 30 | +<timeout_days/> | ||
| 31 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table> | ||
| 32 | +<channel-log-table><connection/> | ||
| 33 | +<schema/> | ||
| 34 | +<table/> | ||
| 35 | +<timeout_days/> | ||
| 36 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table> | ||
| 37 | +<step-log-table><connection/> | ||
| 38 | +<schema/> | ||
| 39 | +<table/> | ||
| 40 | +<timeout_days/> | ||
| 41 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table> | ||
| 42 | +<metrics-log-table><connection/> | ||
| 43 | +<schema/> | ||
| 44 | +<table/> | ||
| 45 | +<timeout_days/> | ||
| 46 | +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table> | ||
| 47 | + </log> | ||
| 48 | + <maxdate> | ||
| 49 | + <connection/> | ||
| 50 | + <table/> | ||
| 51 | + <field/> | ||
| 52 | + <offset>0.0</offset> | ||
| 53 | + <maxdiff>0.0</maxdiff> | ||
| 54 | + </maxdate> | ||
| 55 | + <size_rowset>10000</size_rowset> | ||
| 56 | + <sleep_time_empty>50</sleep_time_empty> | ||
| 57 | + <sleep_time_full>50</sleep_time_full> | ||
| 58 | + <unique_connections>N</unique_connections> | ||
| 59 | + <feedback_shown>Y</feedback_shown> | ||
| 60 | + <feedback_size>50000</feedback_size> | ||
| 61 | + <using_thread_priorities>Y</using_thread_priorities> | ||
| 62 | + <shared_objects_file/> | ||
| 63 | + <capture_step_performance>N</capture_step_performance> | ||
| 64 | + <step_performance_capturing_delay>1000</step_performance_capturing_delay> | ||
| 65 | + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit> | ||
| 66 | + <dependencies> | ||
| 67 | + </dependencies> | ||
| 68 | + <partitionschemas> | ||
| 69 | + </partitionschemas> | ||
| 70 | + <slaveservers> | ||
| 71 | + </slaveservers> | ||
| 72 | + <clusterschemas> | ||
| 73 | + </clusterschemas> | ||
| 74 | + <created_user>-</created_user> | ||
| 75 | + <created_date>2016/08/09 09:57:38.471</created_date> | ||
| 76 | + <modified_user>-</modified_user> | ||
| 77 | + <modified_date>2016/08/09 09:57:38.471</modified_date> | ||
| 78 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | ||
| 79 | + <is_key_private>N</is_key_private> | ||
| 80 | + </info> | ||
| 81 | + <notepads> | ||
| 82 | + </notepads> | ||
| 83 | + <connection> | ||
| 84 | + <name>192.168.168.1_jwgl_dw</name> | ||
| 85 | + <server>192.168.168.1</server> | ||
| 86 | + <type>ORACLE</type> | ||
| 87 | + <access>Native</access> | ||
| 88 | + <database>orcl</database> | ||
| 89 | + <port>1521</port> | ||
| 90 | + <username>jwgl_dw</username> | ||
| 91 | + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password> | ||
| 92 | + <servername/> | ||
| 93 | + <data_tablespace/> | ||
| 94 | + <index_tablespace/> | ||
| 95 | + <attributes> | ||
| 96 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 97 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 98 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 99 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 100 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 101 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 102 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 103 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 104 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 105 | + </attributes> | ||
| 106 | + </connection> | ||
| 107 | + <connection> | ||
| 108 | + <name>bus_control_variable</name> | ||
| 109 | + <server>${v_db_ip}</server> | ||
| 110 | + <type>MYSQL</type> | ||
| 111 | + <access>Native</access> | ||
| 112 | + <database>${v_db_dname}</database> | ||
| 113 | + <port>3306</port> | ||
| 114 | + <username>${v_db_uname}</username> | ||
| 115 | + <password>${v_db_pwd}</password> | ||
| 116 | + <servername/> | ||
| 117 | + <data_tablespace/> | ||
| 118 | + <index_tablespace/> | ||
| 119 | + <attributes> | ||
| 120 | + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute> | ||
| 121 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 122 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 123 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 124 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 125 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 126 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 127 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 128 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 129 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 130 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 131 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 132 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 133 | + </attributes> | ||
| 134 | + </connection> | ||
| 135 | + <connection> | ||
| 136 | + <name>bus_control_公司_201</name> | ||
| 137 | + <server>localhost</server> | ||
| 138 | + <type>MYSQL</type> | ||
| 139 | + <access>Native</access> | ||
| 140 | + <database>control</database> | ||
| 141 | + <port>3306</port> | ||
| 142 | + <username>root</username> | ||
| 143 | + <password>Encrypted </password> | ||
| 144 | + <servername/> | ||
| 145 | + <data_tablespace/> | ||
| 146 | + <index_tablespace/> | ||
| 147 | + <attributes> | ||
| 148 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 149 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 150 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 151 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 152 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 153 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 154 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 155 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 156 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | ||
| 157 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 158 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 159 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 160 | + </attributes> | ||
| 161 | + </connection> | ||
| 162 | + <connection> | ||
| 163 | + <name>bus_control_本机</name> | ||
| 164 | + <server>localhost</server> | ||
| 165 | + <type>MYSQL</type> | ||
| 166 | + <access>Native</access> | ||
| 167 | + <database>control</database> | ||
| 168 | + <port>3306</port> | ||
| 169 | + <username>root</username> | ||
| 170 | + <password>Encrypted </password> | ||
| 171 | + <servername/> | ||
| 172 | + <data_tablespace/> | ||
| 173 | + <index_tablespace/> | ||
| 174 | + <attributes> | ||
| 175 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 176 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 177 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 178 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 179 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 180 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 181 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 182 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 183 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 184 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 185 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 186 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 187 | + </attributes> | ||
| 188 | + </connection> | ||
| 189 | + <connection> | ||
| 190 | + <name>xlab_mysql_youle</name> | ||
| 191 | + <server>101.231.124.8</server> | ||
| 192 | + <type>MYSQL</type> | ||
| 193 | + <access>Native</access> | ||
| 194 | + <database>xlab_youle</database> | ||
| 195 | + <port>45687</port> | ||
| 196 | + <username>xlab-youle</username> | ||
| 197 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | ||
| 198 | + <servername/> | ||
| 199 | + <data_tablespace/> | ||
| 200 | + <index_tablespace/> | ||
| 201 | + <attributes> | ||
| 202 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 203 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 204 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 205 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 206 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 207 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | ||
| 208 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 209 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 210 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 211 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 212 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 213 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 214 | + </attributes> | ||
| 215 | + </connection> | ||
| 216 | + <connection> | ||
| 217 | + <name>xlab_mysql_youle(本机)</name> | ||
| 218 | + <server>localhost</server> | ||
| 219 | + <type>MYSQL</type> | ||
| 220 | + <access>Native</access> | ||
| 221 | + <database>xlab_youle</database> | ||
| 222 | + <port>3306</port> | ||
| 223 | + <username>root</username> | ||
| 224 | + <password>Encrypted </password> | ||
| 225 | + <servername/> | ||
| 226 | + <data_tablespace/> | ||
| 227 | + <index_tablespace/> | ||
| 228 | + <attributes> | ||
| 229 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | ||
| 230 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | ||
| 231 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 232 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 233 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 234 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | ||
| 235 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 236 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 237 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 238 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 239 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | ||
| 240 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 241 | + </attributes> | ||
| 242 | + </connection> | ||
| 243 | + <connection> | ||
| 244 | + <name>xlab_youle</name> | ||
| 245 | + <server/> | ||
| 246 | + <type>MYSQL</type> | ||
| 247 | + <access>JNDI</access> | ||
| 248 | + <database>xlab_youle</database> | ||
| 249 | + <port>1521</port> | ||
| 250 | + <username/> | ||
| 251 | + <password>Encrypted </password> | ||
| 252 | + <servername/> | ||
| 253 | + <data_tablespace/> | ||
| 254 | + <index_tablespace/> | ||
| 255 | + <attributes> | ||
| 256 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | ||
| 257 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | ||
| 258 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | ||
| 259 | + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute> | ||
| 260 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | ||
| 261 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | ||
| 262 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | ||
| 263 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 264 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | ||
| 265 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | ||
| 266 | + </attributes> | ||
| 267 | + </connection> | ||
| 268 | + <order> | ||
| 269 | + <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> | ||
| 270 | + <hop> <from>表输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | ||
| 271 | + </order> | ||
| 272 | + <step> | ||
| 273 | + <name>Excel输出</name> | ||
| 274 | + <type>ExcelOutput</type> | ||
| 275 | + <description/> | ||
| 276 | + <distribute>Y</distribute> | ||
| 277 | + <custom_distribution/> | ||
| 278 | + <copies>1</copies> | ||
| 279 | + <partitioning> | ||
| 280 | + <method>none</method> | ||
| 281 | + <schema_name/> | ||
| 282 | + </partitioning> | ||
| 283 | + <header>Y</header> | ||
| 284 | + <footer>N</footer> | ||
| 285 | + <encoding/> | ||
| 286 | + <append>N</append> | ||
| 287 | + <add_to_result_filenames>Y</add_to_result_filenames> | ||
| 288 | + <file> | ||
| 289 | + <name>${filepath}</name> | ||
| 290 | + <extention>xls</extention> | ||
| 291 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | ||
| 292 | + <create_parent_folder>N</create_parent_folder> | ||
| 293 | + <split>N</split> | ||
| 294 | + <add_date>N</add_date> | ||
| 295 | + <add_time>N</add_time> | ||
| 296 | + <SpecifyFormat>N</SpecifyFormat> | ||
| 297 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | ||
| 298 | + <sheetname>工作表1</sheetname> | ||
| 299 | + <autosizecolums>N</autosizecolums> | ||
| 300 | + <nullisblank>N</nullisblank> | ||
| 301 | + <protect_sheet>N</protect_sheet> | ||
| 302 | + <password>Encrypted </password> | ||
| 303 | + <splitevery>0</splitevery> | ||
| 304 | + <usetempfiles>N</usetempfiles> | ||
| 305 | + <tempdirectory/> | ||
| 306 | + </file> | ||
| 307 | + <template> | ||
| 308 | + <enabled>N</enabled> | ||
| 309 | + <append>N</append> | ||
| 310 | + <filename>template.xls</filename> | ||
| 311 | + </template> | ||
| 312 | + <fields> | ||
| 313 | + <field> | ||
| 314 | + <name>姓名</name> | ||
| 315 | + <type>String</type> | ||
| 316 | + <format/> | ||
| 317 | + </field> | ||
| 318 | + <field> | ||
| 319 | + <name>工号</name> | ||
| 320 | + <type>String</type> | ||
| 321 | + <format/> | ||
| 322 | + </field> | ||
| 323 | + <field> | ||
| 324 | + <name>所属公司</name> | ||
| 325 | + <type>String</type> | ||
| 326 | + <format/> | ||
| 327 | + </field> | ||
| 328 | + <field> | ||
| 329 | + <name>所属公司代码</name> | ||
| 330 | + <type>String</type> | ||
| 331 | + <format/> | ||
| 332 | + </field> | ||
| 333 | + <field> | ||
| 334 | + <name>所属分公司</name> | ||
| 335 | + <type>String</type> | ||
| 336 | + <format/> | ||
| 337 | + </field> | ||
| 338 | + <field> | ||
| 339 | + <name>所属分公司代码</name> | ||
| 340 | + <type>String</type> | ||
| 341 | + <format/> | ||
| 342 | + </field> | ||
| 343 | + </fields> | ||
| 344 | + <custom> | ||
| 345 | + <header_font_name>arial</header_font_name> | ||
| 346 | + <header_font_size>10</header_font_size> | ||
| 347 | + <header_font_bold>N</header_font_bold> | ||
| 348 | + <header_font_italic>N</header_font_italic> | ||
| 349 | + <header_font_underline>no</header_font_underline> | ||
| 350 | + <header_font_orientation>horizontal</header_font_orientation> | ||
| 351 | + <header_font_color>black</header_font_color> | ||
| 352 | + <header_background_color>none</header_background_color> | ||
| 353 | + <header_row_height>255</header_row_height> | ||
| 354 | + <header_alignment>left</header_alignment> | ||
| 355 | + <header_image/> | ||
| 356 | + <row_font_name>arial</row_font_name> | ||
| 357 | + <row_font_size>10</row_font_size> | ||
| 358 | + <row_font_color>black</row_font_color> | ||
| 359 | + <row_background_color>none</row_background_color> | ||
| 360 | + </custom> | ||
| 361 | + <cluster_schema/> | ||
| 362 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 363 | + <xloc>346</xloc> | ||
| 364 | + <yloc>66</yloc> | ||
| 365 | + <draw>Y</draw> | ||
| 366 | + </GUI> | ||
| 367 | + </step> | ||
| 368 | + | ||
| 369 | + <step> | ||
| 370 | + <name>字段选择</name> | ||
| 371 | + <type>SelectValues</type> | ||
| 372 | + <description/> | ||
| 373 | + <distribute>Y</distribute> | ||
| 374 | + <custom_distribution/> | ||
| 375 | + <copies>1</copies> | ||
| 376 | + <partitioning> | ||
| 377 | + <method>none</method> | ||
| 378 | + <schema_name/> | ||
| 379 | + </partitioning> | ||
| 380 | + <fields> <field> <name>personnel_name</name> | ||
| 381 | + <rename>姓名</rename> | ||
| 382 | + <length>-2</length> | ||
| 383 | + <precision>-2</precision> | ||
| 384 | + </field> <field> <name>job_code</name> | ||
| 385 | + <rename>工号</rename> | ||
| 386 | + <length>-2</length> | ||
| 387 | + <precision>-2</precision> | ||
| 388 | + </field> <field> <name>company</name> | ||
| 389 | + <rename>所属公司</rename> | ||
| 390 | + <length>-2</length> | ||
| 391 | + <precision>-2</precision> | ||
| 392 | + </field> <field> <name>company_code</name> | ||
| 393 | + <rename>所属公司代码</rename> | ||
| 394 | + <length>-2</length> | ||
| 395 | + <precision>-2</precision> | ||
| 396 | + </field> <field> <name>branche_company</name> | ||
| 397 | + <rename>所属分公司</rename> | ||
| 398 | + <length>-2</length> | ||
| 399 | + <precision>-2</precision> | ||
| 400 | + </field> <field> <name>branche_company_code</name> | ||
| 401 | + <rename>所属分公司代码</rename> | ||
| 402 | + <length>-2</length> | ||
| 403 | + <precision>-2</precision> | ||
| 404 | + </field> <select_unspecified>N</select_unspecified> | ||
| 405 | + </fields> <cluster_schema/> | ||
| 406 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 407 | + <xloc>221</xloc> | ||
| 408 | + <yloc>66</yloc> | ||
| 409 | + <draw>Y</draw> | ||
| 410 | + </GUI> | ||
| 411 | + </step> | ||
| 412 | + | ||
| 413 | + <step> | ||
| 414 | + <name>表输入</name> | ||
| 415 | + <type>TableInput</type> | ||
| 416 | + <description/> | ||
| 417 | + <distribute>Y</distribute> | ||
| 418 | + <custom_distribution/> | ||
| 419 | + <copies>1</copies> | ||
| 420 | + <partitioning> | ||
| 421 | + <method>none</method> | ||
| 422 | + <schema_name/> | ||
| 423 | + </partitioning> | ||
| 424 | + <connection>bus_control_variable</connection> | ||
| 425 | + <sql>SELECT * FROM bsth_c_personnel;</sql> | ||
| 426 | + <limit>0</limit> | ||
| 427 | + <lookup/> | ||
| 428 | + <execute_each_row>N</execute_each_row> | ||
| 429 | + <variables_active>N</variables_active> | ||
| 430 | + <lazy_conversion_active>N</lazy_conversion_active> | ||
| 431 | + <cluster_schema/> | ||
| 432 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | ||
| 433 | + <xloc>112</xloc> | ||
| 434 | + <yloc>66</yloc> | ||
| 435 | + <draw>Y</draw> | ||
| 436 | + </GUI> | ||
| 437 | + </step> | ||
| 438 | + | ||
| 439 | + <step_error_handling> | ||
| 440 | + </step_error_handling> | ||
| 441 | + <slave-step-copy-partition-distribution> | ||
| 442 | +</slave-step-copy-partition-distribution> | ||
| 443 | + <slave_transformation>N</slave_transformation> | ||
| 444 | + | ||
| 445 | +</transformation> |