Commit 0072904cc8aaf957a278ad88e08c8f389adfd67b
1 parent
639ba4ae
update
Showing
11 changed files
with
1982 additions
and
1982 deletions
src/main/resources/datatools/ktrs/carsConfigDataInput.ktr
| ... | ... | @@ -85,11 +85,11 @@ |
| 85 | 85 | </info> |
| 86 | 86 | <notepads> |
| 87 | 87 | <notepad> |
| 88 | - <note>配车分当前/历史/计划,历史配车有终止时间,然后是否切换基本都是1
是否切换 暂时不知道什么意思,当前配车都设置为0
终止时间 当前配车没有终止时间,这个估计要作为查询条件的
早班时间 没有暂时空着
末班时间 没有暂时空着</note> | |
| 88 | + <note>配车分当前/历史/计划,历史配车有终止时间,然后是否切换基本都是1
是否切换 暂时不知道什么意思,当前配车都设置为0
终止时间 当前配车没有终止时间,这个估计要作为查询条件的
早班时间 没有暂时空着
末班时间 没有暂时空着
</note> | |
| 89 | 89 | <xloc>260</xloc> |
| 90 | 90 | <yloc>124</yloc> |
| 91 | 91 | <width>391</width> |
| 92 | - <heigth>90</heigth> | |
| 92 | + <heigth>106</heigth> | |
| 93 | 93 | <fontname>YaHei Consolas Hybrid</fontname> |
| 94 | 94 | <fontsize>12</fontsize> |
| 95 | 95 | <fontbold>N</fontbold> |
| ... | ... | @@ -111,7 +111,7 @@ |
| 111 | 111 | <server>${v_db_ip}</server> |
| 112 | 112 | <type>MYSQL</type> |
| 113 | 113 | <access>Native</access> |
| 114 | - <database>control</database> | |
| 114 | + <database>${v_db_dname}</database> | |
| 115 | 115 | <port>3306</port> |
| 116 | 116 | <username>${v_db_uname}</username> |
| 117 | 117 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -329,7 +329,7 @@ |
| 329 | 329 | <precision>-1</precision> |
| 330 | 330 | <trim_type>none</trim_type> |
| 331 | 331 | <repeat>N</repeat> |
| 332 | - <format/> | |
| 332 | + <format>#</format> | |
| 333 | 333 | <currency/> |
| 334 | 334 | <decimal/> |
| 335 | 335 | <group/> |
| ... | ... | @@ -513,6 +513,41 @@ |
| 513 | 513 | </step> |
| 514 | 514 | |
| 515 | 515 | <step> |
| 516 | + <name>日期转换</name> | |
| 517 | + <type>SelectValues</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 | + <fields> <select_unspecified>N</select_unspecified> | |
| 527 | + <meta> <name>qyrq</name> | |
| 528 | + <rename>qyrq</rename> | |
| 529 | + <type>Date</type> | |
| 530 | + <length>-2</length> | |
| 531 | + <precision>-2</precision> | |
| 532 | + <conversion_mask>yyyy-MM-dd</conversion_mask> | |
| 533 | + <date_format_lenient>false</date_format_lenient> | |
| 534 | + <date_format_locale/> | |
| 535 | + <date_format_timezone/> | |
| 536 | + <lenient_string_to_number>false</lenient_string_to_number> | |
| 537 | + <encoding/> | |
| 538 | + <decimal_symbol/> | |
| 539 | + <grouping_symbol/> | |
| 540 | + <currency_symbol/> | |
| 541 | + <storage_type/> | |
| 542 | + </meta> </fields> <cluster_schema/> | |
| 543 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 544 | + <xloc>913</xloc> | |
| 545 | + <yloc>54</yloc> | |
| 546 | + <draw>Y</draw> | |
| 547 | + </GUI> | |
| 548 | + </step> | |
| 549 | + | |
| 550 | + <step> | |
| 516 | 551 | <name>是否切换</name> |
| 517 | 552 | <type>Constant</type> |
| 518 | 553 | <description/> |
| ... | ... | @@ -801,41 +836,6 @@ |
| 801 | 836 | </GUI> |
| 802 | 837 | </step> |
| 803 | 838 | |
| 804 | - <step> | |
| 805 | - <name>日期转换</name> | |
| 806 | - <type>SelectValues</type> | |
| 807 | - <description/> | |
| 808 | - <distribute>Y</distribute> | |
| 809 | - <custom_distribution/> | |
| 810 | - <copies>1</copies> | |
| 811 | - <partitioning> | |
| 812 | - <method>none</method> | |
| 813 | - <schema_name/> | |
| 814 | - </partitioning> | |
| 815 | - <fields> <select_unspecified>N</select_unspecified> | |
| 816 | - <meta> <name>qyrq</name> | |
| 817 | - <rename>qyrq</rename> | |
| 818 | - <type>Date</type> | |
| 819 | - <length>-2</length> | |
| 820 | - <precision>-2</precision> | |
| 821 | - <conversion_mask>yyyy-MM-dd</conversion_mask> | |
| 822 | - <date_format_lenient>false</date_format_lenient> | |
| 823 | - <date_format_locale/> | |
| 824 | - <date_format_timezone/> | |
| 825 | - <lenient_string_to_number>false</lenient_string_to_number> | |
| 826 | - <encoding/> | |
| 827 | - <decimal_symbol/> | |
| 828 | - <grouping_symbol/> | |
| 829 | - <currency_symbol/> | |
| 830 | - <storage_type/> | |
| 831 | - </meta> </fields> <cluster_schema/> | |
| 832 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 833 | - <xloc>913</xloc> | |
| 834 | - <yloc>54</yloc> | |
| 835 | - <draw>Y</draw> | |
| 836 | - </GUI> | |
| 837 | - </step> | |
| 838 | - | |
| 839 | 839 | <step_error_handling> |
| 840 | 840 | <error> |
| 841 | 841 | <source_step>插入/更新bsth_c_s_ccinfo</source_step> | ... | ... |
src/main/resources/datatools/ktrs/carsDataInput.ktr
| ... | ... | @@ -85,11 +85,11 @@ |
| 85 | 85 | </info> |
| 86 | 86 | <notepads> |
| 87 | 87 | <notepad> |
| 88 | - <note>原系统的导出表,有些数据是没有的,有些数据也有问题,如下
报废日期去掉
车辆编码,暂时用1代替
是否电车 没有
车辆序号 没有
是否切换 没有
线路名称(这里不做关联,只是登记的时候使用) 咩有

字典
是与否truefalseType 是 1
是与否truefalseType 否 0

供应商名称snames 巴士拓华 1
供应商名称snames 博康 2

营运状态yyztType 营运 1
营运状态yyztType 停运 2
营运状态yyztType 挂失 3
营运状态yyztType 迁出(过户) 4
营运状态yyztType 迁出(转籍) 5
营运状态yyztType 报废 6
营运状态yyztType 歇业 7
营运状态yyztType 注销 8
营运状态yyztType 测试 9
营运状态yyztType 其他 10

机动车类型jdcType 非机动车 1
机动车类型jdcType 机动一队 2
机动车类型jdcType 机动二队 3
机动车类型jdcType 机动三队 4
机动车类型jdcType 备车 5
机动车类型jdcType 抢修车 6

车辆类型carType 营运车 1
车辆类型carType 包车 2
车辆类型carType 学校班车 3
车辆类型carType 公司班车 4
车辆类型carType 待报废车 5
车辆类型carType 备车 6
车辆类型carType 测试设备 7



</note> | |
| 88 | + <note>原系统的导出表,有些数据是没有的,有些数据也有问题,如下
报废日期去掉
车辆编码,暂时用1代替
是否电车 没有
车辆序号 没有
是否切换 没有
线路名称(这里不做关联,只是登记的时候使用) 咩有

字典
是与否truefalseType 是 1
是与否truefalseType 否 0


供应商名称snames 巴士拓华 1
供应商名称snames 博康 2

营运状态yyztType 营运 1
营运状态yyztType 停运 2
营运状态yyztType 挂失 3
营运状态yyztType 迁出(过户) 4
营运状态yyztType 迁出(转籍) 5
营运状态yyztType 报废 6
营运状态yyztType 歇业 7
营运状态yyztType 注销 8
营运状态yyztType 测试 9
营运状态yyztType 其他 10

机动车类型jdcType 非机动车 1
机动车类型jdcType 机动一队 2
机动车类型jdcType 机动二队 3
机动车类型jdcType 机动三队 4
机动车类型jdcType 备车 5
机动车类型jdcType 抢修车 6

车辆类型carType 营运车 1
车辆类型carType 包车 2
车辆类型carType 学校班车 3
车辆类型carType 公司班车 4
车辆类型carType 待报废车 5
车辆类型carType 备车 6
车辆类型carType 测试设备 7



</note> | |
| 89 | 89 | <xloc>45</xloc> |
| 90 | 90 | <yloc>254</yloc> |
| 91 | 91 | <width>346</width> |
| 92 | - <heigth>714</heigth> | |
| 92 | + <heigth>730</heigth> | |
| 93 | 93 | <fontname>YaHei Consolas Hybrid</fontname> |
| 94 | 94 | <fontsize>12</fontsize> |
| 95 | 95 | <fontbold>N</fontbold> | ... | ... |
src/main/resources/datatools/ktrs/carsDataOutput.ktr
| ... | ... | @@ -1357,8 +1357,8 @@ |
| 1357 | 1357 | </fields> |
| 1358 | 1358 | <cluster_schema/> |
| 1359 | 1359 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 1360 | - <xloc>206</xloc> | |
| 1361 | - <yloc>154</yloc> | |
| 1360 | + <xloc>208</xloc> | |
| 1361 | + <yloc>157</yloc> | |
| 1362 | 1362 | <draw>Y</draw> |
| 1363 | 1363 | </GUI> |
| 1364 | 1364 | </step> | ... | ... |
src/main/resources/datatools/ktrs/employeesConfigDataInput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<transformation> | |
| 3 | - <info> | |
| 4 | - <name>employeesConfigDataInput</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>erroroutputdir</name> | |
| 14 | - <default_value/> | |
| 15 | - <description>ktr step配置的错误输出目录</description> | |
| 16 | - </parameter> | |
| 17 | - <parameter> | |
| 18 | - <name>filepath</name> | |
| 19 | - <default_value/> | |
| 20 | - <description>待处理导入的excel文件</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>2016/06/29 15:12:27.273</created_date> | |
| 81 | - <modified_user>-</modified_user> | |
| 82 | - <modified_date>2016/06/29 15:12:27.273</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>原系统的表中,车辆内部编码是没的,
搭班编码 这个貌似用于驾驶员和售票员用的,好像不能一样的
车辆内部编码 没有暂时空着</note> | |
| 89 | - <xloc>252</xloc> | |
| 90 | - <yloc>178</yloc> | |
| 91 | - <width>341</width> | |
| 92 | - <heigth>58</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>control</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.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 123 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 124 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 125 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 126 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 127 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 128 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 129 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 130 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 131 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 132 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 133 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 134 | - </attributes> | |
| 135 | - </connection> | |
| 136 | - <connection> | |
| 137 | - <name>bus_control_公司_201</name> | |
| 138 | - <server>localhost</server> | |
| 139 | - <type>MYSQL</type> | |
| 140 | - <access>Native</access> | |
| 141 | - <database>control</database> | |
| 142 | - <port>3306</port> | |
| 143 | - <username>root</username> | |
| 144 | - <password>Encrypted </password> | |
| 145 | - <servername/> | |
| 146 | - <data_tablespace/> | |
| 147 | - <index_tablespace/> | |
| 148 | - <attributes> | |
| 149 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 150 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 151 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 152 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 153 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 154 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 155 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 156 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 157 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 158 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 159 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 160 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 161 | - </attributes> | |
| 162 | - </connection> | |
| 163 | - <connection> | |
| 164 | - <name>bus_control_本机</name> | |
| 165 | - <server>localhost</server> | |
| 166 | - <type>MYSQL</type> | |
| 167 | - <access>Native</access> | |
| 168 | - <database>control</database> | |
| 169 | - <port>3306</port> | |
| 170 | - <username>root</username> | |
| 171 | - <password>Encrypted </password> | |
| 172 | - <servername/> | |
| 173 | - <data_tablespace/> | |
| 174 | - <index_tablespace/> | |
| 175 | - <attributes> | |
| 176 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 177 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 178 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 179 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 180 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 181 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 182 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 183 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 184 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 185 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 186 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 187 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 188 | - </attributes> | |
| 189 | - </connection> | |
| 190 | - <connection> | |
| 191 | - <name>xlab_mysql_youle</name> | |
| 192 | - <server>101.231.124.8</server> | |
| 193 | - <type>MYSQL</type> | |
| 194 | - <access>Native</access> | |
| 195 | - <database>xlab_youle</database> | |
| 196 | - <port>45687</port> | |
| 197 | - <username>xlab-youle</username> | |
| 198 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | |
| 199 | - <servername/> | |
| 200 | - <data_tablespace/> | |
| 201 | - <index_tablespace/> | |
| 202 | - <attributes> | |
| 203 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 204 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 205 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 206 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 207 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 208 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | |
| 209 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 210 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 211 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 212 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 213 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 214 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 215 | - </attributes> | |
| 216 | - </connection> | |
| 217 | - <connection> | |
| 218 | - <name>xlab_mysql_youle(本机)</name> | |
| 219 | - <server>localhost</server> | |
| 220 | - <type>MYSQL</type> | |
| 221 | - <access>Native</access> | |
| 222 | - <database>xlab_youle</database> | |
| 223 | - <port>3306</port> | |
| 224 | - <username>root</username> | |
| 225 | - <password>Encrypted </password> | |
| 226 | - <servername/> | |
| 227 | - <data_tablespace/> | |
| 228 | - <index_tablespace/> | |
| 229 | - <attributes> | |
| 230 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 231 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 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>3306</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>N</attribute></attribute> | |
| 240 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 241 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 242 | - </attributes> | |
| 243 | - </connection> | |
| 244 | - <connection> | |
| 245 | - <name>xlab_youle</name> | |
| 246 | - <server/> | |
| 247 | - <type>MYSQL</type> | |
| 248 | - <access>JNDI</access> | |
| 249 | - <database>xlab_youle</database> | |
| 250 | - <port>1521</port> | |
| 251 | - <username/> | |
| 252 | - <password>Encrypted </password> | |
| 253 | - <servername/> | |
| 254 | - <data_tablespace/> | |
| 255 | - <index_tablespace/> | |
| 256 | - <attributes> | |
| 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>1521</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>Y</attribute></attribute> | |
| 265 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 266 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 267 | - </attributes> | |
| 268 | - </connection> | |
| 269 | - <order> | |
| 270 | - <hop> <from>原始系统导出的Excel输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | |
| 271 | - <hop> <from>字段选择</from><to>查询线路关联</to><enabled>Y</enabled> </hop> | |
| 272 | - <hop> <from>插入/更新bsth_c_s_ecinfo</from><to>错误输出</to><enabled>Y</enabled> </hop> | |
| 273 | - <hop> <from>查询售票员关联</from><to>插入/更新bsth_c_s_ecinfo</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>ExcelInput</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 | - <noempty>Y</noempty> | |
| 291 | - <stoponempty>N</stoponempty> | |
| 292 | - <filefield/> | |
| 293 | - <sheetfield/> | |
| 294 | - <sheetrownumfield/> | |
| 295 | - <rownumfield/> | |
| 296 | - <sheetfield/> | |
| 297 | - <filefield/> | |
| 298 | - <limit>0</limit> | |
| 299 | - <encoding/> | |
| 300 | - <add_to_result_filenames>Y</add_to_result_filenames> | |
| 301 | - <accept_filenames>Y</accept_filenames> | |
| 302 | - <accept_field>filepath_</accept_field> | |
| 303 | - <accept_stepname>获取变量</accept_stepname> | |
| 304 | - <file> | |
| 305 | - <name/> | |
| 306 | - <filemask/> | |
| 307 | - <exclude_filemask/> | |
| 308 | - <file_required>N</file_required> | |
| 309 | - <include_subfolders>N</include_subfolders> | |
| 310 | - </file> | |
| 311 | - <fields> | |
| 312 | - <field> | |
| 313 | - <name>线路</name> | |
| 314 | - <type>String</type> | |
| 315 | - <length>-1</length> | |
| 316 | - <precision>-1</precision> | |
| 317 | - <trim_type>none</trim_type> | |
| 318 | - <repeat>N</repeat> | |
| 319 | - <format/> | |
| 320 | - <currency/> | |
| 321 | - <decimal/> | |
| 322 | - <group/> | |
| 323 | - </field> | |
| 324 | - <field> | |
| 325 | - <name>搭班编码</name> | |
| 326 | - <type>String</type> | |
| 327 | - <length>-1</length> | |
| 328 | - <precision>-1</precision> | |
| 329 | - <trim_type>none</trim_type> | |
| 330 | - <repeat>N</repeat> | |
| 331 | - <format/> | |
| 332 | - <currency/> | |
| 333 | - <decimal/> | |
| 334 | - <group/> | |
| 335 | - </field> | |
| 336 | - <field> | |
| 337 | - <name>驾驶员工号</name> | |
| 338 | - <type>String</type> | |
| 339 | - <length>-1</length> | |
| 340 | - <precision>-1</precision> | |
| 341 | - <trim_type>none</trim_type> | |
| 342 | - <repeat>N</repeat> | |
| 343 | - <format/> | |
| 344 | - <currency/> | |
| 345 | - <decimal/> | |
| 346 | - <group/> | |
| 347 | - </field> | |
| 348 | - <field> | |
| 349 | - <name>驾驶员</name> | |
| 350 | - <type>String</type> | |
| 351 | - <length>-1</length> | |
| 352 | - <precision>-1</precision> | |
| 353 | - <trim_type>none</trim_type> | |
| 354 | - <repeat>N</repeat> | |
| 355 | - <format/> | |
| 356 | - <currency/> | |
| 357 | - <decimal/> | |
| 358 | - <group/> | |
| 359 | - </field> | |
| 360 | - <field> | |
| 361 | - <name>售票员工号</name> | |
| 362 | - <type>String</type> | |
| 363 | - <length>-1</length> | |
| 364 | - <precision>-1</precision> | |
| 365 | - <trim_type>none</trim_type> | |
| 366 | - <repeat>N</repeat> | |
| 367 | - <format/> | |
| 368 | - <currency/> | |
| 369 | - <decimal/> | |
| 370 | - <group/> | |
| 371 | - </field> | |
| 372 | - <field> | |
| 373 | - <name>售票员</name> | |
| 374 | - <type>String</type> | |
| 375 | - <length>-1</length> | |
| 376 | - <precision>-1</precision> | |
| 377 | - <trim_type>none</trim_type> | |
| 378 | - <repeat>N</repeat> | |
| 379 | - <format/> | |
| 380 | - <currency/> | |
| 381 | - <decimal/> | |
| 382 | - <group/> | |
| 383 | - </field> | |
| 384 | - <field> | |
| 385 | - <name>车辆</name> | |
| 386 | - <type>String</type> | |
| 387 | - <length>-1</length> | |
| 388 | - <precision>-1</precision> | |
| 389 | - <trim_type>none</trim_type> | |
| 390 | - <repeat>N</repeat> | |
| 391 | - <format/> | |
| 392 | - <currency/> | |
| 393 | - <decimal/> | |
| 394 | - <group/> | |
| 395 | - </field> | |
| 396 | - </fields> | |
| 397 | - <sheets> | |
| 398 | - <sheet> | |
| 399 | - <name>工作表1</name> | |
| 400 | - <startrow>0</startrow> | |
| 401 | - <startcol>0</startcol> | |
| 402 | - </sheet> | |
| 403 | - </sheets> | |
| 404 | - <strict_types>N</strict_types> | |
| 405 | - <error_ignored>N</error_ignored> | |
| 406 | - <error_line_skipped>N</error_line_skipped> | |
| 407 | - <bad_line_files_destination_directory/> | |
| 408 | - <bad_line_files_extension>warning</bad_line_files_extension> | |
| 409 | - <error_line_files_destination_directory/> | |
| 410 | - <error_line_files_extension>error</error_line_files_extension> | |
| 411 | - <line_number_files_destination_directory/> | |
| 412 | - <line_number_files_extension>line</line_number_files_extension> | |
| 413 | - <shortFileFieldName/> | |
| 414 | - <pathFieldName/> | |
| 415 | - <hiddenFieldName/> | |
| 416 | - <lastModificationTimeFieldName/> | |
| 417 | - <uriNameFieldName/> | |
| 418 | - <rootUriNameFieldName/> | |
| 419 | - <extensionFieldName/> | |
| 420 | - <sizeFieldName/> | |
| 421 | - <spreadsheet_type>JXL</spreadsheet_type> | |
| 422 | - <cluster_schema/> | |
| 423 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 424 | - <xloc>144</xloc> | |
| 425 | - <yloc>49</yloc> | |
| 426 | - <draw>Y</draw> | |
| 427 | - </GUI> | |
| 428 | - </step> | |
| 429 | - | |
| 430 | - <step> | |
| 431 | - <name>字段选择</name> | |
| 432 | - <type>SelectValues</type> | |
| 433 | - <description/> | |
| 434 | - <distribute>Y</distribute> | |
| 435 | - <custom_distribution/> | |
| 436 | - <copies>1</copies> | |
| 437 | - <partitioning> | |
| 438 | - <method>none</method> | |
| 439 | - <schema_name/> | |
| 440 | - </partitioning> | |
| 441 | - <fields> <field> <name>线路</name> | |
| 442 | - <rename>xl</rename> | |
| 443 | - <length>-2</length> | |
| 444 | - <precision>-2</precision> | |
| 445 | - </field> <field> <name>搭班编码</name> | |
| 446 | - <rename>dbbm</rename> | |
| 447 | - <length>-2</length> | |
| 448 | - <precision>-2</precision> | |
| 449 | - </field> <field> <name>驾驶员工号</name> | |
| 450 | - <rename>jsy_no</rename> | |
| 451 | - <length>-2</length> | |
| 452 | - <precision>-2</precision> | |
| 453 | - </field> <field> <name>驾驶员</name> | |
| 454 | - <rename>jsy_name</rename> | |
| 455 | - <length>-2</length> | |
| 456 | - <precision>-2</precision> | |
| 457 | - </field> <field> <name>售票员工号</name> | |
| 458 | - <rename>spy_no</rename> | |
| 459 | - <length>-2</length> | |
| 460 | - <precision>-2</precision> | |
| 461 | - </field> <field> <name>售票员</name> | |
| 462 | - <rename>spy_name</rename> | |
| 463 | - <length>-2</length> | |
| 464 | - <precision>-2</precision> | |
| 465 | - </field> <field> <name>车辆</name> | |
| 466 | - <rename>cl</rename> | |
| 467 | - <length>-2</length> | |
| 468 | - <precision>-2</precision> | |
| 469 | - </field> <select_unspecified>N</select_unspecified> | |
| 470 | - </fields> <cluster_schema/> | |
| 471 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 472 | - <xloc>294</xloc> | |
| 473 | - <yloc>50</yloc> | |
| 474 | - <draw>Y</draw> | |
| 475 | - </GUI> | |
| 476 | - </step> | |
| 477 | - | |
| 478 | - <step> | |
| 479 | - <name>插入/更新bsth_c_s_ecinfo</name> | |
| 480 | - <type>InsertUpdate</type> | |
| 481 | - <description/> | |
| 482 | - <distribute>Y</distribute> | |
| 483 | - <custom_distribution/> | |
| 484 | - <copies>1</copies> | |
| 485 | - <partitioning> | |
| 486 | - <method>none</method> | |
| 487 | - <schema_name/> | |
| 488 | - </partitioning> | |
| 489 | - <connection>bus_control_variable</connection> | |
| 490 | - <commit>100</commit> | |
| 491 | - <update_bypassed>N</update_bypassed> | |
| 492 | - <lookup> | |
| 493 | - <schema/> | |
| 494 | - <table>bsth_c_s_ecinfo</table> | |
| 495 | - <key> | |
| 496 | - <name>xlid</name> | |
| 497 | - <field>xl</field> | |
| 498 | - <condition>=</condition> | |
| 499 | - <name2/> | |
| 500 | - </key> | |
| 501 | - <key> | |
| 502 | - <name>jsyid</name> | |
| 503 | - <field>jsy</field> | |
| 504 | - <condition>=</condition> | |
| 505 | - <name2/> | |
| 506 | - </key> | |
| 507 | - <key> | |
| 508 | - <name>spyid</name> | |
| 509 | - <field>spy</field> | |
| 510 | - <condition>=</condition> | |
| 511 | - <name2/> | |
| 512 | - </key> | |
| 513 | - <value> | |
| 514 | - <name>xl</name> | |
| 515 | - <rename>xlid</rename> | |
| 516 | - <update>Y</update> | |
| 517 | - </value> | |
| 518 | - <value> | |
| 519 | - <name>dbbm</name> | |
| 520 | - <rename>dbbm</rename> | |
| 521 | - <update>Y</update> | |
| 522 | - </value> | |
| 523 | - <value> | |
| 524 | - <name>jsy</name> | |
| 525 | - <rename>jsyid</rename> | |
| 526 | - <update>Y</update> | |
| 527 | - </value> | |
| 528 | - <value> | |
| 529 | - <name>spy</name> | |
| 530 | - <rename>spyid</rename> | |
| 531 | - <update>Y</update> | |
| 532 | - </value> | |
| 533 | - </lookup> | |
| 534 | - <cluster_schema/> | |
| 535 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 536 | - <xloc>721</xloc> | |
| 537 | - <yloc>181</yloc> | |
| 538 | - <draw>Y</draw> | |
| 539 | - </GUI> | |
| 540 | - </step> | |
| 541 | - | |
| 542 | - <step> | |
| 543 | - <name>查询售票员关联</name> | |
| 544 | - <type>DBLookup</type> | |
| 545 | - <description/> | |
| 546 | - <distribute>Y</distribute> | |
| 547 | - <custom_distribution/> | |
| 548 | - <copies>1</copies> | |
| 549 | - <partitioning> | |
| 550 | - <method>none</method> | |
| 551 | - <schema_name/> | |
| 552 | - </partitioning> | |
| 553 | - <connection>bus_control_variable</connection> | |
| 554 | - <cache>N</cache> | |
| 555 | - <cache_load_all>N</cache_load_all> | |
| 556 | - <cache_size>0</cache_size> | |
| 557 | - <lookup> | |
| 558 | - <schema/> | |
| 559 | - <table>bsth_c_personnel</table> | |
| 560 | - <orderby/> | |
| 561 | - <fail_on_multiple>N</fail_on_multiple> | |
| 562 | - <eat_row_on_failure>N</eat_row_on_failure> | |
| 563 | - <key> | |
| 564 | - <name>spy_no</name> | |
| 565 | - <field>job_code</field> | |
| 566 | - <condition>=</condition> | |
| 567 | - <name2/> | |
| 568 | - </key> | |
| 569 | - <value> | |
| 570 | - <name>id</name> | |
| 571 | - <rename>spyid</rename> | |
| 572 | - <default/> | |
| 573 | - <type>Integer</type> | |
| 574 | - </value> | |
| 575 | - </lookup> | |
| 576 | - <cluster_schema/> | |
| 577 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 578 | - <xloc>720</xloc> | |
| 579 | - <yloc>51</yloc> | |
| 580 | - <draw>Y</draw> | |
| 581 | - </GUI> | |
| 582 | - </step> | |
| 583 | - | |
| 584 | - <step> | |
| 585 | - <name>查询线路关联</name> | |
| 586 | - <type>DBLookup</type> | |
| 587 | - <description/> | |
| 588 | - <distribute>Y</distribute> | |
| 589 | - <custom_distribution/> | |
| 590 | - <copies>1</copies> | |
| 591 | - <partitioning> | |
| 592 | - <method>none</method> | |
| 593 | - <schema_name/> | |
| 594 | - </partitioning> | |
| 595 | - <connection>bus_control_variable</connection> | |
| 596 | - <cache>N</cache> | |
| 597 | - <cache_load_all>N</cache_load_all> | |
| 598 | - <cache_size>0</cache_size> | |
| 599 | - <lookup> | |
| 600 | - <schema/> | |
| 601 | - <table>bsth_c_line</table> | |
| 602 | - <orderby/> | |
| 603 | - <fail_on_multiple>N</fail_on_multiple> | |
| 604 | - <eat_row_on_failure>N</eat_row_on_failure> | |
| 605 | - <key> | |
| 606 | - <name>xl</name> | |
| 607 | - <field>name</field> | |
| 608 | - <condition>=</condition> | |
| 609 | - <name2/> | |
| 610 | - </key> | |
| 611 | - <value> | |
| 612 | - <name>id</name> | |
| 613 | - <rename>xlid</rename> | |
| 614 | - <default/> | |
| 615 | - <type>Integer</type> | |
| 616 | - </value> | |
| 617 | - </lookup> | |
| 618 | - <cluster_schema/> | |
| 619 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 620 | - <xloc>429</xloc> | |
| 621 | - <yloc>51</yloc> | |
| 622 | - <draw>Y</draw> | |
| 623 | - </GUI> | |
| 624 | - </step> | |
| 625 | - | |
| 626 | - <step> | |
| 627 | - <name>查询驾驶员关联</name> | |
| 628 | - <type>DBLookup</type> | |
| 629 | - <description/> | |
| 630 | - <distribute>Y</distribute> | |
| 631 | - <custom_distribution/> | |
| 632 | - <copies>1</copies> | |
| 633 | - <partitioning> | |
| 634 | - <method>none</method> | |
| 635 | - <schema_name/> | |
| 636 | - </partitioning> | |
| 637 | - <connection>bus_control_variable</connection> | |
| 638 | - <cache>N</cache> | |
| 639 | - <cache_load_all>N</cache_load_all> | |
| 640 | - <cache_size>0</cache_size> | |
| 641 | - <lookup> | |
| 642 | - <schema/> | |
| 643 | - <table>bsth_c_personnel</table> | |
| 644 | - <orderby/> | |
| 645 | - <fail_on_multiple>N</fail_on_multiple> | |
| 646 | - <eat_row_on_failure>N</eat_row_on_failure> | |
| 647 | - <key> | |
| 648 | - <name>jsy_no</name> | |
| 649 | - <field>job_code</field> | |
| 650 | - <condition>=</condition> | |
| 651 | - <name2/> | |
| 652 | - </key> | |
| 653 | - <value> | |
| 654 | - <name>id</name> | |
| 655 | - <rename>jsyid</rename> | |
| 656 | - <default/> | |
| 657 | - <type>Integer</type> | |
| 658 | - </value> | |
| 659 | - </lookup> | |
| 660 | - <cluster_schema/> | |
| 661 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 662 | - <xloc>573</xloc> | |
| 663 | - <yloc>51</yloc> | |
| 664 | - <draw>Y</draw> | |
| 665 | - </GUI> | |
| 666 | - </step> | |
| 667 | - | |
| 668 | - <step> | |
| 669 | - <name>获取变量</name> | |
| 670 | - <type>GetVariable</type> | |
| 671 | - <description/> | |
| 672 | - <distribute>Y</distribute> | |
| 673 | - <custom_distribution/> | |
| 674 | - <copies>1</copies> | |
| 675 | - <partitioning> | |
| 676 | - <method>none</method> | |
| 677 | - <schema_name/> | |
| 678 | - </partitioning> | |
| 679 | - <fields> | |
| 680 | - <field> | |
| 681 | - <name>filepath_</name> | |
| 682 | - <variable>${filepath}</variable> | |
| 683 | - <type>String</type> | |
| 684 | - <format/> | |
| 685 | - <currency/> | |
| 686 | - <decimal/> | |
| 687 | - <group/> | |
| 688 | - <length>-1</length> | |
| 689 | - <precision>-1</precision> | |
| 690 | - <trim_type>none</trim_type> | |
| 691 | - </field> | |
| 692 | - <field> | |
| 693 | - <name>erroroutputdir_</name> | |
| 694 | - <variable>${erroroutputdir}</variable> | |
| 695 | - <type>String</type> | |
| 696 | - <format/> | |
| 697 | - <currency/> | |
| 698 | - <decimal/> | |
| 699 | - <group/> | |
| 700 | - <length>-1</length> | |
| 701 | - <precision>-1</precision> | |
| 702 | - <trim_type>none</trim_type> | |
| 703 | - </field> | |
| 704 | - </fields> | |
| 705 | - <cluster_schema/> | |
| 706 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 707 | - <xloc>94</xloc> | |
| 708 | - <yloc>178</yloc> | |
| 709 | - <draw>Y</draw> | |
| 710 | - </GUI> | |
| 711 | - </step> | |
| 712 | - | |
| 713 | - <step> | |
| 714 | - <name>错误输出</name> | |
| 715 | - <type>ExcelOutput</type> | |
| 716 | - <description/> | |
| 717 | - <distribute>Y</distribute> | |
| 718 | - <custom_distribution/> | |
| 719 | - <copies>1</copies> | |
| 720 | - <partitioning> | |
| 721 | - <method>none</method> | |
| 722 | - <schema_name/> | |
| 723 | - </partitioning> | |
| 724 | - <header>Y</header> | |
| 725 | - <footer>N</footer> | |
| 726 | - <encoding>UTF-8</encoding> | |
| 727 | - <append>N</append> | |
| 728 | - <add_to_result_filenames>Y</add_to_result_filenames> | |
| 729 | - <file> | |
| 730 | - <name>${erroroutputdir}/人员配置_错误</name> | |
| 731 | - <extention>xls</extention> | |
| 732 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 733 | - <create_parent_folder>N</create_parent_folder> | |
| 734 | - <split>N</split> | |
| 735 | - <add_date>N</add_date> | |
| 736 | - <add_time>N</add_time> | |
| 737 | - <SpecifyFormat>N</SpecifyFormat> | |
| 738 | - <date_time_format/> | |
| 739 | - <sheetname>Sheet1</sheetname> | |
| 740 | - <autosizecolums>N</autosizecolums> | |
| 741 | - <nullisblank>N</nullisblank> | |
| 742 | - <protect_sheet>N</protect_sheet> | |
| 743 | - <password>Encrypted </password> | |
| 744 | - <splitevery>0</splitevery> | |
| 745 | - <usetempfiles>N</usetempfiles> | |
| 746 | - <tempdirectory/> | |
| 747 | - </file> | |
| 748 | - <template> | |
| 749 | - <enabled>N</enabled> | |
| 750 | - <append>N</append> | |
| 751 | - <filename>template.xls</filename> | |
| 752 | - </template> | |
| 753 | - <fields> | |
| 754 | - <field> | |
| 755 | - <name>xl</name> | |
| 756 | - <type>String</type> | |
| 757 | - <format/> | |
| 758 | - </field> | |
| 759 | - <field> | |
| 760 | - <name>dbbm</name> | |
| 761 | - <type>String</type> | |
| 762 | - <format/> | |
| 763 | - </field> | |
| 764 | - <field> | |
| 765 | - <name>jsy_no</name> | |
| 766 | - <type>String</type> | |
| 767 | - <format/> | |
| 768 | - </field> | |
| 769 | - <field> | |
| 770 | - <name>jsy_name</name> | |
| 771 | - <type>String</type> | |
| 772 | - <format/> | |
| 773 | - </field> | |
| 774 | - <field> | |
| 775 | - <name>spy_no</name> | |
| 776 | - <type>String</type> | |
| 777 | - <format/> | |
| 778 | - </field> | |
| 779 | - <field> | |
| 780 | - <name>spy_name</name> | |
| 781 | - <type>String</type> | |
| 782 | - <format/> | |
| 783 | - </field> | |
| 784 | - <field> | |
| 785 | - <name>cl</name> | |
| 786 | - <type>String</type> | |
| 787 | - <format/> | |
| 788 | - </field> | |
| 789 | - <field> | |
| 790 | - <name>xlid</name> | |
| 791 | - <type>Integer</type> | |
| 792 | - <format/> | |
| 793 | - </field> | |
| 794 | - <field> | |
| 795 | - <name>jsyid</name> | |
| 796 | - <type>Integer</type> | |
| 797 | - <format/> | |
| 798 | - </field> | |
| 799 | - <field> | |
| 800 | - <name>spyid</name> | |
| 801 | - <type>Integer</type> | |
| 802 | - <format/> | |
| 803 | - </field> | |
| 804 | - <field> | |
| 805 | - <name>error_count</name> | |
| 806 | - <type>Integer</type> | |
| 807 | - <format/> | |
| 808 | - </field> | |
| 809 | - <field> | |
| 810 | - <name>error_desc</name> | |
| 811 | - <type>String</type> | |
| 812 | - <format/> | |
| 813 | - </field> | |
| 814 | - <field> | |
| 815 | - <name>error_column1</name> | |
| 816 | - <type>String</type> | |
| 817 | - <format/> | |
| 818 | - </field> | |
| 819 | - <field> | |
| 820 | - <name>error_column2</name> | |
| 821 | - <type>String</type> | |
| 822 | - <format/> | |
| 823 | - </field> | |
| 824 | - </fields> | |
| 825 | - <custom> | |
| 826 | - <header_font_name>arial</header_font_name> | |
| 827 | - <header_font_size>10</header_font_size> | |
| 828 | - <header_font_bold>N</header_font_bold> | |
| 829 | - <header_font_italic>N</header_font_italic> | |
| 830 | - <header_font_underline>no</header_font_underline> | |
| 831 | - <header_font_orientation>horizontal</header_font_orientation> | |
| 832 | - <header_font_color>black</header_font_color> | |
| 833 | - <header_background_color>none</header_background_color> | |
| 834 | - <header_row_height>255</header_row_height> | |
| 835 | - <header_alignment>left</header_alignment> | |
| 836 | - <header_image/> | |
| 837 | - <row_font_name>arial</row_font_name> | |
| 838 | - <row_font_size>10</row_font_size> | |
| 839 | - <row_font_color>black</row_font_color> | |
| 840 | - <row_background_color>none</row_background_color> | |
| 841 | - </custom> | |
| 842 | - <cluster_schema/> | |
| 843 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 844 | - <xloc>721</xloc> | |
| 845 | - <yloc>304</yloc> | |
| 846 | - <draw>Y</draw> | |
| 847 | - </GUI> | |
| 848 | - </step> | |
| 849 | - | |
| 850 | - <step_error_handling> | |
| 851 | - <error> | |
| 852 | - <source_step>插入/更新bsth_c_s_ecinfo</source_step> | |
| 853 | - <target_step>错误输出</target_step> | |
| 854 | - <is_enabled>Y</is_enabled> | |
| 855 | - <nr_valuename>error_count</nr_valuename> | |
| 856 | - <descriptions_valuename>error_desc</descriptions_valuename> | |
| 857 | - <fields_valuename>error_column1</fields_valuename> | |
| 858 | - <codes_valuename>error_column2</codes_valuename> | |
| 859 | - <max_errors/> | |
| 860 | - <max_pct_errors/> | |
| 861 | - <min_pct_rows/> | |
| 862 | - </error> | |
| 863 | - </step_error_handling> | |
| 864 | - <slave-step-copy-partition-distribution> | |
| 865 | -</slave-step-copy-partition-distribution> | |
| 866 | - <slave_transformation>N</slave_transformation> | |
| 867 | - | |
| 868 | -</transformation> | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<transformation> | |
| 3 | + <info> | |
| 4 | + <name>employeesConfigDataInput</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>erroroutputdir</name> | |
| 14 | + <default_value/> | |
| 15 | + <description>ktr step配置的错误输出目录</description> | |
| 16 | + </parameter> | |
| 17 | + <parameter> | |
| 18 | + <name>filepath</name> | |
| 19 | + <default_value/> | |
| 20 | + <description>待处理导入的excel文件</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>2016/06/29 15:12:27.273</created_date> | |
| 81 | + <modified_user>-</modified_user> | |
| 82 | + <modified_date>2016/06/29 15:12:27.273</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>原系统的表中,车辆内部编码是没的,
搭班编码 这个貌似用于驾驶员和售票员用的,好像不能一样的
车辆内部编码 没有暂时空着

</note> | |
| 89 | + <xloc>252</xloc> | |
| 90 | + <yloc>178</yloc> | |
| 91 | + <width>341</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.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 123 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 124 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 125 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 126 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 127 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 128 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 129 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 130 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 131 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 132 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 133 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 134 | + </attributes> | |
| 135 | + </connection> | |
| 136 | + <connection> | |
| 137 | + <name>bus_control_公司_201</name> | |
| 138 | + <server>localhost</server> | |
| 139 | + <type>MYSQL</type> | |
| 140 | + <access>Native</access> | |
| 141 | + <database>control</database> | |
| 142 | + <port>3306</port> | |
| 143 | + <username>root</username> | |
| 144 | + <password>Encrypted </password> | |
| 145 | + <servername/> | |
| 146 | + <data_tablespace/> | |
| 147 | + <index_tablespace/> | |
| 148 | + <attributes> | |
| 149 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 150 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 151 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 152 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 153 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 154 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 155 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 156 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 157 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 158 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 159 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 160 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 161 | + </attributes> | |
| 162 | + </connection> | |
| 163 | + <connection> | |
| 164 | + <name>bus_control_本机</name> | |
| 165 | + <server>localhost</server> | |
| 166 | + <type>MYSQL</type> | |
| 167 | + <access>Native</access> | |
| 168 | + <database>control</database> | |
| 169 | + <port>3306</port> | |
| 170 | + <username>root</username> | |
| 171 | + <password>Encrypted </password> | |
| 172 | + <servername/> | |
| 173 | + <data_tablespace/> | |
| 174 | + <index_tablespace/> | |
| 175 | + <attributes> | |
| 176 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 177 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 178 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 179 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 180 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 181 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 182 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 183 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 184 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 185 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 186 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 187 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 188 | + </attributes> | |
| 189 | + </connection> | |
| 190 | + <connection> | |
| 191 | + <name>xlab_mysql_youle</name> | |
| 192 | + <server>101.231.124.8</server> | |
| 193 | + <type>MYSQL</type> | |
| 194 | + <access>Native</access> | |
| 195 | + <database>xlab_youle</database> | |
| 196 | + <port>45687</port> | |
| 197 | + <username>xlab-youle</username> | |
| 198 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | |
| 199 | + <servername/> | |
| 200 | + <data_tablespace/> | |
| 201 | + <index_tablespace/> | |
| 202 | + <attributes> | |
| 203 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 204 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 205 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 206 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 207 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 208 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | |
| 209 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 210 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 211 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 212 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 213 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 214 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 215 | + </attributes> | |
| 216 | + </connection> | |
| 217 | + <connection> | |
| 218 | + <name>xlab_mysql_youle(本机)</name> | |
| 219 | + <server>localhost</server> | |
| 220 | + <type>MYSQL</type> | |
| 221 | + <access>Native</access> | |
| 222 | + <database>xlab_youle</database> | |
| 223 | + <port>3306</port> | |
| 224 | + <username>root</username> | |
| 225 | + <password>Encrypted </password> | |
| 226 | + <servername/> | |
| 227 | + <data_tablespace/> | |
| 228 | + <index_tablespace/> | |
| 229 | + <attributes> | |
| 230 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 231 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 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>3306</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>N</attribute></attribute> | |
| 240 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 241 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 242 | + </attributes> | |
| 243 | + </connection> | |
| 244 | + <connection> | |
| 245 | + <name>xlab_youle</name> | |
| 246 | + <server/> | |
| 247 | + <type>MYSQL</type> | |
| 248 | + <access>JNDI</access> | |
| 249 | + <database>xlab_youle</database> | |
| 250 | + <port>1521</port> | |
| 251 | + <username/> | |
| 252 | + <password>Encrypted </password> | |
| 253 | + <servername/> | |
| 254 | + <data_tablespace/> | |
| 255 | + <index_tablespace/> | |
| 256 | + <attributes> | |
| 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>1521</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>Y</attribute></attribute> | |
| 265 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 266 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 267 | + </attributes> | |
| 268 | + </connection> | |
| 269 | + <order> | |
| 270 | + <hop> <from>原始系统导出的Excel输入</from><to>字段选择</to><enabled>Y</enabled> </hop> | |
| 271 | + <hop> <from>字段选择</from><to>查询线路关联</to><enabled>Y</enabled> </hop> | |
| 272 | + <hop> <from>插入/更新bsth_c_s_ecinfo</from><to>错误输出</to><enabled>Y</enabled> </hop> | |
| 273 | + <hop> <from>查询售票员关联</from><to>插入/更新bsth_c_s_ecinfo</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>ExcelInput</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 | + <noempty>Y</noempty> | |
| 291 | + <stoponempty>N</stoponempty> | |
| 292 | + <filefield/> | |
| 293 | + <sheetfield/> | |
| 294 | + <sheetrownumfield/> | |
| 295 | + <rownumfield/> | |
| 296 | + <sheetfield/> | |
| 297 | + <filefield/> | |
| 298 | + <limit>0</limit> | |
| 299 | + <encoding/> | |
| 300 | + <add_to_result_filenames>Y</add_to_result_filenames> | |
| 301 | + <accept_filenames>Y</accept_filenames> | |
| 302 | + <accept_field>filepath_</accept_field> | |
| 303 | + <accept_stepname>获取变量</accept_stepname> | |
| 304 | + <file> | |
| 305 | + <name/> | |
| 306 | + <filemask/> | |
| 307 | + <exclude_filemask/> | |
| 308 | + <file_required>N</file_required> | |
| 309 | + <include_subfolders>N</include_subfolders> | |
| 310 | + </file> | |
| 311 | + <fields> | |
| 312 | + <field> | |
| 313 | + <name>线路</name> | |
| 314 | + <type>String</type> | |
| 315 | + <length>-1</length> | |
| 316 | + <precision>-1</precision> | |
| 317 | + <trim_type>none</trim_type> | |
| 318 | + <repeat>N</repeat> | |
| 319 | + <format/> | |
| 320 | + <currency/> | |
| 321 | + <decimal/> | |
| 322 | + <group/> | |
| 323 | + </field> | |
| 324 | + <field> | |
| 325 | + <name>搭班编码</name> | |
| 326 | + <type>String</type> | |
| 327 | + <length>-1</length> | |
| 328 | + <precision>-1</precision> | |
| 329 | + <trim_type>none</trim_type> | |
| 330 | + <repeat>N</repeat> | |
| 331 | + <format/> | |
| 332 | + <currency/> | |
| 333 | + <decimal/> | |
| 334 | + <group/> | |
| 335 | + </field> | |
| 336 | + <field> | |
| 337 | + <name>驾驶员工号</name> | |
| 338 | + <type>String</type> | |
| 339 | + <length>-1</length> | |
| 340 | + <precision>-1</precision> | |
| 341 | + <trim_type>none</trim_type> | |
| 342 | + <repeat>N</repeat> | |
| 343 | + <format>#</format> | |
| 344 | + <currency/> | |
| 345 | + <decimal/> | |
| 346 | + <group/> | |
| 347 | + </field> | |
| 348 | + <field> | |
| 349 | + <name>驾驶员</name> | |
| 350 | + <type>String</type> | |
| 351 | + <length>-1</length> | |
| 352 | + <precision>-1</precision> | |
| 353 | + <trim_type>none</trim_type> | |
| 354 | + <repeat>N</repeat> | |
| 355 | + <format/> | |
| 356 | + <currency/> | |
| 357 | + <decimal/> | |
| 358 | + <group/> | |
| 359 | + </field> | |
| 360 | + <field> | |
| 361 | + <name>售票员工号</name> | |
| 362 | + <type>String</type> | |
| 363 | + <length>-1</length> | |
| 364 | + <precision>-1</precision> | |
| 365 | + <trim_type>none</trim_type> | |
| 366 | + <repeat>N</repeat> | |
| 367 | + <format>#</format> | |
| 368 | + <currency/> | |
| 369 | + <decimal/> | |
| 370 | + <group/> | |
| 371 | + </field> | |
| 372 | + <field> | |
| 373 | + <name>售票员</name> | |
| 374 | + <type>String</type> | |
| 375 | + <length>-1</length> | |
| 376 | + <precision>-1</precision> | |
| 377 | + <trim_type>none</trim_type> | |
| 378 | + <repeat>N</repeat> | |
| 379 | + <format/> | |
| 380 | + <currency/> | |
| 381 | + <decimal/> | |
| 382 | + <group/> | |
| 383 | + </field> | |
| 384 | + <field> | |
| 385 | + <name>车辆</name> | |
| 386 | + <type>String</type> | |
| 387 | + <length>-1</length> | |
| 388 | + <precision>-1</precision> | |
| 389 | + <trim_type>none</trim_type> | |
| 390 | + <repeat>N</repeat> | |
| 391 | + <format/> | |
| 392 | + <currency/> | |
| 393 | + <decimal/> | |
| 394 | + <group/> | |
| 395 | + </field> | |
| 396 | + </fields> | |
| 397 | + <sheets> | |
| 398 | + <sheet> | |
| 399 | + <name>工作表1</name> | |
| 400 | + <startrow>0</startrow> | |
| 401 | + <startcol>0</startcol> | |
| 402 | + </sheet> | |
| 403 | + </sheets> | |
| 404 | + <strict_types>N</strict_types> | |
| 405 | + <error_ignored>N</error_ignored> | |
| 406 | + <error_line_skipped>N</error_line_skipped> | |
| 407 | + <bad_line_files_destination_directory/> | |
| 408 | + <bad_line_files_extension>warning</bad_line_files_extension> | |
| 409 | + <error_line_files_destination_directory/> | |
| 410 | + <error_line_files_extension>error</error_line_files_extension> | |
| 411 | + <line_number_files_destination_directory/> | |
| 412 | + <line_number_files_extension>line</line_number_files_extension> | |
| 413 | + <shortFileFieldName/> | |
| 414 | + <pathFieldName/> | |
| 415 | + <hiddenFieldName/> | |
| 416 | + <lastModificationTimeFieldName/> | |
| 417 | + <uriNameFieldName/> | |
| 418 | + <rootUriNameFieldName/> | |
| 419 | + <extensionFieldName/> | |
| 420 | + <sizeFieldName/> | |
| 421 | + <spreadsheet_type>JXL</spreadsheet_type> | |
| 422 | + <cluster_schema/> | |
| 423 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 424 | + <xloc>144</xloc> | |
| 425 | + <yloc>49</yloc> | |
| 426 | + <draw>Y</draw> | |
| 427 | + </GUI> | |
| 428 | + </step> | |
| 429 | + | |
| 430 | + <step> | |
| 431 | + <name>字段选择</name> | |
| 432 | + <type>SelectValues</type> | |
| 433 | + <description/> | |
| 434 | + <distribute>Y</distribute> | |
| 435 | + <custom_distribution/> | |
| 436 | + <copies>1</copies> | |
| 437 | + <partitioning> | |
| 438 | + <method>none</method> | |
| 439 | + <schema_name/> | |
| 440 | + </partitioning> | |
| 441 | + <fields> <field> <name>线路</name> | |
| 442 | + <rename>xl</rename> | |
| 443 | + <length>-2</length> | |
| 444 | + <precision>-2</precision> | |
| 445 | + </field> <field> <name>搭班编码</name> | |
| 446 | + <rename>dbbm</rename> | |
| 447 | + <length>-2</length> | |
| 448 | + <precision>-2</precision> | |
| 449 | + </field> <field> <name>驾驶员工号</name> | |
| 450 | + <rename>jsy_no</rename> | |
| 451 | + <length>-2</length> | |
| 452 | + <precision>-2</precision> | |
| 453 | + </field> <field> <name>驾驶员</name> | |
| 454 | + <rename>jsy_name</rename> | |
| 455 | + <length>-2</length> | |
| 456 | + <precision>-2</precision> | |
| 457 | + </field> <field> <name>售票员工号</name> | |
| 458 | + <rename>spy_no</rename> | |
| 459 | + <length>-2</length> | |
| 460 | + <precision>-2</precision> | |
| 461 | + </field> <field> <name>售票员</name> | |
| 462 | + <rename>spy_name</rename> | |
| 463 | + <length>-2</length> | |
| 464 | + <precision>-2</precision> | |
| 465 | + </field> <field> <name>车辆</name> | |
| 466 | + <rename>cl</rename> | |
| 467 | + <length>-2</length> | |
| 468 | + <precision>-2</precision> | |
| 469 | + </field> <select_unspecified>N</select_unspecified> | |
| 470 | + </fields> <cluster_schema/> | |
| 471 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 472 | + <xloc>294</xloc> | |
| 473 | + <yloc>50</yloc> | |
| 474 | + <draw>Y</draw> | |
| 475 | + </GUI> | |
| 476 | + </step> | |
| 477 | + | |
| 478 | + <step> | |
| 479 | + <name>插入/更新bsth_c_s_ecinfo</name> | |
| 480 | + <type>InsertUpdate</type> | |
| 481 | + <description/> | |
| 482 | + <distribute>Y</distribute> | |
| 483 | + <custom_distribution/> | |
| 484 | + <copies>1</copies> | |
| 485 | + <partitioning> | |
| 486 | + <method>none</method> | |
| 487 | + <schema_name/> | |
| 488 | + </partitioning> | |
| 489 | + <connection>bus_control_variable</connection> | |
| 490 | + <commit>100</commit> | |
| 491 | + <update_bypassed>N</update_bypassed> | |
| 492 | + <lookup> | |
| 493 | + <schema/> | |
| 494 | + <table>bsth_c_s_ecinfo</table> | |
| 495 | + <key> | |
| 496 | + <name>xlid</name> | |
| 497 | + <field>xl</field> | |
| 498 | + <condition>=</condition> | |
| 499 | + <name2/> | |
| 500 | + </key> | |
| 501 | + <key> | |
| 502 | + <name>jsyid</name> | |
| 503 | + <field>jsy</field> | |
| 504 | + <condition>=</condition> | |
| 505 | + <name2/> | |
| 506 | + </key> | |
| 507 | + <key> | |
| 508 | + <name>spyid</name> | |
| 509 | + <field>spy</field> | |
| 510 | + <condition>=</condition> | |
| 511 | + <name2/> | |
| 512 | + </key> | |
| 513 | + <value> | |
| 514 | + <name>xl</name> | |
| 515 | + <rename>xlid</rename> | |
| 516 | + <update>Y</update> | |
| 517 | + </value> | |
| 518 | + <value> | |
| 519 | + <name>dbbm</name> | |
| 520 | + <rename>dbbm</rename> | |
| 521 | + <update>Y</update> | |
| 522 | + </value> | |
| 523 | + <value> | |
| 524 | + <name>jsy</name> | |
| 525 | + <rename>jsyid</rename> | |
| 526 | + <update>Y</update> | |
| 527 | + </value> | |
| 528 | + <value> | |
| 529 | + <name>spy</name> | |
| 530 | + <rename>spyid</rename> | |
| 531 | + <update>Y</update> | |
| 532 | + </value> | |
| 533 | + </lookup> | |
| 534 | + <cluster_schema/> | |
| 535 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 536 | + <xloc>721</xloc> | |
| 537 | + <yloc>181</yloc> | |
| 538 | + <draw>Y</draw> | |
| 539 | + </GUI> | |
| 540 | + </step> | |
| 541 | + | |
| 542 | + <step> | |
| 543 | + <name>查询售票员关联</name> | |
| 544 | + <type>DBLookup</type> | |
| 545 | + <description/> | |
| 546 | + <distribute>Y</distribute> | |
| 547 | + <custom_distribution/> | |
| 548 | + <copies>1</copies> | |
| 549 | + <partitioning> | |
| 550 | + <method>none</method> | |
| 551 | + <schema_name/> | |
| 552 | + </partitioning> | |
| 553 | + <connection>bus_control_variable</connection> | |
| 554 | + <cache>N</cache> | |
| 555 | + <cache_load_all>N</cache_load_all> | |
| 556 | + <cache_size>0</cache_size> | |
| 557 | + <lookup> | |
| 558 | + <schema/> | |
| 559 | + <table>bsth_c_personnel</table> | |
| 560 | + <orderby/> | |
| 561 | + <fail_on_multiple>N</fail_on_multiple> | |
| 562 | + <eat_row_on_failure>N</eat_row_on_failure> | |
| 563 | + <key> | |
| 564 | + <name>spy_no</name> | |
| 565 | + <field>job_code</field> | |
| 566 | + <condition>=</condition> | |
| 567 | + <name2/> | |
| 568 | + </key> | |
| 569 | + <value> | |
| 570 | + <name>id</name> | |
| 571 | + <rename>spyid</rename> | |
| 572 | + <default/> | |
| 573 | + <type>Integer</type> | |
| 574 | + </value> | |
| 575 | + </lookup> | |
| 576 | + <cluster_schema/> | |
| 577 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 578 | + <xloc>720</xloc> | |
| 579 | + <yloc>51</yloc> | |
| 580 | + <draw>Y</draw> | |
| 581 | + </GUI> | |
| 582 | + </step> | |
| 583 | + | |
| 584 | + <step> | |
| 585 | + <name>查询线路关联</name> | |
| 586 | + <type>DBLookup</type> | |
| 587 | + <description/> | |
| 588 | + <distribute>Y</distribute> | |
| 589 | + <custom_distribution/> | |
| 590 | + <copies>1</copies> | |
| 591 | + <partitioning> | |
| 592 | + <method>none</method> | |
| 593 | + <schema_name/> | |
| 594 | + </partitioning> | |
| 595 | + <connection>bus_control_variable</connection> | |
| 596 | + <cache>N</cache> | |
| 597 | + <cache_load_all>N</cache_load_all> | |
| 598 | + <cache_size>0</cache_size> | |
| 599 | + <lookup> | |
| 600 | + <schema/> | |
| 601 | + <table>bsth_c_line</table> | |
| 602 | + <orderby/> | |
| 603 | + <fail_on_multiple>N</fail_on_multiple> | |
| 604 | + <eat_row_on_failure>N</eat_row_on_failure> | |
| 605 | + <key> | |
| 606 | + <name>xl</name> | |
| 607 | + <field>name</field> | |
| 608 | + <condition>=</condition> | |
| 609 | + <name2/> | |
| 610 | + </key> | |
| 611 | + <value> | |
| 612 | + <name>id</name> | |
| 613 | + <rename>xlid</rename> | |
| 614 | + <default/> | |
| 615 | + <type>Integer</type> | |
| 616 | + </value> | |
| 617 | + </lookup> | |
| 618 | + <cluster_schema/> | |
| 619 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 620 | + <xloc>429</xloc> | |
| 621 | + <yloc>51</yloc> | |
| 622 | + <draw>Y</draw> | |
| 623 | + </GUI> | |
| 624 | + </step> | |
| 625 | + | |
| 626 | + <step> | |
| 627 | + <name>查询驾驶员关联</name> | |
| 628 | + <type>DBLookup</type> | |
| 629 | + <description/> | |
| 630 | + <distribute>Y</distribute> | |
| 631 | + <custom_distribution/> | |
| 632 | + <copies>1</copies> | |
| 633 | + <partitioning> | |
| 634 | + <method>none</method> | |
| 635 | + <schema_name/> | |
| 636 | + </partitioning> | |
| 637 | + <connection>bus_control_variable</connection> | |
| 638 | + <cache>N</cache> | |
| 639 | + <cache_load_all>N</cache_load_all> | |
| 640 | + <cache_size>0</cache_size> | |
| 641 | + <lookup> | |
| 642 | + <schema/> | |
| 643 | + <table>bsth_c_personnel</table> | |
| 644 | + <orderby/> | |
| 645 | + <fail_on_multiple>N</fail_on_multiple> | |
| 646 | + <eat_row_on_failure>N</eat_row_on_failure> | |
| 647 | + <key> | |
| 648 | + <name>jsy_no</name> | |
| 649 | + <field>job_code</field> | |
| 650 | + <condition>=</condition> | |
| 651 | + <name2/> | |
| 652 | + </key> | |
| 653 | + <value> | |
| 654 | + <name>id</name> | |
| 655 | + <rename>jsyid</rename> | |
| 656 | + <default/> | |
| 657 | + <type>Integer</type> | |
| 658 | + </value> | |
| 659 | + </lookup> | |
| 660 | + <cluster_schema/> | |
| 661 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 662 | + <xloc>573</xloc> | |
| 663 | + <yloc>51</yloc> | |
| 664 | + <draw>Y</draw> | |
| 665 | + </GUI> | |
| 666 | + </step> | |
| 667 | + | |
| 668 | + <step> | |
| 669 | + <name>获取变量</name> | |
| 670 | + <type>GetVariable</type> | |
| 671 | + <description/> | |
| 672 | + <distribute>Y</distribute> | |
| 673 | + <custom_distribution/> | |
| 674 | + <copies>1</copies> | |
| 675 | + <partitioning> | |
| 676 | + <method>none</method> | |
| 677 | + <schema_name/> | |
| 678 | + </partitioning> | |
| 679 | + <fields> | |
| 680 | + <field> | |
| 681 | + <name>filepath_</name> | |
| 682 | + <variable>${filepath}</variable> | |
| 683 | + <type>String</type> | |
| 684 | + <format/> | |
| 685 | + <currency/> | |
| 686 | + <decimal/> | |
| 687 | + <group/> | |
| 688 | + <length>-1</length> | |
| 689 | + <precision>-1</precision> | |
| 690 | + <trim_type>none</trim_type> | |
| 691 | + </field> | |
| 692 | + <field> | |
| 693 | + <name>erroroutputdir_</name> | |
| 694 | + <variable>${erroroutputdir}</variable> | |
| 695 | + <type>String</type> | |
| 696 | + <format/> | |
| 697 | + <currency/> | |
| 698 | + <decimal/> | |
| 699 | + <group/> | |
| 700 | + <length>-1</length> | |
| 701 | + <precision>-1</precision> | |
| 702 | + <trim_type>none</trim_type> | |
| 703 | + </field> | |
| 704 | + </fields> | |
| 705 | + <cluster_schema/> | |
| 706 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 707 | + <xloc>94</xloc> | |
| 708 | + <yloc>178</yloc> | |
| 709 | + <draw>Y</draw> | |
| 710 | + </GUI> | |
| 711 | + </step> | |
| 712 | + | |
| 713 | + <step> | |
| 714 | + <name>错误输出</name> | |
| 715 | + <type>ExcelOutput</type> | |
| 716 | + <description/> | |
| 717 | + <distribute>Y</distribute> | |
| 718 | + <custom_distribution/> | |
| 719 | + <copies>1</copies> | |
| 720 | + <partitioning> | |
| 721 | + <method>none</method> | |
| 722 | + <schema_name/> | |
| 723 | + </partitioning> | |
| 724 | + <header>Y</header> | |
| 725 | + <footer>N</footer> | |
| 726 | + <encoding>UTF-8</encoding> | |
| 727 | + <append>N</append> | |
| 728 | + <add_to_result_filenames>Y</add_to_result_filenames> | |
| 729 | + <file> | |
| 730 | + <name>${erroroutputdir}/人员配置_错误</name> | |
| 731 | + <extention>xls</extention> | |
| 732 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 733 | + <create_parent_folder>N</create_parent_folder> | |
| 734 | + <split>N</split> | |
| 735 | + <add_date>N</add_date> | |
| 736 | + <add_time>N</add_time> | |
| 737 | + <SpecifyFormat>N</SpecifyFormat> | |
| 738 | + <date_time_format/> | |
| 739 | + <sheetname>Sheet1</sheetname> | |
| 740 | + <autosizecolums>N</autosizecolums> | |
| 741 | + <nullisblank>N</nullisblank> | |
| 742 | + <protect_sheet>N</protect_sheet> | |
| 743 | + <password>Encrypted </password> | |
| 744 | + <splitevery>0</splitevery> | |
| 745 | + <usetempfiles>N</usetempfiles> | |
| 746 | + <tempdirectory/> | |
| 747 | + </file> | |
| 748 | + <template> | |
| 749 | + <enabled>N</enabled> | |
| 750 | + <append>N</append> | |
| 751 | + <filename>template.xls</filename> | |
| 752 | + </template> | |
| 753 | + <fields> | |
| 754 | + <field> | |
| 755 | + <name>xl</name> | |
| 756 | + <type>String</type> | |
| 757 | + <format/> | |
| 758 | + </field> | |
| 759 | + <field> | |
| 760 | + <name>dbbm</name> | |
| 761 | + <type>String</type> | |
| 762 | + <format/> | |
| 763 | + </field> | |
| 764 | + <field> | |
| 765 | + <name>jsy_no</name> | |
| 766 | + <type>String</type> | |
| 767 | + <format/> | |
| 768 | + </field> | |
| 769 | + <field> | |
| 770 | + <name>jsy_name</name> | |
| 771 | + <type>String</type> | |
| 772 | + <format/> | |
| 773 | + </field> | |
| 774 | + <field> | |
| 775 | + <name>spy_no</name> | |
| 776 | + <type>String</type> | |
| 777 | + <format/> | |
| 778 | + </field> | |
| 779 | + <field> | |
| 780 | + <name>spy_name</name> | |
| 781 | + <type>String</type> | |
| 782 | + <format/> | |
| 783 | + </field> | |
| 784 | + <field> | |
| 785 | + <name>cl</name> | |
| 786 | + <type>String</type> | |
| 787 | + <format/> | |
| 788 | + </field> | |
| 789 | + <field> | |
| 790 | + <name>xlid</name> | |
| 791 | + <type>Integer</type> | |
| 792 | + <format/> | |
| 793 | + </field> | |
| 794 | + <field> | |
| 795 | + <name>jsyid</name> | |
| 796 | + <type>Integer</type> | |
| 797 | + <format/> | |
| 798 | + </field> | |
| 799 | + <field> | |
| 800 | + <name>spyid</name> | |
| 801 | + <type>Integer</type> | |
| 802 | + <format/> | |
| 803 | + </field> | |
| 804 | + <field> | |
| 805 | + <name>error_count</name> | |
| 806 | + <type>Integer</type> | |
| 807 | + <format/> | |
| 808 | + </field> | |
| 809 | + <field> | |
| 810 | + <name>error_desc</name> | |
| 811 | + <type>String</type> | |
| 812 | + <format/> | |
| 813 | + </field> | |
| 814 | + <field> | |
| 815 | + <name>error_column1</name> | |
| 816 | + <type>String</type> | |
| 817 | + <format/> | |
| 818 | + </field> | |
| 819 | + <field> | |
| 820 | + <name>error_column2</name> | |
| 821 | + <type>String</type> | |
| 822 | + <format/> | |
| 823 | + </field> | |
| 824 | + </fields> | |
| 825 | + <custom> | |
| 826 | + <header_font_name>arial</header_font_name> | |
| 827 | + <header_font_size>10</header_font_size> | |
| 828 | + <header_font_bold>N</header_font_bold> | |
| 829 | + <header_font_italic>N</header_font_italic> | |
| 830 | + <header_font_underline>no</header_font_underline> | |
| 831 | + <header_font_orientation>horizontal</header_font_orientation> | |
| 832 | + <header_font_color>black</header_font_color> | |
| 833 | + <header_background_color>none</header_background_color> | |
| 834 | + <header_row_height>255</header_row_height> | |
| 835 | + <header_alignment>left</header_alignment> | |
| 836 | + <header_image/> | |
| 837 | + <row_font_name>arial</row_font_name> | |
| 838 | + <row_font_size>10</row_font_size> | |
| 839 | + <row_font_color>black</row_font_color> | |
| 840 | + <row_background_color>none</row_background_color> | |
| 841 | + </custom> | |
| 842 | + <cluster_schema/> | |
| 843 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 844 | + <xloc>721</xloc> | |
| 845 | + <yloc>304</yloc> | |
| 846 | + <draw>Y</draw> | |
| 847 | + </GUI> | |
| 848 | + </step> | |
| 849 | + | |
| 850 | + <step_error_handling> | |
| 851 | + <error> | |
| 852 | + <source_step>插入/更新bsth_c_s_ecinfo</source_step> | |
| 853 | + <target_step>错误输出</target_step> | |
| 854 | + <is_enabled>Y</is_enabled> | |
| 855 | + <nr_valuename>error_count</nr_valuename> | |
| 856 | + <descriptions_valuename>error_desc</descriptions_valuename> | |
| 857 | + <fields_valuename>error_column1</fields_valuename> | |
| 858 | + <codes_valuename>error_column2</codes_valuename> | |
| 859 | + <max_errors/> | |
| 860 | + <max_pct_errors/> | |
| 861 | + <min_pct_rows/> | |
| 862 | + </error> | |
| 863 | + </step_error_handling> | |
| 864 | + <slave-step-copy-partition-distribution> | |
| 865 | +</slave-step-copy-partition-distribution> | |
| 866 | + <slave_transformation>N</slave_transformation> | |
| 867 | + | |
| 868 | +</transformation> | ... | ... |
src/main/resources/datatools/ktrs/employeesDataInput.ktr
| ... | ... | @@ -85,11 +85,11 @@ |
| 85 | 85 | </info> |
| 86 | 86 | <notepads> |
| 87 | 87 | <notepad> |
| 88 | - <note>原系统导出的表,有些字段是没有的,
人员编码 暂时没有空着
照片地址 暂时没有空着
线路编号 暂时没有空着
联系电话 暂时没有空着

字典
性别sexType 男性 1
性别sexType 女性 2

工种gzType 公共汽电车驾驶员 1
工种gzType 公共汽电车调度员 2
工种gzType 公共汽电车售票员 3
工种gzType 站员 4
工种gzType 管理员 5
工种gzType 安检员 6
工种gzType 机务 7
工种gzType 引导员 8
工种gzType 乘务员 9
工种gzType 车队长(线长、主 10
工种gzType 公司管理人员 11
工种gzType 警消人员 12
工种gzType 票务人员 13
工种gzType 其他服务人员 14</note> | |
| 88 | + <note>原系统导出的表,有些字段是没有的,
人员编码 暂时没有空着
照片地址 暂时没有空着
线路编号 暂时没有空着
联系电话 暂时没有空着


字典
性别sexType 男性 1
性别sexType 女性 2


工种gzType 公共汽电车驾驶员 1
工种gzType 公共汽电车调度员 2
工种gzType 公共汽电车售票员 3
工种gzType 站员 4
工种gzType 管理员 5
工种gzType 安检员 6
工种gzType 机务 7
工种gzType 引导员 8
工种gzType 乘务员 9
工种gzType 车队长(线长、主 10
工种gzType 公司管理人员 11
工种gzType 警消人员 12
工种gzType 票务人员 13
工种gzType 其他服务人员 14</note> | |
| 89 | 89 | <xloc>200</xloc> |
| 90 | 90 | <yloc>160</yloc> |
| 91 | 91 | <width>214</width> |
| 92 | - <heigth>394</heigth> | |
| 92 | + <heigth>426</heigth> | |
| 93 | 93 | <fontname>YaHei Consolas Hybrid</fontname> |
| 94 | 94 | <fontsize>12</fontsize> |
| 95 | 95 | <fontbold>N</fontbold> |
| ... | ... | @@ -111,7 +111,7 @@ |
| 111 | 111 | <server>${v_db_ip}</server> |
| 112 | 112 | <type>MYSQL</type> |
| 113 | 113 | <access>Native</access> |
| 114 | - <database>control</database> | |
| 114 | + <database>${v_db_dname}</database> | |
| 115 | 115 | <port>3306</port> |
| 116 | 116 | <username>${v_db_uname}</username> |
| 117 | 117 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -276,8 +276,8 @@ |
| 276 | 276 | <hop> <from>公交企业代码查询</from><to>工种</to><enabled>Y</enabled> </hop> |
| 277 | 277 | </order> |
| 278 | 278 | <step> |
| 279 | - <name>工种</name> | |
| 280 | - <type>ValueMapper</type> | |
| 279 | + <name>公交企业代码查询</name> | |
| 280 | + <type>DBLookup</type> | |
| 281 | 281 | <description/> |
| 282 | 282 | <distribute>Y</distribute> |
| 283 | 283 | <custom_distribution/> |
| ... | ... | @@ -286,71 +286,33 @@ |
| 286 | 286 | <method>none</method> |
| 287 | 287 | <schema_name/> |
| 288 | 288 | </partitioning> |
| 289 | - <field_to_use>posts</field_to_use> | |
| 290 | - <target_field/> | |
| 291 | - <non_match_default/> | |
| 292 | - <fields> | |
| 293 | - <field> | |
| 294 | - <source_value>公共汽电车驾驶员</source_value> | |
| 295 | - <target_value>1</target_value> | |
| 296 | - </field> | |
| 297 | - <field> | |
| 298 | - <source_value>公共汽电车调度员</source_value> | |
| 299 | - <target_value>2</target_value> | |
| 300 | - </field> | |
| 301 | - <field> | |
| 302 | - <source_value>公共汽电车售票员</source_value> | |
| 303 | - <target_value>3</target_value> | |
| 304 | - </field> | |
| 305 | - <field> | |
| 306 | - <source_value>站员</source_value> | |
| 307 | - <target_value>4</target_value> | |
| 308 | - </field> | |
| 309 | - <field> | |
| 310 | - <source_value>管理员</source_value> | |
| 311 | - <target_value>5</target_value> | |
| 312 | - </field> | |
| 313 | - <field> | |
| 314 | - <source_value>安检员</source_value> | |
| 315 | - <target_value>6</target_value> | |
| 316 | - </field> | |
| 317 | - <field> | |
| 318 | - <source_value>机务</source_value> | |
| 319 | - <target_value>7</target_value> | |
| 320 | - </field> | |
| 321 | - <field> | |
| 322 | - <source_value>引导员</source_value> | |
| 323 | - <target_value>8</target_value> | |
| 324 | - </field> | |
| 325 | - <field> | |
| 326 | - <source_value>乘务员</source_value> | |
| 327 | - <target_value>9</target_value> | |
| 328 | - </field> | |
| 329 | - <field> | |
| 330 | - <source_value>车队长(线长、主</source_value> | |
| 331 | - <target_value>10</target_value> | |
| 332 | - </field> | |
| 333 | - <field> | |
| 334 | - <source_value>公司管理人员</source_value> | |
| 335 | - <target_value>11</target_value> | |
| 336 | - </field> | |
| 337 | - <field> | |
| 338 | - <source_value>警消人员</source_value> | |
| 339 | - <target_value>12</target_value> | |
| 340 | - </field> | |
| 341 | - <field> | |
| 342 | - <source_value>票务人员</source_value> | |
| 343 | - <target_value>13</target_value> | |
| 344 | - </field> | |
| 345 | - <field> | |
| 346 | - <source_value>其他服务人员</source_value> | |
| 347 | - <target_value>14</target_value> | |
| 348 | - </field> | |
| 349 | - </fields> | |
| 289 | + <connection>bus_control_variable</connection> | |
| 290 | + <cache>N</cache> | |
| 291 | + <cache_load_all>N</cache_load_all> | |
| 292 | + <cache_size>0</cache_size> | |
| 293 | + <lookup> | |
| 294 | + <schema/> | |
| 295 | + <table>bsth_c_business</table> | |
| 296 | + <orderby/> | |
| 297 | + <fail_on_multiple>N</fail_on_multiple> | |
| 298 | + <eat_row_on_failure>N</eat_row_on_failure> | |
| 299 | + <key> | |
| 300 | + <name>company</name> | |
| 301 | + <field>business_name</field> | |
| 302 | + <condition>=</condition> | |
| 303 | + <name2/> | |
| 304 | + </key> | |
| 305 | + <value> | |
| 306 | + <name>business_code</name> | |
| 307 | + <rename>companyCode</rename> | |
| 308 | + <default/> | |
| 309 | + <type>String</type> | |
| 310 | + </value> | |
| 311 | + </lookup> | |
| 350 | 312 | <cluster_schema/> |
| 351 | 313 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 352 | - <xloc>543</xloc> | |
| 353 | - <yloc>152</yloc> | |
| 314 | + <xloc>544</xloc> | |
| 315 | + <yloc>59</yloc> | |
| 354 | 316 | <draw>Y</draw> |
| 355 | 317 | </GUI> |
| 356 | 318 | </step> |
| ... | ... | @@ -408,7 +370,7 @@ |
| 408 | 370 | <precision>-1</precision> |
| 409 | 371 | <trim_type>none</trim_type> |
| 410 | 372 | <repeat>N</repeat> |
| 411 | - <format/> | |
| 373 | + <format>#</format> | |
| 412 | 374 | <currency/> |
| 413 | 375 | <decimal/> |
| 414 | 376 | <group/> |
| ... | ... | @@ -588,6 +550,86 @@ |
| 588 | 550 | </step> |
| 589 | 551 | |
| 590 | 552 | <step> |
| 553 | + <name>工种</name> | |
| 554 | + <type>ValueMapper</type> | |
| 555 | + <description/> | |
| 556 | + <distribute>Y</distribute> | |
| 557 | + <custom_distribution/> | |
| 558 | + <copies>1</copies> | |
| 559 | + <partitioning> | |
| 560 | + <method>none</method> | |
| 561 | + <schema_name/> | |
| 562 | + </partitioning> | |
| 563 | + <field_to_use>posts</field_to_use> | |
| 564 | + <target_field/> | |
| 565 | + <non_match_default/> | |
| 566 | + <fields> | |
| 567 | + <field> | |
| 568 | + <source_value>公共汽电车驾驶员</source_value> | |
| 569 | + <target_value>1</target_value> | |
| 570 | + </field> | |
| 571 | + <field> | |
| 572 | + <source_value>公共汽电车调度员</source_value> | |
| 573 | + <target_value>2</target_value> | |
| 574 | + </field> | |
| 575 | + <field> | |
| 576 | + <source_value>公共汽电车售票员</source_value> | |
| 577 | + <target_value>3</target_value> | |
| 578 | + </field> | |
| 579 | + <field> | |
| 580 | + <source_value>站员</source_value> | |
| 581 | + <target_value>4</target_value> | |
| 582 | + </field> | |
| 583 | + <field> | |
| 584 | + <source_value>管理员</source_value> | |
| 585 | + <target_value>5</target_value> | |
| 586 | + </field> | |
| 587 | + <field> | |
| 588 | + <source_value>安检员</source_value> | |
| 589 | + <target_value>6</target_value> | |
| 590 | + </field> | |
| 591 | + <field> | |
| 592 | + <source_value>机务</source_value> | |
| 593 | + <target_value>7</target_value> | |
| 594 | + </field> | |
| 595 | + <field> | |
| 596 | + <source_value>引导员</source_value> | |
| 597 | + <target_value>8</target_value> | |
| 598 | + </field> | |
| 599 | + <field> | |
| 600 | + <source_value>乘务员</source_value> | |
| 601 | + <target_value>9</target_value> | |
| 602 | + </field> | |
| 603 | + <field> | |
| 604 | + <source_value>车队长(线长、主</source_value> | |
| 605 | + <target_value>10</target_value> | |
| 606 | + </field> | |
| 607 | + <field> | |
| 608 | + <source_value>公司管理人员</source_value> | |
| 609 | + <target_value>11</target_value> | |
| 610 | + </field> | |
| 611 | + <field> | |
| 612 | + <source_value>警消人员</source_value> | |
| 613 | + <target_value>12</target_value> | |
| 614 | + </field> | |
| 615 | + <field> | |
| 616 | + <source_value>票务人员</source_value> | |
| 617 | + <target_value>13</target_value> | |
| 618 | + </field> | |
| 619 | + <field> | |
| 620 | + <source_value>其他服务人员</source_value> | |
| 621 | + <target_value>14</target_value> | |
| 622 | + </field> | |
| 623 | + </fields> | |
| 624 | + <cluster_schema/> | |
| 625 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 626 | + <xloc>543</xloc> | |
| 627 | + <yloc>152</yloc> | |
| 628 | + <draw>Y</draw> | |
| 629 | + </GUI> | |
| 630 | + </step> | |
| 631 | + | |
| 632 | + <step> | |
| 591 | 633 | <name>性别代码</name> |
| 592 | 634 | <type>ValueMapper</type> |
| 593 | 635 | <description/> |
| ... | ... | @@ -889,48 +931,6 @@ |
| 889 | 931 | </GUI> |
| 890 | 932 | </step> |
| 891 | 933 | |
| 892 | - <step> | |
| 893 | - <name>公交企业代码查询</name> | |
| 894 | - <type>DBLookup</type> | |
| 895 | - <description/> | |
| 896 | - <distribute>Y</distribute> | |
| 897 | - <custom_distribution/> | |
| 898 | - <copies>1</copies> | |
| 899 | - <partitioning> | |
| 900 | - <method>none</method> | |
| 901 | - <schema_name/> | |
| 902 | - </partitioning> | |
| 903 | - <connection>bus_control_variable</connection> | |
| 904 | - <cache>N</cache> | |
| 905 | - <cache_load_all>N</cache_load_all> | |
| 906 | - <cache_size>0</cache_size> | |
| 907 | - <lookup> | |
| 908 | - <schema/> | |
| 909 | - <table>bsth_c_business</table> | |
| 910 | - <orderby/> | |
| 911 | - <fail_on_multiple>N</fail_on_multiple> | |
| 912 | - <eat_row_on_failure>N</eat_row_on_failure> | |
| 913 | - <key> | |
| 914 | - <name>company</name> | |
| 915 | - <field>business_name</field> | |
| 916 | - <condition>=</condition> | |
| 917 | - <name2/> | |
| 918 | - </key> | |
| 919 | - <value> | |
| 920 | - <name>business_code</name> | |
| 921 | - <rename>companyCode</rename> | |
| 922 | - <default/> | |
| 923 | - <type>String</type> | |
| 924 | - </value> | |
| 925 | - </lookup> | |
| 926 | - <cluster_schema/> | |
| 927 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 928 | - <xloc>544</xloc> | |
| 929 | - <yloc>59</yloc> | |
| 930 | - <draw>Y</draw> | |
| 931 | - </GUI> | |
| 932 | - </step> | |
| 933 | - | |
| 934 | 934 | <step_error_handling> |
| 935 | 935 | <error> |
| 936 | 936 | <source_step>插入/更新bsth_c_personnel</source_step> | ... | ... |
src/main/resources/datatools/ktrs/employeesDataOutput.ktr
| ... | ... | @@ -75,7 +75,7 @@ |
| 75 | 75 | <created_date>2016/08/09 09:57:38.471</created_date> |
| 76 | 76 | <modified_user>-</modified_user> |
| 77 | 77 | <modified_date>2016/08/09 09:57:38.471</modified_date> |
| 78 | - <key_for_session_key/> | |
| 78 | + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> | |
| 79 | 79 | <is_key_private>N</is_key_private> |
| 80 | 80 | </info> |
| 81 | 81 | <notepads> |
| ... | ... | @@ -85,7 +85,7 @@ |
| 85 | 85 | <server>${v_db_ip}</server> |
| 86 | 86 | <type>MYSQL</type> |
| 87 | 87 | <access>Native</access> |
| 88 | - <database>control</database> | |
| 88 | + <database>${v_db_dname}</database> | |
| 89 | 89 | <port>3306</port> |
| 90 | 90 | <username>${v_db_uname}</username> |
| 91 | 91 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -249,8 +249,8 @@ |
| 249 | 249 | <hop> <from>字段选择</from><to>Excel输出</to><enabled>Y</enabled> </hop> |
| 250 | 250 | </order> |
| 251 | 251 | <step> |
| 252 | - <name>表输入</name> | |
| 253 | - <type>TableInput</type> | |
| 252 | + <name>Excel输出</name> | |
| 253 | + <type>ExcelOutput</type> | |
| 254 | 254 | <description/> |
| 255 | 255 | <distribute>Y</distribute> |
| 256 | 256 | <custom_distribution/> |
| ... | ... | @@ -259,23 +259,165 @@ |
| 259 | 259 | <method>none</method> |
| 260 | 260 | <schema_name/> |
| 261 | 261 | </partitioning> |
| 262 | - <connection>bus_control_variable</connection> | |
| 263 | - <sql>SELECT * FROM bsth_c_personnel;</sql> | |
| 264 | - <limit>0</limit> | |
| 265 | - <lookup/> | |
| 266 | - <execute_each_row>N</execute_each_row> | |
| 267 | - <variables_active>N</variables_active> | |
| 268 | - <lazy_conversion_active>N</lazy_conversion_active> | |
| 262 | + <header>Y</header> | |
| 263 | + <footer>N</footer> | |
| 264 | + <encoding/> | |
| 265 | + <append>N</append> | |
| 266 | + <add_to_result_filenames>Y</add_to_result_filenames> | |
| 267 | + <file> | |
| 268 | + <name>${filepath}</name> | |
| 269 | + <extention/> | |
| 270 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 271 | + <create_parent_folder>N</create_parent_folder> | |
| 272 | + <split>N</split> | |
| 273 | + <add_date>N</add_date> | |
| 274 | + <add_time>N</add_time> | |
| 275 | + <SpecifyFormat>N</SpecifyFormat> | |
| 276 | + <date_time_format>yyyyMMddHHmmss</date_time_format> | |
| 277 | + <sheetname>工作表1</sheetname> | |
| 278 | + <autosizecolums>N</autosizecolums> | |
| 279 | + <nullisblank>N</nullisblank> | |
| 280 | + <protect_sheet>N</protect_sheet> | |
| 281 | + <password>Encrypted </password> | |
| 282 | + <splitevery>0</splitevery> | |
| 283 | + <usetempfiles>N</usetempfiles> | |
| 284 | + <tempdirectory/> | |
| 285 | + </file> | |
| 286 | + <template> | |
| 287 | + <enabled>N</enabled> | |
| 288 | + <append>N</append> | |
| 289 | + <filename>template.xls</filename> | |
| 290 | + </template> | |
| 291 | + <fields> | |
| 292 | + <field> | |
| 293 | + <name>姓名</name> | |
| 294 | + <type>String</type> | |
| 295 | + <format/> | |
| 296 | + </field> | |
| 297 | + <field> | |
| 298 | + <name>工号</name> | |
| 299 | + <type>String</type> | |
| 300 | + <format/> | |
| 301 | + </field> | |
| 302 | + <field> | |
| 303 | + <name>性别</name> | |
| 304 | + <type>String</type> | |
| 305 | + <format/> | |
| 306 | + </field> | |
| 307 | + <field> | |
| 308 | + <name>所属公司</name> | |
| 309 | + <type>String</type> | |
| 310 | + <format/> | |
| 311 | + </field> | |
| 312 | + <field> | |
| 313 | + <name>所属分公司</name> | |
| 314 | + <type>String</type> | |
| 315 | + <format/> | |
| 316 | + </field> | |
| 317 | + <field> | |
| 318 | + <name>一卡通号</name> | |
| 319 | + <type>String</type> | |
| 320 | + <format/> | |
| 321 | + </field> | |
| 322 | + <field> | |
| 323 | + <name>运营服务证号</name> | |
| 324 | + <type>String</type> | |
| 325 | + <format/> | |
| 326 | + </field> | |
| 327 | + <field> | |
| 328 | + <name>岗位</name> | |
| 329 | + <type>String</type> | |
| 330 | + <format/> | |
| 331 | + </field> | |
| 332 | + <field> | |
| 333 | + <name>备注</name> | |
| 334 | + <type>String</type> | |
| 335 | + <format/> | |
| 336 | + </field> | |
| 337 | + </fields> | |
| 338 | + <custom> | |
| 339 | + <header_font_name>arial</header_font_name> | |
| 340 | + <header_font_size>10</header_font_size> | |
| 341 | + <header_font_bold>N</header_font_bold> | |
| 342 | + <header_font_italic>N</header_font_italic> | |
| 343 | + <header_font_underline>no</header_font_underline> | |
| 344 | + <header_font_orientation>horizontal</header_font_orientation> | |
| 345 | + <header_font_color>black</header_font_color> | |
| 346 | + <header_background_color>none</header_background_color> | |
| 347 | + <header_row_height>255</header_row_height> | |
| 348 | + <header_alignment>left</header_alignment> | |
| 349 | + <header_image/> | |
| 350 | + <row_font_name>arial</row_font_name> | |
| 351 | + <row_font_size>10</row_font_size> | |
| 352 | + <row_font_color>black</row_font_color> | |
| 353 | + <row_background_color>none</row_background_color> | |
| 354 | + </custom> | |
| 269 | 355 | <cluster_schema/> |
| 270 | 356 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 271 | - <xloc>112</xloc> | |
| 272 | - <yloc>66</yloc> | |
| 357 | + <xloc>695</xloc> | |
| 358 | + <yloc>180</yloc> | |
| 273 | 359 | <draw>Y</draw> |
| 274 | 360 | </GUI> |
| 275 | 361 | </step> |
| 276 | 362 | |
| 277 | 363 | <step> |
| 278 | - <name>性别标识</name> | |
| 364 | + <name>字段选择</name> | |
| 365 | + <type>SelectValues</type> | |
| 366 | + <description/> | |
| 367 | + <distribute>Y</distribute> | |
| 368 | + <custom_distribution/> | |
| 369 | + <copies>1</copies> | |
| 370 | + <partitioning> | |
| 371 | + <method>none</method> | |
| 372 | + <schema_name/> | |
| 373 | + </partitioning> | |
| 374 | + <fields> <field> <name>personnel_name</name> | |
| 375 | + <rename>姓名</rename> | |
| 376 | + <length>-2</length> | |
| 377 | + <precision>-2</precision> | |
| 378 | + </field> <field> <name>job_code</name> | |
| 379 | + <rename>工号</rename> | |
| 380 | + <length>-2</length> | |
| 381 | + <precision>-2</precision> | |
| 382 | + </field> <field> <name>personnel_type_str</name> | |
| 383 | + <rename>性别</rename> | |
| 384 | + <length>-2</length> | |
| 385 | + <precision>-2</precision> | |
| 386 | + </field> <field> <name>company</name> | |
| 387 | + <rename>所属公司</rename> | |
| 388 | + <length>-2</length> | |
| 389 | + <precision>-2</precision> | |
| 390 | + </field> <field> <name>branche_company</name> | |
| 391 | + <rename>所属分公司</rename> | |
| 392 | + <length>-2</length> | |
| 393 | + <precision>-2</precision> | |
| 394 | + </field> <field> <name>ic_card_code</name> | |
| 395 | + <rename>一卡通号</rename> | |
| 396 | + <length>-2</length> | |
| 397 | + <precision>-2</precision> | |
| 398 | + </field> <field> <name>papers_code</name> | |
| 399 | + <rename>运营服务证号</rename> | |
| 400 | + <length>-2</length> | |
| 401 | + <precision>-2</precision> | |
| 402 | + </field> <field> <name>posts_str</name> | |
| 403 | + <rename>岗位</rename> | |
| 404 | + <length>-2</length> | |
| 405 | + <precision>-2</precision> | |
| 406 | + </field> <field> <name>descriptions</name> | |
| 407 | + <rename>备注</rename> | |
| 408 | + <length>-2</length> | |
| 409 | + <precision>-2</precision> | |
| 410 | + </field> <select_unspecified>N</select_unspecified> | |
| 411 | + </fields> <cluster_schema/> | |
| 412 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 413 | + <xloc>631</xloc> | |
| 414 | + <yloc>76</yloc> | |
| 415 | + <draw>Y</draw> | |
| 416 | + </GUI> | |
| 417 | + </step> | |
| 418 | + | |
| 419 | + <step> | |
| 420 | + <name>工种标识</name> | |
| 279 | 421 | <type>Constant</type> |
| 280 | 422 | <description/> |
| 281 | 423 | <distribute>Y</distribute> |
| ... | ... | @@ -287,13 +429,13 @@ |
| 287 | 429 | </partitioning> |
| 288 | 430 | <fields> |
| 289 | 431 | <field> |
| 290 | - <name>sexType</name> | |
| 432 | + <name>gzType</name> | |
| 291 | 433 | <type>String</type> |
| 292 | 434 | <format/> |
| 293 | 435 | <currency/> |
| 294 | 436 | <decimal/> |
| 295 | 437 | <group/> |
| 296 | - <nullif>sexType</nullif> | |
| 438 | + <nullif>gzType</nullif> | |
| 297 | 439 | <length>-1</length> |
| 298 | 440 | <precision>-1</precision> |
| 299 | 441 | <set_empty_string>N</set_empty_string> |
| ... | ... | @@ -301,14 +443,14 @@ |
| 301 | 443 | </fields> |
| 302 | 444 | <cluster_schema/> |
| 303 | 445 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 304 | - <xloc>220</xloc> | |
| 305 | - <yloc>69</yloc> | |
| 446 | + <xloc>418</xloc> | |
| 447 | + <yloc>73</yloc> | |
| 306 | 448 | <draw>Y</draw> |
| 307 | 449 | </GUI> |
| 308 | 450 | </step> |
| 309 | 451 | |
| 310 | 452 | <step> |
| 311 | - <name>性别标识查询</name> | |
| 453 | + <name>工种标识查询</name> | |
| 312 | 454 | <type>DBLookup</type> |
| 313 | 455 | <description/> |
| 314 | 456 | <distribute>Y</distribute> |
| ... | ... | @@ -329,34 +471,34 @@ |
| 329 | 471 | <fail_on_multiple>N</fail_on_multiple> |
| 330 | 472 | <eat_row_on_failure>N</eat_row_on_failure> |
| 331 | 473 | <key> |
| 332 | - <name>sexType</name> | |
| 474 | + <name>gzType</name> | |
| 333 | 475 | <field>d_group</field> |
| 334 | 476 | <condition>=</condition> |
| 335 | 477 | <name2/> |
| 336 | 478 | </key> |
| 337 | 479 | <key> |
| 338 | - <name>personnel_type</name> | |
| 480 | + <name>posts</name> | |
| 339 | 481 | <field>d_code</field> |
| 340 | 482 | <condition>=</condition> |
| 341 | 483 | <name2/> |
| 342 | 484 | </key> |
| 343 | 485 | <value> |
| 344 | 486 | <name>d_name</name> |
| 345 | - <rename>personnel_type_str</rename> | |
| 487 | + <rename>posts_str</rename> | |
| 346 | 488 | <default/> |
| 347 | 489 | <type>String</type> |
| 348 | 490 | </value> |
| 349 | 491 | </lookup> |
| 350 | 492 | <cluster_schema/> |
| 351 | 493 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 352 | - <xloc>316</xloc> | |
| 353 | - <yloc>71</yloc> | |
| 494 | + <xloc>509</xloc> | |
| 495 | + <yloc>75</yloc> | |
| 354 | 496 | <draw>Y</draw> |
| 355 | 497 | </GUI> |
| 356 | 498 | </step> |
| 357 | 499 | |
| 358 | 500 | <step> |
| 359 | - <name>工种标识</name> | |
| 501 | + <name>性别标识</name> | |
| 360 | 502 | <type>Constant</type> |
| 361 | 503 | <description/> |
| 362 | 504 | <distribute>Y</distribute> |
| ... | ... | @@ -368,13 +510,13 @@ |
| 368 | 510 | </partitioning> |
| 369 | 511 | <fields> |
| 370 | 512 | <field> |
| 371 | - <name>gzType</name> | |
| 513 | + <name>sexType</name> | |
| 372 | 514 | <type>String</type> |
| 373 | 515 | <format/> |
| 374 | 516 | <currency/> |
| 375 | 517 | <decimal/> |
| 376 | 518 | <group/> |
| 377 | - <nullif>gzType</nullif> | |
| 519 | + <nullif>sexType</nullif> | |
| 378 | 520 | <length>-1</length> |
| 379 | 521 | <precision>-1</precision> |
| 380 | 522 | <set_empty_string>N</set_empty_string> |
| ... | ... | @@ -382,14 +524,14 @@ |
| 382 | 524 | </fields> |
| 383 | 525 | <cluster_schema/> |
| 384 | 526 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 385 | - <xloc>418</xloc> | |
| 386 | - <yloc>73</yloc> | |
| 527 | + <xloc>220</xloc> | |
| 528 | + <yloc>69</yloc> | |
| 387 | 529 | <draw>Y</draw> |
| 388 | 530 | </GUI> |
| 389 | 531 | </step> |
| 390 | 532 | |
| 391 | 533 | <step> |
| 392 | - <name>工种标识查询</name> | |
| 534 | + <name>性别标识查询</name> | |
| 393 | 535 | <type>DBLookup</type> |
| 394 | 536 | <description/> |
| 395 | 537 | <distribute>Y</distribute> |
| ... | ... | @@ -410,91 +552,35 @@ |
| 410 | 552 | <fail_on_multiple>N</fail_on_multiple> |
| 411 | 553 | <eat_row_on_failure>N</eat_row_on_failure> |
| 412 | 554 | <key> |
| 413 | - <name>gzType</name> | |
| 555 | + <name>sexType</name> | |
| 414 | 556 | <field>d_group</field> |
| 415 | 557 | <condition>=</condition> |
| 416 | 558 | <name2/> |
| 417 | 559 | </key> |
| 418 | 560 | <key> |
| 419 | - <name>posts</name> | |
| 561 | + <name>personnel_type</name> | |
| 420 | 562 | <field>d_code</field> |
| 421 | 563 | <condition>=</condition> |
| 422 | 564 | <name2/> |
| 423 | 565 | </key> |
| 424 | 566 | <value> |
| 425 | 567 | <name>d_name</name> |
| 426 | - <rename>posts_str</rename> | |
| 568 | + <rename>personnel_type_str</rename> | |
| 427 | 569 | <default/> |
| 428 | 570 | <type>String</type> |
| 429 | 571 | </value> |
| 430 | 572 | </lookup> |
| 431 | 573 | <cluster_schema/> |
| 432 | 574 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 433 | - <xloc>509</xloc> | |
| 434 | - <yloc>75</yloc> | |
| 435 | - <draw>Y</draw> | |
| 436 | - </GUI> | |
| 437 | - </step> | |
| 438 | - | |
| 439 | - <step> | |
| 440 | - <name>字段选择</name> | |
| 441 | - <type>SelectValues</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 | - <fields> <field> <name>personnel_name</name> | |
| 451 | - <rename>姓名</rename> | |
| 452 | - <length>-2</length> | |
| 453 | - <precision>-2</precision> | |
| 454 | - </field> <field> <name>job_code</name> | |
| 455 | - <rename>工号</rename> | |
| 456 | - <length>-2</length> | |
| 457 | - <precision>-2</precision> | |
| 458 | - </field> <field> <name>personnel_type_str</name> | |
| 459 | - <rename>性别</rename> | |
| 460 | - <length>-2</length> | |
| 461 | - <precision>-2</precision> | |
| 462 | - </field> <field> <name>company</name> | |
| 463 | - <rename>所属公司</rename> | |
| 464 | - <length>-2</length> | |
| 465 | - <precision>-2</precision> | |
| 466 | - </field> <field> <name>branche_company</name> | |
| 467 | - <rename>所属分公司</rename> | |
| 468 | - <length>-2</length> | |
| 469 | - <precision>-2</precision> | |
| 470 | - </field> <field> <name>ic_card_code</name> | |
| 471 | - <rename>一卡通号</rename> | |
| 472 | - <length>-2</length> | |
| 473 | - <precision>-2</precision> | |
| 474 | - </field> <field> <name>papers_code</name> | |
| 475 | - <rename>运营服务证号</rename> | |
| 476 | - <length>-2</length> | |
| 477 | - <precision>-2</precision> | |
| 478 | - </field> <field> <name>posts_str</name> | |
| 479 | - <rename>岗位</rename> | |
| 480 | - <length>-2</length> | |
| 481 | - <precision>-2</precision> | |
| 482 | - </field> <field> <name>descriptions</name> | |
| 483 | - <rename>备注</rename> | |
| 484 | - <length>-2</length> | |
| 485 | - <precision>-2</precision> | |
| 486 | - </field> <select_unspecified>N</select_unspecified> | |
| 487 | - </fields> <cluster_schema/> | |
| 488 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 489 | - <xloc>631</xloc> | |
| 490 | - <yloc>76</yloc> | |
| 575 | + <xloc>316</xloc> | |
| 576 | + <yloc>71</yloc> | |
| 491 | 577 | <draw>Y</draw> |
| 492 | 578 | </GUI> |
| 493 | 579 | </step> |
| 494 | 580 | |
| 495 | 581 | <step> |
| 496 | - <name>Excel输出</name> | |
| 497 | - <type>ExcelOutput</type> | |
| 582 | + <name>表输入</name> | |
| 583 | + <type>TableInput</type> | |
| 498 | 584 | <description/> |
| 499 | 585 | <distribute>Y</distribute> |
| 500 | 586 | <custom_distribution/> |
| ... | ... | @@ -503,103 +589,17 @@ |
| 503 | 589 | <method>none</method> |
| 504 | 590 | <schema_name/> |
| 505 | 591 | </partitioning> |
| 506 | - <header>Y</header> | |
| 507 | - <footer>N</footer> | |
| 508 | - <encoding/> | |
| 509 | - <append>N</append> | |
| 510 | - <add_to_result_filenames>Y</add_to_result_filenames> | |
| 511 | - <file> | |
| 512 | - <name>${filepath}</name> | |
| 513 | - <extention/> | |
| 514 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 515 | - <create_parent_folder>N</create_parent_folder> | |
| 516 | - <split>N</split> | |
| 517 | - <add_date>N</add_date> | |
| 518 | - <add_time>N</add_time> | |
| 519 | - <SpecifyFormat>N</SpecifyFormat> | |
| 520 | - <date_time_format>yyyyMMddHHmmss</date_time_format> | |
| 521 | - <sheetname>工作表1</sheetname> | |
| 522 | - <autosizecolums>N</autosizecolums> | |
| 523 | - <nullisblank>N</nullisblank> | |
| 524 | - <protect_sheet>N</protect_sheet> | |
| 525 | - <password>Encrypted </password> | |
| 526 | - <splitevery>0</splitevery> | |
| 527 | - <usetempfiles>N</usetempfiles> | |
| 528 | - <tempdirectory/> | |
| 529 | - </file> | |
| 530 | - <template> | |
| 531 | - <enabled>N</enabled> | |
| 532 | - <append>N</append> | |
| 533 | - <filename>template.xls</filename> | |
| 534 | - </template> | |
| 535 | - <fields> | |
| 536 | - <field> | |
| 537 | - <name>姓名</name> | |
| 538 | - <type>String</type> | |
| 539 | - <format/> | |
| 540 | - </field> | |
| 541 | - <field> | |
| 542 | - <name>工号</name> | |
| 543 | - <type>String</type> | |
| 544 | - <format/> | |
| 545 | - </field> | |
| 546 | - <field> | |
| 547 | - <name>性别</name> | |
| 548 | - <type>String</type> | |
| 549 | - <format/> | |
| 550 | - </field> | |
| 551 | - <field> | |
| 552 | - <name>所属公司</name> | |
| 553 | - <type>String</type> | |
| 554 | - <format/> | |
| 555 | - </field> | |
| 556 | - <field> | |
| 557 | - <name>所属分公司</name> | |
| 558 | - <type>String</type> | |
| 559 | - <format/> | |
| 560 | - </field> | |
| 561 | - <field> | |
| 562 | - <name>一卡通号</name> | |
| 563 | - <type>String</type> | |
| 564 | - <format/> | |
| 565 | - </field> | |
| 566 | - <field> | |
| 567 | - <name>运营服务证号</name> | |
| 568 | - <type>String</type> | |
| 569 | - <format/> | |
| 570 | - </field> | |
| 571 | - <field> | |
| 572 | - <name>岗位</name> | |
| 573 | - <type>String</type> | |
| 574 | - <format/> | |
| 575 | - </field> | |
| 576 | - <field> | |
| 577 | - <name>备注</name> | |
| 578 | - <type>String</type> | |
| 579 | - <format/> | |
| 580 | - </field> | |
| 581 | - </fields> | |
| 582 | - <custom> | |
| 583 | - <header_font_name>arial</header_font_name> | |
| 584 | - <header_font_size>10</header_font_size> | |
| 585 | - <header_font_bold>N</header_font_bold> | |
| 586 | - <header_font_italic>N</header_font_italic> | |
| 587 | - <header_font_underline>no</header_font_underline> | |
| 588 | - <header_font_orientation>horizontal</header_font_orientation> | |
| 589 | - <header_font_color>black</header_font_color> | |
| 590 | - <header_background_color>none</header_background_color> | |
| 591 | - <header_row_height>255</header_row_height> | |
| 592 | - <header_alignment>left</header_alignment> | |
| 593 | - <header_image/> | |
| 594 | - <row_font_name>arial</row_font_name> | |
| 595 | - <row_font_size>10</row_font_size> | |
| 596 | - <row_font_color>black</row_font_color> | |
| 597 | - <row_background_color>none</row_background_color> | |
| 598 | - </custom> | |
| 592 | + <connection>bus_control_variable</connection> | |
| 593 | + <sql>SELECT * FROM bsth_c_personnel;</sql> | |
| 594 | + <limit>0</limit> | |
| 595 | + <lookup/> | |
| 596 | + <execute_each_row>N</execute_each_row> | |
| 597 | + <variables_active>N</variables_active> | |
| 598 | + <lazy_conversion_active>N</lazy_conversion_active> | |
| 599 | 599 | <cluster_schema/> |
| 600 | 600 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 601 | - <xloc>633</xloc> | |
| 602 | - <yloc>189</yloc> | |
| 601 | + <xloc>112</xloc> | |
| 602 | + <yloc>66</yloc> | |
| 603 | 603 | <draw>Y</draw> |
| 604 | 604 | </GUI> |
| 605 | 605 | </step> | ... | ... |
src/main/resources/datatools/ktrs/guideboardDataInput.ktr
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<transformation> | |
| 3 | - <info> | |
| 4 | - <name>guideboardDataInput</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>erroroutputdir</name> | |
| 14 | - <default_value/> | |
| 15 | - <description>ktr step配置的错误输出目录</description> | |
| 16 | - </parameter> | |
| 17 | - <parameter> | |
| 18 | - <name>filepath</name> | |
| 19 | - <default_value/> | |
| 20 | - <description>待处理导入的excel文件</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>2016/06/29 17:00:01.094</created_date> | |
| 81 | - <modified_user>-</modified_user> | |
| 82 | - <modified_date>2016/06/29 17:00:01.094</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>路牌信息输入,路牌名字是不能重复的
一般来说,应该是导入时刻数据自动生成的,这个再议</note> | |
| 89 | - <xloc>218</xloc> | |
| 90 | - <yloc>141</yloc> | |
| 91 | - <width>298</width> | |
| 92 | - <heigth>42</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>control</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.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 123 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 124 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 125 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 126 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 127 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 128 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 129 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 130 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 131 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 132 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 133 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 134 | - </attributes> | |
| 135 | - </connection> | |
| 136 | - <connection> | |
| 137 | - <name>bus_control_公司_201</name> | |
| 138 | - <server>localhost</server> | |
| 139 | - <type>MYSQL</type> | |
| 140 | - <access>Native</access> | |
| 141 | - <database>control</database> | |
| 142 | - <port>3306</port> | |
| 143 | - <username>root</username> | |
| 144 | - <password>Encrypted </password> | |
| 145 | - <servername/> | |
| 146 | - <data_tablespace/> | |
| 147 | - <index_tablespace/> | |
| 148 | - <attributes> | |
| 149 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 150 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 151 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 152 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 153 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 154 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 155 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 156 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 157 | - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 158 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 159 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 160 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 161 | - </attributes> | |
| 162 | - </connection> | |
| 163 | - <connection> | |
| 164 | - <name>bus_control_本机</name> | |
| 165 | - <server>localhost</server> | |
| 166 | - <type>MYSQL</type> | |
| 167 | - <access>Native</access> | |
| 168 | - <database>control</database> | |
| 169 | - <port>3306</port> | |
| 170 | - <username>root</username> | |
| 171 | - <password>Encrypted </password> | |
| 172 | - <servername/> | |
| 173 | - <data_tablespace/> | |
| 174 | - <index_tablespace/> | |
| 175 | - <attributes> | |
| 176 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 177 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 178 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 179 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 180 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 181 | - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 182 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 183 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 184 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 185 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 186 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 187 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 188 | - </attributes> | |
| 189 | - </connection> | |
| 190 | - <connection> | |
| 191 | - <name>xlab_mysql_youle</name> | |
| 192 | - <server>101.231.124.8</server> | |
| 193 | - <type>MYSQL</type> | |
| 194 | - <access>Native</access> | |
| 195 | - <database>xlab_youle</database> | |
| 196 | - <port>45687</port> | |
| 197 | - <username>xlab-youle</username> | |
| 198 | - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | |
| 199 | - <servername/> | |
| 200 | - <data_tablespace/> | |
| 201 | - <index_tablespace/> | |
| 202 | - <attributes> | |
| 203 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 204 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 205 | - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 206 | - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 207 | - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 208 | - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | |
| 209 | - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 210 | - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 211 | - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 212 | - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 213 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 214 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 215 | - </attributes> | |
| 216 | - </connection> | |
| 217 | - <connection> | |
| 218 | - <name>xlab_mysql_youle(本机)</name> | |
| 219 | - <server>localhost</server> | |
| 220 | - <type>MYSQL</type> | |
| 221 | - <access>Native</access> | |
| 222 | - <database>xlab_youle</database> | |
| 223 | - <port>3306</port> | |
| 224 | - <username>root</username> | |
| 225 | - <password>Encrypted </password> | |
| 226 | - <servername/> | |
| 227 | - <data_tablespace/> | |
| 228 | - <index_tablespace/> | |
| 229 | - <attributes> | |
| 230 | - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 231 | - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 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>3306</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>N</attribute></attribute> | |
| 240 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 241 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 242 | - </attributes> | |
| 243 | - </connection> | |
| 244 | - <connection> | |
| 245 | - <name>xlab_youle</name> | |
| 246 | - <server/> | |
| 247 | - <type>MYSQL</type> | |
| 248 | - <access>JNDI</access> | |
| 249 | - <database>xlab_youle</database> | |
| 250 | - <port>1521</port> | |
| 251 | - <username/> | |
| 252 | - <password>Encrypted </password> | |
| 253 | - <servername/> | |
| 254 | - <data_tablespace/> | |
| 255 | - <index_tablespace/> | |
| 256 | - <attributes> | |
| 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>1521</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>Y</attribute></attribute> | |
| 265 | - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 266 | - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 267 | - </attributes> | |
| 268 | - </connection> | |
| 269 | - <order> | |
| 270 | - <hop> <from>字段改名</from><to>查询线路关联</to><enabled>Y</enabled> </hop> | |
| 271 | - <hop> <from>插入/更新bsth_c_s_gbi</from><to>错误输出</to><enabled>Y</enabled> </hop> | |
| 272 | - <hop> <from>查询线路关联</from><to>插入/更新bsth_c_s_gbi</to><enabled>Y</enabled> </hop> | |
| 273 | - <hop> <from>路牌_85路Excel输入</from><to>字段改名</to><enabled>Y</enabled> </hop> | |
| 274 | - <hop> <from>获取变量</from><to>路牌_85路Excel输入</to><enabled>Y</enabled> </hop> | |
| 275 | - </order> | |
| 276 | - <step> | |
| 277 | - <name>字段改名</name> | |
| 278 | - <type>SelectValues</type> | |
| 279 | - <description/> | |
| 280 | - <distribute>Y</distribute> | |
| 281 | - <custom_distribution/> | |
| 282 | - <copies>1</copies> | |
| 283 | - <partitioning> | |
| 284 | - <method>none</method> | |
| 285 | - <schema_name/> | |
| 286 | - </partitioning> | |
| 287 | - <fields> <select_unspecified>N</select_unspecified> | |
| 288 | - <meta> <name>线路</name> | |
| 289 | - <rename>xl</rename> | |
| 290 | - <type>String</type> | |
| 291 | - <length>-2</length> | |
| 292 | - <precision>-2</precision> | |
| 293 | - <conversion_mask/> | |
| 294 | - <date_format_lenient>false</date_format_lenient> | |
| 295 | - <date_format_locale/> | |
| 296 | - <date_format_timezone/> | |
| 297 | - <lenient_string_to_number>false</lenient_string_to_number> | |
| 298 | - <encoding/> | |
| 299 | - <decimal_symbol/> | |
| 300 | - <grouping_symbol/> | |
| 301 | - <currency_symbol/> | |
| 302 | - <storage_type/> | |
| 303 | - </meta> <meta> <name>路牌编号</name> | |
| 304 | - <rename>lpno</rename> | |
| 305 | - <type>Integer</type> | |
| 306 | - <length>-2</length> | |
| 307 | - <precision>-2</precision> | |
| 308 | - <conversion_mask/> | |
| 309 | - <date_format_lenient>false</date_format_lenient> | |
| 310 | - <date_format_locale/> | |
| 311 | - <date_format_timezone/> | |
| 312 | - <lenient_string_to_number>false</lenient_string_to_number> | |
| 313 | - <encoding/> | |
| 314 | - <decimal_symbol/> | |
| 315 | - <grouping_symbol/> | |
| 316 | - <currency_symbol/> | |
| 317 | - <storage_type/> | |
| 318 | - </meta> <meta> <name>路牌名称</name> | |
| 319 | - <rename>lpname</rename> | |
| 320 | - <type>String</type> | |
| 321 | - <length>-2</length> | |
| 322 | - <precision>-2</precision> | |
| 323 | - <conversion_mask/> | |
| 324 | - <date_format_lenient>false</date_format_lenient> | |
| 325 | - <date_format_locale/> | |
| 326 | - <date_format_timezone/> | |
| 327 | - <lenient_string_to_number>false</lenient_string_to_number> | |
| 328 | - <encoding/> | |
| 329 | - <decimal_symbol/> | |
| 330 | - <grouping_symbol/> | |
| 331 | - <currency_symbol/> | |
| 332 | - <storage_type/> | |
| 333 | - </meta> <meta> <name>路牌类型</name> | |
| 334 | - <rename>lptype</rename> | |
| 335 | - <type>String</type> | |
| 336 | - <length>-2</length> | |
| 337 | - <precision>-2</precision> | |
| 338 | - <conversion_mask/> | |
| 339 | - <date_format_lenient>false</date_format_lenient> | |
| 340 | - <date_format_locale/> | |
| 341 | - <date_format_timezone/> | |
| 342 | - <lenient_string_to_number>false</lenient_string_to_number> | |
| 343 | - <encoding/> | |
| 344 | - <decimal_symbol/> | |
| 345 | - <grouping_symbol/> | |
| 346 | - <currency_symbol/> | |
| 347 | - <storage_type/> | |
| 348 | - </meta> </fields> <cluster_schema/> | |
| 349 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 350 | - <xloc>295</xloc> | |
| 351 | - <yloc>68</yloc> | |
| 352 | - <draw>Y</draw> | |
| 353 | - </GUI> | |
| 354 | - </step> | |
| 355 | - | |
| 356 | - <step> | |
| 357 | - <name>插入/更新bsth_c_s_gbi</name> | |
| 358 | - <type>InsertUpdate</type> | |
| 359 | - <description/> | |
| 360 | - <distribute>Y</distribute> | |
| 361 | - <custom_distribution/> | |
| 362 | - <copies>1</copies> | |
| 363 | - <partitioning> | |
| 364 | - <method>none</method> | |
| 365 | - <schema_name/> | |
| 366 | - </partitioning> | |
| 367 | - <connection>bus_control_variable</connection> | |
| 368 | - <commit>100</commit> | |
| 369 | - <update_bypassed>N</update_bypassed> | |
| 370 | - <lookup> | |
| 371 | - <schema/> | |
| 372 | - <table>bsth_c_s_gbi</table> | |
| 373 | - <key> | |
| 374 | - <name>xlid</name> | |
| 375 | - <field>xl</field> | |
| 376 | - <condition>=</condition> | |
| 377 | - <name2/> | |
| 378 | - </key> | |
| 379 | - <key> | |
| 380 | - <name>lpname</name> | |
| 381 | - <field>lp_name</field> | |
| 382 | - <condition>=</condition> | |
| 383 | - <name2/> | |
| 384 | - </key> | |
| 385 | - <value> | |
| 386 | - <name>xl</name> | |
| 387 | - <rename>xlid</rename> | |
| 388 | - <update>Y</update> | |
| 389 | - </value> | |
| 390 | - <value> | |
| 391 | - <name>lp_no</name> | |
| 392 | - <rename>lpno</rename> | |
| 393 | - <update>Y</update> | |
| 394 | - </value> | |
| 395 | - <value> | |
| 396 | - <name>lp_name</name> | |
| 397 | - <rename>lpname</rename> | |
| 398 | - <update>Y</update> | |
| 399 | - </value> | |
| 400 | - <value> | |
| 401 | - <name>lp_type</name> | |
| 402 | - <rename>lptype</rename> | |
| 403 | - <update>Y</update> | |
| 404 | - </value> | |
| 405 | - </lookup> | |
| 406 | - <cluster_schema/> | |
| 407 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 408 | - <xloc>576</xloc> | |
| 409 | - <yloc>69</yloc> | |
| 410 | - <draw>Y</draw> | |
| 411 | - </GUI> | |
| 412 | - </step> | |
| 413 | - | |
| 414 | - <step> | |
| 415 | - <name>查询线路关联</name> | |
| 416 | - <type>DBLookup</type> | |
| 417 | - <description/> | |
| 418 | - <distribute>Y</distribute> | |
| 419 | - <custom_distribution/> | |
| 420 | - <copies>1</copies> | |
| 421 | - <partitioning> | |
| 422 | - <method>none</method> | |
| 423 | - <schema_name/> | |
| 424 | - </partitioning> | |
| 425 | - <connection>bus_control_variable</connection> | |
| 426 | - <cache>N</cache> | |
| 427 | - <cache_load_all>N</cache_load_all> | |
| 428 | - <cache_size>0</cache_size> | |
| 429 | - <lookup> | |
| 430 | - <schema/> | |
| 431 | - <table>bsth_c_line</table> | |
| 432 | - <orderby/> | |
| 433 | - <fail_on_multiple>N</fail_on_multiple> | |
| 434 | - <eat_row_on_failure>N</eat_row_on_failure> | |
| 435 | - <key> | |
| 436 | - <name>xl</name> | |
| 437 | - <field>name</field> | |
| 438 | - <condition>=</condition> | |
| 439 | - <name2/> | |
| 440 | - </key> | |
| 441 | - <value> | |
| 442 | - <name>id</name> | |
| 443 | - <rename>xlid</rename> | |
| 444 | - <default/> | |
| 445 | - <type>Integer</type> | |
| 446 | - </value> | |
| 447 | - </lookup> | |
| 448 | - <cluster_schema/> | |
| 449 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 450 | - <xloc>428</xloc> | |
| 451 | - <yloc>69</yloc> | |
| 452 | - <draw>Y</draw> | |
| 453 | - </GUI> | |
| 454 | - </step> | |
| 455 | - | |
| 456 | - <step> | |
| 457 | - <name>获取变量</name> | |
| 458 | - <type>GetVariable</type> | |
| 459 | - <description/> | |
| 460 | - <distribute>Y</distribute> | |
| 461 | - <custom_distribution/> | |
| 462 | - <copies>1</copies> | |
| 463 | - <partitioning> | |
| 464 | - <method>none</method> | |
| 465 | - <schema_name/> | |
| 466 | - </partitioning> | |
| 467 | - <fields> | |
| 468 | - <field> | |
| 469 | - <name>filepath_</name> | |
| 470 | - <variable>${filepath}</variable> | |
| 471 | - <type>String</type> | |
| 472 | - <format/> | |
| 473 | - <currency/> | |
| 474 | - <decimal/> | |
| 475 | - <group/> | |
| 476 | - <length>-1</length> | |
| 477 | - <precision>-1</precision> | |
| 478 | - <trim_type>none</trim_type> | |
| 479 | - </field> | |
| 480 | - <field> | |
| 481 | - <name>erroroutputdir_</name> | |
| 482 | - <variable>${erroroutputdir}</variable> | |
| 483 | - <type>String</type> | |
| 484 | - <format/> | |
| 485 | - <currency/> | |
| 486 | - <decimal/> | |
| 487 | - <group/> | |
| 488 | - <length>-1</length> | |
| 489 | - <precision>-1</precision> | |
| 490 | - <trim_type>none</trim_type> | |
| 491 | - </field> | |
| 492 | - </fields> | |
| 493 | - <cluster_schema/> | |
| 494 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 495 | - <xloc>152</xloc> | |
| 496 | - <yloc>193</yloc> | |
| 497 | - <draw>Y</draw> | |
| 498 | - </GUI> | |
| 499 | - </step> | |
| 500 | - | |
| 501 | - <step> | |
| 502 | - <name>路牌_85路Excel输入</name> | |
| 503 | - <type>ExcelInput</type> | |
| 504 | - <description/> | |
| 505 | - <distribute>Y</distribute> | |
| 506 | - <custom_distribution/> | |
| 507 | - <copies>1</copies> | |
| 508 | - <partitioning> | |
| 509 | - <method>none</method> | |
| 510 | - <schema_name/> | |
| 511 | - </partitioning> | |
| 512 | - <header>Y</header> | |
| 513 | - <noempty>Y</noempty> | |
| 514 | - <stoponempty>N</stoponempty> | |
| 515 | - <filefield/> | |
| 516 | - <sheetfield/> | |
| 517 | - <sheetrownumfield/> | |
| 518 | - <rownumfield/> | |
| 519 | - <sheetfield/> | |
| 520 | - <filefield/> | |
| 521 | - <limit>0</limit> | |
| 522 | - <encoding/> | |
| 523 | - <add_to_result_filenames>Y</add_to_result_filenames> | |
| 524 | - <accept_filenames>Y</accept_filenames> | |
| 525 | - <accept_field>filepath_</accept_field> | |
| 526 | - <accept_stepname>获取变量</accept_stepname> | |
| 527 | - <file> | |
| 528 | - <name/> | |
| 529 | - <filemask/> | |
| 530 | - <exclude_filemask/> | |
| 531 | - <file_required>N</file_required> | |
| 532 | - <include_subfolders>N</include_subfolders> | |
| 533 | - </file> | |
| 534 | - <fields> | |
| 535 | - <field> | |
| 536 | - <name>线路</name> | |
| 537 | - <type>String</type> | |
| 538 | - <length>-1</length> | |
| 539 | - <precision>-1</precision> | |
| 540 | - <trim_type>none</trim_type> | |
| 541 | - <repeat>N</repeat> | |
| 542 | - <format/> | |
| 543 | - <currency/> | |
| 544 | - <decimal/> | |
| 545 | - <group/> | |
| 546 | - </field> | |
| 547 | - <field> | |
| 548 | - <name>路牌编号</name> | |
| 549 | - <type>String</type> | |
| 550 | - <length>-1</length> | |
| 551 | - <precision>-1</precision> | |
| 552 | - <trim_type>none</trim_type> | |
| 553 | - <repeat>N</repeat> | |
| 554 | - <format>#</format> | |
| 555 | - <currency/> | |
| 556 | - <decimal/> | |
| 557 | - <group/> | |
| 558 | - </field> | |
| 559 | - <field> | |
| 560 | - <name>路牌名称</name> | |
| 561 | - <type>String</type> | |
| 562 | - <length>-1</length> | |
| 563 | - <precision>-1</precision> | |
| 564 | - <trim_type>none</trim_type> | |
| 565 | - <repeat>N</repeat> | |
| 566 | - <format>#</format> | |
| 567 | - <currency/> | |
| 568 | - <decimal/> | |
| 569 | - <group/> | |
| 570 | - </field> | |
| 571 | - <field> | |
| 572 | - <name>路牌类型</name> | |
| 573 | - <type>String</type> | |
| 574 | - <length>-1</length> | |
| 575 | - <precision>-1</precision> | |
| 576 | - <trim_type>none</trim_type> | |
| 577 | - <repeat>N</repeat> | |
| 578 | - <format/> | |
| 579 | - <currency/> | |
| 580 | - <decimal/> | |
| 581 | - <group/> | |
| 582 | - </field> | |
| 583 | - </fields> | |
| 584 | - <sheets> | |
| 585 | - <sheet> | |
| 586 | - <name>工作表1</name> | |
| 587 | - <startrow>0</startrow> | |
| 588 | - <startcol>0</startcol> | |
| 589 | - </sheet> | |
| 590 | - </sheets> | |
| 591 | - <strict_types>N</strict_types> | |
| 592 | - <error_ignored>N</error_ignored> | |
| 593 | - <error_line_skipped>N</error_line_skipped> | |
| 594 | - <bad_line_files_destination_directory/> | |
| 595 | - <bad_line_files_extension>warning</bad_line_files_extension> | |
| 596 | - <error_line_files_destination_directory/> | |
| 597 | - <error_line_files_extension>error</error_line_files_extension> | |
| 598 | - <line_number_files_destination_directory/> | |
| 599 | - <line_number_files_extension>line</line_number_files_extension> | |
| 600 | - <shortFileFieldName/> | |
| 601 | - <pathFieldName/> | |
| 602 | - <hiddenFieldName/> | |
| 603 | - <lastModificationTimeFieldName/> | |
| 604 | - <uriNameFieldName/> | |
| 605 | - <rootUriNameFieldName/> | |
| 606 | - <extensionFieldName/> | |
| 607 | - <sizeFieldName/> | |
| 608 | - <spreadsheet_type>JXL</spreadsheet_type> | |
| 609 | - <cluster_schema/> | |
| 610 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 611 | - <xloc>150</xloc> | |
| 612 | - <yloc>68</yloc> | |
| 613 | - <draw>Y</draw> | |
| 614 | - </GUI> | |
| 615 | - </step> | |
| 616 | - | |
| 617 | - <step> | |
| 618 | - <name>错误输出</name> | |
| 619 | - <type>ExcelOutput</type> | |
| 620 | - <description/> | |
| 621 | - <distribute>Y</distribute> | |
| 622 | - <custom_distribution/> | |
| 623 | - <copies>1</copies> | |
| 624 | - <partitioning> | |
| 625 | - <method>none</method> | |
| 626 | - <schema_name/> | |
| 627 | - </partitioning> | |
| 628 | - <header>Y</header> | |
| 629 | - <footer>N</footer> | |
| 630 | - <encoding>UTF-8</encoding> | |
| 631 | - <append>N</append> | |
| 632 | - <add_to_result_filenames>Y</add_to_result_filenames> | |
| 633 | - <file> | |
| 634 | - <name>${erroroutputdir}/路牌_错误</name> | |
| 635 | - <extention>xls</extention> | |
| 636 | - <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 637 | - <create_parent_folder>N</create_parent_folder> | |
| 638 | - <split>N</split> | |
| 639 | - <add_date>N</add_date> | |
| 640 | - <add_time>N</add_time> | |
| 641 | - <SpecifyFormat>N</SpecifyFormat> | |
| 642 | - <date_time_format/> | |
| 643 | - <sheetname>Sheet1</sheetname> | |
| 644 | - <autosizecolums>N</autosizecolums> | |
| 645 | - <nullisblank>N</nullisblank> | |
| 646 | - <protect_sheet>N</protect_sheet> | |
| 647 | - <password>Encrypted </password> | |
| 648 | - <splitevery>0</splitevery> | |
| 649 | - <usetempfiles>N</usetempfiles> | |
| 650 | - <tempdirectory/> | |
| 651 | - </file> | |
| 652 | - <template> | |
| 653 | - <enabled>N</enabled> | |
| 654 | - <append>N</append> | |
| 655 | - <filename>template.xls</filename> | |
| 656 | - </template> | |
| 657 | - <fields> | |
| 658 | - <field> | |
| 659 | - <name>xl</name> | |
| 660 | - <type>String</type> | |
| 661 | - <format/> | |
| 662 | - </field> | |
| 663 | - <field> | |
| 664 | - <name>lpno</name> | |
| 665 | - <type>Integer</type> | |
| 666 | - <format/> | |
| 667 | - </field> | |
| 668 | - <field> | |
| 669 | - <name>lpname</name> | |
| 670 | - <type>String</type> | |
| 671 | - <format/> | |
| 672 | - </field> | |
| 673 | - <field> | |
| 674 | - <name>lptype</name> | |
| 675 | - <type>String</type> | |
| 676 | - <format/> | |
| 677 | - </field> | |
| 678 | - <field> | |
| 679 | - <name>xlid</name> | |
| 680 | - <type>Integer</type> | |
| 681 | - <format/> | |
| 682 | - </field> | |
| 683 | - <field> | |
| 684 | - <name>error_count</name> | |
| 685 | - <type>Integer</type> | |
| 686 | - <format/> | |
| 687 | - </field> | |
| 688 | - <field> | |
| 689 | - <name>error_desc</name> | |
| 690 | - <type>String</type> | |
| 691 | - <format/> | |
| 692 | - </field> | |
| 693 | - <field> | |
| 694 | - <name>error_column1</name> | |
| 695 | - <type>String</type> | |
| 696 | - <format/> | |
| 697 | - </field> | |
| 698 | - <field> | |
| 699 | - <name>error_column2</name> | |
| 700 | - <type>String</type> | |
| 701 | - <format/> | |
| 702 | - </field> | |
| 703 | - </fields> | |
| 704 | - <custom> | |
| 705 | - <header_font_name>arial</header_font_name> | |
| 706 | - <header_font_size>10</header_font_size> | |
| 707 | - <header_font_bold>N</header_font_bold> | |
| 708 | - <header_font_italic>N</header_font_italic> | |
| 709 | - <header_font_underline>no</header_font_underline> | |
| 710 | - <header_font_orientation>horizontal</header_font_orientation> | |
| 711 | - <header_font_color>black</header_font_color> | |
| 712 | - <header_background_color>none</header_background_color> | |
| 713 | - <header_row_height>255</header_row_height> | |
| 714 | - <header_alignment>left</header_alignment> | |
| 715 | - <header_image/> | |
| 716 | - <row_font_name>arial</row_font_name> | |
| 717 | - <row_font_size>10</row_font_size> | |
| 718 | - <row_font_color>black</row_font_color> | |
| 719 | - <row_background_color>none</row_background_color> | |
| 720 | - </custom> | |
| 721 | - <cluster_schema/> | |
| 722 | - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 723 | - <xloc>576</xloc> | |
| 724 | - <yloc>192</yloc> | |
| 725 | - <draw>Y</draw> | |
| 726 | - </GUI> | |
| 727 | - </step> | |
| 728 | - | |
| 729 | - <step_error_handling> | |
| 730 | - <error> | |
| 731 | - <source_step>插入/更新bsth_c_s_gbi</source_step> | |
| 732 | - <target_step>错误输出</target_step> | |
| 733 | - <is_enabled>Y</is_enabled> | |
| 734 | - <nr_valuename>error_count</nr_valuename> | |
| 735 | - <descriptions_valuename>error_desc</descriptions_valuename> | |
| 736 | - <fields_valuename>error_column1</fields_valuename> | |
| 737 | - <codes_valuename>error_column2</codes_valuename> | |
| 738 | - <max_errors/> | |
| 739 | - <max_pct_errors/> | |
| 740 | - <min_pct_rows/> | |
| 741 | - </error> | |
| 742 | - </step_error_handling> | |
| 743 | - <slave-step-copy-partition-distribution> | |
| 744 | -</slave-step-copy-partition-distribution> | |
| 745 | - <slave_transformation>N</slave_transformation> | |
| 746 | - | |
| 747 | -</transformation> | |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | +<transformation> | |
| 3 | + <info> | |
| 4 | + <name>guideboardDataInput</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>erroroutputdir</name> | |
| 14 | + <default_value/> | |
| 15 | + <description>ktr step配置的错误输出目录</description> | |
| 16 | + </parameter> | |
| 17 | + <parameter> | |
| 18 | + <name>filepath</name> | |
| 19 | + <default_value/> | |
| 20 | + <description>待处理导入的excel文件</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>2016/06/29 17:00:01.094</created_date> | |
| 81 | + <modified_user>-</modified_user> | |
| 82 | + <modified_date>2016/06/29 17:00:01.094</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>路牌信息输入,路牌名字是不能重复的
一般来说,应该是导入时刻数据自动生成的,这个再议

</note> | |
| 89 | + <xloc>218</xloc> | |
| 90 | + <yloc>141</yloc> | |
| 91 | + <width>298</width> | |
| 92 | + <heigth>74</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.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 123 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 124 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 125 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 126 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 127 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 128 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 129 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 130 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 131 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 132 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 133 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 134 | + </attributes> | |
| 135 | + </connection> | |
| 136 | + <connection> | |
| 137 | + <name>bus_control_公司_201</name> | |
| 138 | + <server>localhost</server> | |
| 139 | + <type>MYSQL</type> | |
| 140 | + <access>Native</access> | |
| 141 | + <database>control</database> | |
| 142 | + <port>3306</port> | |
| 143 | + <username>root</username> | |
| 144 | + <password>Encrypted </password> | |
| 145 | + <servername/> | |
| 146 | + <data_tablespace/> | |
| 147 | + <index_tablespace/> | |
| 148 | + <attributes> | |
| 149 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 150 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 151 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 152 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 153 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 154 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 155 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 156 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 157 | + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute> | |
| 158 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 159 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 160 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 161 | + </attributes> | |
| 162 | + </connection> | |
| 163 | + <connection> | |
| 164 | + <name>bus_control_本机</name> | |
| 165 | + <server>localhost</server> | |
| 166 | + <type>MYSQL</type> | |
| 167 | + <access>Native</access> | |
| 168 | + <database>control</database> | |
| 169 | + <port>3306</port> | |
| 170 | + <username>root</username> | |
| 171 | + <password>Encrypted </password> | |
| 172 | + <servername/> | |
| 173 | + <data_tablespace/> | |
| 174 | + <index_tablespace/> | |
| 175 | + <attributes> | |
| 176 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 177 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 178 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 179 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 180 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 181 | + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute> | |
| 182 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 183 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 184 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 185 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 186 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 187 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 188 | + </attributes> | |
| 189 | + </connection> | |
| 190 | + <connection> | |
| 191 | + <name>xlab_mysql_youle</name> | |
| 192 | + <server>101.231.124.8</server> | |
| 193 | + <type>MYSQL</type> | |
| 194 | + <access>Native</access> | |
| 195 | + <database>xlab_youle</database> | |
| 196 | + <port>45687</port> | |
| 197 | + <username>xlab-youle</username> | |
| 198 | + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password> | |
| 199 | + <servername/> | |
| 200 | + <data_tablespace/> | |
| 201 | + <index_tablespace/> | |
| 202 | + <attributes> | |
| 203 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 204 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 205 | + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute> | |
| 206 | + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute> | |
| 207 | + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute> | |
| 208 | + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute> | |
| 209 | + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute> | |
| 210 | + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute> | |
| 211 | + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute> | |
| 212 | + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 213 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 214 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 215 | + </attributes> | |
| 216 | + </connection> | |
| 217 | + <connection> | |
| 218 | + <name>xlab_mysql_youle(本机)</name> | |
| 219 | + <server>localhost</server> | |
| 220 | + <type>MYSQL</type> | |
| 221 | + <access>Native</access> | |
| 222 | + <database>xlab_youle</database> | |
| 223 | + <port>3306</port> | |
| 224 | + <username>root</username> | |
| 225 | + <password>Encrypted </password> | |
| 226 | + <servername/> | |
| 227 | + <data_tablespace/> | |
| 228 | + <index_tablespace/> | |
| 229 | + <attributes> | |
| 230 | + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute> | |
| 231 | + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute> | |
| 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>3306</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>N</attribute></attribute> | |
| 240 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute> | |
| 241 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 242 | + </attributes> | |
| 243 | + </connection> | |
| 244 | + <connection> | |
| 245 | + <name>xlab_youle</name> | |
| 246 | + <server/> | |
| 247 | + <type>MYSQL</type> | |
| 248 | + <access>JNDI</access> | |
| 249 | + <database>xlab_youle</database> | |
| 250 | + <port>1521</port> | |
| 251 | + <username/> | |
| 252 | + <password>Encrypted </password> | |
| 253 | + <servername/> | |
| 254 | + <data_tablespace/> | |
| 255 | + <index_tablespace/> | |
| 256 | + <attributes> | |
| 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>1521</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>Y</attribute></attribute> | |
| 265 | + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute> | |
| 266 | + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute> | |
| 267 | + </attributes> | |
| 268 | + </connection> | |
| 269 | + <order> | |
| 270 | + <hop> <from>字段改名</from><to>查询线路关联</to><enabled>Y</enabled> </hop> | |
| 271 | + <hop> <from>插入/更新bsth_c_s_gbi</from><to>错误输出</to><enabled>Y</enabled> </hop> | |
| 272 | + <hop> <from>查询线路关联</from><to>插入/更新bsth_c_s_gbi</to><enabled>Y</enabled> </hop> | |
| 273 | + <hop> <from>路牌_85路Excel输入</from><to>字段改名</to><enabled>Y</enabled> </hop> | |
| 274 | + <hop> <from>获取变量</from><to>路牌_85路Excel输入</to><enabled>Y</enabled> </hop> | |
| 275 | + </order> | |
| 276 | + <step> | |
| 277 | + <name>字段改名</name> | |
| 278 | + <type>SelectValues</type> | |
| 279 | + <description/> | |
| 280 | + <distribute>Y</distribute> | |
| 281 | + <custom_distribution/> | |
| 282 | + <copies>1</copies> | |
| 283 | + <partitioning> | |
| 284 | + <method>none</method> | |
| 285 | + <schema_name/> | |
| 286 | + </partitioning> | |
| 287 | + <fields> <select_unspecified>N</select_unspecified> | |
| 288 | + <meta> <name>线路</name> | |
| 289 | + <rename>xl</rename> | |
| 290 | + <type>String</type> | |
| 291 | + <length>-2</length> | |
| 292 | + <precision>-2</precision> | |
| 293 | + <conversion_mask/> | |
| 294 | + <date_format_lenient>false</date_format_lenient> | |
| 295 | + <date_format_locale/> | |
| 296 | + <date_format_timezone/> | |
| 297 | + <lenient_string_to_number>false</lenient_string_to_number> | |
| 298 | + <encoding/> | |
| 299 | + <decimal_symbol/> | |
| 300 | + <grouping_symbol/> | |
| 301 | + <currency_symbol/> | |
| 302 | + <storage_type/> | |
| 303 | + </meta> <meta> <name>路牌编号</name> | |
| 304 | + <rename>lpno</rename> | |
| 305 | + <type>Integer</type> | |
| 306 | + <length>-2</length> | |
| 307 | + <precision>-2</precision> | |
| 308 | + <conversion_mask/> | |
| 309 | + <date_format_lenient>false</date_format_lenient> | |
| 310 | + <date_format_locale/> | |
| 311 | + <date_format_timezone/> | |
| 312 | + <lenient_string_to_number>false</lenient_string_to_number> | |
| 313 | + <encoding/> | |
| 314 | + <decimal_symbol/> | |
| 315 | + <grouping_symbol/> | |
| 316 | + <currency_symbol/> | |
| 317 | + <storage_type/> | |
| 318 | + </meta> <meta> <name>路牌名称</name> | |
| 319 | + <rename>lpname</rename> | |
| 320 | + <type>String</type> | |
| 321 | + <length>-2</length> | |
| 322 | + <precision>-2</precision> | |
| 323 | + <conversion_mask/> | |
| 324 | + <date_format_lenient>false</date_format_lenient> | |
| 325 | + <date_format_locale/> | |
| 326 | + <date_format_timezone/> | |
| 327 | + <lenient_string_to_number>false</lenient_string_to_number> | |
| 328 | + <encoding/> | |
| 329 | + <decimal_symbol/> | |
| 330 | + <grouping_symbol/> | |
| 331 | + <currency_symbol/> | |
| 332 | + <storage_type/> | |
| 333 | + </meta> <meta> <name>路牌类型</name> | |
| 334 | + <rename>lptype</rename> | |
| 335 | + <type>String</type> | |
| 336 | + <length>-2</length> | |
| 337 | + <precision>-2</precision> | |
| 338 | + <conversion_mask/> | |
| 339 | + <date_format_lenient>false</date_format_lenient> | |
| 340 | + <date_format_locale/> | |
| 341 | + <date_format_timezone/> | |
| 342 | + <lenient_string_to_number>false</lenient_string_to_number> | |
| 343 | + <encoding/> | |
| 344 | + <decimal_symbol/> | |
| 345 | + <grouping_symbol/> | |
| 346 | + <currency_symbol/> | |
| 347 | + <storage_type/> | |
| 348 | + </meta> </fields> <cluster_schema/> | |
| 349 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 350 | + <xloc>295</xloc> | |
| 351 | + <yloc>68</yloc> | |
| 352 | + <draw>Y</draw> | |
| 353 | + </GUI> | |
| 354 | + </step> | |
| 355 | + | |
| 356 | + <step> | |
| 357 | + <name>插入/更新bsth_c_s_gbi</name> | |
| 358 | + <type>InsertUpdate</type> | |
| 359 | + <description/> | |
| 360 | + <distribute>Y</distribute> | |
| 361 | + <custom_distribution/> | |
| 362 | + <copies>1</copies> | |
| 363 | + <partitioning> | |
| 364 | + <method>none</method> | |
| 365 | + <schema_name/> | |
| 366 | + </partitioning> | |
| 367 | + <connection>bus_control_variable</connection> | |
| 368 | + <commit>100</commit> | |
| 369 | + <update_bypassed>N</update_bypassed> | |
| 370 | + <lookup> | |
| 371 | + <schema/> | |
| 372 | + <table>bsth_c_s_gbi</table> | |
| 373 | + <key> | |
| 374 | + <name>xlid</name> | |
| 375 | + <field>xl</field> | |
| 376 | + <condition>=</condition> | |
| 377 | + <name2/> | |
| 378 | + </key> | |
| 379 | + <key> | |
| 380 | + <name>lpname</name> | |
| 381 | + <field>lp_name</field> | |
| 382 | + <condition>=</condition> | |
| 383 | + <name2/> | |
| 384 | + </key> | |
| 385 | + <value> | |
| 386 | + <name>xl</name> | |
| 387 | + <rename>xlid</rename> | |
| 388 | + <update>Y</update> | |
| 389 | + </value> | |
| 390 | + <value> | |
| 391 | + <name>lp_no</name> | |
| 392 | + <rename>lpno</rename> | |
| 393 | + <update>Y</update> | |
| 394 | + </value> | |
| 395 | + <value> | |
| 396 | + <name>lp_name</name> | |
| 397 | + <rename>lpname</rename> | |
| 398 | + <update>Y</update> | |
| 399 | + </value> | |
| 400 | + <value> | |
| 401 | + <name>lp_type</name> | |
| 402 | + <rename>lptype</rename> | |
| 403 | + <update>Y</update> | |
| 404 | + </value> | |
| 405 | + </lookup> | |
| 406 | + <cluster_schema/> | |
| 407 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 408 | + <xloc>576</xloc> | |
| 409 | + <yloc>69</yloc> | |
| 410 | + <draw>Y</draw> | |
| 411 | + </GUI> | |
| 412 | + </step> | |
| 413 | + | |
| 414 | + <step> | |
| 415 | + <name>查询线路关联</name> | |
| 416 | + <type>DBLookup</type> | |
| 417 | + <description/> | |
| 418 | + <distribute>Y</distribute> | |
| 419 | + <custom_distribution/> | |
| 420 | + <copies>1</copies> | |
| 421 | + <partitioning> | |
| 422 | + <method>none</method> | |
| 423 | + <schema_name/> | |
| 424 | + </partitioning> | |
| 425 | + <connection>bus_control_variable</connection> | |
| 426 | + <cache>N</cache> | |
| 427 | + <cache_load_all>N</cache_load_all> | |
| 428 | + <cache_size>0</cache_size> | |
| 429 | + <lookup> | |
| 430 | + <schema/> | |
| 431 | + <table>bsth_c_line</table> | |
| 432 | + <orderby/> | |
| 433 | + <fail_on_multiple>N</fail_on_multiple> | |
| 434 | + <eat_row_on_failure>N</eat_row_on_failure> | |
| 435 | + <key> | |
| 436 | + <name>xl</name> | |
| 437 | + <field>name</field> | |
| 438 | + <condition>=</condition> | |
| 439 | + <name2/> | |
| 440 | + </key> | |
| 441 | + <value> | |
| 442 | + <name>id</name> | |
| 443 | + <rename>xlid</rename> | |
| 444 | + <default/> | |
| 445 | + <type>Integer</type> | |
| 446 | + </value> | |
| 447 | + </lookup> | |
| 448 | + <cluster_schema/> | |
| 449 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 450 | + <xloc>428</xloc> | |
| 451 | + <yloc>69</yloc> | |
| 452 | + <draw>Y</draw> | |
| 453 | + </GUI> | |
| 454 | + </step> | |
| 455 | + | |
| 456 | + <step> | |
| 457 | + <name>获取变量</name> | |
| 458 | + <type>GetVariable</type> | |
| 459 | + <description/> | |
| 460 | + <distribute>Y</distribute> | |
| 461 | + <custom_distribution/> | |
| 462 | + <copies>1</copies> | |
| 463 | + <partitioning> | |
| 464 | + <method>none</method> | |
| 465 | + <schema_name/> | |
| 466 | + </partitioning> | |
| 467 | + <fields> | |
| 468 | + <field> | |
| 469 | + <name>filepath_</name> | |
| 470 | + <variable>${filepath}</variable> | |
| 471 | + <type>String</type> | |
| 472 | + <format/> | |
| 473 | + <currency/> | |
| 474 | + <decimal/> | |
| 475 | + <group/> | |
| 476 | + <length>-1</length> | |
| 477 | + <precision>-1</precision> | |
| 478 | + <trim_type>none</trim_type> | |
| 479 | + </field> | |
| 480 | + <field> | |
| 481 | + <name>erroroutputdir_</name> | |
| 482 | + <variable>${erroroutputdir}</variable> | |
| 483 | + <type>String</type> | |
| 484 | + <format/> | |
| 485 | + <currency/> | |
| 486 | + <decimal/> | |
| 487 | + <group/> | |
| 488 | + <length>-1</length> | |
| 489 | + <precision>-1</precision> | |
| 490 | + <trim_type>none</trim_type> | |
| 491 | + </field> | |
| 492 | + </fields> | |
| 493 | + <cluster_schema/> | |
| 494 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 495 | + <xloc>152</xloc> | |
| 496 | + <yloc>193</yloc> | |
| 497 | + <draw>Y</draw> | |
| 498 | + </GUI> | |
| 499 | + </step> | |
| 500 | + | |
| 501 | + <step> | |
| 502 | + <name>路牌_85路Excel输入</name> | |
| 503 | + <type>ExcelInput</type> | |
| 504 | + <description/> | |
| 505 | + <distribute>Y</distribute> | |
| 506 | + <custom_distribution/> | |
| 507 | + <copies>1</copies> | |
| 508 | + <partitioning> | |
| 509 | + <method>none</method> | |
| 510 | + <schema_name/> | |
| 511 | + </partitioning> | |
| 512 | + <header>Y</header> | |
| 513 | + <noempty>Y</noempty> | |
| 514 | + <stoponempty>N</stoponempty> | |
| 515 | + <filefield/> | |
| 516 | + <sheetfield/> | |
| 517 | + <sheetrownumfield/> | |
| 518 | + <rownumfield/> | |
| 519 | + <sheetfield/> | |
| 520 | + <filefield/> | |
| 521 | + <limit>0</limit> | |
| 522 | + <encoding/> | |
| 523 | + <add_to_result_filenames>Y</add_to_result_filenames> | |
| 524 | + <accept_filenames>Y</accept_filenames> | |
| 525 | + <accept_field>filepath_</accept_field> | |
| 526 | + <accept_stepname>获取变量</accept_stepname> | |
| 527 | + <file> | |
| 528 | + <name/> | |
| 529 | + <filemask/> | |
| 530 | + <exclude_filemask/> | |
| 531 | + <file_required>N</file_required> | |
| 532 | + <include_subfolders>N</include_subfolders> | |
| 533 | + </file> | |
| 534 | + <fields> | |
| 535 | + <field> | |
| 536 | + <name>线路</name> | |
| 537 | + <type>String</type> | |
| 538 | + <length>-1</length> | |
| 539 | + <precision>-1</precision> | |
| 540 | + <trim_type>none</trim_type> | |
| 541 | + <repeat>N</repeat> | |
| 542 | + <format/> | |
| 543 | + <currency/> | |
| 544 | + <decimal/> | |
| 545 | + <group/> | |
| 546 | + </field> | |
| 547 | + <field> | |
| 548 | + <name>路牌编号</name> | |
| 549 | + <type>String</type> | |
| 550 | + <length>-1</length> | |
| 551 | + <precision>-1</precision> | |
| 552 | + <trim_type>none</trim_type> | |
| 553 | + <repeat>N</repeat> | |
| 554 | + <format>#</format> | |
| 555 | + <currency/> | |
| 556 | + <decimal/> | |
| 557 | + <group/> | |
| 558 | + </field> | |
| 559 | + <field> | |
| 560 | + <name>路牌名称</name> | |
| 561 | + <type>String</type> | |
| 562 | + <length>-1</length> | |
| 563 | + <precision>-1</precision> | |
| 564 | + <trim_type>none</trim_type> | |
| 565 | + <repeat>N</repeat> | |
| 566 | + <format>#</format> | |
| 567 | + <currency/> | |
| 568 | + <decimal/> | |
| 569 | + <group/> | |
| 570 | + </field> | |
| 571 | + <field> | |
| 572 | + <name>路牌类型</name> | |
| 573 | + <type>String</type> | |
| 574 | + <length>-1</length> | |
| 575 | + <precision>-1</precision> | |
| 576 | + <trim_type>none</trim_type> | |
| 577 | + <repeat>N</repeat> | |
| 578 | + <format/> | |
| 579 | + <currency/> | |
| 580 | + <decimal/> | |
| 581 | + <group/> | |
| 582 | + </field> | |
| 583 | + </fields> | |
| 584 | + <sheets> | |
| 585 | + <sheet> | |
| 586 | + <name>工作表1</name> | |
| 587 | + <startrow>0</startrow> | |
| 588 | + <startcol>0</startcol> | |
| 589 | + </sheet> | |
| 590 | + </sheets> | |
| 591 | + <strict_types>N</strict_types> | |
| 592 | + <error_ignored>N</error_ignored> | |
| 593 | + <error_line_skipped>N</error_line_skipped> | |
| 594 | + <bad_line_files_destination_directory/> | |
| 595 | + <bad_line_files_extension>warning</bad_line_files_extension> | |
| 596 | + <error_line_files_destination_directory/> | |
| 597 | + <error_line_files_extension>error</error_line_files_extension> | |
| 598 | + <line_number_files_destination_directory/> | |
| 599 | + <line_number_files_extension>line</line_number_files_extension> | |
| 600 | + <shortFileFieldName/> | |
| 601 | + <pathFieldName/> | |
| 602 | + <hiddenFieldName/> | |
| 603 | + <lastModificationTimeFieldName/> | |
| 604 | + <uriNameFieldName/> | |
| 605 | + <rootUriNameFieldName/> | |
| 606 | + <extensionFieldName/> | |
| 607 | + <sizeFieldName/> | |
| 608 | + <spreadsheet_type>JXL</spreadsheet_type> | |
| 609 | + <cluster_schema/> | |
| 610 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 611 | + <xloc>150</xloc> | |
| 612 | + <yloc>68</yloc> | |
| 613 | + <draw>Y</draw> | |
| 614 | + </GUI> | |
| 615 | + </step> | |
| 616 | + | |
| 617 | + <step> | |
| 618 | + <name>错误输出</name> | |
| 619 | + <type>ExcelOutput</type> | |
| 620 | + <description/> | |
| 621 | + <distribute>Y</distribute> | |
| 622 | + <custom_distribution/> | |
| 623 | + <copies>1</copies> | |
| 624 | + <partitioning> | |
| 625 | + <method>none</method> | |
| 626 | + <schema_name/> | |
| 627 | + </partitioning> | |
| 628 | + <header>Y</header> | |
| 629 | + <footer>N</footer> | |
| 630 | + <encoding>UTF-8</encoding> | |
| 631 | + <append>N</append> | |
| 632 | + <add_to_result_filenames>Y</add_to_result_filenames> | |
| 633 | + <file> | |
| 634 | + <name>${erroroutputdir}/路牌_错误</name> | |
| 635 | + <extention>xls</extention> | |
| 636 | + <do_not_open_newfile_init>N</do_not_open_newfile_init> | |
| 637 | + <create_parent_folder>N</create_parent_folder> | |
| 638 | + <split>N</split> | |
| 639 | + <add_date>N</add_date> | |
| 640 | + <add_time>N</add_time> | |
| 641 | + <SpecifyFormat>N</SpecifyFormat> | |
| 642 | + <date_time_format/> | |
| 643 | + <sheetname>Sheet1</sheetname> | |
| 644 | + <autosizecolums>N</autosizecolums> | |
| 645 | + <nullisblank>N</nullisblank> | |
| 646 | + <protect_sheet>N</protect_sheet> | |
| 647 | + <password>Encrypted </password> | |
| 648 | + <splitevery>0</splitevery> | |
| 649 | + <usetempfiles>N</usetempfiles> | |
| 650 | + <tempdirectory/> | |
| 651 | + </file> | |
| 652 | + <template> | |
| 653 | + <enabled>N</enabled> | |
| 654 | + <append>N</append> | |
| 655 | + <filename>template.xls</filename> | |
| 656 | + </template> | |
| 657 | + <fields> | |
| 658 | + <field> | |
| 659 | + <name>xl</name> | |
| 660 | + <type>String</type> | |
| 661 | + <format/> | |
| 662 | + </field> | |
| 663 | + <field> | |
| 664 | + <name>lpno</name> | |
| 665 | + <type>Integer</type> | |
| 666 | + <format/> | |
| 667 | + </field> | |
| 668 | + <field> | |
| 669 | + <name>lpname</name> | |
| 670 | + <type>String</type> | |
| 671 | + <format/> | |
| 672 | + </field> | |
| 673 | + <field> | |
| 674 | + <name>lptype</name> | |
| 675 | + <type>String</type> | |
| 676 | + <format/> | |
| 677 | + </field> | |
| 678 | + <field> | |
| 679 | + <name>xlid</name> | |
| 680 | + <type>Integer</type> | |
| 681 | + <format/> | |
| 682 | + </field> | |
| 683 | + <field> | |
| 684 | + <name>error_count</name> | |
| 685 | + <type>Integer</type> | |
| 686 | + <format/> | |
| 687 | + </field> | |
| 688 | + <field> | |
| 689 | + <name>error_desc</name> | |
| 690 | + <type>String</type> | |
| 691 | + <format/> | |
| 692 | + </field> | |
| 693 | + <field> | |
| 694 | + <name>error_column1</name> | |
| 695 | + <type>String</type> | |
| 696 | + <format/> | |
| 697 | + </field> | |
| 698 | + <field> | |
| 699 | + <name>error_column2</name> | |
| 700 | + <type>String</type> | |
| 701 | + <format/> | |
| 702 | + </field> | |
| 703 | + </fields> | |
| 704 | + <custom> | |
| 705 | + <header_font_name>arial</header_font_name> | |
| 706 | + <header_font_size>10</header_font_size> | |
| 707 | + <header_font_bold>N</header_font_bold> | |
| 708 | + <header_font_italic>N</header_font_italic> | |
| 709 | + <header_font_underline>no</header_font_underline> | |
| 710 | + <header_font_orientation>horizontal</header_font_orientation> | |
| 711 | + <header_font_color>black</header_font_color> | |
| 712 | + <header_background_color>none</header_background_color> | |
| 713 | + <header_row_height>255</header_row_height> | |
| 714 | + <header_alignment>left</header_alignment> | |
| 715 | + <header_image/> | |
| 716 | + <row_font_name>arial</row_font_name> | |
| 717 | + <row_font_size>10</row_font_size> | |
| 718 | + <row_font_color>black</row_font_color> | |
| 719 | + <row_background_color>none</row_background_color> | |
| 720 | + </custom> | |
| 721 | + <cluster_schema/> | |
| 722 | + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> | |
| 723 | + <xloc>576</xloc> | |
| 724 | + <yloc>192</yloc> | |
| 725 | + <draw>Y</draw> | |
| 726 | + </GUI> | |
| 727 | + </step> | |
| 728 | + | |
| 729 | + <step_error_handling> | |
| 730 | + <error> | |
| 731 | + <source_step>插入/更新bsth_c_s_gbi</source_step> | |
| 732 | + <target_step>错误输出</target_step> | |
| 733 | + <is_enabled>Y</is_enabled> | |
| 734 | + <nr_valuename>error_count</nr_valuename> | |
| 735 | + <descriptions_valuename>error_desc</descriptions_valuename> | |
| 736 | + <fields_valuename>error_column1</fields_valuename> | |
| 737 | + <codes_valuename>error_column2</codes_valuename> | |
| 738 | + <max_errors/> | |
| 739 | + <max_pct_errors/> | |
| 740 | + <min_pct_rows/> | |
| 741 | + </error> | |
| 742 | + </step_error_handling> | |
| 743 | + <slave-step-copy-partition-distribution> | |
| 744 | +</slave-step-copy-partition-distribution> | |
| 745 | + <slave_transformation>N</slave_transformation> | |
| 746 | + | |
| 747 | +</transformation> | ... | ... |
src/main/resources/datatools/ktrs/ttinfoDataInput.ktr
| ... | ... | @@ -111,7 +111,7 @@ |
| 111 | 111 | <server>${v_db_ip}</server> |
| 112 | 112 | <type>MYSQL</type> |
| 113 | 113 | <access>Native</access> |
| 114 | - <database>control</database> | |
| 114 | + <database>${v_db_dname}</database> | |
| 115 | 115 | <port>3306</port> |
| 116 | 116 | <username>${v_db_uname}</username> |
| 117 | 117 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -685,8 +685,8 @@ |
| 685 | 685 | </fields> |
| 686 | 686 | <cluster_schema/> |
| 687 | 687 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 688 | - <xloc>162</xloc> | |
| 689 | - <yloc>191</yloc> | |
| 688 | + <xloc>161</xloc> | |
| 689 | + <yloc>159</yloc> | |
| 690 | 690 | <draw>Y</draw> |
| 691 | 691 | </GUI> |
| 692 | 692 | </step> | ... | ... |
src/main/resources/datatools/ktrs/ttinfodetailDataInput.ktr
| ... | ... | @@ -96,11 +96,11 @@ |
| 96 | 96 | <drawshadow>Y</drawshadow> |
| 97 | 97 | </notepad> |
| 98 | 98 | <notepad> |
| 99 | - <note>因为时刻表输入格式不确定性,主要因为表结构是反范式化的,
所以需要外部动态指定愿数据,头三个step动态指定愿数据
</note> | |
| 100 | - <xloc>64</xloc> | |
| 101 | - <yloc>224</yloc> | |
| 99 | + <note>因为时刻表输入格式不确定性,主要因为表结构是反范式化的,
所以需要外部动态指定愿数据,头三个step动态指定愿数据

</note> | |
| 100 | + <xloc>79</xloc> | |
| 101 | + <yloc>206</yloc> | |
| 102 | 102 | <width>346</width> |
| 103 | - <heigth>58</heigth> | |
| 103 | + <heigth>74</heigth> | |
| 104 | 104 | <fontname>YaHei Consolas Hybrid</fontname> |
| 105 | 105 | <fontsize>12</fontsize> |
| 106 | 106 | <fontbold>N</fontbold> |
| ... | ... | @@ -122,7 +122,7 @@ |
| 122 | 122 | <server>${v_db_ip}</server> |
| 123 | 123 | <type>MYSQL</type> |
| 124 | 124 | <access>Native</access> |
| 125 | - <database>control</database> | |
| 125 | + <database>${v_db_dname}</database> | |
| 126 | 126 | <port>3306</port> |
| 127 | 127 | <username>${v_db_uname}</username> |
| 128 | 128 | <password>${v_db_pwd}</password> | ... | ... |
src/main/resources/datatools/ktrs/ttinfodetailMetaData.ktr
| ... | ... | @@ -120,7 +120,7 @@ |
| 120 | 120 | <server>${v_db_ip}</server> |
| 121 | 121 | <type>MYSQL</type> |
| 122 | 122 | <access>Native</access> |
| 123 | - <database>control</database> | |
| 123 | + <database>${v_db_dname}</database> | |
| 124 | 124 | <port>3306</port> |
| 125 | 125 | <username>${v_db_uname}</username> |
| 126 | 126 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -398,41 +398,41 @@ |
| 398 | 398 | <target_detail>Y</target_detail> |
| 399 | 399 | <source_step>列拆分为多行</source_step> |
| 400 | 400 | <source_field>fieldName</source_field> |
| 401 | + </mapping> <mapping> <target_step_name>行转列</target_step_name> | |
| 402 | + <target_attribute_key>VALUE</target_attribute_key> | |
| 403 | + <target_detail>Y</target_detail> | |
| 404 | + <source_step>列拆分为多行 2</source_step> | |
| 405 | + <source_field>fieldName</source_field> | |
| 401 | 406 | </mapping> <mapping> <target_step_name>Excel输入</target_step_name> |
| 402 | 407 | <target_attribute_key>TRIM_TYPE</target_attribute_key> |
| 403 | 408 | <target_detail>Y</target_detail> |
| 404 | 409 | <source_step>列拆分为多行</source_step> |
| 405 | 410 | <source_field>trim_type</source_field> |
| 406 | 411 | </mapping> <mapping> <target_step_name>行转列</target_step_name> |
| 407 | - <target_attribute_key>VALUE</target_attribute_key> | |
| 412 | + <target_attribute_key>NORMALISED</target_attribute_key> | |
| 408 | 413 | <target_detail>Y</target_detail> |
| 409 | 414 | <source_step>列拆分为多行 2</source_step> |
| 410 | - <source_field>fieldName</source_field> | |
| 415 | + <source_field>value</source_field> | |
| 411 | 416 | </mapping> <mapping> <target_step_name>时刻表明细信息Excel输入</target_step_name> |
| 412 | 417 | <target_attribute_key>REPEAT</target_attribute_key> |
| 413 | 418 | <target_detail>Y</target_detail> |
| 414 | 419 | <source_step>增加excel字段其他元数据</source_step> |
| 415 | 420 | <source_field>repeat</source_field> |
| 416 | - </mapping> <mapping> <target_step_name>行转列</target_step_name> | |
| 417 | - <target_attribute_key>NORMALISED</target_attribute_key> | |
| 418 | - <target_detail>Y</target_detail> | |
| 419 | - <source_step>列拆分为多行 2</source_step> | |
| 420 | - <source_field>value</source_field> | |
| 421 | 421 | </mapping> <mapping> <target_step_name>班次数据范式化</target_step_name> |
| 422 | 422 | <target_attribute_key>NORMALISED</target_attribute_key> |
| 423 | 423 | <target_detail>Y</target_detail> |
| 424 | 424 | <source_step>增加normalize元数据</source_step> |
| 425 | 425 | <source_field>valuefield</source_field> |
| 426 | - </mapping> <mapping> <target_step_name>时刻表明细信息Excel输入</target_step_name> | |
| 427 | - <target_attribute_key>FORMAT</target_attribute_key> | |
| 428 | - <target_detail>Y</target_detail> | |
| 429 | - <source_step>增加excel字段其他元数据</source_step> | |
| 430 | - <source_field>format</source_field> | |
| 431 | 426 | </mapping> <mapping> <target_step_name>班次数据范式化</target_step_name> |
| 432 | 427 | <target_attribute_key>VALUE</target_attribute_key> |
| 433 | 428 | <target_detail>Y</target_detail> |
| 434 | 429 | <source_step>增加normalize元数据</source_step> |
| 435 | 430 | <source_field>nfieldname</source_field> |
| 431 | + </mapping> <mapping> <target_step_name>时刻表明细信息Excel输入</target_step_name> | |
| 432 | + <target_attribute_key>FORMAT</target_attribute_key> | |
| 433 | + <target_detail>Y</target_detail> | |
| 434 | + <source_step>增加excel字段其他元数据</source_step> | |
| 435 | + <source_field>format</source_field> | |
| 436 | 436 | </mapping> <mapping> <target_step_name>Excel输入</target_step_name> |
| 437 | 437 | <target_attribute_key>PRECISION</target_attribute_key> |
| 438 | 438 | <target_detail>Y</target_detail> |
| ... | ... | @@ -1006,7 +1006,7 @@ |
| 1006 | 1006 | <cluster_schema/> |
| 1007 | 1007 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 1008 | 1008 | <xloc>73</xloc> |
| 1009 | - <yloc>50</yloc> | |
| 1009 | + <yloc>62</yloc> | |
| 1010 | 1010 | <draw>Y</draw> |
| 1011 | 1011 | </GUI> |
| 1012 | 1012 | </step> | ... | ... |
src/main/resources/datatools/ktrs/ttinfodetailoutputforedit.ktr
| ... | ... | @@ -95,7 +95,7 @@ |
| 95 | 95 | <server>${v_db_ip}</server> |
| 96 | 96 | <type>MYSQL</type> |
| 97 | 97 | <access>Native</access> |
| 98 | - <database>control</database> | |
| 98 | + <database>${v_db_dname}</database> | |
| 99 | 99 | <port>3306</port> |
| 100 | 100 | <username>${v_db_uname}</username> |
| 101 | 101 | <password>${v_db_pwd}</password> |
| ... | ... | @@ -4145,8 +4145,8 @@ |
| 4145 | 4145 | </fields> |
| 4146 | 4146 | <cluster_schema/> |
| 4147 | 4147 | <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> |
| 4148 | - <xloc>72</xloc> | |
| 4149 | - <yloc>202</yloc> | |
| 4148 | + <xloc>45</xloc> | |
| 4149 | + <yloc>189</yloc> | |
| 4150 | 4150 | <draw>Y</draw> |
| 4151 | 4151 | </GUI> |
| 4152 | 4152 | </step> | ... | ... |