Commit 875889e8fe7cb64245de7ff01922d0dde8907eab

Authored by 徐烜
1 parent 424d2ba5

Update

src/main/java/com/bsth/service/schedule/impl/TTInfoDetailServiceImpl.java
... ... @@ -169,8 +169,10 @@ public class TTInfoDetailServiceImpl extends BServiceImpl<TTInfoDetail, Long> im
169 169 Map<String, Object> ktrParms = new HashMap<>();
170 170 File ktrFile = new File(this.getClass().getResource(
171 171 dataToolsProperties.getTtinfodetailMetadatainputktr()).toURI());
  172 +// File ktrFile2 = new File(this.getClass().getResource(
  173 +// dataToolsProperties.getTtinfodetailDatainputktr()).toURI());
172 174 File ktrFile2 = new File(this.getClass().getResource(
173   - dataToolsProperties.getTtinfodetailDatainputktr()).toURI());
  175 + dataToolsProperties.getTtinfodetailDatainputktr2()).toURI());
174 176  
175 177 // 通用参数,转换文件路径,excel输入文件路径,错误输出文件路径
176 178 ktrParms.put("transpath", ktrFile.getAbsolutePath());
... ...
src/main/java/com/bsth/service/schedule/utils/DataToolsProperties.java
... ... @@ -72,6 +72,9 @@ public class DataToolsProperties {
72 72 /** 时刻表明细信息导入 */
73 73 @NotNull
74 74 private String ttinfodetailDatainputktr;
  75 + /** 时刻表明细信息导入 */
  76 + @NotNull
  77 + private String ttinfodetailDatainputktr2;
75 78 /** 排班规则信息导入 */
76 79 @NotNull
77 80 private String scheduleruleDatainputktr;
... ... @@ -320,4 +323,12 @@ public class DataToolsProperties {
320 323 public void setGuideboardsDataoutputktr(String guideboardsDataoutputktr) {
321 324 this.guideboardsDataoutputktr = guideboardsDataoutputktr;
322 325 }
  326 +
  327 + public String getTtinfodetailDatainputktr2() {
  328 + return ttinfodetailDatainputktr2;
  329 + }
  330 +
  331 + public void setTtinfodetailDatainputktr2(String ttinfodetailDatainputktr2) {
  332 + this.ttinfodetailDatainputktr2 = ttinfodetailDatainputktr2;
  333 + }
323 334 }
... ...
src/main/resources/datatools/config-dev.properties
... ... @@ -30,11 +30,13 @@ datatools.guideboards_datainputktr=/datatools/ktrs/guideboardDataInput.ktr
30 30 # 时刻表基础信息导入
31 31 datatools.ttinfo_datainputktr=/datatools/ktrs/ttinfoDataInput.ktr
32 32 # 时刻表明细信息导入(元数据)
33   -datatools.ttinfodetail_metadatainputktr=/datatools/ktrs/ttinfodetailMetaData.ktr
  33 +datatools.ttinfodetail_metadatainputktr=/datatools/ktrs/ttinfodetailDataInputMetaData.ktr
34 34 # 时刻表明细编辑用数据
35 35 datatools.ttinfodetail_foreditktr=/datatools/ktrs/ttinfodetailoutputforedit.ktr
36 36 # 时刻表明细信息导入
37 37 datatools.ttinfodetail_datainputktr=/datatools/ktrs/ttinfodetailDataInput.ktr
  38 +# 时刻表明细信息导入2
  39 +datatools.ttinfodetail_datainputktr2=/datatools/ktrs/ttinfodetailDataInput2.ktr
38 40  
39 41 # 车辆配置信息导入
40 42 datatools.carsconfig_datainputktr=/datatools/ktrs/carsConfigDataInput.ktr
... ...
src/main/resources/datatools/config-prod.properties
... ... @@ -31,11 +31,13 @@ datatools.guideboards_datainputktr=/datatools/ktrs/guideboardDataInput.ktr
31 31 # 时刻表基础信息导入
32 32 datatools.ttinfo_datainputktr=/datatools/ktrs/ttinfoDataInput.ktr
33 33 # 时刻表明细信息导入(元数据)
34   -datatools.ttinfodetail_metadatainputktr=/datatools/ktrs/ttinfodetailMetaData.ktr
  34 +datatools.ttinfodetail_metadatainputktr=/datatools/ktrs/ttinfodetailDataInputMetaData.ktr
35 35 # 时刻表明细编辑用数据
36 36 datatools.ttinfodetail_foreditktr=/datatools/ktrs/ttinfodetailoutputforedit.ktr
37 37 # 时刻表明细信息导入
38 38 datatools.ttinfodetail_datainputktr=/datatools/ktrs/ttinfodetailDataInput.ktr
  39 +# 时刻表明细信息导入2
  40 +datatools.ttinfodetail_datainputktr2=/datatools/ktrs/ttinfodetailDataInput2.ktr
39 41  
40 42 # 车辆配置信息导入
41 43 datatools.carsconfig_datainputktr=/datatools/ktrs/carsConfigDataInput.ktr
... ...
src/main/resources/datatools/ktrs/ttinfodetailDataInput.ktr
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<transformation>
3   - <info>
4   - <name>ttinfodetailDataInput</name>
5   - <description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</description>
6   - <extended_description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</extended_description>
7   - <trans_version/>
8   - <trans_type>Normal</trans_type>
9   - <trans_status>0</trans_status>
10   - <directory>&#x2f;</directory>
11   - <parameters>
12   - </parameters>
13   - <log>
14   -<trans-log-table><connection/>
15   -<schema/>
16   -<table/>
17   -<size_limit_lines/>
18   -<interval/>
19   -<timeout_days/>
20   -<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>
21   -<perf-log-table><connection/>
22   -<schema/>
23   -<table/>
24   -<interval/>
25   -<timeout_days/>
26   -<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>
27   -<channel-log-table><connection/>
28   -<schema/>
29   -<table/>
30   -<timeout_days/>
31   -<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>
32   -<step-log-table><connection/>
33   -<schema/>
34   -<table/>
35   -<timeout_days/>
36   -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>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>
37   -<metrics-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>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>
42   - </log>
43   - <maxdate>
44   - <connection/>
45   - <table/>
46   - <field/>
47   - <offset>0.0</offset>
48   - <maxdiff>0.0</maxdiff>
49   - </maxdate>
50   - <size_rowset>10000</size_rowset>
51   - <sleep_time_empty>50</sleep_time_empty>
52   - <sleep_time_full>50</sleep_time_full>
53   - <unique_connections>N</unique_connections>
54   - <feedback_shown>Y</feedback_shown>
55   - <feedback_size>50000</feedback_size>
56   - <using_thread_priorities>Y</using_thread_priorities>
57   - <shared_objects_file/>
58   - <capture_step_performance>N</capture_step_performance>
59   - <step_performance_capturing_delay>1000</step_performance_capturing_delay>
60   - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
61   - <dependencies>
62   - </dependencies>
63   - <partitionschemas>
64   - </partitionschemas>
65   - <slaveservers>
66   - </slaveservers>
67   - <clusterschemas>
68   - </clusterschemas>
69   - <created_user>-</created_user>
70   - <created_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</created_date>
71   - <modified_user>-</modified_user>
72   - <modified_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</modified_date>
73   - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
74   - <is_key_private>N</is_key_private>
75   - </info>
76   - <notepads>
77   - <notepad>
78   - <note>&#x5b57;&#x5178;&#x8868;&#x5bf9;&#x5e94;&#xff08;&#x4ee5;&#x540e;&#x76f4;&#x63a5;&#x67e5;&#x627e;&#x8868; bsth_c_sys_dictionary&#xff09;&#xa;&#x7c7b;&#x578b; &#x4ee3;&#x7801; &#x540d;&#x79f0;&#xa;LineTrend 0 &#x4e0a;&#x884c;&#xa;LineTrend 1 &#x4e0b;&#x884c;&#xa;ScheduleType normal &#x6b63;&#x5e38;&#x73ed;&#x6b21;&#xa;ScheduleType out &#x51fa;&#x573a;&#xa;ScheduleType in &#x8fdb;&#x573a;&#xa;ScheduleType temp &#x4e34;&#x52a0;&#xa;ScheduleType region &#x533a;&#x95f4;&#xa;ScheduleType venting &#x653e;&#x7a7a;&#xa;ScheduleType major &#x653e;&#x5927;&#x7ad9;</note>
79   - <xloc>606</xloc>
80   - <yloc>129</yloc>
81   - <width>332</width>
82   - <heigth>186</heigth>
83   - <fontname>YaHei Consolas Hybrid</fontname>
84   - <fontsize>12</fontsize>
85   - <fontbold>N</fontbold>
86   - <fontitalic>N</fontitalic>
87   - <fontcolorred>0</fontcolorred>
88   - <fontcolorgreen>0</fontcolorgreen>
89   - <fontcolorblue>0</fontcolorblue>
90   - <backgroundcolorred>255</backgroundcolorred>
91   - <backgroundcolorgreen>205</backgroundcolorgreen>
92   - <backgroundcolorblue>112</backgroundcolorblue>
93   - <bordercolorred>100</bordercolorred>
94   - <bordercolorgreen>100</bordercolorgreen>
95   - <bordercolorblue>100</bordercolorblue>
96   - <drawshadow>Y</drawshadow>
97   - </notepad>
98   - <notepad>
99   - <note>&#x56e0;&#x4e3a;&#x65f6;&#x523b;&#x8868;&#x8f93;&#x5165;&#x683c;&#x5f0f;&#x4e0d;&#x786e;&#x5b9a;&#x6027;&#xff0c;&#x4e3b;&#x8981;&#x56e0;&#x4e3a;&#x8868;&#x7ed3;&#x6784;&#x662f;&#x53cd;&#x8303;&#x5f0f;&#x5316;&#x7684;&#xff0c;&#xa;&#x6240;&#x4ee5;&#x9700;&#x8981;&#x5916;&#x90e8;&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xff0c;&#x5934;&#x4e09;&#x4e2a;step&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xa;&#xa;</note>
100   - <xloc>79</xloc>
101   - <yloc>206</yloc>
102   - <width>346</width>
103   - <heigth>74</heigth>
104   - <fontname>YaHei Consolas Hybrid</fontname>
105   - <fontsize>12</fontsize>
106   - <fontbold>N</fontbold>
107   - <fontitalic>N</fontitalic>
108   - <fontcolorred>0</fontcolorred>
109   - <fontcolorgreen>0</fontcolorgreen>
110   - <fontcolorblue>0</fontcolorblue>
111   - <backgroundcolorred>255</backgroundcolorred>
112   - <backgroundcolorgreen>205</backgroundcolorgreen>
113   - <backgroundcolorblue>112</backgroundcolorblue>
114   - <bordercolorred>100</bordercolorred>
115   - <bordercolorgreen>100</bordercolorgreen>
116   - <bordercolorblue>100</bordercolorblue>
117   - <drawshadow>Y</drawshadow>
118   - </notepad>
119   - <notepad>
120   - <note>&#x8fd9;&#x91cc;&#x6709;&#x4e9b;&#x95ee;&#x9898;&#xa;&#x5728;window2012&#x7684;&#x73af;&#x5883;&#x4e0b;&#xff0c;&#xa;MySql&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x4e2d;&#x5982;&#x679c;&#x8fd4;&#x56de;&#x4e2d;&#x6587;&#x5185;&#x5bb9;&#x7684;&#x5b57;&#x6bb5;&#xff0c;&#x8fd9;&#x4e2a;&#x5185;&#x5bb9;&#x4e71;&#x7801;&#xa;&#x89e3;&#x51b3;&#x529e;&#x6cd5;&#xff0c;&#x5c31;&#x662f;&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x5168;&#x90e8;&#x7f13;&#x5b58;&#xff0c;&#x5c31;&#x4e0d;&#x4e71;&#x7801;&#xa;linux&#x73af;&#x5883;&#x4e0b;&#x6ca1;&#x95ee;&#x9898;</note>
121   - <xloc>721</xloc>
122   - <yloc>762</yloc>
123   - <width>333</width>
124   - <heigth>90</heigth>
125   - <fontname>YaHei Consolas Hybrid</fontname>
126   - <fontsize>12</fontsize>
127   - <fontbold>N</fontbold>
128   - <fontitalic>N</fontitalic>
129   - <fontcolorred>0</fontcolorred>
130   - <fontcolorgreen>0</fontcolorgreen>
131   - <fontcolorblue>0</fontcolorblue>
132   - <backgroundcolorred>255</backgroundcolorred>
133   - <backgroundcolorgreen>205</backgroundcolorgreen>
134   - <backgroundcolorblue>112</backgroundcolorblue>
135   - <bordercolorred>100</bordercolorred>
136   - <bordercolorgreen>100</bordercolorgreen>
137   - <bordercolorblue>100</bordercolorblue>
138   - <drawshadow>Y</drawshadow>
139   - </notepad>
140   - <notepad>
141   - <note>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
142   - <xloc>120</xloc>
143   - <yloc>1016</yloc>
144   - <width>178</width>
145   - <heigth>42</heigth>
146   - <fontname>YaHei Consolas Hybrid</fontname>
147   - <fontsize>12</fontsize>
148   - <fontbold>N</fontbold>
149   - <fontitalic>N</fontitalic>
150   - <fontcolorred>0</fontcolorred>
151   - <fontcolorgreen>0</fontcolorgreen>
152   - <fontcolorblue>0</fontcolorblue>
153   - <backgroundcolorred>255</backgroundcolorred>
154   - <backgroundcolorgreen>205</backgroundcolorgreen>
155   - <backgroundcolorblue>112</backgroundcolorblue>
156   - <bordercolorred>100</bordercolorred>
157   - <bordercolorgreen>100</bordercolorgreen>
158   - <bordercolorblue>100</bordercolorblue>
159   - <drawshadow>Y</drawshadow>
160   - </notepad>
161   - <notepad>
162   - <note>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
163   - <xloc>578</xloc>
164   - <yloc>1084</yloc>
165   - <width>178</width>
166   - <heigth>42</heigth>
167   - <fontname>YaHei Consolas Hybrid</fontname>
168   - <fontsize>12</fontsize>
169   - <fontbold>N</fontbold>
170   - <fontitalic>N</fontitalic>
171   - <fontcolorred>0</fontcolorred>
172   - <fontcolorgreen>0</fontcolorgreen>
173   - <fontcolorblue>0</fontcolorblue>
174   - <backgroundcolorred>255</backgroundcolorred>
175   - <backgroundcolorgreen>205</backgroundcolorgreen>
176   - <backgroundcolorblue>112</backgroundcolorblue>
177   - <bordercolorred>100</bordercolorred>
178   - <bordercolorgreen>100</bordercolorgreen>
179   - <bordercolorblue>100</bordercolorblue>
180   - <drawshadow>Y</drawshadow>
181   - </notepad>
182   - </notepads>
183   - <connection>
184   - <name>bus_control_variable</name>
185   - <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
186   - <type>MYSQL</type>
187   - <access>Native</access>
188   - <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
189   - <port>3306</port>
190   - <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
191   - <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
192   - <servername/>
193   - <data_tablespace/>
194   - <index_tablespace/>
195   - <attributes>
196   - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
197   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
198   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
199   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
200   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
201   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
202   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
203   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
204   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
205   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
206   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
207   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
208   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
209   - </attributes>
210   - </connection>
211   - <connection>
212   - <name>bus_control_&#x516c;&#x53f8;_201</name>
213   - <server>localhost</server>
214   - <type>MYSQL</type>
215   - <access>Native</access>
216   - <database>control</database>
217   - <port>3306</port>
218   - <username>root</username>
219   - <password>Encrypted </password>
220   - <servername/>
221   - <data_tablespace/>
222   - <index_tablespace/>
223   - <attributes>
224   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
225   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
226   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
227   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
228   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
229   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
230   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
231   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
232   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
233   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
234   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
235   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
236   - </attributes>
237   - </connection>
238   - <connection>
239   - <name>bus_control_&#x672c;&#x673a;</name>
240   - <server>localhost</server>
241   - <type>MYSQL</type>
242   - <access>Native</access>
243   - <database>control</database>
244   - <port>3306</port>
245   - <username>root</username>
246   - <password>Encrypted </password>
247   - <servername/>
248   - <data_tablespace/>
249   - <index_tablespace/>
250   - <attributes>
251   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
252   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
253   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
254   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
255   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
256   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
257   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
258   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
259   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
260   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
261   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
262   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
263   - </attributes>
264   - </connection>
265   - <connection>
266   - <name>xlab_mysql_youle</name>
267   - <server>101.231.124.8</server>
268   - <type>MYSQL</type>
269   - <access>Native</access>
270   - <database>xlab_youle</database>
271   - <port>45687</port>
272   - <username>xlab-youle</username>
273   - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
274   - <servername/>
275   - <data_tablespace/>
276   - <index_tablespace/>
277   - <attributes>
278   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
279   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
280   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
281   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
282   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
283   - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
284   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
285   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
286   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
287   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
288   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
289   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
290   - </attributes>
291   - </connection>
292   - <connection>
293   - <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
294   - <server>localhost</server>
295   - <type>MYSQL</type>
296   - <access>Native</access>
297   - <database>xlab_youle</database>
298   - <port>3306</port>
299   - <username>root</username>
300   - <password>Encrypted </password>
301   - <servername/>
302   - <data_tablespace/>
303   - <index_tablespace/>
304   - <attributes>
305   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
306   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
307   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
308   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
309   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
310   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
311   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
312   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
313   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
314   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
315   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
316   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
317   - </attributes>
318   - </connection>
319   - <connection>
320   - <name>xlab_youle</name>
321   - <server/>
322   - <type>MYSQL</type>
323   - <access>JNDI</access>
324   - <database>xlab_youle</database>
325   - <port>1521</port>
326   - <username/>
327   - <password>Encrypted </password>
328   - <servername/>
329   - <data_tablespace/>
330   - <index_tablespace/>
331   - <attributes>
332   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
333   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
334   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
335   - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
336   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
337   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
338   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
339   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
340   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
341   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
342   - </attributes>
343   - </connection>
344   - <order>
345   - <hop> <from>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</from><to>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</to><enabled>Y</enabled> </hop>
346   - <hop> <from>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</from><to>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</to><enabled>Y</enabled> </hop>
347   - <hop> <from>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</from><to>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</to><enabled>Y</enabled> </hop>
348   - <hop> <from>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</from><to>&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
349   - <hop> <from>&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</to><enabled>Y</enabled> </hop>
350   - <hop> <from>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
351   - <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
352   - <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
353   - <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
354   - <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
355   - <hop> <from>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</to><enabled>Y</enabled> </hop>
356   - <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</to><enabled>Y</enabled> </hop>
357   - <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
358   - <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
359   - <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
360   - <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
361   - <hop> <from>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
362   - <hop> <from>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
363   - <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
364   - <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
365   - <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
366   - <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
367   - <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
368   - <hop> <from>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</from><to>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</to><enabled>Y</enabled> </hop>
369   - <hop> <from>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</to><enabled>Y</enabled> </hop>
370   - <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</to><enabled>Y</enabled> </hop>
371   - <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
372   - <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
373   - <hop> <from>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
374   - <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</to><enabled>Y</enabled> </hop>
375   - <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
376   - <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</to><enabled>Y</enabled> </hop>
377   - <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</to><enabled>Y</enabled> </hop>
378   - <hop> <from>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</from><to>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</to><enabled>Y</enabled> </hop>
379   - <hop> <from>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
380   - <hop> <from>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
381   - <hop> <from>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
382   - <hop> <from>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</from><to>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</to><enabled>Y</enabled> </hop>
383   - <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</to><enabled>Y</enabled> </hop>
384   - <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
385   - <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
386   - <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
387   - <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
388   - <hop> <from>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</to><enabled>Y</enabled> </hop>
389   - <hop> <from>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</to><enabled>Y</enabled> </hop>
390   - <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</to><enabled>Y</enabled> </hop>
391   - <hop> <from>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</to><enabled>Y</enabled> </hop>
392   - <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</to><enabled>Y</enabled> </hop>
393   - <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</to><enabled>Y</enabled> </hop>
394   - </order>
395   - <step>
396   - <name>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</name>
397   - <type>IfNull</type>
398   - <description/>
399   - <distribute>Y</distribute>
400   - <custom_distribution/>
401   - <copies>1</copies>
402   - <partitioning>
403   - <method>none</method>
404   - <schema_name/>
405   - </partitioning>
406   - <replaceAllByValue/>
407   - <replaceAllMask/>
408   - <selectFields>Y</selectFields>
409   - <selectValuesType>N</selectValuesType>
410   - <setEmptyStringAll>N</setEmptyStringAll>
411   - <valuetypes>
412   - </valuetypes>
413   - <fields>
414   - <field>
415   - <name>sxx</name>
416   - <value>0</value>
417   - <mask/>
418   - <set_empty_string>N</set_empty_string>
419   - </field>
420   - </fields>
421   - <cluster_schema/>
422   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
423   - <xloc>230</xloc>
424   - <yloc>946</yloc>
425   - <draw>Y</draw>
426   - </GUI>
427   - </step>
428   -
429   - <step>
430   - <name>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</name>
431   - <type>IfNull</type>
432   - <description/>
433   - <distribute>Y</distribute>
434   - <custom_distribution/>
435   - <copies>1</copies>
436   - <partitioning>
437   - <method>none</method>
438   - <schema_name/>
439   - </partitioning>
440   - <replaceAllByValue/>
441   - <replaceAllMask/>
442   - <selectFields>Y</selectFields>
443   - <selectValuesType>N</selectValuesType>
444   - <setEmptyStringAll>N</setEmptyStringAll>
445   - <valuetypes>
446   - </valuetypes>
447   - <fields>
448   - <field>
449   - <name>sxx2</name>
450   - <value>0</value>
451   - <mask/>
452   - <set_empty_string>N</set_empty_string>
453   - </field>
454   - </fields>
455   - <cluster_schema/>
456   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
457   - <xloc>804</xloc>
458   - <yloc>1081</yloc>
459   - <draw>Y</draw>
460   - </GUI>
461   - </step>
462   -
463   - <step>
464   - <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</name>
465   - <type>ValueMapper</type>
466   - <description/>
467   - <distribute>Y</distribute>
468   - <custom_distribution/>
469   - <copies>1</copies>
470   - <partitioning>
471   - <method>none</method>
472   - <schema_name/>
473   - </partitioning>
474   - <field_to_use>sxx</field_to_use>
475   - <target_field>sxx_desc</target_field>
476   - <non_match_default/>
477   - <fields>
478   - <field>
479   - <source_value>0</source_value>
480   - <target_value>&#x4e0a;&#x884c;</target_value>
481   - </field>
482   - <field>
483   - <source_value>1</source_value>
484   - <target_value>&#x4e0b;&#x884c;</target_value>
485   - </field>
486   - </fields>
487   - <cluster_schema/>
488   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
489   - <xloc>147</xloc>
490   - <yloc>403</yloc>
491   - <draw>Y</draw>
492   - </GUI>
493   - </step>
494   -
495   - <step>
496   - <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</name>
497   - <type>ValueMapper</type>
498   - <description/>
499   - <distribute>Y</distribute>
500   - <custom_distribution/>
501   - <copies>1</copies>
502   - <partitioning>
503   - <method>none</method>
504   - <schema_name/>
505   - </partitioning>
506   - <field_to_use>sxx</field_to_use>
507   - <target_field>sxx_desc</target_field>
508   - <non_match_default/>
509   - <fields>
510   - <field>
511   - <source_value>0</source_value>
512   - <target_value>&#x4e0a;&#x884c;</target_value>
513   - </field>
514   - <field>
515   - <source_value>1</source_value>
516   - <target_value>&#x4e0b;&#x884c;</target_value>
517   - </field>
518   - </fields>
519   - <cluster_schema/>
520   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
521   - <xloc>331</xloc>
522   - <yloc>598</yloc>
523   - <draw>Y</draw>
524   - </GUI>
525   - </step>
526   -
527   - <step>
528   - <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</name>
529   - <type>ValueMapper</type>
530   - <description/>
531   - <distribute>Y</distribute>
532   - <custom_distribution/>
533   - <copies>1</copies>
534   - <partitioning>
535   - <method>none</method>
536   - <schema_name/>
537   - </partitioning>
538   - <field_to_use>sxx</field_to_use>
539   - <target_field>sxx_desc</target_field>
540   - <non_match_default/>
541   - <fields>
542   - <field>
543   - <source_value>0</source_value>
544   - <target_value>&#x4e0a;&#x884c;</target_value>
545   - </field>
546   - <field>
547   - <source_value>1</source_value>
548   - <target_value>&#x4e0b;&#x884c;</target_value>
549   - </field>
550   - </fields>
551   - <cluster_schema/>
552   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
553   - <xloc>553</xloc>
554   - <yloc>859</yloc>
555   - <draw>Y</draw>
556   - </GUI>
557   - </step>
558   -
559   - <step>
560   - <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
561   - <type>ScriptValueMod</type>
562   - <description/>
563   - <distribute>Y</distribute>
564   - <custom_distribution/>
565   - <copies>1</copies>
566   - <partitioning>
567   - <method>none</method>
568   - <schema_name/>
569   - </partitioning>
570   - <compatible>N</compatible>
571   - <optimizationLevel>9</optimizationLevel>
572   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
573   - <jsScript_name>Script 1</jsScript_name>
574   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var zdzname &#x3d; cc_groups&#x5b;gno&#x5d;&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#x662f;&#x4e0b;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x59cb;&#x7ad9;&#xa;var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
575   - </jsScript> </jsScripts> <fields> <field> <name>zdzname</name>
576   - <rename>zdzname</rename>
577   - <type>String</type>
578   - <length>-1</length>
579   - <precision>-1</precision>
580   - <replace>N</replace>
581   - </field> <field> <name>endZdtype</name>
582   - <rename>endZdtype</rename>
583   - <type>String</type>
584   - <length>-1</length>
585   - <precision>-1</precision>
586   - <replace>N</replace>
587   - </field> <field> <name>destory</name>
588   - <rename>destory</rename>
589   - <type>Integer</type>
590   - <length>-1</length>
591   - <precision>-1</precision>
592   - <replace>N</replace>
593   - </field> </fields> <cluster_schema/>
594   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
595   - <xloc>575</xloc>
596   - <yloc>502</yloc>
597   - <draw>Y</draw>
598   - </GUI>
599   - </step>
600   -
601   - <step>
602   - <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
603   - <type>Dummy</type>
604   - <description/>
605   - <distribute>Y</distribute>
606   - <custom_distribution/>
607   - <copies>1</copies>
608   - <partitioning>
609   - <method>none</method>
610   - <schema_name/>
611   - </partitioning>
612   - <cluster_schema/>
613   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
614   - <xloc>869</xloc>
615   - <yloc>504</yloc>
616   - <draw>Y</draw>
617   - </GUI>
618   - </step>
619   -
620   - <step>
621   - <name>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</name>
622   - <type>GroupBy</type>
623   - <description/>
624   - <distribute>Y</distribute>
625   - <custom_distribution/>
626   - <copies>1</copies>
627   - <partitioning>
628   - <method>none</method>
629   - <schema_name/>
630   - </partitioning>
631   - <all_rows>Y</all_rows>
632   - <ignore_aggregate>N</ignore_aggregate>
633   - <field_ignore/>
634   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
635   - <prefix>grp</prefix>
636   - <add_linenr>Y</add_linenr>
637   - <linenr_fieldname>gno</linenr_fieldname>
638   - <give_back_row>N</give_back_row>
639   - <group>
640   - <field>
641   - <name>lp</name>
642   - </field>
643   - </group>
644   - <fields>
645   - <field>
646   - <aggregate>qdzgroups</aggregate>
647   - <subject>qdzname</subject>
648   - <type>CONCAT_STRING</type>
649   - <valuefield>,</valuefield>
650   - </field>
651   - </fields>
652   - <cluster_schema/>
653   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
654   - <xloc>892</xloc>
655   - <yloc>44</yloc>
656   - <draw>Y</draw>
657   - </GUI>
658   - </step>
659   -
660   - <step>
661   - <name>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
662   - <type>ScriptValueMod</type>
663   - <description/>
664   - <distribute>Y</distribute>
665   - <custom_distribution/>
666   - <copies>1</copies>
667   - <partitioning>
668   - <method>none</method>
669   - <schema_name/>
670   - </partitioning>
671   - <compatible>N</compatible>
672   - <optimizationLevel>9</optimizationLevel>
673   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
674   - <jsScript_name>Script 1</jsScript_name>
675   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var jhlc&#x3b; &#x2f;&#x2f; &#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var bcsj&#x3b; &#x2f;&#x2f; &#x73ed;&#x6b21;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; jhlc &#x3d; up_mileage&#x3b;&#xa; bcsj &#x3d; up_travel_time&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; jhlc &#x3d; down_mileage&#x3b;&#xa; bcsj &#x3d; down_travel_time&#x3b;&#xa;&#x7d;</jsScript_script>
676   - </jsScript> </jsScripts> <fields> <field> <name>jhlc</name>
677   - <rename>jhlc</rename>
678   - <type>String</type>
679   - <length>-1</length>
680   - <precision>-1</precision>
681   - <replace>N</replace>
682   - </field> <field> <name>bcsj</name>
683   - <rename>bcsj</rename>
684   - <type>String</type>
685   - <length>-1</length>
686   - <precision>-1</precision>
687   - <replace>N</replace>
688   - </field> </fields> <cluster_schema/>
689   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
690   - <xloc>148</xloc>
691   - <yloc>674</yloc>
692   - <draw>Y</draw>
693   - </GUI>
694   - </step>
695   -
696   - <step>
697   - <name>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
698   - <type>ScriptValueMod</type>
699   - <description/>
700   - <distribute>Y</distribute>
701   - <custom_distribution/>
702   - <copies>1</copies>
703   - <partitioning>
704   - <method>none</method>
705   - <schema_name/>
706   - </partitioning>
707   - <compatible>N</compatible>
708   - <optimizationLevel>9</optimizationLevel>
709   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
710   - <jsScript_name>Script 1</jsScript_name>
711   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var out_mileage&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var out_time&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; out_mileage &#x3d; up_out_mileage&#x3b;&#xa; out_time &#x3d; up_out_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; out_mileage &#x3d; down_out_mileage&#x3b;&#xa; out_time &#x3d; down_out_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
712   - </jsScript> </jsScripts> <fields> <field> <name>out_mileage</name>
713   - <rename>out_mileage</rename>
714   - <type>String</type>
715   - <length>-1</length>
716   - <precision>-1</precision>
717   - <replace>N</replace>
718   - </field> <field> <name>out_time</name>
719   - <rename>out_time</rename>
720   - <type>String</type>
721   - <length>-1</length>
722   - <precision>-1</precision>
723   - <replace>N</replace>
724   - </field> </fields> <cluster_schema/>
725   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
726   - <xloc>336</xloc>
727   - <yloc>862</yloc>
728   - <draw>Y</draw>
729   - </GUI>
730   - </step>
731   -
732   - <step>
733   - <name>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
734   - <type>ScriptValueMod</type>
735   - <description/>
736   - <distribute>Y</distribute>
737   - <custom_distribution/>
738   - <copies>1</copies>
739   - <partitioning>
740   - <method>none</method>
741   - <schema_name/>
742   - </partitioning>
743   - <compatible>N</compatible>
744   - <optimizationLevel>9</optimizationLevel>
745   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
746   - <jsScript_name>Script 1</jsScript_name>
747   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var parade_mileage&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var parade_time&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx2 &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; parade_mileage &#x3d; up_in_mileage&#x3b;&#xa; parade_time &#x3d; up_in_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; parade_mileage &#x3d; down_in_mileage&#x3b;&#xa; parade_time &#x3d; down_in_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
748   - </jsScript> </jsScripts> <fields> <field> <name>parade_mileage</name>
749   - <rename>parade_mileage</rename>
750   - <type>String</type>
751   - <length>-1</length>
752   - <precision>-1</precision>
753   - <replace>N</replace>
754   - </field> <field> <name>parade_time</name>
755   - <rename>parade_time</rename>
756   - <type>String</type>
757   - <length>-1</length>
758   - <precision>-1</precision>
759   - <replace>N</replace>
760   - </field> </fields> <cluster_schema/>
761   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
762   - <xloc>726</xloc>
763   - <yloc>1005</yloc>
764   - <draw>Y</draw>
765   - </GUI>
766   - </step>
767   -
768   - <step>
769   - <name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</name>
770   - <type>DataGrid</type>
771   - <description/>
772   - <distribute>Y</distribute>
773   - <custom_distribution/>
774   - <copies>1</copies>
775   - <partitioning>
776   - <method>none</method>
777   - <schema_name/>
778   - </partitioning>
779   - <fields>
780   - </fields>
781   - <data>
782   - <line> </line>
783   - </data>
784   - <cluster_schema/>
785   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
786   - <xloc>110</xloc>
787   - <yloc>133</yloc>
788   - <draw>Y</draw>
789   - </GUI>
790   - </step>
791   -
792   - <step>
793   - <name>&#x5904;&#x7406;&#x6570;&#x636e;</name>
794   - <type>ScriptValueMod</type>
795   - <description/>
796   - <distribute>Y</distribute>
797   - <custom_distribution/>
798   - <copies>1</copies>
799   - <partitioning>
800   - <method>none</method>
801   - <schema_name/>
802   - </partitioning>
803   - <compatible>N</compatible>
804   - <optimizationLevel>9</optimizationLevel>
805   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
806   - <jsScript_name>Script 1</jsScript_name>
807   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x4f7f;&#x7528;&#x6b63;&#x5219;&#x8868;&#x8fbe;&#x5f0f;&#x53bb;&#x9664;&#x7ad9;&#x70b9;&#x540d;&#x79f0;&#x4e2d;&#x7684;&#x6570;&#x5b57;&#xa;qdzname &#x3d; qdzname.replace&#x28;&#x2f;&#x5c;d&#x2b;&#x2f;g,&#x27;&#x27;&#x29;&#x3b;&#xa;&#xa;&#x2f;&#x2f; sendtime&#x5904;&#x7406;&#xff0c;hhmm&#xff0c;hh&#x3a;mm&#xff0c;hh,mm&#xa;var sendtime_calcu&#x3b;&#xa;if &#x28;sendtime.length &#x3d;&#x3d; 5&#x29; &#x7b; &#x2f;&#x2f; &#x6700;&#x957f;&#x683c;&#x5f0f;&#xff0c;&#x5305;&#x62ec;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x7edf;&#x4e00;&#x628a;&#x5206;&#x9694;&#x7b26;&#x66ff;&#x6362;&#x6210;&#x5192;&#x53f7;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;3, 2&#x29;&#x3b;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 4&#x29; &#x7b;&#xa; if &#x28;sendtime.indexOf&#x28;&#x22;&#x3a;&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x5192;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x65e0;&#x9700;&#x4fee;&#x6539;&#xa; sendtime_calcu &#x3d; sendtime&#x3b;&#xa; &#x7d; else if &#x28;sendtime.indexOf&#x28;&#x22;,&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x9017;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d; else &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 3&#x29; &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;1, 2&#x29;&#x3b;&#xa;&#x7d;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;&#x5206;&#x73ed;&#xa;var isfb &#x3d; 0&#x3b;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;isCanceled&#xa;var iscanceled &#x3d; 0&#x3b;</jsScript_script>
808   - </jsScript> </jsScripts> <fields> <field> <name>qdzname</name>
809   - <rename>qdzname</rename>
810   - <type>String</type>
811   - <length>-1</length>
812   - <precision>-1</precision>
813   - <replace>Y</replace>
814   - </field> <field> <name>isfb</name>
815   - <rename>isfb</rename>
816   - <type>Integer</type>
817   - <length>-1</length>
818   - <precision>-1</precision>
819   - <replace>N</replace>
820   - </field> <field> <name>iscanceled</name>
821   - <rename>iscanceled</rename>
822   - <type>Integer</type>
823   - <length>-1</length>
824   - <precision>-1</precision>
825   - <replace>N</replace>
826   - </field> <field> <name>sendtime_calcu</name>
827   - <rename>sendtime_calcu</rename>
828   - <type>String</type>
829   - <length>-1</length>
830   - <precision>-1</precision>
831   - <replace>N</replace>
832   - </field> </fields> <cluster_schema/>
833   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
834   - <xloc>788</xloc>
835   - <yloc>44</yloc>
836   - <draw>Y</draw>
837   - </GUI>
838   - </step>
839   -
840   - <step>
841   - <name>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</name>
842   - <type>SelectValues</type>
843   - <description/>
844   - <distribute>Y</distribute>
845   - <custom_distribution/>
846   - <copies>1</copies>
847   - <partitioning>
848   - <method>none</method>
849   - <schema_name/>
850   - </partitioning>
851   - <fields> <field> <name>&#x8def;&#x724c;</name>
852   - <rename>lp</rename>
853   - <length>-2</length>
854   - <precision>-2</precision>
855   - </field> <field> <name>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</name>
856   - <rename>qdzname</rename>
857   - <length>-2</length>
858   - <precision>-2</precision>
859   - </field> <field> <name>&#x53d1;&#x8f66;&#x65f6;&#x95f4;</name>
860   - <rename>sendtime</rename>
861   - <length>-2</length>
862   - <precision>-2</precision>
863   - </field> <select_unspecified>Y</select_unspecified>
864   - </fields> <cluster_schema/>
865   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
866   - <xloc>444</xloc>
867   - <yloc>131</yloc>
868   - <draw>Y</draw>
869   - </GUI>
870   - </step>
871   -
872   - <step>
873   - <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</name>
874   - <type>FilterRows</type>
875   - <description/>
876   - <distribute>Y</distribute>
877   - <custom_distribution/>
878   - <copies>1</copies>
879   - <partitioning>
880   - <method>none</method>
881   - <schema_name/>
882   - </partitioning>
883   -<send_true_to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
884   -<send_false_to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</send_false_to>
885   - <compare>
886   -<condition>
887   - <negated>N</negated>
888   - <leftvalue>bctype</leftvalue>
889   - <function>&#x3d;</function>
890   - <rightvalue/>
891   - <value><name>constant</name><type>String</type><text>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
892   - </compare>
893   - <cluster_schema/>
894   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
895   - <xloc>860</xloc>
896   - <yloc>401</yloc>
897   - <draw>Y</draw>
898   - </GUI>
899   - </step>
900   -
901   - <step>
902   - <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</name>
903   - <type>FilterRows</type>
904   - <description/>
905   - <distribute>Y</distribute>
906   - <custom_distribution/>
907   - <copies>1</copies>
908   - <partitioning>
909   - <method>none</method>
910   - <schema_name/>
911   - </partitioning>
912   -<send_true_to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
913   -<send_false_to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_false_to>
914   - <compare>
915   -<condition>
916   - <negated>N</negated>
917   - <leftvalue>bctype</leftvalue>
918   - <function>&#x3d;</function>
919   - <rightvalue/>
920   - <value><name>constant</name><type>String</type><text>&#x51fa;&#x573a;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
921   - </compare>
922   - <cluster_schema/>
923   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
924   - <xloc>995</xloc>
925   - <yloc>503</yloc>
926   - <draw>Y</draw>
927   - </GUI>
928   - </step>
929   -
930   - <step>
931   - <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</name>
932   - <type>InsertUpdate</type>
933   - <description/>
934   - <distribute>Y</distribute>
935   - <custom_distribution/>
936   - <copies>1</copies>
937   - <partitioning>
938   - <method>none</method>
939   - <schema_name/>
940   - </partitioning>
941   - <connection>bus_control_variable</connection>
942   - <commit>100</commit>
943   - <update_bypassed>N</update_bypassed>
944   - <lookup>
945   - <schema/>
946   - <table>bsth_c_s_ttinfo_detail</table>
947   - <key>
948   - <name>xlid</name>
949   - <field>xl</field>
950   - <condition>&#x3d;</condition>
951   - <name2/>
952   - </key>
953   - <key>
954   - <name>ttid</name>
955   - <field>ttinfo</field>
956   - <condition>&#x3d;</condition>
957   - <name2/>
958   - </key>
959   - <key>
960   - <name>lpid</name>
961   - <field>lp</field>
962   - <condition>&#x3d;</condition>
963   - <name2/>
964   - </key>
965   - <key>
966   - <name>fcno</name>
967   - <field>fcno</field>
968   - <condition>&#x3d;</condition>
969   - <name2/>
970   - </key>
971   - <key>
972   - <name>bcs</name>
973   - <field>bcs</field>
974   - <condition>&#x3d;</condition>
975   - <name2/>
976   - </key>
977   - <value>
978   - <name>lp</name>
979   - <rename>lpid</rename>
980   - <update>Y</update>
981   - </value>
982   - <value>
983   - <name>bc_type</name>
984   - <rename>bctype_code</rename>
985   - <update>Y</update>
986   - </value>
987   - <value>
988   - <name>bcs</name>
989   - <rename>bcs</rename>
990   - <update>Y</update>
991   - </value>
992   - <value>
993   - <name>bcsj</name>
994   - <rename>bcsj</rename>
995   - <update>Y</update>
996   - </value>
997   - <value>
998   - <name>fcno</name>
999   - <rename>fcno</rename>
1000   - <update>Y</update>
1001   - </value>
1002   - <value>
1003   - <name>jhlc</name>
1004   - <rename>jhlc</rename>
1005   - <update>Y</update>
1006   - </value>
1007   - <value>
1008   - <name>fcsj</name>
1009   - <rename>sendtime_calcu</rename>
1010   - <update>Y</update>
1011   - </value>
1012   - <value>
1013   - <name>ttinfo</name>
1014   - <rename>ttid</rename>
1015   - <update>Y</update>
1016   - </value>
1017   - <value>
1018   - <name>xl</name>
1019   - <rename>xlid</rename>
1020   - <update>Y</update>
1021   - </value>
1022   - <value>
1023   - <name>qdz</name>
1024   - <rename>qdzid</rename>
1025   - <update>Y</update>
1026   - </value>
1027   - <value>
1028   - <name>zdz</name>
1029   - <rename>zdzid</rename>
1030   - <update>Y</update>
1031   - </value>
1032   - <value>
1033   - <name>xl_dir</name>
1034   - <rename>sxx</rename>
1035   - <update>Y</update>
1036   - </value>
1037   - <value>
1038   - <name>isfb</name>
1039   - <rename>isfb</rename>
1040   - <update>Y</update>
1041   - </value>
1042   - </lookup>
1043   - <cluster_schema/>
1044   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1045   - <xloc>143</xloc>
1046   - <yloc>860</yloc>
1047   - <draw>Y</draw>
1048   - </GUI>
1049   - </step>
1050   -
1051   - <step>
1052   - <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</name>
1053   - <type>InsertUpdate</type>
1054   - <description/>
1055   - <distribute>Y</distribute>
1056   - <custom_distribution/>
1057   - <copies>1</copies>
1058   - <partitioning>
1059   - <method>none</method>
1060   - <schema_name/>
1061   - </partitioning>
1062   - <connection>bus_control_variable</connection>
1063   - <commit>100</commit>
1064   - <update_bypassed>N</update_bypassed>
1065   - <lookup>
1066   - <schema/>
1067   - <table>bsth_c_s_ttinfo_detail</table>
1068   - <key>
1069   - <name>xlid</name>
1070   - <field>xl</field>
1071   - <condition>&#x3d;</condition>
1072   - <name2/>
1073   - </key>
1074   - <key>
1075   - <name>ttid</name>
1076   - <field>ttinfo</field>
1077   - <condition>&#x3d;</condition>
1078   - <name2/>
1079   - </key>
1080   - <key>
1081   - <name>lpid</name>
1082   - <field>lp</field>
1083   - <condition>&#x3d;</condition>
1084   - <name2/>
1085   - </key>
1086   - <key>
1087   - <name>fcno</name>
1088   - <field>fcno</field>
1089   - <condition>&#x3d;</condition>
1090   - <name2/>
1091   - </key>
1092   - <key>
1093   - <name>bcs</name>
1094   - <field>bcs</field>
1095   - <condition>&#x3d;</condition>
1096   - <name2/>
1097   - </key>
1098   - <value>
1099   - <name>tcc</name>
1100   - <rename>qdzid</rename>
1101   - <update>Y</update>
1102   - </value>
1103   - <value>
1104   - <name>zdz</name>
1105   - <rename>zdzid</rename>
1106   - <update>Y</update>
1107   - </value>
1108   - <value>
1109   - <name>xl</name>
1110   - <rename>xlid</rename>
1111   - <update>Y</update>
1112   - </value>
1113   - <value>
1114   - <name>ttinfo</name>
1115   - <rename>ttid</rename>
1116   - <update>Y</update>
1117   - </value>
1118   - <value>
1119   - <name>xl_dir</name>
1120   - <rename>sxx</rename>
1121   - <update>Y</update>
1122   - </value>
1123   - <value>
1124   - <name>lp</name>
1125   - <rename>lpid</rename>
1126   - <update>Y</update>
1127   - </value>
1128   - <value>
1129   - <name>jhlc</name>
1130   - <rename>out_mileage</rename>
1131   - <update>Y</update>
1132   - </value>
1133   - <value>
1134   - <name>fcsj</name>
1135   - <rename>sendtime_calcu</rename>
1136   - <update>Y</update>
1137   - </value>
1138   - <value>
1139   - <name>bcsj</name>
1140   - <rename>out_time</rename>
1141   - <update>Y</update>
1142   - </value>
1143   - <value>
1144   - <name>bcs</name>
1145   - <rename>bcs</rename>
1146   - <update>Y</update>
1147   - </value>
1148   - <value>
1149   - <name>fcno</name>
1150   - <rename>fcno</rename>
1151   - <update>Y</update>
1152   - </value>
1153   - <value>
1154   - <name>bc_type</name>
1155   - <rename>bctype_code</rename>
1156   - <update>Y</update>
1157   - </value>
1158   - <value>
1159   - <name>isfb</name>
1160   - <rename>isfb</rename>
1161   - <update>Y</update>
1162   - </value>
1163   - </lookup>
1164   - <cluster_schema/>
1165   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1166   - <xloc>340</xloc>
1167   - <yloc>1087</yloc>
1168   - <draw>Y</draw>
1169   - </GUI>
1170   - </step>
1171   -
1172   - <step>
1173   - <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</name>
1174   - <type>InsertUpdate</type>
1175   - <description/>
1176   - <distribute>Y</distribute>
1177   - <custom_distribution/>
1178   - <copies>1</copies>
1179   - <partitioning>
1180   - <method>none</method>
1181   - <schema_name/>
1182   - </partitioning>
1183   - <connection>bus_control_variable</connection>
1184   - <commit>100</commit>
1185   - <update_bypassed>N</update_bypassed>
1186   - <lookup>
1187   - <schema/>
1188   - <table>bsth_c_s_ttinfo_detail</table>
1189   - <key>
1190   - <name>xlid</name>
1191   - <field>xl</field>
1192   - <condition>&#x3d;</condition>
1193   - <name2/>
1194   - </key>
1195   - <key>
1196   - <name>ttid</name>
1197   - <field>ttinfo</field>
1198   - <condition>&#x3d;</condition>
1199   - <name2/>
1200   - </key>
1201   - <key>
1202   - <name>lpid</name>
1203   - <field>lp</field>
1204   - <condition>&#x3d;</condition>
1205   - <name2/>
1206   - </key>
1207   - <key>
1208   - <name>fcno</name>
1209   - <field>fcno</field>
1210   - <condition>&#x3d;</condition>
1211   - <name2/>
1212   - </key>
1213   - <key>
1214   - <name>bcs</name>
1215   - <field>bcs</field>
1216   - <condition>&#x3d;</condition>
1217   - <name2/>
1218   - </key>
1219   - <value>
1220   - <name>fcno</name>
1221   - <rename>fcno</rename>
1222   - <update>Y</update>
1223   - </value>
1224   - <value>
1225   - <name>bcs</name>
1226   - <rename>bcs</rename>
1227   - <update>Y</update>
1228   - </value>
1229   - <value>
1230   - <name>xl</name>
1231   - <rename>xlid</rename>
1232   - <update>Y</update>
1233   - </value>
1234   - <value>
1235   - <name>ttinfo</name>
1236   - <rename>ttid</rename>
1237   - <update>Y</update>
1238   - </value>
1239   - <value>
1240   - <name>lp</name>
1241   - <rename>lpid</rename>
1242   - <update>Y</update>
1243   - </value>
1244   - <value>
1245   - <name>bc_type</name>
1246   - <rename>bctype_code</rename>
1247   - <update>Y</update>
1248   - </value>
1249   - <value>
1250   - <name>bcsj</name>
1251   - <rename>parade_time</rename>
1252   - <update>Y</update>
1253   - </value>
1254   - <value>
1255   - <name>jhlc</name>
1256   - <rename>parade_mileage</rename>
1257   - <update>Y</update>
1258   - </value>
1259   - <value>
1260   - <name>fcsj</name>
1261   - <rename>sendtime_calcu</rename>
1262   - <update>Y</update>
1263   - </value>
1264   - <value>
1265   - <name>xl_dir</name>
1266   - <rename>sxx2</rename>
1267   - <update>Y</update>
1268   - </value>
1269   - <value>
1270   - <name>qdz</name>
1271   - <rename>qdzid</rename>
1272   - <update>Y</update>
1273   - </value>
1274   - <value>
1275   - <name>tcc</name>
1276   - <rename>zdzid</rename>
1277   - <update>Y</update>
1278   - </value>
1279   - <value>
1280   - <name>isfb</name>
1281   - <rename>isfb</rename>
1282   - <update>Y</update>
1283   - </value>
1284   - </lookup>
1285   - <cluster_schema/>
1286   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1287   - <xloc>845</xloc>
1288   - <yloc>899</yloc>
1289   - <draw>Y</draw>
1290   - </GUI>
1291   - </step>
1292   -
1293   - <step>
1294   - <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</name>
1295   - <type>ExcelInput</type>
1296   - <description/>
1297   - <distribute>N</distribute>
1298   - <custom_distribution/>
1299   - <copies>1</copies>
1300   - <partitioning>
1301   - <method>none</method>
1302   - <schema_name/>
1303   - </partitioning>
1304   - <header>Y</header>
1305   - <noempty>Y</noempty>
1306   - <stoponempty>N</stoponempty>
1307   - <filefield/>
1308   - <sheetfield/>
1309   - <sheetrownumfield/>
1310   - <rownumfield/>
1311   - <sheetfield/>
1312   - <filefield/>
1313   - <limit>0</limit>
1314   - <encoding/>
1315   - <add_to_result_filenames>Y</add_to_result_filenames>
1316   - <accept_filenames>N</accept_filenames>
1317   - <accept_field/>
1318   - <accept_stepname/>
1319   - <file>
1320   - <name/>
1321   - <filemask/>
1322   - <exclude_filemask/>
1323   - <file_required>N</file_required>
1324   - <include_subfolders>N</include_subfolders>
1325   - </file>
1326   - <fields>
1327   - </fields>
1328   - <sheets>
1329   - <sheet>
1330   - <name/>
1331   - <startrow>0</startrow>
1332   - <startcol>0</startcol>
1333   - </sheet>
1334   - </sheets>
1335   - <strict_types>N</strict_types>
1336   - <error_ignored>N</error_ignored>
1337   - <error_line_skipped>N</error_line_skipped>
1338   - <bad_line_files_destination_directory/>
1339   - <bad_line_files_extension>warning</bad_line_files_extension>
1340   - <error_line_files_destination_directory/>
1341   - <error_line_files_extension>error</error_line_files_extension>
1342   - <line_number_files_destination_directory/>
1343   - <line_number_files_extension>line</line_number_files_extension>
1344   - <shortFileFieldName/>
1345   - <pathFieldName/>
1346   - <hiddenFieldName/>
1347   - <lastModificationTimeFieldName/>
1348   - <uriNameFieldName/>
1349   - <rootUriNameFieldName/>
1350   - <extensionFieldName/>
1351   - <sizeFieldName/>
1352   - <spreadsheet_type>JXL</spreadsheet_type>
1353   - <cluster_schema/>
1354   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1355   - <xloc>112</xloc>
1356   - <yloc>44</yloc>
1357   - <draw>Y</draw>
1358   - </GUI>
1359   - </step>
1360   -
1361   - <step>
1362   - <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</name>
1363   - <type>DBLookup</type>
1364   - <description/>
1365   - <distribute>Y</distribute>
1366   - <custom_distribution/>
1367   - <copies>1</copies>
1368   - <partitioning>
1369   - <method>none</method>
1370   - <schema_name/>
1371   - </partitioning>
1372   - <connection>bus_control_variable</connection>
1373   - <cache>N</cache>
1374   - <cache_load_all>N</cache_load_all>
1375   - <cache_size>0</cache_size>
1376   - <lookup>
1377   - <schema/>
1378   - <table>bsth_c_car_park</table>
1379   - <orderby/>
1380   - <fail_on_multiple>N</fail_on_multiple>
1381   - <eat_row_on_failure>N</eat_row_on_failure>
1382   - <key>
1383   - <name>tccname_</name>
1384   - <field>park_name</field>
1385   - <condition>&#x3d;</condition>
1386   - <name2/>
1387   - </key>
1388   - <value>
1389   - <name>id</name>
1390   - <rename>qdzid</rename>
1391   - <default/>
1392   - <type>Integer</type>
1393   - </value>
1394   - </lookup>
1395   - <cluster_schema/>
1396   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1397   - <xloc>755</xloc>
1398   - <yloc>504</yloc>
1399   - <draw>Y</draw>
1400   - </GUI>
1401   - </step>
1402   -
1403   - <step>
1404   - <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</name>
1405   - <type>DBLookup</type>
1406   - <description/>
1407   - <distribute>Y</distribute>
1408   - <custom_distribution/>
1409   - <copies>1</copies>
1410   - <partitioning>
1411   - <method>none</method>
1412   - <schema_name/>
1413   - </partitioning>
1414   - <connection>bus_control_variable</connection>
1415   - <cache>N</cache>
1416   - <cache_load_all>N</cache_load_all>
1417   - <cache_size>0</cache_size>
1418   - <lookup>
1419   - <schema/>
1420   - <table>bsth_c_car_park</table>
1421   - <orderby/>
1422   - <fail_on_multiple>N</fail_on_multiple>
1423   - <eat_row_on_failure>N</eat_row_on_failure>
1424   - <key>
1425   - <name>tccname_</name>
1426   - <field>park_name</field>
1427   - <condition>&#x3d;</condition>
1428   - <name2/>
1429   - </key>
1430   - <value>
1431   - <name>id</name>
1432   - <rename>zdzid</rename>
1433   - <default/>
1434   - <type>Integer</type>
1435   - </value>
1436   - </lookup>
1437   - <cluster_schema/>
1438   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1439   - <xloc>887</xloc>
1440   - <yloc>608</yloc>
1441   - <draw>Y</draw>
1442   - </GUI>
1443   - </step>
1444   -
1445   - <step>
1446   - <name>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
1447   - <type>DBLookup</type>
1448   - <description/>
1449   - <distribute>Y</distribute>
1450   - <custom_distribution/>
1451   - <copies>1</copies>
1452   - <partitioning>
1453   - <method>none</method>
1454   - <schema_name/>
1455   - </partitioning>
1456   - <connection>bus_control_variable</connection>
1457   - <cache>N</cache>
1458   - <cache_load_all>N</cache_load_all>
1459   - <cache_size>0</cache_size>
1460   - <lookup>
1461   - <schema/>
1462   - <table>bsth_c_stationroute</table>
1463   - <orderby/>
1464   - <fail_on_multiple>N</fail_on_multiple>
1465   - <eat_row_on_failure>N</eat_row_on_failure>
1466   - <key>
1467   - <name>xlid</name>
1468   - <field>line</field>
1469   - <condition>&#x3d;</condition>
1470   - <name2/>
1471   - </key>
1472   - <key>
1473   - <name>zdzname</name>
1474   - <field>station_name</field>
1475   - <condition>&#x3d;</condition>
1476   - <name2/>
1477   - </key>
1478   - <key>
1479   - <name>endZdtype</name>
1480   - <field>station_mark</field>
1481   - <condition>&#x3d;</condition>
1482   - <name2/>
1483   - </key>
1484   - <key>
1485   - <name>destory</name>
1486   - <field>destroy</field>
1487   - <condition>&#x3d;</condition>
1488   - <name2/>
1489   - </key>
1490   - <value>
1491   - <name>station</name>
1492   - <rename>zdzid</rename>
1493   - <default/>
1494   - <type>Integer</type>
1495   - </value>
1496   - <value>
1497   - <name>directions</name>
1498   - <rename>sxx</rename>
1499   - <default/>
1500   - <type>Integer</type>
1501   - </value>
1502   - </lookup>
1503   - <cluster_schema/>
1504   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1505   - <xloc>329</xloc>
1506   - <yloc>505</yloc>
1507   - <draw>Y</draw>
1508   - </GUI>
1509   - </step>
1510   -
1511   - <step>
1512   - <name>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</name>
1513   - <type>DBLookup</type>
1514   - <description/>
1515   - <distribute>Y</distribute>
1516   - <custom_distribution/>
1517   - <copies>1</copies>
1518   - <partitioning>
1519   - <method>none</method>
1520   - <schema_name/>
1521   - </partitioning>
1522   - <connection>bus_control_variable</connection>
1523   - <cache>N</cache>
1524   - <cache_load_all>N</cache_load_all>
1525   - <cache_size>0</cache_size>
1526   - <lookup>
1527   - <schema/>
1528   - <table>bsth_c_s_ttinfo</table>
1529   - <orderby/>
1530   - <fail_on_multiple>N</fail_on_multiple>
1531   - <eat_row_on_failure>N</eat_row_on_failure>
1532   - <key>
1533   - <name>xlid</name>
1534   - <field>xl</field>
1535   - <condition>&#x3d;</condition>
1536   - <name2/>
1537   - </key>
1538   - <key>
1539   - <name>ttinfoname_</name>
1540   - <field>name</field>
1541   - <condition>&#x3d;</condition>
1542   - <name2/>
1543   - </key>
1544   - <key>
1545   - <name>iscanceled</name>
1546   - <field>is_cancel</field>
1547   - <condition>&#x3d;</condition>
1548   - <name2/>
1549   - </key>
1550   - <value>
1551   - <name>id</name>
1552   - <rename>ttid</rename>
1553   - <default/>
1554   - <type>Integer</type>
1555   - </value>
1556   - </lookup>
1557   - <cluster_schema/>
1558   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1559   - <xloc>1011</xloc>
1560   - <yloc>134</yloc>
1561   - <draw>Y</draw>
1562   - </GUI>
1563   - </step>
1564   -
1565   - <step>
1566   - <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
1567   - <type>DBLookup</type>
1568   - <description/>
1569   - <distribute>Y</distribute>
1570   - <custom_distribution/>
1571   - <copies>1</copies>
1572   - <partitioning>
1573   - <method>none</method>
1574   - <schema_name/>
1575   - </partitioning>
1576   - <connection>bus_control_variable</connection>
1577   - <cache>N</cache>
1578   - <cache_load_all>N</cache_load_all>
1579   - <cache_size>0</cache_size>
1580   - <lookup>
1581   - <schema/>
1582   - <table>bsth_c_line_information</table>
1583   - <orderby/>
1584   - <fail_on_multiple>N</fail_on_multiple>
1585   - <eat_row_on_failure>N</eat_row_on_failure>
1586   - <key>
1587   - <name>xlid</name>
1588   - <field>line</field>
1589   - <condition>&#x3d;</condition>
1590   - <name2/>
1591   - </key>
1592   - <value>
1593   - <name>up_mileage</name>
1594   - <rename>up_mileage</rename>
1595   - <default/>
1596   - <type>Number</type>
1597   - </value>
1598   - <value>
1599   - <name>down_mileage</name>
1600   - <rename>down_mileage</rename>
1601   - <default/>
1602   - <type>Number</type>
1603   - </value>
1604   - <value>
1605   - <name>up_travel_time</name>
1606   - <rename>up_travel_time</rename>
1607   - <default/>
1608   - <type>Number</type>
1609   - </value>
1610   - <value>
1611   - <name>down_travel_time</name>
1612   - <rename>down_travel_time</rename>
1613   - <default/>
1614   - <type>Number</type>
1615   - </value>
1616   - </lookup>
1617   - <cluster_schema/>
1618   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1619   - <xloc>149</xloc>
1620   - <yloc>581</yloc>
1621   - <draw>Y</draw>
1622   - </GUI>
1623   - </step>
1624   -
1625   - <step>
1626   - <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</name>
1627   - <type>DBLookup</type>
1628   - <description/>
1629   - <distribute>Y</distribute>
1630   - <custom_distribution/>
1631   - <copies>1</copies>
1632   - <partitioning>
1633   - <method>none</method>
1634   - <schema_name/>
1635   - </partitioning>
1636   - <connection>bus_control_variable</connection>
1637   - <cache>N</cache>
1638   - <cache_load_all>N</cache_load_all>
1639   - <cache_size>0</cache_size>
1640   - <lookup>
1641   - <schema/>
1642   - <table>bsth_c_line</table>
1643   - <orderby/>
1644   - <fail_on_multiple>N</fail_on_multiple>
1645   - <eat_row_on_failure>N</eat_row_on_failure>
1646   - <key>
1647   - <name>xlname_</name>
1648   - <field>name</field>
1649   - <condition>&#x3d;</condition>
1650   - <name2/>
1651   - </key>
1652   - <value>
1653   - <name>id</name>
1654   - <rename>xlid</rename>
1655   - <default/>
1656   - <type>Integer</type>
1657   - </value>
1658   - </lookup>
1659   - <cluster_schema/>
1660   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1661   - <xloc>1007</xloc>
1662   - <yloc>43</yloc>
1663   - <draw>Y</draw>
1664   - </GUI>
1665   - </step>
1666   -
1667   - <step>
1668   - <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
1669   - <type>DBLookup</type>
1670   - <description/>
1671   - <distribute>Y</distribute>
1672   - <custom_distribution/>
1673   - <copies>1</copies>
1674   - <partitioning>
1675   - <method>none</method>
1676   - <schema_name/>
1677   - </partitioning>
1678   - <connection>bus_control_variable</connection>
1679   - <cache>N</cache>
1680   - <cache_load_all>N</cache_load_all>
1681   - <cache_size>0</cache_size>
1682   - <lookup>
1683   - <schema/>
1684   - <table>bsth_c_line_information</table>
1685   - <orderby/>
1686   - <fail_on_multiple>N</fail_on_multiple>
1687   - <eat_row_on_failure>N</eat_row_on_failure>
1688   - <key>
1689   - <name>xlid</name>
1690   - <field>line</field>
1691   - <condition>&#x3d;</condition>
1692   - <name2/>
1693   - </key>
1694   - <value>
1695   - <name>up_out_timer</name>
1696   - <rename>up_out_timer</rename>
1697   - <default/>
1698   - <type>Number</type>
1699   - </value>
1700   - <value>
1701   - <name>up_out_mileage</name>
1702   - <rename>up_out_mileage</rename>
1703   - <default/>
1704   - <type>Number</type>
1705   - </value>
1706   - <value>
1707   - <name>down_out_timer</name>
1708   - <rename>down_out_timer</rename>
1709   - <default/>
1710   - <type>Number</type>
1711   - </value>
1712   - <value>
1713   - <name>down_out_mileage</name>
1714   - <rename>down_out_mileage</rename>
1715   - <default/>
1716   - <type>Number</type>
1717   - </value>
1718   - </lookup>
1719   - <cluster_schema/>
1720   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1721   - <xloc>335</xloc>
1722   - <yloc>763</yloc>
1723   - <draw>Y</draw>
1724   - </GUI>
1725   - </step>
1726   -
1727   - <step>
1728   - <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
1729   - <type>DBLookup</type>
1730   - <description/>
1731   - <distribute>Y</distribute>
1732   - <custom_distribution/>
1733   - <copies>1</copies>
1734   - <partitioning>
1735   - <method>none</method>
1736   - <schema_name/>
1737   - </partitioning>
1738   - <connection>bus_control_variable</connection>
1739   - <cache>N</cache>
1740   - <cache_load_all>N</cache_load_all>
1741   - <cache_size>0</cache_size>
1742   - <lookup>
1743   - <schema/>
1744   - <table>bsth_c_line_information</table>
1745   - <orderby/>
1746   - <fail_on_multiple>N</fail_on_multiple>
1747   - <eat_row_on_failure>N</eat_row_on_failure>
1748   - <key>
1749   - <name>xlid</name>
1750   - <field>line</field>
1751   - <condition>&#x3d;</condition>
1752   - <name2/>
1753   - </key>
1754   - <value>
1755   - <name>up_in_mileage</name>
1756   - <rename>up_in_mileage</rename>
1757   - <default/>
1758   - <type>Number</type>
1759   - </value>
1760   - <value>
1761   - <name>up_in_timer</name>
1762   - <rename>up_in_timer</rename>
1763   - <default/>
1764   - <type>Number</type>
1765   - </value>
1766   - <value>
1767   - <name>down_in_mileage</name>
1768   - <rename>down_in_mileage</rename>
1769   - <default/>
1770   - <type>Number</type>
1771   - </value>
1772   - <value>
1773   - <name>down_in_timer</name>
1774   - <rename>down_in_timer</rename>
1775   - <default/>
1776   - <type>Number</type>
1777   - </value>
1778   - </lookup>
1779   - <cluster_schema/>
1780   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1781   - <xloc>553</xloc>
1782   - <yloc>1004</yloc>
1783   - <draw>Y</draw>
1784   - </GUI>
1785   - </step>
1786   -
1787   - <step>
1788   - <name>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</name>
1789   - <type>DBLookup</type>
1790   - <description/>
1791   - <distribute>Y</distribute>
1792   - <custom_distribution/>
1793   - <copies>1</copies>
1794   - <partitioning>
1795   - <method>none</method>
1796   - <schema_name/>
1797   - </partitioning>
1798   - <connection>bus_control_variable</connection>
1799   - <cache>N</cache>
1800   - <cache_load_all>N</cache_load_all>
1801   - <cache_size>0</cache_size>
1802   - <lookup>
1803   - <schema/>
1804   - <table>bsth_c_stationroute</table>
1805   - <orderby/>
1806   - <fail_on_multiple>N</fail_on_multiple>
1807   - <eat_row_on_failure>N</eat_row_on_failure>
1808   - <key>
1809   - <name>xlid</name>
1810   - <field>line</field>
1811   - <condition>&#x3d;</condition>
1812   - <name2/>
1813   - </key>
1814   - <key>
1815   - <name>sxx</name>
1816   - <field>directions</field>
1817   - <condition>&#x3d;</condition>
1818   - <name2/>
1819   - </key>
1820   - <key>
1821   - <name>endZdtype</name>
1822   - <field>station_mark</field>
1823   - <condition>&#x3d;</condition>
1824   - <name2/>
1825   - </key>
1826   - <key>
1827   - <name>destory</name>
1828   - <field>destroy</field>
1829   - <condition>&#x3d;</condition>
1830   - <name2/>
1831   - </key>
1832   - <value>
1833   - <name>station_name</name>
1834   - <rename>zdzname</rename>
1835   - <default/>
1836   - <type>String</type>
1837   - </value>
1838   - <value>
1839   - <name>station</name>
1840   - <rename>zdzid</rename>
1841   - <default/>
1842   - <type>Integer</type>
1843   - </value>
1844   - </lookup>
1845   - <cluster_schema/>
1846   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1847   - <xloc>280</xloc>
1848   - <yloc>404</yloc>
1849   - <draw>Y</draw>
1850   - </GUI>
1851   - </step>
1852   -
1853   - <step>
1854   - <name>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
1855   - <type>DBLookup</type>
1856   - <description/>
1857   - <distribute>Y</distribute>
1858   - <custom_distribution/>
1859   - <copies>1</copies>
1860   - <partitioning>
1861   - <method>none</method>
1862   - <schema_name/>
1863   - </partitioning>
1864   - <connection>bus_control_variable</connection>
1865   - <cache>N</cache>
1866   - <cache_load_all>N</cache_load_all>
1867   - <cache_size>0</cache_size>
1868   - <lookup>
1869   - <schema/>
1870   - <table>bsth_c_stationroute</table>
1871   - <orderby/>
1872   - <fail_on_multiple>N</fail_on_multiple>
1873   - <eat_row_on_failure>N</eat_row_on_failure>
1874   - <key>
1875   - <name>xlid</name>
1876   - <field>line</field>
1877   - <condition>&#x3d;</condition>
1878   - <name2/>
1879   - </key>
1880   - <key>
1881   - <name>qdzname</name>
1882   - <field>station_name</field>
1883   - <condition>&#x3d;</condition>
1884   - <name2/>
1885   - </key>
1886   - <key>
1887   - <name>sendZdtype</name>
1888   - <field>station_mark</field>
1889   - <condition>&#x3d;</condition>
1890   - <name2/>
1891   - </key>
1892   - <key>
1893   - <name>destory</name>
1894   - <field>destroy</field>
1895   - <condition>&#x3d;</condition>
1896   - <name2/>
1897   - </key>
1898   - <value>
1899   - <name>station</name>
1900   - <rename>qdzid</rename>
1901   - <default/>
1902   - <type>Integer</type>
1903   - </value>
1904   - <value>
1905   - <name>directions</name>
1906   - <rename>sxx</rename>
1907   - <default/>
1908   - <type>Integer</type>
1909   - </value>
1910   - </lookup>
1911   - <cluster_schema/>
1912   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1913   - <xloc>430</xloc>
1914   - <yloc>403</yloc>
1915   - <draw>Y</draw>
1916   - </GUI>
1917   - </step>
1918   -
1919   - <step>
1920   - <name>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</name>
1921   - <type>DBLookup</type>
1922   - <description/>
1923   - <distribute>Y</distribute>
1924   - <custom_distribution/>
1925   - <copies>1</copies>
1926   - <partitioning>
1927   - <method>none</method>
1928   - <schema_name/>
1929   - </partitioning>
1930   - <connection>bus_control_variable</connection>
1931   - <cache>N</cache>
1932   - <cache_load_all>N</cache_load_all>
1933   - <cache_size>0</cache_size>
1934   - <lookup>
1935   - <schema/>
1936   - <table>bsth_c_s_gbi</table>
1937   - <orderby/>
1938   - <fail_on_multiple>N</fail_on_multiple>
1939   - <eat_row_on_failure>N</eat_row_on_failure>
1940   - <key>
1941   - <name>xlid</name>
1942   - <field>xl</field>
1943   - <condition>&#x3d;</condition>
1944   - <name2/>
1945   - </key>
1946   - <key>
1947   - <name>lp</name>
1948   - <field>lp_name</field>
1949   - <condition>&#x3d;</condition>
1950   - <name2/>
1951   - </key>
1952   - <key>
1953   - <name>iscanceled</name>
1954   - <field>is_cancel</field>
1955   - <condition>&#x3d;</condition>
1956   - <name2/>
1957   - </key>
1958   - <value>
1959   - <name>id</name>
1960   - <rename>lpid</rename>
1961   - <default/>
1962   - <type>Integer</type>
1963   - </value>
1964   - </lookup>
1965   - <cluster_schema/>
1966   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1967   - <xloc>1013</xloc>
1968   - <yloc>265</yloc>
1969   - <draw>Y</draw>
1970   - </GUI>
1971   - </step>
1972   -
1973   - <step>
1974   - <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</name>
1975   - <type>DBLookup</type>
1976   - <description/>
1977   - <distribute>Y</distribute>
1978   - <custom_distribution/>
1979   - <copies>1</copies>
1980   - <partitioning>
1981   - <method>none</method>
1982   - <schema_name/>
1983   - </partitioning>
1984   - <connection>bus_control_variable</connection>
1985   - <cache>N</cache>
1986   - <cache_load_all>N</cache_load_all>
1987   - <cache_size>0</cache_size>
1988   - <lookup>
1989   - <schema/>
1990   - <table>bsth_c_stationroute</table>
1991   - <orderby/>
1992   - <fail_on_multiple>N</fail_on_multiple>
1993   - <eat_row_on_failure>N</eat_row_on_failure>
1994   - <key>
1995   - <name>xlid</name>
1996   - <field>line</field>
1997   - <condition>&#x3d;</condition>
1998   - <name2/>
1999   - </key>
2000   - <key>
2001   - <name>startZdtype_calcu</name>
2002   - <field>station_mark</field>
2003   - <condition>&#x3d;</condition>
2004   - <name2/>
2005   - </key>
2006   - <key>
2007   - <name>qdzname_calcu</name>
2008   - <field>station_name</field>
2009   - <condition>&#x3d;</condition>
2010   - <name2/>
2011   - </key>
2012   - <key>
2013   - <name>destory</name>
2014   - <field>destroy</field>
2015   - <condition>&#x3d;</condition>
2016   - <name2/>
2017   - </key>
2018   - <value>
2019   - <name>directions</name>
2020   - <rename>sxx</rename>
2021   - <default/>
2022   - <type>String</type>
2023   - </value>
2024   - </lookup>
2025   - <cluster_schema/>
2026   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2027   - <xloc>548</xloc>
2028   - <yloc>610</yloc>
2029   - <draw>Y</draw>
2030   - </GUI>
2031   - </step>
2032   -
2033   - <step>
2034   - <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</name>
2035   - <type>DBLookup</type>
2036   - <description/>
2037   - <distribute>Y</distribute>
2038   - <custom_distribution/>
2039   - <copies>1</copies>
2040   - <partitioning>
2041   - <method>none</method>
2042   - <schema_name/>
2043   - </partitioning>
2044   - <connection>bus_control_variable</connection>
2045   - <cache>Y</cache>
2046   - <cache_load_all>Y</cache_load_all>
2047   - <cache_size>0</cache_size>
2048   - <lookup>
2049   - <schema/>
2050   - <table>bsth_c_stationroute</table>
2051   - <orderby/>
2052   - <fail_on_multiple>N</fail_on_multiple>
2053   - <eat_row_on_failure>N</eat_row_on_failure>
2054   - <key>
2055   - <name>xlid</name>
2056   - <field>line</field>
2057   - <condition>&#x3d;</condition>
2058   - <name2/>
2059   - </key>
2060   - <key>
2061   - <name>endZdtype_calcu</name>
2062   - <field>station_mark</field>
2063   - <condition>&#x3d;</condition>
2064   - <name2/>
2065   - </key>
2066   - <key>
2067   - <name>sxx</name>
2068   - <field>directions</field>
2069   - <condition>&#x3d;</condition>
2070   - <name2/>
2071   - </key>
2072   - <key>
2073   - <name>destory</name>
2074   - <field>destroy</field>
2075   - <condition>&#x3d;</condition>
2076   - <name2/>
2077   - </key>
2078   - <value>
2079   - <name>station_name</name>
2080   - <rename>zdzname_calcu</rename>
2081   - <default/>
2082   - <type>Integer</type>
2083   - </value>
2084   - </lookup>
2085   - <cluster_schema/>
2086   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2087   - <xloc>550</xloc>
2088   - <yloc>701</yloc>
2089   - <draw>Y</draw>
2090   - </GUI>
2091   - </step>
2092   -
2093   - <step>
2094   - <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
2095   - <type>DBLookup</type>
2096   - <description/>
2097   - <distribute>Y</distribute>
2098   - <custom_distribution/>
2099   - <copies>1</copies>
2100   - <partitioning>
2101   - <method>none</method>
2102   - <schema_name/>
2103   - </partitioning>
2104   - <connection>bus_control_variable</connection>
2105   - <cache>N</cache>
2106   - <cache_load_all>N</cache_load_all>
2107   - <cache_size>0</cache_size>
2108   - <lookup>
2109   - <schema/>
2110   - <table>bsth_c_stationroute</table>
2111   - <orderby/>
2112   - <fail_on_multiple>N</fail_on_multiple>
2113   - <eat_row_on_failure>N</eat_row_on_failure>
2114   - <key>
2115   - <name>xlid</name>
2116   - <field>line</field>
2117   - <condition>&#x3d;</condition>
2118   - <name2/>
2119   - </key>
2120   - <key>
2121   - <name>zdzname_calcu</name>
2122   - <field>station_name</field>
2123   - <condition>&#x3d;</condition>
2124   - <name2/>
2125   - </key>
2126   - <key>
2127   - <name>startZdtype_calcu</name>
2128   - <field>station_mark</field>
2129   - <condition>&#x3d;</condition>
2130   - <name2/>
2131   - </key>
2132   - <key>
2133   - <name>destory</name>
2134   - <field>destroy</field>
2135   - <condition>&#x3d;</condition>
2136   - <name2/>
2137   - </key>
2138   - <value>
2139   - <name>directions</name>
2140   - <rename>sxx2</rename>
2141   - <default/>
2142   - <type>Integer</type>
2143   - </value>
2144   - <value>
2145   - <name>station</name>
2146   - <rename>qdzid</rename>
2147   - <default/>
2148   - <type>Integer</type>
2149   - </value>
2150   - </lookup>
2151   - <cluster_schema/>
2152   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2153   - <xloc>551</xloc>
2154   - <yloc>782</yloc>
2155   - <draw>Y</draw>
2156   - </GUI>
2157   - </step>
2158   -
2159   - <step>
2160   - <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</name>
2161   - <type>ScriptValueMod</type>
2162   - <description/>
2163   - <distribute>Y</distribute>
2164   - <custom_distribution/>
2165   - <copies>1</copies>
2166   - <partitioning>
2167   - <method>none</method>
2168   - <schema_name/>
2169   - </partitioning>
2170   - <compatible>N</compatible>
2171   - <optimizationLevel>9</optimizationLevel>
2172   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
2173   - <jsScript_name>Script 1</jsScript_name>
2174   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var sendZdtype &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
2175   - </jsScript> </jsScripts> <fields> <field> <name>sendZdtype</name>
2176   - <rename>sendZdtype</rename>
2177   - <type>String</type>
2178   - <length>-1</length>
2179   - <precision>-1</precision>
2180   - <replace>N</replace>
2181   - </field> <field> <name>endZdtype</name>
2182   - <rename>endZdtype</rename>
2183   - <type>String</type>
2184   - <length>-1</length>
2185   - <precision>-1</precision>
2186   - <replace>N</replace>
2187   - </field> <field> <name>destory</name>
2188   - <rename>destory</rename>
2189   - <type>Integer</type>
2190   - <length>-1</length>
2191   - <precision>-1</precision>
2192   - <replace>N</replace>
2193   - </field> </fields> <cluster_schema/>
2194   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2195   - <xloc>588</xloc>
2196   - <yloc>403</yloc>
2197   - <draw>Y</draw>
2198   - </GUI>
2199   - </step>
2200   -
2201   - <step>
2202   - <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
2203   - <type>Dummy</type>
2204   - <description/>
2205   - <distribute>Y</distribute>
2206   - <custom_distribution/>
2207   - <copies>1</copies>
2208   - <partitioning>
2209   - <method>none</method>
2210   - <schema_name/>
2211   - </partitioning>
2212   - <cluster_schema/>
2213   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2214   - <xloc>725</xloc>
2215   - <yloc>404</yloc>
2216   - <draw>Y</draw>
2217   - </GUI>
2218   - </step>
2219   -
2220   - <step>
2221   - <name>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</name>
2222   - <type>GroupBy</type>
2223   - <description/>
2224   - <distribute>Y</distribute>
2225   - <custom_distribution/>
2226   - <copies>1</copies>
2227   - <partitioning>
2228   - <method>none</method>
2229   - <schema_name/>
2230   - </partitioning>
2231   - <all_rows>Y</all_rows>
2232   - <ignore_aggregate>N</ignore_aggregate>
2233   - <field_ignore/>
2234   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
2235   - <prefix>grp</prefix>
2236   - <add_linenr>Y</add_linenr>
2237   - <linenr_fieldname>fcno</linenr_fieldname>
2238   - <give_back_row>N</give_back_row>
2239   - <group>
2240   - <field>
2241   - <name>lp</name>
2242   - </field>
2243   - </group>
2244   - <fields>
2245   - </fields>
2246   - <cluster_schema/>
2247   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2248   - <xloc>442</xloc>
2249   - <yloc>44</yloc>
2250   - <draw>Y</draw>
2251   - </GUI>
2252   - </step>
2253   -
2254   - <step>
2255   - <name>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</name>
2256   - <type>GroupBy</type>
2257   - <description/>
2258   - <distribute>Y</distribute>
2259   - <custom_distribution/>
2260   - <copies>1</copies>
2261   - <partitioning>
2262   - <method>none</method>
2263   - <schema_name/>
2264   - </partitioning>
2265   - <all_rows>Y</all_rows>
2266   - <ignore_aggregate>N</ignore_aggregate>
2267   - <field_ignore/>
2268   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
2269   - <prefix>grp</prefix>
2270   - <add_linenr>Y</add_linenr>
2271   - <linenr_fieldname>bcs</linenr_fieldname>
2272   - <give_back_row>N</give_back_row>
2273   - <group>
2274   - </group>
2275   - <fields>
2276   - </fields>
2277   - <cluster_schema/>
2278   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2279   - <xloc>692</xloc>
2280   - <yloc>44</yloc>
2281   - <draw>Y</draw>
2282   - </GUI>
2283   - </step>
2284   -
2285   - <step>
2286   - <name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</name>
2287   - <type>Normaliser</type>
2288   - <description/>
2289   - <distribute>Y</distribute>
2290   - <custom_distribution/>
2291   - <copies>1</copies>
2292   - <partitioning>
2293   - <method>none</method>
2294   - <schema_name/>
2295   - </partitioning>
2296   - <typefield>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</typefield>
2297   - <fields> </fields> <cluster_schema/>
2298   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2299   - <xloc>248</xloc>
2300   - <yloc>44</yloc>
2301   - <draw>Y</draw>
2302   - </GUI>
2303   - </step>
2304   -
2305   - <step>
2306   - <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</name>
2307   - <type>ValueMapper</type>
2308   - <description/>
2309   - <distribute>Y</distribute>
2310   - <custom_distribution/>
2311   - <copies>1</copies>
2312   - <partitioning>
2313   - <method>none</method>
2314   - <schema_name/>
2315   - </partitioning>
2316   - <field_to_use>bctype</field_to_use>
2317   - <target_field>bctype_code</target_field>
2318   - <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
2319   - <fields>
2320   - <field>
2321   - <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
2322   - <target_value>normal</target_value>
2323   - </field>
2324   - <field>
2325   - <source_value>&#x51fa;&#x573a;</source_value>
2326   - <target_value>out</target_value>
2327   - </field>
2328   - <field>
2329   - <source_value>&#x8fdb;&#x573a;</source_value>
2330   - <target_value>in</target_value>
2331   - </field>
2332   - <field>
2333   - <source_value>&#x52a0;&#x6cb9;</source_value>
2334   - <target_value>oil</target_value>
2335   - </field>
2336   - <field>
2337   - <source_value>&#x4e34;&#x52a0;</source_value>
2338   - <target_value>temp</target_value>
2339   - </field>
2340   - <field>
2341   - <source_value>&#x533a;&#x95f4;</source_value>
2342   - <target_value>region</target_value>
2343   - </field>
2344   - <field>
2345   - <source_value>&#x653e;&#x7a7a;</source_value>
2346   - <target_value>venting</target_value>
2347   - </field>
2348   - <field>
2349   - <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
2350   - <target_value>major</target_value>
2351   - </field>
2352   - </fields>
2353   - <cluster_schema/>
2354   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2355   - <xloc>149</xloc>
2356   - <yloc>491</yloc>
2357   - <draw>Y</draw>
2358   - </GUI>
2359   - </step>
2360   -
2361   - <step>
2362   - <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</name>
2363   - <type>ValueMapper</type>
2364   - <description/>
2365   - <distribute>Y</distribute>
2366   - <custom_distribution/>
2367   - <copies>1</copies>
2368   - <partitioning>
2369   - <method>none</method>
2370   - <schema_name/>
2371   - </partitioning>
2372   - <field_to_use>bctype</field_to_use>
2373   - <target_field>bctype_code</target_field>
2374   - <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
2375   - <fields>
2376   - <field>
2377   - <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
2378   - <target_value>normal</target_value>
2379   - </field>
2380   - <field>
2381   - <source_value>&#x51fa;&#x573a;</source_value>
2382   - <target_value>out</target_value>
2383   - </field>
2384   - <field>
2385   - <source_value>&#x8fdb;&#x573a;</source_value>
2386   - <target_value>in</target_value>
2387   - </field>
2388   - <field>
2389   - <source_value>&#x52a0;&#x6cb9;</source_value>
2390   - <target_value>oil</target_value>
2391   - </field>
2392   - <field>
2393   - <source_value>&#x4e34;&#x52a0;</source_value>
2394   - <target_value>temp</target_value>
2395   - </field>
2396   - <field>
2397   - <source_value>&#x533a;&#x95f4;</source_value>
2398   - <target_value>region</target_value>
2399   - </field>
2400   - <field>
2401   - <source_value>&#x653e;&#x7a7a;</source_value>
2402   - <target_value>venting</target_value>
2403   - </field>
2404   - <field>
2405   - <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
2406   - <target_value>major</target_value>
2407   - </field>
2408   - </fields>
2409   - <cluster_schema/>
2410   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2411   - <xloc>333</xloc>
2412   - <yloc>681</yloc>
2413   - <draw>Y</draw>
2414   - </GUI>
2415   - </step>
2416   -
2417   - <step>
2418   - <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</name>
2419   - <type>ValueMapper</type>
2420   - <description/>
2421   - <distribute>Y</distribute>
2422   - <custom_distribution/>
2423   - <copies>1</copies>
2424   - <partitioning>
2425   - <method>none</method>
2426   - <schema_name/>
2427   - </partitioning>
2428   - <field_to_use>bctype</field_to_use>
2429   - <target_field>bctype_code</target_field>
2430   - <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
2431   - <fields>
2432   - <field>
2433   - <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
2434   - <target_value>normal</target_value>
2435   - </field>
2436   - <field>
2437   - <source_value>&#x51fa;&#x573a;</source_value>
2438   - <target_value>out</target_value>
2439   - </field>
2440   - <field>
2441   - <source_value>&#x8fdb;&#x573a;</source_value>
2442   - <target_value>in</target_value>
2443   - </field>
2444   - <field>
2445   - <source_value>&#x52a0;&#x6cb9;</source_value>
2446   - <target_value>oil</target_value>
2447   - </field>
2448   - <field>
2449   - <source_value>&#x4e34;&#x52a0;</source_value>
2450   - <target_value>temp</target_value>
2451   - </field>
2452   - <field>
2453   - <source_value>&#x533a;&#x95f4;</source_value>
2454   - <target_value>region</target_value>
2455   - </field>
2456   - <field>
2457   - <source_value>&#x653e;&#x7a7a;</source_value>
2458   - <target_value>venting</target_value>
2459   - </field>
2460   - <field>
2461   - <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
2462   - <target_value>major</target_value>
2463   - </field>
2464   - </fields>
2465   - <cluster_schema/>
2466   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2467   - <xloc>551</xloc>
2468   - <yloc>928</yloc>
2469   - <draw>Y</draw>
2470   - </GUI>
2471   - </step>
2472   -
2473   - <step>
2474   - <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</name>
2475   - <type>SelectValues</type>
2476   - <description/>
2477   - <distribute>Y</distribute>
2478   - <custom_distribution/>
2479   - <copies>1</copies>
2480   - <partitioning>
2481   - <method>none</method>
2482   - <schema_name/>
2483   - </partitioning>
2484   - <fields> <select_unspecified>N</select_unspecified>
2485   - <meta> <name>jhlc</name>
2486   - <rename>jhlc</rename>
2487   - <type>Number</type>
2488   - <length>-2</length>
2489   - <precision>-2</precision>
2490   - <conversion_mask/>
2491   - <date_format_lenient>false</date_format_lenient>
2492   - <date_format_locale/>
2493   - <date_format_timezone/>
2494   - <lenient_string_to_number>false</lenient_string_to_number>
2495   - <encoding/>
2496   - <decimal_symbol/>
2497   - <grouping_symbol/>
2498   - <currency_symbol/>
2499   - <storage_type/>
2500   - </meta> <meta> <name>bcsj</name>
2501   - <rename>bcsj</rename>
2502   - <type>Integer</type>
2503   - <length>-2</length>
2504   - <precision>-2</precision>
2505   - <conversion_mask/>
2506   - <date_format_lenient>false</date_format_lenient>
2507   - <date_format_locale/>
2508   - <date_format_timezone/>
2509   - <lenient_string_to_number>false</lenient_string_to_number>
2510   - <encoding/>
2511   - <decimal_symbol/>
2512   - <grouping_symbol/>
2513   - <currency_symbol/>
2514   - <storage_type/>
2515   - </meta> </fields> <cluster_schema/>
2516   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2517   - <xloc>146</xloc>
2518   - <yloc>768</yloc>
2519   - <draw>Y</draw>
2520   - </GUI>
2521   - </step>
2522   -
2523   - <step>
2524   - <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</name>
2525   - <type>SelectValues</type>
2526   - <description/>
2527   - <distribute>Y</distribute>
2528   - <custom_distribution/>
2529   - <copies>1</copies>
2530   - <partitioning>
2531   - <method>none</method>
2532   - <schema_name/>
2533   - </partitioning>
2534   - <fields> <select_unspecified>N</select_unspecified>
2535   - <meta> <name>out_mileage</name>
2536   - <rename>out_mileage</rename>
2537   - <type>Number</type>
2538   - <length>-2</length>
2539   - <precision>-2</precision>
2540   - <conversion_mask/>
2541   - <date_format_lenient>false</date_format_lenient>
2542   - <date_format_locale/>
2543   - <date_format_timezone/>
2544   - <lenient_string_to_number>false</lenient_string_to_number>
2545   - <encoding/>
2546   - <decimal_symbol/>
2547   - <grouping_symbol/>
2548   - <currency_symbol/>
2549   - <storage_type/>
2550   - </meta> <meta> <name>out_time</name>
2551   - <rename>out_time</rename>
2552   - <type>Integer</type>
2553   - <length>-2</length>
2554   - <precision>-2</precision>
2555   - <conversion_mask/>
2556   - <date_format_lenient>false</date_format_lenient>
2557   - <date_format_locale/>
2558   - <date_format_timezone/>
2559   - <lenient_string_to_number>false</lenient_string_to_number>
2560   - <encoding/>
2561   - <decimal_symbol/>
2562   - <grouping_symbol/>
2563   - <currency_symbol/>
2564   - <storage_type/>
2565   - </meta> <meta> <name>sxx</name>
2566   - <rename>sxx</rename>
2567   - <type>Integer</type>
2568   - <length>-2</length>
2569   - <precision>-2</precision>
2570   - <conversion_mask/>
2571   - <date_format_lenient>false</date_format_lenient>
2572   - <date_format_locale/>
2573   - <date_format_timezone/>
2574   - <lenient_string_to_number>false</lenient_string_to_number>
2575   - <encoding/>
2576   - <decimal_symbol/>
2577   - <grouping_symbol/>
2578   - <currency_symbol/>
2579   - <storage_type/>
2580   - </meta> </fields> <cluster_schema/>
2581   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2582   - <xloc>338</xloc>
2583   - <yloc>1008</yloc>
2584   - <draw>Y</draw>
2585   - </GUI>
2586   - </step>
2587   -
2588   - <step>
2589   - <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</name>
2590   - <type>SelectValues</type>
2591   - <description/>
2592   - <distribute>Y</distribute>
2593   - <custom_distribution/>
2594   - <copies>1</copies>
2595   - <partitioning>
2596   - <method>none</method>
2597   - <schema_name/>
2598   - </partitioning>
2599   - <fields> <select_unspecified>N</select_unspecified>
2600   - <meta> <name>parade_mileage</name>
2601   - <rename>parade_mileage</rename>
2602   - <type>Number</type>
2603   - <length>-2</length>
2604   - <precision>-2</precision>
2605   - <conversion_mask/>
2606   - <date_format_lenient>false</date_format_lenient>
2607   - <date_format_locale/>
2608   - <date_format_timezone/>
2609   - <lenient_string_to_number>false</lenient_string_to_number>
2610   - <encoding/>
2611   - <decimal_symbol/>
2612   - <grouping_symbol/>
2613   - <currency_symbol/>
2614   - <storage_type/>
2615   - </meta> <meta> <name>parade_time</name>
2616   - <rename>parade_time</rename>
2617   - <type>Integer</type>
2618   - <length>-2</length>
2619   - <precision>-2</precision>
2620   - <conversion_mask/>
2621   - <date_format_lenient>false</date_format_lenient>
2622   - <date_format_locale/>
2623   - <date_format_timezone/>
2624   - <lenient_string_to_number>false</lenient_string_to_number>
2625   - <encoding/>
2626   - <decimal_symbol/>
2627   - <grouping_symbol/>
2628   - <currency_symbol/>
2629   - <storage_type/>
2630   - </meta> <meta> <name>sxx2</name>
2631   - <rename>sxx2</rename>
2632   - <type>Integer</type>
2633   - <length>-2</length>
2634   - <precision>-2</precision>
2635   - <conversion_mask/>
2636   - <date_format_lenient>false</date_format_lenient>
2637   - <date_format_locale/>
2638   - <date_format_timezone/>
2639   - <lenient_string_to_number>false</lenient_string_to_number>
2640   - <encoding/>
2641   - <decimal_symbol/>
2642   - <grouping_symbol/>
2643   - <currency_symbol/>
2644   - <storage_type/>
2645   - </meta> </fields> <cluster_schema/>
2646   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2647   - <xloc>847</xloc>
2648   - <yloc>1003</yloc>
2649   - <draw>Y</draw>
2650   - </GUI>
2651   - </step>
2652   -
2653   - <step>
2654   - <name>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</name>
2655   - <type>ValueMapper</type>
2656   - <description/>
2657   - <distribute>Y</distribute>
2658   - <custom_distribution/>
2659   - <copies>1</copies>
2660   - <partitioning>
2661   - <method>none</method>
2662   - <schema_name/>
2663   - </partitioning>
2664   - <field_to_use>qdzname</field_to_use>
2665   - <target_field>bctype</target_field>
2666   - <non_match_default>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</non_match_default>
2667   - <fields>
2668   - <field>
2669   - <source_value>&#x51fa;&#x573a;</source_value>
2670   - <target_value>&#x51fa;&#x573a;</target_value>
2671   - </field>
2672   - <field>
2673   - <source_value>&#x8fdb;&#x573a;</source_value>
2674   - <target_value>&#x8fdb;&#x573a;</target_value>
2675   - </field>
2676   - </fields>
2677   - <cluster_schema/>
2678   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2679   - <xloc>1014</xloc>
2680   - <yloc>401</yloc>
2681   - <draw>Y</draw>
2682   - </GUI>
2683   - </step>
2684   -
2685   - <step>
2686   - <name>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</name>
2687   - <type>JoinRows</type>
2688   - <description/>
2689   - <distribute>Y</distribute>
2690   - <custom_distribution/>
2691   - <copies>1</copies>
2692   - <partitioning>
2693   - <method>none</method>
2694   - <schema_name/>
2695   - </partitioning>
2696   - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
2697   - <prefix>out</prefix>
2698   - <cache_size>500</cache_size>
2699   - <main/>
2700   - <compare>
2701   -<condition>
2702   - <negated>N</negated>
2703   - <leftvalue/>
2704   - <function>&#x3d;</function>
2705   - <rightvalue/>
2706   - </condition>
2707   - </compare>
2708   - <cluster_schema/>
2709   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2710   - <xloc>310</xloc>
2711   - <yloc>133</yloc>
2712   - <draw>Y</draw>
2713   - </GUI>
2714   - </step>
2715   -
2716   - <step>
2717   - <name>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</name>
2718   - <type>FilterRows</type>
2719   - <description/>
2720   - <distribute>Y</distribute>
2721   - <custom_distribution/>
2722   - <copies>1</copies>
2723   - <partitioning>
2724   - <method>none</method>
2725   - <schema_name/>
2726   - </partitioning>
2727   -<send_true_to/>
2728   -<send_false_to/>
2729   - <compare>
2730   -<condition>
2731   - <negated>N</negated>
2732   - <leftvalue>sendtime</leftvalue>
2733   - <function>IS NOT NULL</function>
2734   - <rightvalue/>
2735   - </condition>
2736   - </compare>
2737   - <cluster_schema/>
2738   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2739   - <xloc>571</xloc>
2740   - <yloc>44</yloc>
2741   - <draw>Y</draw>
2742   - </GUI>
2743   - </step>
2744   -
2745   - <step>
2746   - <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
2747   - <type>ScriptValueMod</type>
2748   - <description/>
2749   - <distribute>Y</distribute>
2750   - <custom_distribution/>
2751   - <copies>1</copies>
2752   - <partitioning>
2753   - <method>none</method>
2754   - <schema_name/>
2755   - </partitioning>
2756   - <compatible>N</compatible>
2757   - <optimizationLevel>9</optimizationLevel>
2758   - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
2759   - <jsScript_name>Script 1</jsScript_name>
2760   - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var qdzname_calcu &#x3d; cc_groups&#x5b;gno - 2&#x5d;&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#x662f;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x8fd9;&#x91cc;&#x53ea;&#x6709;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#xff0c;&#x8fd8;&#x9700;&#x8981;&#x8ba1;&#x7b97;&#xa;var startZdtype_calcu &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype_calcu &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
2761   - </jsScript> </jsScripts> <fields> <field> <name>qdzname_calcu</name>
2762   - <rename>qdzname_calcu</rename>
2763   - <type>String</type>
2764   - <length>-1</length>
2765   - <precision>-1</precision>
2766   - <replace>N</replace>
2767   - </field> <field> <name>startZdtype_calcu</name>
2768   - <rename>startZdtype_calcu</rename>
2769   - <type>String</type>
2770   - <length>-1</length>
2771   - <precision>-1</precision>
2772   - <replace>N</replace>
2773   - </field> <field> <name>endZdtype_calcu</name>
2774   - <rename>endZdtype_calcu</rename>
2775   - <type>String</type>
2776   - <length>-1</length>
2777   - <precision>-1</precision>
2778   - <replace>N</replace>
2779   - </field> <field> <name>destory</name>
2780   - <rename>destory</rename>
2781   - <type>Integer</type>
2782   - <length>-1</length>
2783   - <precision>-1</precision>
2784   - <replace>N</replace>
2785   - </field> </fields> <cluster_schema/>
2786   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2787   - <xloc>754</xloc>
2788   - <yloc>610</yloc>
2789   - <draw>Y</draw>
2790   - </GUI>
2791   - </step>
2792   -
2793   - <step>
2794   - <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
2795   - <type>Dummy</type>
2796   - <description/>
2797   - <distribute>Y</distribute>
2798   - <custom_distribution/>
2799   - <copies>1</copies>
2800   - <partitioning>
2801   - <method>none</method>
2802   - <schema_name/>
2803   - </partitioning>
2804   - <cluster_schema/>
2805   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
2806   - <xloc>997</xloc>
2807   - <yloc>606</yloc>
2808   - <draw>Y</draw>
2809   - </GUI>
2810   - </step>
2811   -
2812   - <step_error_handling>
2813   - <error>
2814   - <source_step>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</source_step>
2815   - <target_step/>
2816   - <is_enabled>Y</is_enabled>
2817   - <nr_valuename>c1</nr_valuename>
2818   - <descriptions_valuename>c2</descriptions_valuename>
2819   - <fields_valuename>c3</fields_valuename>
2820   - <codes_valuename>c4</codes_valuename>
2821   - <max_errors/>
2822   - <max_pct_errors/>
2823   - <min_pct_rows/>
2824   - </error>
2825   - </step_error_handling>
2826   - <slave-step-copy-partition-distribution>
2827   -</slave-step-copy-partition-distribution>
2828   - <slave_transformation>N</slave_transformation>
2829   -
2830   -</transformation>
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x5bfc;&#x5165;</name>
  5 + <description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</description>
  6 + <extended_description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</extended_description>
  7 + <trans_version/>
  8 + <trans_type>Normal</trans_type>
  9 + <trans_status>0</trans_status>
  10 + <directory>&#x2f;</directory>
  11 + <parameters>
  12 + </parameters>
  13 + <log>
  14 +<trans-log-table><connection/>
  15 +<schema/>
  16 +<table/>
  17 +<size_limit_lines/>
  18 +<interval/>
  19 +<timeout_days/>
  20 +<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>
  21 +<perf-log-table><connection/>
  22 +<schema/>
  23 +<table/>
  24 +<interval/>
  25 +<timeout_days/>
  26 +<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>
  27 +<channel-log-table><connection/>
  28 +<schema/>
  29 +<table/>
  30 +<timeout_days/>
  31 +<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>
  32 +<step-log-table><connection/>
  33 +<schema/>
  34 +<table/>
  35 +<timeout_days/>
  36 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>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>
  37 +<metrics-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>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>
  42 + </log>
  43 + <maxdate>
  44 + <connection/>
  45 + <table/>
  46 + <field/>
  47 + <offset>0.0</offset>
  48 + <maxdiff>0.0</maxdiff>
  49 + </maxdate>
  50 + <size_rowset>10000</size_rowset>
  51 + <sleep_time_empty>50</sleep_time_empty>
  52 + <sleep_time_full>50</sleep_time_full>
  53 + <unique_connections>N</unique_connections>
  54 + <feedback_shown>Y</feedback_shown>
  55 + <feedback_size>50000</feedback_size>
  56 + <using_thread_priorities>Y</using_thread_priorities>
  57 + <shared_objects_file/>
  58 + <capture_step_performance>N</capture_step_performance>
  59 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  60 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  61 + <dependencies>
  62 + </dependencies>
  63 + <partitionschemas>
  64 + </partitionschemas>
  65 + <slaveservers>
  66 + </slaveservers>
  67 + <clusterschemas>
  68 + </clusterschemas>
  69 + <created_user>-</created_user>
  70 + <created_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</created_date>
  71 + <modified_user>-</modified_user>
  72 + <modified_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</modified_date>
  73 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  74 + <is_key_private>N</is_key_private>
  75 + </info>
  76 + <notepads>
  77 + <notepad>
  78 + <note>&#x5b57;&#x5178;&#x8868;&#x5bf9;&#x5e94;&#xff08;&#x4ee5;&#x540e;&#x76f4;&#x63a5;&#x67e5;&#x627e;&#x8868; bsth_c_sys_dictionary&#xff09;&#xa;&#x7c7b;&#x578b; &#x4ee3;&#x7801; &#x540d;&#x79f0;&#xa;LineTrend 0 &#x4e0a;&#x884c;&#xa;LineTrend 1 &#x4e0b;&#x884c;&#xa;ScheduleType normal &#x6b63;&#x5e38;&#x73ed;&#x6b21;&#xa;ScheduleType out &#x51fa;&#x573a;&#xa;ScheduleType in &#x8fdb;&#x573a;&#xa;ScheduleType temp &#x4e34;&#x52a0;&#xa;ScheduleType region &#x533a;&#x95f4;&#xa;ScheduleType venting &#x653e;&#x7a7a;&#xa;ScheduleType major &#x653e;&#x5927;&#x7ad9;</note>
  79 + <xloc>606</xloc>
  80 + <yloc>129</yloc>
  81 + <width>332</width>
  82 + <heigth>186</heigth>
  83 + <fontname>YaHei Consolas Hybrid</fontname>
  84 + <fontsize>12</fontsize>
  85 + <fontbold>N</fontbold>
  86 + <fontitalic>N</fontitalic>
  87 + <fontcolorred>0</fontcolorred>
  88 + <fontcolorgreen>0</fontcolorgreen>
  89 + <fontcolorblue>0</fontcolorblue>
  90 + <backgroundcolorred>255</backgroundcolorred>
  91 + <backgroundcolorgreen>205</backgroundcolorgreen>
  92 + <backgroundcolorblue>112</backgroundcolorblue>
  93 + <bordercolorred>100</bordercolorred>
  94 + <bordercolorgreen>100</bordercolorgreen>
  95 + <bordercolorblue>100</bordercolorblue>
  96 + <drawshadow>Y</drawshadow>
  97 + </notepad>
  98 + <notepad>
  99 + <note>&#x56e0;&#x4e3a;&#x65f6;&#x523b;&#x8868;&#x8f93;&#x5165;&#x683c;&#x5f0f;&#x4e0d;&#x786e;&#x5b9a;&#x6027;&#xff0c;&#x4e3b;&#x8981;&#x56e0;&#x4e3a;&#x8868;&#x7ed3;&#x6784;&#x662f;&#x53cd;&#x8303;&#x5f0f;&#x5316;&#x7684;&#xff0c;&#xa;&#x6240;&#x4ee5;&#x9700;&#x8981;&#x5916;&#x90e8;&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xff0c;&#x5934;&#x4e09;&#x4e2a;step&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xa;&#xa;</note>
  100 + <xloc>79</xloc>
  101 + <yloc>206</yloc>
  102 + <width>346</width>
  103 + <heigth>74</heigth>
  104 + <fontname>YaHei Consolas Hybrid</fontname>
  105 + <fontsize>12</fontsize>
  106 + <fontbold>N</fontbold>
  107 + <fontitalic>N</fontitalic>
  108 + <fontcolorred>0</fontcolorred>
  109 + <fontcolorgreen>0</fontcolorgreen>
  110 + <fontcolorblue>0</fontcolorblue>
  111 + <backgroundcolorred>255</backgroundcolorred>
  112 + <backgroundcolorgreen>205</backgroundcolorgreen>
  113 + <backgroundcolorblue>112</backgroundcolorblue>
  114 + <bordercolorred>100</bordercolorred>
  115 + <bordercolorgreen>100</bordercolorgreen>
  116 + <bordercolorblue>100</bordercolorblue>
  117 + <drawshadow>Y</drawshadow>
  118 + </notepad>
  119 + <notepad>
  120 + <note>&#x8fd9;&#x91cc;&#x6709;&#x4e9b;&#x95ee;&#x9898;&#xa;&#x5728;window2012&#x7684;&#x73af;&#x5883;&#x4e0b;&#xff0c;&#xa;MySql&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x4e2d;&#x5982;&#x679c;&#x8fd4;&#x56de;&#x4e2d;&#x6587;&#x5185;&#x5bb9;&#x7684;&#x5b57;&#x6bb5;&#xff0c;&#x8fd9;&#x4e2a;&#x5185;&#x5bb9;&#x4e71;&#x7801;&#xa;&#x89e3;&#x51b3;&#x529e;&#x6cd5;&#xff0c;&#x5c31;&#x662f;&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x5168;&#x90e8;&#x7f13;&#x5b58;&#xff0c;&#x5c31;&#x4e0d;&#x4e71;&#x7801;&#xa;linux&#x73af;&#x5883;&#x4e0b;&#x6ca1;&#x95ee;&#x9898;</note>
  121 + <xloc>721</xloc>
  122 + <yloc>762</yloc>
  123 + <width>333</width>
  124 + <heigth>90</heigth>
  125 + <fontname>YaHei Consolas Hybrid</fontname>
  126 + <fontsize>12</fontsize>
  127 + <fontbold>N</fontbold>
  128 + <fontitalic>N</fontitalic>
  129 + <fontcolorred>0</fontcolorred>
  130 + <fontcolorgreen>0</fontcolorgreen>
  131 + <fontcolorblue>0</fontcolorblue>
  132 + <backgroundcolorred>255</backgroundcolorred>
  133 + <backgroundcolorgreen>205</backgroundcolorgreen>
  134 + <backgroundcolorblue>112</backgroundcolorblue>
  135 + <bordercolorred>100</bordercolorred>
  136 + <bordercolorgreen>100</bordercolorgreen>
  137 + <bordercolorblue>100</bordercolorblue>
  138 + <drawshadow>Y</drawshadow>
  139 + </notepad>
  140 + <notepad>
  141 + <note>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
  142 + <xloc>120</xloc>
  143 + <yloc>1016</yloc>
  144 + <width>178</width>
  145 + <heigth>42</heigth>
  146 + <fontname>YaHei Consolas Hybrid</fontname>
  147 + <fontsize>12</fontsize>
  148 + <fontbold>N</fontbold>
  149 + <fontitalic>N</fontitalic>
  150 + <fontcolorred>0</fontcolorred>
  151 + <fontcolorgreen>0</fontcolorgreen>
  152 + <fontcolorblue>0</fontcolorblue>
  153 + <backgroundcolorred>255</backgroundcolorred>
  154 + <backgroundcolorgreen>205</backgroundcolorgreen>
  155 + <backgroundcolorblue>112</backgroundcolorblue>
  156 + <bordercolorred>100</bordercolorred>
  157 + <bordercolorgreen>100</bordercolorgreen>
  158 + <bordercolorblue>100</bordercolorblue>
  159 + <drawshadow>Y</drawshadow>
  160 + </notepad>
  161 + <notepad>
  162 + <note>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
  163 + <xloc>578</xloc>
  164 + <yloc>1084</yloc>
  165 + <width>178</width>
  166 + <heigth>42</heigth>
  167 + <fontname>YaHei Consolas Hybrid</fontname>
  168 + <fontsize>12</fontsize>
  169 + <fontbold>N</fontbold>
  170 + <fontitalic>N</fontitalic>
  171 + <fontcolorred>0</fontcolorred>
  172 + <fontcolorgreen>0</fontcolorgreen>
  173 + <fontcolorblue>0</fontcolorblue>
  174 + <backgroundcolorred>255</backgroundcolorred>
  175 + <backgroundcolorgreen>205</backgroundcolorgreen>
  176 + <backgroundcolorblue>112</backgroundcolorblue>
  177 + <bordercolorred>100</bordercolorred>
  178 + <bordercolorgreen>100</bordercolorgreen>
  179 + <bordercolorblue>100</bordercolorblue>
  180 + <drawshadow>Y</drawshadow>
  181 + </notepad>
  182 + </notepads>
  183 + <connection>
  184 + <name>bus_control_variable</name>
  185 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  186 + <type>MYSQL</type>
  187 + <access>Native</access>
  188 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  189 + <port>3306</port>
  190 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  191 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  192 + <servername/>
  193 + <data_tablespace/>
  194 + <index_tablespace/>
  195 + <attributes>
  196 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  197 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  198 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  199 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  200 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  201 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  202 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  203 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  204 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  205 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  206 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  207 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  208 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  209 + </attributes>
  210 + </connection>
  211 + <connection>
  212 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  213 + <server>localhost</server>
  214 + <type>MYSQL</type>
  215 + <access>Native</access>
  216 + <database>control</database>
  217 + <port>3306</port>
  218 + <username>root</username>
  219 + <password>Encrypted </password>
  220 + <servername/>
  221 + <data_tablespace/>
  222 + <index_tablespace/>
  223 + <attributes>
  224 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  225 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  226 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  227 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  228 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  229 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  230 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  231 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  232 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  233 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  234 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  235 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  236 + </attributes>
  237 + </connection>
  238 + <connection>
  239 + <name>bus_control_&#x672c;&#x673a;</name>
  240 + <server>localhost</server>
  241 + <type>MYSQL</type>
  242 + <access>Native</access>
  243 + <database>control</database>
  244 + <port>3306</port>
  245 + <username>root</username>
  246 + <password>Encrypted </password>
  247 + <servername/>
  248 + <data_tablespace/>
  249 + <index_tablespace/>
  250 + <attributes>
  251 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  252 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  253 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  254 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  255 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  256 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  257 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  258 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  259 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  260 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  261 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  262 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  263 + </attributes>
  264 + </connection>
  265 + <connection>
  266 + <name>xlab_mysql_youle</name>
  267 + <server>101.231.124.8</server>
  268 + <type>MYSQL</type>
  269 + <access>Native</access>
  270 + <database>xlab_youle</database>
  271 + <port>45687</port>
  272 + <username>xlab-youle</username>
  273 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  274 + <servername/>
  275 + <data_tablespace/>
  276 + <index_tablespace/>
  277 + <attributes>
  278 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  279 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  280 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  281 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  282 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  283 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  284 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  285 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  286 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  287 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  288 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  289 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  290 + </attributes>
  291 + </connection>
  292 + <connection>
  293 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  294 + <server>localhost</server>
  295 + <type>MYSQL</type>
  296 + <access>Native</access>
  297 + <database>xlab_youle</database>
  298 + <port>3306</port>
  299 + <username>root</username>
  300 + <password>Encrypted </password>
  301 + <servername/>
  302 + <data_tablespace/>
  303 + <index_tablespace/>
  304 + <attributes>
  305 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  306 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  307 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  308 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  309 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  310 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  311 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  312 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  313 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  314 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  315 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  316 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  317 + </attributes>
  318 + </connection>
  319 + <connection>
  320 + <name>xlab_youle</name>
  321 + <server/>
  322 + <type>MYSQL</type>
  323 + <access>JNDI</access>
  324 + <database>xlab_youle</database>
  325 + <port>1521</port>
  326 + <username/>
  327 + <password>Encrypted </password>
  328 + <servername/>
  329 + <data_tablespace/>
  330 + <index_tablespace/>
  331 + <attributes>
  332 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  333 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  334 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  335 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  336 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  337 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  338 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  339 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  340 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  341 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  342 + </attributes>
  343 + </connection>
  344 + <order>
  345 + <hop> <from>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</from><to>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</to><enabled>Y</enabled> </hop>
  346 + <hop> <from>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</from><to>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</to><enabled>Y</enabled> </hop>
  347 + <hop> <from>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</from><to>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</to><enabled>Y</enabled> </hop>
  348 + <hop> <from>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</from><to>&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  349 + <hop> <from>&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</to><enabled>Y</enabled> </hop>
  350 + <hop> <from>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  351 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  352 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
  353 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
  354 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
  355 + <hop> <from>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</to><enabled>Y</enabled> </hop>
  356 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</to><enabled>Y</enabled> </hop>
  357 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  358 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  359 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  360 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  361 + <hop> <from>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
  362 + <hop> <from>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  363 + <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  364 + <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  365 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  366 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  367 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  368 + <hop> <from>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</from><to>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</to><enabled>Y</enabled> </hop>
  369 + <hop> <from>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</to><enabled>Y</enabled> </hop>
  370 + <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</to><enabled>Y</enabled> </hop>
  371 + <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
  372 + <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  373 + <hop> <from>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
  374 + <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</to><enabled>Y</enabled> </hop>
  375 + <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
  376 + <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</to><enabled>Y</enabled> </hop>
  377 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</to><enabled>Y</enabled> </hop>
  378 + <hop> <from>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</from><to>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</to><enabled>Y</enabled> </hop>
  379 + <hop> <from>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  380 + <hop> <from>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
  381 + <hop> <from>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
  382 + <hop> <from>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</from><to>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</to><enabled>Y</enabled> </hop>
  383 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</to><enabled>Y</enabled> </hop>
  384 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  385 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
  386 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  387 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  388 + <hop> <from>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</to><enabled>Y</enabled> </hop>
  389 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</to><enabled>Y</enabled> </hop>
  390 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</to><enabled>Y</enabled> </hop>
  391 + <hop> <from>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</to><enabled>Y</enabled> </hop>
  392 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</to><enabled>Y</enabled> </hop>
  393 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</to><enabled>Y</enabled> </hop>
  394 + </order>
  395 + <step>
  396 + <name>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</name>
  397 + <type>IfNull</type>
  398 + <description/>
  399 + <distribute>Y</distribute>
  400 + <custom_distribution/>
  401 + <copies>1</copies>
  402 + <partitioning>
  403 + <method>none</method>
  404 + <schema_name/>
  405 + </partitioning>
  406 + <replaceAllByValue/>
  407 + <replaceAllMask/>
  408 + <selectFields>Y</selectFields>
  409 + <selectValuesType>N</selectValuesType>
  410 + <setEmptyStringAll>N</setEmptyStringAll>
  411 + <valuetypes>
  412 + </valuetypes>
  413 + <fields>
  414 + <field>
  415 + <name>sxx</name>
  416 + <value>0</value>
  417 + <mask/>
  418 + <set_empty_string>N</set_empty_string>
  419 + </field>
  420 + </fields>
  421 + <cluster_schema/>
  422 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  423 + <xloc>230</xloc>
  424 + <yloc>946</yloc>
  425 + <draw>Y</draw>
  426 + </GUI>
  427 + </step>
  428 +
  429 + <step>
  430 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</name>
  431 + <type>IfNull</type>
  432 + <description/>
  433 + <distribute>Y</distribute>
  434 + <custom_distribution/>
  435 + <copies>1</copies>
  436 + <partitioning>
  437 + <method>none</method>
  438 + <schema_name/>
  439 + </partitioning>
  440 + <replaceAllByValue/>
  441 + <replaceAllMask/>
  442 + <selectFields>Y</selectFields>
  443 + <selectValuesType>N</selectValuesType>
  444 + <setEmptyStringAll>N</setEmptyStringAll>
  445 + <valuetypes>
  446 + </valuetypes>
  447 + <fields>
  448 + <field>
  449 + <name>sxx2</name>
  450 + <value>0</value>
  451 + <mask/>
  452 + <set_empty_string>N</set_empty_string>
  453 + </field>
  454 + </fields>
  455 + <cluster_schema/>
  456 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  457 + <xloc>804</xloc>
  458 + <yloc>1081</yloc>
  459 + <draw>Y</draw>
  460 + </GUI>
  461 + </step>
  462 +
  463 + <step>
  464 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</name>
  465 + <type>ValueMapper</type>
  466 + <description/>
  467 + <distribute>Y</distribute>
  468 + <custom_distribution/>
  469 + <copies>1</copies>
  470 + <partitioning>
  471 + <method>none</method>
  472 + <schema_name/>
  473 + </partitioning>
  474 + <field_to_use>sxx</field_to_use>
  475 + <target_field>sxx_desc</target_field>
  476 + <non_match_default/>
  477 + <fields>
  478 + <field>
  479 + <source_value>0</source_value>
  480 + <target_value>&#x4e0a;&#x884c;</target_value>
  481 + </field>
  482 + <field>
  483 + <source_value>1</source_value>
  484 + <target_value>&#x4e0b;&#x884c;</target_value>
  485 + </field>
  486 + </fields>
  487 + <cluster_schema/>
  488 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  489 + <xloc>147</xloc>
  490 + <yloc>403</yloc>
  491 + <draw>Y</draw>
  492 + </GUI>
  493 + </step>
  494 +
  495 + <step>
  496 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</name>
  497 + <type>ValueMapper</type>
  498 + <description/>
  499 + <distribute>Y</distribute>
  500 + <custom_distribution/>
  501 + <copies>1</copies>
  502 + <partitioning>
  503 + <method>none</method>
  504 + <schema_name/>
  505 + </partitioning>
  506 + <field_to_use>sxx</field_to_use>
  507 + <target_field>sxx_desc</target_field>
  508 + <non_match_default/>
  509 + <fields>
  510 + <field>
  511 + <source_value>0</source_value>
  512 + <target_value>&#x4e0a;&#x884c;</target_value>
  513 + </field>
  514 + <field>
  515 + <source_value>1</source_value>
  516 + <target_value>&#x4e0b;&#x884c;</target_value>
  517 + </field>
  518 + </fields>
  519 + <cluster_schema/>
  520 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  521 + <xloc>331</xloc>
  522 + <yloc>598</yloc>
  523 + <draw>Y</draw>
  524 + </GUI>
  525 + </step>
  526 +
  527 + <step>
  528 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</name>
  529 + <type>ValueMapper</type>
  530 + <description/>
  531 + <distribute>Y</distribute>
  532 + <custom_distribution/>
  533 + <copies>1</copies>
  534 + <partitioning>
  535 + <method>none</method>
  536 + <schema_name/>
  537 + </partitioning>
  538 + <field_to_use>sxx</field_to_use>
  539 + <target_field>sxx_desc</target_field>
  540 + <non_match_default/>
  541 + <fields>
  542 + <field>
  543 + <source_value>0</source_value>
  544 + <target_value>&#x4e0a;&#x884c;</target_value>
  545 + </field>
  546 + <field>
  547 + <source_value>1</source_value>
  548 + <target_value>&#x4e0b;&#x884c;</target_value>
  549 + </field>
  550 + </fields>
  551 + <cluster_schema/>
  552 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  553 + <xloc>553</xloc>
  554 + <yloc>859</yloc>
  555 + <draw>Y</draw>
  556 + </GUI>
  557 + </step>
  558 +
  559 + <step>
  560 + <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
  561 + <type>ScriptValueMod</type>
  562 + <description/>
  563 + <distribute>Y</distribute>
  564 + <custom_distribution/>
  565 + <copies>1</copies>
  566 + <partitioning>
  567 + <method>none</method>
  568 + <schema_name/>
  569 + </partitioning>
  570 + <compatible>N</compatible>
  571 + <optimizationLevel>9</optimizationLevel>
  572 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  573 + <jsScript_name>Script 1</jsScript_name>
  574 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var zdzname &#x3d; cc_groups&#x5b;gno&#x5d;&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#x662f;&#x4e0b;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x59cb;&#x7ad9;&#xa;var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  575 + </jsScript> </jsScripts> <fields> <field> <name>zdzname</name>
  576 + <rename>zdzname</rename>
  577 + <type>String</type>
  578 + <length>-1</length>
  579 + <precision>-1</precision>
  580 + <replace>N</replace>
  581 + </field> <field> <name>endZdtype</name>
  582 + <rename>endZdtype</rename>
  583 + <type>String</type>
  584 + <length>-1</length>
  585 + <precision>-1</precision>
  586 + <replace>N</replace>
  587 + </field> <field> <name>destory</name>
  588 + <rename>destory</rename>
  589 + <type>Integer</type>
  590 + <length>-1</length>
  591 + <precision>-1</precision>
  592 + <replace>N</replace>
  593 + </field> </fields> <cluster_schema/>
  594 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  595 + <xloc>575</xloc>
  596 + <yloc>502</yloc>
  597 + <draw>Y</draw>
  598 + </GUI>
  599 + </step>
  600 +
  601 + <step>
  602 + <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  603 + <type>Dummy</type>
  604 + <description/>
  605 + <distribute>Y</distribute>
  606 + <custom_distribution/>
  607 + <copies>1</copies>
  608 + <partitioning>
  609 + <method>none</method>
  610 + <schema_name/>
  611 + </partitioning>
  612 + <cluster_schema/>
  613 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  614 + <xloc>869</xloc>
  615 + <yloc>504</yloc>
  616 + <draw>Y</draw>
  617 + </GUI>
  618 + </step>
  619 +
  620 + <step>
  621 + <name>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</name>
  622 + <type>GroupBy</type>
  623 + <description/>
  624 + <distribute>Y</distribute>
  625 + <custom_distribution/>
  626 + <copies>1</copies>
  627 + <partitioning>
  628 + <method>none</method>
  629 + <schema_name/>
  630 + </partitioning>
  631 + <all_rows>Y</all_rows>
  632 + <ignore_aggregate>N</ignore_aggregate>
  633 + <field_ignore/>
  634 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  635 + <prefix>grp</prefix>
  636 + <add_linenr>Y</add_linenr>
  637 + <linenr_fieldname>gno</linenr_fieldname>
  638 + <give_back_row>N</give_back_row>
  639 + <group>
  640 + <field>
  641 + <name>lp</name>
  642 + </field>
  643 + </group>
  644 + <fields>
  645 + <field>
  646 + <aggregate>qdzgroups</aggregate>
  647 + <subject>qdzname</subject>
  648 + <type>CONCAT_STRING</type>
  649 + <valuefield>,</valuefield>
  650 + </field>
  651 + </fields>
  652 + <cluster_schema/>
  653 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  654 + <xloc>892</xloc>
  655 + <yloc>44</yloc>
  656 + <draw>Y</draw>
  657 + </GUI>
  658 + </step>
  659 +
  660 + <step>
  661 + <name>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  662 + <type>ScriptValueMod</type>
  663 + <description/>
  664 + <distribute>Y</distribute>
  665 + <custom_distribution/>
  666 + <copies>1</copies>
  667 + <partitioning>
  668 + <method>none</method>
  669 + <schema_name/>
  670 + </partitioning>
  671 + <compatible>N</compatible>
  672 + <optimizationLevel>9</optimizationLevel>
  673 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  674 + <jsScript_name>Script 1</jsScript_name>
  675 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var jhlc&#x3b; &#x2f;&#x2f; &#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var bcsj&#x3b; &#x2f;&#x2f; &#x73ed;&#x6b21;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; jhlc &#x3d; up_mileage&#x3b;&#xa; bcsj &#x3d; up_travel_time&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; jhlc &#x3d; down_mileage&#x3b;&#xa; bcsj &#x3d; down_travel_time&#x3b;&#xa;&#x7d;</jsScript_script>
  676 + </jsScript> </jsScripts> <fields> <field> <name>jhlc</name>
  677 + <rename>jhlc</rename>
  678 + <type>String</type>
  679 + <length>-1</length>
  680 + <precision>-1</precision>
  681 + <replace>N</replace>
  682 + </field> <field> <name>bcsj</name>
  683 + <rename>bcsj</rename>
  684 + <type>String</type>
  685 + <length>-1</length>
  686 + <precision>-1</precision>
  687 + <replace>N</replace>
  688 + </field> </fields> <cluster_schema/>
  689 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  690 + <xloc>148</xloc>
  691 + <yloc>674</yloc>
  692 + <draw>Y</draw>
  693 + </GUI>
  694 + </step>
  695 +
  696 + <step>
  697 + <name>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  698 + <type>ScriptValueMod</type>
  699 + <description/>
  700 + <distribute>Y</distribute>
  701 + <custom_distribution/>
  702 + <copies>1</copies>
  703 + <partitioning>
  704 + <method>none</method>
  705 + <schema_name/>
  706 + </partitioning>
  707 + <compatible>N</compatible>
  708 + <optimizationLevel>9</optimizationLevel>
  709 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  710 + <jsScript_name>Script 1</jsScript_name>
  711 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var out_mileage&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var out_time&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; out_mileage &#x3d; up_out_mileage&#x3b;&#xa; out_time &#x3d; up_out_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; out_mileage &#x3d; down_out_mileage&#x3b;&#xa; out_time &#x3d; down_out_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
  712 + </jsScript> </jsScripts> <fields> <field> <name>out_mileage</name>
  713 + <rename>out_mileage</rename>
  714 + <type>String</type>
  715 + <length>-1</length>
  716 + <precision>-1</precision>
  717 + <replace>N</replace>
  718 + </field> <field> <name>out_time</name>
  719 + <rename>out_time</rename>
  720 + <type>String</type>
  721 + <length>-1</length>
  722 + <precision>-1</precision>
  723 + <replace>N</replace>
  724 + </field> </fields> <cluster_schema/>
  725 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  726 + <xloc>336</xloc>
  727 + <yloc>862</yloc>
  728 + <draw>Y</draw>
  729 + </GUI>
  730 + </step>
  731 +
  732 + <step>
  733 + <name>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  734 + <type>ScriptValueMod</type>
  735 + <description/>
  736 + <distribute>Y</distribute>
  737 + <custom_distribution/>
  738 + <copies>1</copies>
  739 + <partitioning>
  740 + <method>none</method>
  741 + <schema_name/>
  742 + </partitioning>
  743 + <compatible>N</compatible>
  744 + <optimizationLevel>9</optimizationLevel>
  745 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  746 + <jsScript_name>Script 1</jsScript_name>
  747 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var parade_mileage&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var parade_time&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx2 &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; parade_mileage &#x3d; up_in_mileage&#x3b;&#xa; parade_time &#x3d; up_in_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; parade_mileage &#x3d; down_in_mileage&#x3b;&#xa; parade_time &#x3d; down_in_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
  748 + </jsScript> </jsScripts> <fields> <field> <name>parade_mileage</name>
  749 + <rename>parade_mileage</rename>
  750 + <type>String</type>
  751 + <length>-1</length>
  752 + <precision>-1</precision>
  753 + <replace>N</replace>
  754 + </field> <field> <name>parade_time</name>
  755 + <rename>parade_time</rename>
  756 + <type>String</type>
  757 + <length>-1</length>
  758 + <precision>-1</precision>
  759 + <replace>N</replace>
  760 + </field> </fields> <cluster_schema/>
  761 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  762 + <xloc>726</xloc>
  763 + <yloc>1005</yloc>
  764 + <draw>Y</draw>
  765 + </GUI>
  766 + </step>
  767 +
  768 + <step>
  769 + <name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</name>
  770 + <type>DataGrid</type>
  771 + <description/>
  772 + <distribute>Y</distribute>
  773 + <custom_distribution/>
  774 + <copies>1</copies>
  775 + <partitioning>
  776 + <method>none</method>
  777 + <schema_name/>
  778 + </partitioning>
  779 + <fields>
  780 + </fields>
  781 + <data>
  782 + <line> </line>
  783 + </data>
  784 + <cluster_schema/>
  785 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  786 + <xloc>110</xloc>
  787 + <yloc>133</yloc>
  788 + <draw>Y</draw>
  789 + </GUI>
  790 + </step>
  791 +
  792 + <step>
  793 + <name>&#x5904;&#x7406;&#x6570;&#x636e;</name>
  794 + <type>ScriptValueMod</type>
  795 + <description/>
  796 + <distribute>Y</distribute>
  797 + <custom_distribution/>
  798 + <copies>1</copies>
  799 + <partitioning>
  800 + <method>none</method>
  801 + <schema_name/>
  802 + </partitioning>
  803 + <compatible>N</compatible>
  804 + <optimizationLevel>9</optimizationLevel>
  805 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  806 + <jsScript_name>Script 1</jsScript_name>
  807 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x4f7f;&#x7528;&#x6b63;&#x5219;&#x8868;&#x8fbe;&#x5f0f;&#x53bb;&#x9664;&#x7ad9;&#x70b9;&#x540d;&#x79f0;&#x4e2d;&#x7684;&#x6570;&#x5b57;&#xa;qdzname &#x3d; qdzname.replace&#x28;&#x2f;&#x5c;d&#x2b;&#x2f;g,&#x27;&#x27;&#x29;&#x3b;&#xa;&#xa;&#x2f;&#x2f; sendtime&#x5904;&#x7406;&#xff0c;hhmm&#xff0c;hh&#x3a;mm&#xff0c;hh,mm&#xa;var sendtime_calcu&#x3b;&#xa;if &#x28;sendtime.length &#x3d;&#x3d; 5&#x29; &#x7b; &#x2f;&#x2f; &#x6700;&#x957f;&#x683c;&#x5f0f;&#xff0c;&#x5305;&#x62ec;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x7edf;&#x4e00;&#x628a;&#x5206;&#x9694;&#x7b26;&#x66ff;&#x6362;&#x6210;&#x5192;&#x53f7;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;3, 2&#x29;&#x3b;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 4&#x29; &#x7b;&#xa; if &#x28;sendtime.indexOf&#x28;&#x22;&#x3a;&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x5192;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x65e0;&#x9700;&#x4fee;&#x6539;&#xa; sendtime_calcu &#x3d; sendtime&#x3b;&#xa; &#x7d; else if &#x28;sendtime.indexOf&#x28;&#x22;,&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x9017;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d; else &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 3&#x29; &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;1, 2&#x29;&#x3b;&#xa;&#x7d;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;&#x5206;&#x73ed;&#xa;var isfb &#x3d; 0&#x3b;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;isCanceled&#xa;var iscanceled &#x3d; 0&#x3b;</jsScript_script>
  808 + </jsScript> </jsScripts> <fields> <field> <name>qdzname</name>
  809 + <rename>qdzname</rename>
  810 + <type>String</type>
  811 + <length>-1</length>
  812 + <precision>-1</precision>
  813 + <replace>Y</replace>
  814 + </field> <field> <name>isfb</name>
  815 + <rename>isfb</rename>
  816 + <type>Integer</type>
  817 + <length>-1</length>
  818 + <precision>-1</precision>
  819 + <replace>N</replace>
  820 + </field> <field> <name>iscanceled</name>
  821 + <rename>iscanceled</rename>
  822 + <type>Integer</type>
  823 + <length>-1</length>
  824 + <precision>-1</precision>
  825 + <replace>N</replace>
  826 + </field> <field> <name>sendtime_calcu</name>
  827 + <rename>sendtime_calcu</rename>
  828 + <type>String</type>
  829 + <length>-1</length>
  830 + <precision>-1</precision>
  831 + <replace>N</replace>
  832 + </field> </fields> <cluster_schema/>
  833 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  834 + <xloc>788</xloc>
  835 + <yloc>44</yloc>
  836 + <draw>Y</draw>
  837 + </GUI>
  838 + </step>
  839 +
  840 + <step>
  841 + <name>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</name>
  842 + <type>SelectValues</type>
  843 + <description/>
  844 + <distribute>Y</distribute>
  845 + <custom_distribution/>
  846 + <copies>1</copies>
  847 + <partitioning>
  848 + <method>none</method>
  849 + <schema_name/>
  850 + </partitioning>
  851 + <fields> <field> <name>&#x8def;&#x724c;</name>
  852 + <rename>lp</rename>
  853 + <length>-2</length>
  854 + <precision>-2</precision>
  855 + </field> <field> <name>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</name>
  856 + <rename>qdzname</rename>
  857 + <length>-2</length>
  858 + <precision>-2</precision>
  859 + </field> <field> <name>&#x53d1;&#x8f66;&#x65f6;&#x95f4;</name>
  860 + <rename>sendtime</rename>
  861 + <length>-2</length>
  862 + <precision>-2</precision>
  863 + </field> <select_unspecified>Y</select_unspecified>
  864 + </fields> <cluster_schema/>
  865 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  866 + <xloc>444</xloc>
  867 + <yloc>131</yloc>
  868 + <draw>Y</draw>
  869 + </GUI>
  870 + </step>
  871 +
  872 + <step>
  873 + <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</name>
  874 + <type>FilterRows</type>
  875 + <description/>
  876 + <distribute>Y</distribute>
  877 + <custom_distribution/>
  878 + <copies>1</copies>
  879 + <partitioning>
  880 + <method>none</method>
  881 + <schema_name/>
  882 + </partitioning>
  883 +<send_true_to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
  884 +<send_false_to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</send_false_to>
  885 + <compare>
  886 +<condition>
  887 + <negated>N</negated>
  888 + <leftvalue>bctype</leftvalue>
  889 + <function>&#x3d;</function>
  890 + <rightvalue/>
  891 + <value><name>constant</name><type>String</type><text>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
  892 + </compare>
  893 + <cluster_schema/>
  894 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  895 + <xloc>860</xloc>
  896 + <yloc>401</yloc>
  897 + <draw>Y</draw>
  898 + </GUI>
  899 + </step>
  900 +
  901 + <step>
  902 + <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</name>
  903 + <type>FilterRows</type>
  904 + <description/>
  905 + <distribute>Y</distribute>
  906 + <custom_distribution/>
  907 + <copies>1</copies>
  908 + <partitioning>
  909 + <method>none</method>
  910 + <schema_name/>
  911 + </partitioning>
  912 +<send_true_to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
  913 +<send_false_to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_false_to>
  914 + <compare>
  915 +<condition>
  916 + <negated>N</negated>
  917 + <leftvalue>bctype</leftvalue>
  918 + <function>&#x3d;</function>
  919 + <rightvalue/>
  920 + <value><name>constant</name><type>String</type><text>&#x51fa;&#x573a;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
  921 + </compare>
  922 + <cluster_schema/>
  923 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  924 + <xloc>995</xloc>
  925 + <yloc>503</yloc>
  926 + <draw>Y</draw>
  927 + </GUI>
  928 + </step>
  929 +
  930 + <step>
  931 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</name>
  932 + <type>InsertUpdate</type>
  933 + <description/>
  934 + <distribute>Y</distribute>
  935 + <custom_distribution/>
  936 + <copies>1</copies>
  937 + <partitioning>
  938 + <method>none</method>
  939 + <schema_name/>
  940 + </partitioning>
  941 + <connection>bus_control_variable</connection>
  942 + <commit>100</commit>
  943 + <update_bypassed>N</update_bypassed>
  944 + <lookup>
  945 + <schema/>
  946 + <table>bsth_c_s_ttinfo_detail</table>
  947 + <key>
  948 + <name>xlid</name>
  949 + <field>xl</field>
  950 + <condition>&#x3d;</condition>
  951 + <name2/>
  952 + </key>
  953 + <key>
  954 + <name>ttid</name>
  955 + <field>ttinfo</field>
  956 + <condition>&#x3d;</condition>
  957 + <name2/>
  958 + </key>
  959 + <key>
  960 + <name>lpid</name>
  961 + <field>lp</field>
  962 + <condition>&#x3d;</condition>
  963 + <name2/>
  964 + </key>
  965 + <key>
  966 + <name>fcno</name>
  967 + <field>fcno</field>
  968 + <condition>&#x3d;</condition>
  969 + <name2/>
  970 + </key>
  971 + <key>
  972 + <name>bcs</name>
  973 + <field>bcs</field>
  974 + <condition>&#x3d;</condition>
  975 + <name2/>
  976 + </key>
  977 + <value>
  978 + <name>lp</name>
  979 + <rename>lpid</rename>
  980 + <update>Y</update>
  981 + </value>
  982 + <value>
  983 + <name>bc_type</name>
  984 + <rename>bctype_code</rename>
  985 + <update>Y</update>
  986 + </value>
  987 + <value>
  988 + <name>bcs</name>
  989 + <rename>bcs</rename>
  990 + <update>Y</update>
  991 + </value>
  992 + <value>
  993 + <name>bcsj</name>
  994 + <rename>bcsj</rename>
  995 + <update>Y</update>
  996 + </value>
  997 + <value>
  998 + <name>fcno</name>
  999 + <rename>fcno</rename>
  1000 + <update>Y</update>
  1001 + </value>
  1002 + <value>
  1003 + <name>jhlc</name>
  1004 + <rename>jhlc</rename>
  1005 + <update>Y</update>
  1006 + </value>
  1007 + <value>
  1008 + <name>fcsj</name>
  1009 + <rename>sendtime_calcu</rename>
  1010 + <update>Y</update>
  1011 + </value>
  1012 + <value>
  1013 + <name>ttinfo</name>
  1014 + <rename>ttid</rename>
  1015 + <update>Y</update>
  1016 + </value>
  1017 + <value>
  1018 + <name>xl</name>
  1019 + <rename>xlid</rename>
  1020 + <update>Y</update>
  1021 + </value>
  1022 + <value>
  1023 + <name>qdz</name>
  1024 + <rename>qdzid</rename>
  1025 + <update>Y</update>
  1026 + </value>
  1027 + <value>
  1028 + <name>zdz</name>
  1029 + <rename>zdzid</rename>
  1030 + <update>Y</update>
  1031 + </value>
  1032 + <value>
  1033 + <name>xl_dir</name>
  1034 + <rename>sxx</rename>
  1035 + <update>Y</update>
  1036 + </value>
  1037 + <value>
  1038 + <name>isfb</name>
  1039 + <rename>isfb</rename>
  1040 + <update>Y</update>
  1041 + </value>
  1042 + </lookup>
  1043 + <cluster_schema/>
  1044 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1045 + <xloc>143</xloc>
  1046 + <yloc>860</yloc>
  1047 + <draw>Y</draw>
  1048 + </GUI>
  1049 + </step>
  1050 +
  1051 + <step>
  1052 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</name>
  1053 + <type>InsertUpdate</type>
  1054 + <description/>
  1055 + <distribute>Y</distribute>
  1056 + <custom_distribution/>
  1057 + <copies>1</copies>
  1058 + <partitioning>
  1059 + <method>none</method>
  1060 + <schema_name/>
  1061 + </partitioning>
  1062 + <connection>bus_control_variable</connection>
  1063 + <commit>100</commit>
  1064 + <update_bypassed>N</update_bypassed>
  1065 + <lookup>
  1066 + <schema/>
  1067 + <table>bsth_c_s_ttinfo_detail</table>
  1068 + <key>
  1069 + <name>xlid</name>
  1070 + <field>xl</field>
  1071 + <condition>&#x3d;</condition>
  1072 + <name2/>
  1073 + </key>
  1074 + <key>
  1075 + <name>ttid</name>
  1076 + <field>ttinfo</field>
  1077 + <condition>&#x3d;</condition>
  1078 + <name2/>
  1079 + </key>
  1080 + <key>
  1081 + <name>lpid</name>
  1082 + <field>lp</field>
  1083 + <condition>&#x3d;</condition>
  1084 + <name2/>
  1085 + </key>
  1086 + <key>
  1087 + <name>fcno</name>
  1088 + <field>fcno</field>
  1089 + <condition>&#x3d;</condition>
  1090 + <name2/>
  1091 + </key>
  1092 + <key>
  1093 + <name>bcs</name>
  1094 + <field>bcs</field>
  1095 + <condition>&#x3d;</condition>
  1096 + <name2/>
  1097 + </key>
  1098 + <value>
  1099 + <name>tcc</name>
  1100 + <rename>qdzid</rename>
  1101 + <update>Y</update>
  1102 + </value>
  1103 + <value>
  1104 + <name>zdz</name>
  1105 + <rename>zdzid</rename>
  1106 + <update>Y</update>
  1107 + </value>
  1108 + <value>
  1109 + <name>xl</name>
  1110 + <rename>xlid</rename>
  1111 + <update>Y</update>
  1112 + </value>
  1113 + <value>
  1114 + <name>ttinfo</name>
  1115 + <rename>ttid</rename>
  1116 + <update>Y</update>
  1117 + </value>
  1118 + <value>
  1119 + <name>xl_dir</name>
  1120 + <rename>sxx</rename>
  1121 + <update>Y</update>
  1122 + </value>
  1123 + <value>
  1124 + <name>lp</name>
  1125 + <rename>lpid</rename>
  1126 + <update>Y</update>
  1127 + </value>
  1128 + <value>
  1129 + <name>jhlc</name>
  1130 + <rename>out_mileage</rename>
  1131 + <update>Y</update>
  1132 + </value>
  1133 + <value>
  1134 + <name>fcsj</name>
  1135 + <rename>sendtime_calcu</rename>
  1136 + <update>Y</update>
  1137 + </value>
  1138 + <value>
  1139 + <name>bcsj</name>
  1140 + <rename>out_time</rename>
  1141 + <update>Y</update>
  1142 + </value>
  1143 + <value>
  1144 + <name>bcs</name>
  1145 + <rename>bcs</rename>
  1146 + <update>Y</update>
  1147 + </value>
  1148 + <value>
  1149 + <name>fcno</name>
  1150 + <rename>fcno</rename>
  1151 + <update>Y</update>
  1152 + </value>
  1153 + <value>
  1154 + <name>bc_type</name>
  1155 + <rename>bctype_code</rename>
  1156 + <update>Y</update>
  1157 + </value>
  1158 + <value>
  1159 + <name>isfb</name>
  1160 + <rename>isfb</rename>
  1161 + <update>Y</update>
  1162 + </value>
  1163 + </lookup>
  1164 + <cluster_schema/>
  1165 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1166 + <xloc>340</xloc>
  1167 + <yloc>1087</yloc>
  1168 + <draw>Y</draw>
  1169 + </GUI>
  1170 + </step>
  1171 +
  1172 + <step>
  1173 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</name>
  1174 + <type>InsertUpdate</type>
  1175 + <description/>
  1176 + <distribute>Y</distribute>
  1177 + <custom_distribution/>
  1178 + <copies>1</copies>
  1179 + <partitioning>
  1180 + <method>none</method>
  1181 + <schema_name/>
  1182 + </partitioning>
  1183 + <connection>bus_control_variable</connection>
  1184 + <commit>100</commit>
  1185 + <update_bypassed>N</update_bypassed>
  1186 + <lookup>
  1187 + <schema/>
  1188 + <table>bsth_c_s_ttinfo_detail</table>
  1189 + <key>
  1190 + <name>xlid</name>
  1191 + <field>xl</field>
  1192 + <condition>&#x3d;</condition>
  1193 + <name2/>
  1194 + </key>
  1195 + <key>
  1196 + <name>ttid</name>
  1197 + <field>ttinfo</field>
  1198 + <condition>&#x3d;</condition>
  1199 + <name2/>
  1200 + </key>
  1201 + <key>
  1202 + <name>lpid</name>
  1203 + <field>lp</field>
  1204 + <condition>&#x3d;</condition>
  1205 + <name2/>
  1206 + </key>
  1207 + <key>
  1208 + <name>fcno</name>
  1209 + <field>fcno</field>
  1210 + <condition>&#x3d;</condition>
  1211 + <name2/>
  1212 + </key>
  1213 + <key>
  1214 + <name>bcs</name>
  1215 + <field>bcs</field>
  1216 + <condition>&#x3d;</condition>
  1217 + <name2/>
  1218 + </key>
  1219 + <value>
  1220 + <name>fcno</name>
  1221 + <rename>fcno</rename>
  1222 + <update>Y</update>
  1223 + </value>
  1224 + <value>
  1225 + <name>bcs</name>
  1226 + <rename>bcs</rename>
  1227 + <update>Y</update>
  1228 + </value>
  1229 + <value>
  1230 + <name>xl</name>
  1231 + <rename>xlid</rename>
  1232 + <update>Y</update>
  1233 + </value>
  1234 + <value>
  1235 + <name>ttinfo</name>
  1236 + <rename>ttid</rename>
  1237 + <update>Y</update>
  1238 + </value>
  1239 + <value>
  1240 + <name>lp</name>
  1241 + <rename>lpid</rename>
  1242 + <update>Y</update>
  1243 + </value>
  1244 + <value>
  1245 + <name>bc_type</name>
  1246 + <rename>bctype_code</rename>
  1247 + <update>Y</update>
  1248 + </value>
  1249 + <value>
  1250 + <name>bcsj</name>
  1251 + <rename>parade_time</rename>
  1252 + <update>Y</update>
  1253 + </value>
  1254 + <value>
  1255 + <name>jhlc</name>
  1256 + <rename>parade_mileage</rename>
  1257 + <update>Y</update>
  1258 + </value>
  1259 + <value>
  1260 + <name>fcsj</name>
  1261 + <rename>sendtime_calcu</rename>
  1262 + <update>Y</update>
  1263 + </value>
  1264 + <value>
  1265 + <name>xl_dir</name>
  1266 + <rename>sxx2</rename>
  1267 + <update>Y</update>
  1268 + </value>
  1269 + <value>
  1270 + <name>qdz</name>
  1271 + <rename>qdzid</rename>
  1272 + <update>Y</update>
  1273 + </value>
  1274 + <value>
  1275 + <name>tcc</name>
  1276 + <rename>zdzid</rename>
  1277 + <update>Y</update>
  1278 + </value>
  1279 + <value>
  1280 + <name>isfb</name>
  1281 + <rename>isfb</rename>
  1282 + <update>Y</update>
  1283 + </value>
  1284 + </lookup>
  1285 + <cluster_schema/>
  1286 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1287 + <xloc>845</xloc>
  1288 + <yloc>899</yloc>
  1289 + <draw>Y</draw>
  1290 + </GUI>
  1291 + </step>
  1292 +
  1293 + <step>
  1294 + <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</name>
  1295 + <type>ExcelInput</type>
  1296 + <description/>
  1297 + <distribute>N</distribute>
  1298 + <custom_distribution/>
  1299 + <copies>1</copies>
  1300 + <partitioning>
  1301 + <method>none</method>
  1302 + <schema_name/>
  1303 + </partitioning>
  1304 + <header>Y</header>
  1305 + <noempty>Y</noempty>
  1306 + <stoponempty>N</stoponempty>
  1307 + <filefield/>
  1308 + <sheetfield/>
  1309 + <sheetrownumfield/>
  1310 + <rownumfield/>
  1311 + <sheetfield/>
  1312 + <filefield/>
  1313 + <limit>0</limit>
  1314 + <encoding/>
  1315 + <add_to_result_filenames>Y</add_to_result_filenames>
  1316 + <accept_filenames>N</accept_filenames>
  1317 + <accept_field/>
  1318 + <accept_stepname/>
  1319 + <file>
  1320 + <name/>
  1321 + <filemask/>
  1322 + <exclude_filemask/>
  1323 + <file_required>N</file_required>
  1324 + <include_subfolders>N</include_subfolders>
  1325 + </file>
  1326 + <fields>
  1327 + </fields>
  1328 + <sheets>
  1329 + <sheet>
  1330 + <name/>
  1331 + <startrow>0</startrow>
  1332 + <startcol>0</startcol>
  1333 + </sheet>
  1334 + </sheets>
  1335 + <strict_types>N</strict_types>
  1336 + <error_ignored>N</error_ignored>
  1337 + <error_line_skipped>N</error_line_skipped>
  1338 + <bad_line_files_destination_directory/>
  1339 + <bad_line_files_extension>warning</bad_line_files_extension>
  1340 + <error_line_files_destination_directory/>
  1341 + <error_line_files_extension>error</error_line_files_extension>
  1342 + <line_number_files_destination_directory/>
  1343 + <line_number_files_extension>line</line_number_files_extension>
  1344 + <shortFileFieldName/>
  1345 + <pathFieldName/>
  1346 + <hiddenFieldName/>
  1347 + <lastModificationTimeFieldName/>
  1348 + <uriNameFieldName/>
  1349 + <rootUriNameFieldName/>
  1350 + <extensionFieldName/>
  1351 + <sizeFieldName/>
  1352 + <spreadsheet_type>JXL</spreadsheet_type>
  1353 + <cluster_schema/>
  1354 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1355 + <xloc>112</xloc>
  1356 + <yloc>44</yloc>
  1357 + <draw>Y</draw>
  1358 + </GUI>
  1359 + </step>
  1360 +
  1361 + <step>
  1362 + <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</name>
  1363 + <type>DBLookup</type>
  1364 + <description/>
  1365 + <distribute>Y</distribute>
  1366 + <custom_distribution/>
  1367 + <copies>1</copies>
  1368 + <partitioning>
  1369 + <method>none</method>
  1370 + <schema_name/>
  1371 + </partitioning>
  1372 + <connection>bus_control_variable</connection>
  1373 + <cache>N</cache>
  1374 + <cache_load_all>N</cache_load_all>
  1375 + <cache_size>0</cache_size>
  1376 + <lookup>
  1377 + <schema/>
  1378 + <table>bsth_c_car_park</table>
  1379 + <orderby/>
  1380 + <fail_on_multiple>N</fail_on_multiple>
  1381 + <eat_row_on_failure>N</eat_row_on_failure>
  1382 + <key>
  1383 + <name>tccname_</name>
  1384 + <field>park_name</field>
  1385 + <condition>&#x3d;</condition>
  1386 + <name2/>
  1387 + </key>
  1388 + <value>
  1389 + <name>id</name>
  1390 + <rename>qdzid</rename>
  1391 + <default/>
  1392 + <type>Integer</type>
  1393 + </value>
  1394 + </lookup>
  1395 + <cluster_schema/>
  1396 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1397 + <xloc>755</xloc>
  1398 + <yloc>504</yloc>
  1399 + <draw>Y</draw>
  1400 + </GUI>
  1401 + </step>
  1402 +
  1403 + <step>
  1404 + <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</name>
  1405 + <type>DBLookup</type>
  1406 + <description/>
  1407 + <distribute>Y</distribute>
  1408 + <custom_distribution/>
  1409 + <copies>1</copies>
  1410 + <partitioning>
  1411 + <method>none</method>
  1412 + <schema_name/>
  1413 + </partitioning>
  1414 + <connection>bus_control_variable</connection>
  1415 + <cache>N</cache>
  1416 + <cache_load_all>N</cache_load_all>
  1417 + <cache_size>0</cache_size>
  1418 + <lookup>
  1419 + <schema/>
  1420 + <table>bsth_c_car_park</table>
  1421 + <orderby/>
  1422 + <fail_on_multiple>N</fail_on_multiple>
  1423 + <eat_row_on_failure>N</eat_row_on_failure>
  1424 + <key>
  1425 + <name>tccname_</name>
  1426 + <field>park_name</field>
  1427 + <condition>&#x3d;</condition>
  1428 + <name2/>
  1429 + </key>
  1430 + <value>
  1431 + <name>id</name>
  1432 + <rename>zdzid</rename>
  1433 + <default/>
  1434 + <type>Integer</type>
  1435 + </value>
  1436 + </lookup>
  1437 + <cluster_schema/>
  1438 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1439 + <xloc>887</xloc>
  1440 + <yloc>608</yloc>
  1441 + <draw>Y</draw>
  1442 + </GUI>
  1443 + </step>
  1444 +
  1445 + <step>
  1446 + <name>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  1447 + <type>DBLookup</type>
  1448 + <description/>
  1449 + <distribute>Y</distribute>
  1450 + <custom_distribution/>
  1451 + <copies>1</copies>
  1452 + <partitioning>
  1453 + <method>none</method>
  1454 + <schema_name/>
  1455 + </partitioning>
  1456 + <connection>bus_control_variable</connection>
  1457 + <cache>N</cache>
  1458 + <cache_load_all>N</cache_load_all>
  1459 + <cache_size>0</cache_size>
  1460 + <lookup>
  1461 + <schema/>
  1462 + <table>bsth_c_stationroute</table>
  1463 + <orderby/>
  1464 + <fail_on_multiple>N</fail_on_multiple>
  1465 + <eat_row_on_failure>N</eat_row_on_failure>
  1466 + <key>
  1467 + <name>xlid</name>
  1468 + <field>line</field>
  1469 + <condition>&#x3d;</condition>
  1470 + <name2/>
  1471 + </key>
  1472 + <key>
  1473 + <name>zdzname</name>
  1474 + <field>station_name</field>
  1475 + <condition>&#x3d;</condition>
  1476 + <name2/>
  1477 + </key>
  1478 + <key>
  1479 + <name>endZdtype</name>
  1480 + <field>station_mark</field>
  1481 + <condition>&#x3d;</condition>
  1482 + <name2/>
  1483 + </key>
  1484 + <key>
  1485 + <name>destory</name>
  1486 + <field>destroy</field>
  1487 + <condition>&#x3d;</condition>
  1488 + <name2/>
  1489 + </key>
  1490 + <value>
  1491 + <name>station</name>
  1492 + <rename>zdzid</rename>
  1493 + <default/>
  1494 + <type>Integer</type>
  1495 + </value>
  1496 + <value>
  1497 + <name>directions</name>
  1498 + <rename>sxx</rename>
  1499 + <default/>
  1500 + <type>Integer</type>
  1501 + </value>
  1502 + </lookup>
  1503 + <cluster_schema/>
  1504 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1505 + <xloc>329</xloc>
  1506 + <yloc>505</yloc>
  1507 + <draw>Y</draw>
  1508 + </GUI>
  1509 + </step>
  1510 +
  1511 + <step>
  1512 + <name>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</name>
  1513 + <type>DBLookup</type>
  1514 + <description/>
  1515 + <distribute>Y</distribute>
  1516 + <custom_distribution/>
  1517 + <copies>1</copies>
  1518 + <partitioning>
  1519 + <method>none</method>
  1520 + <schema_name/>
  1521 + </partitioning>
  1522 + <connection>bus_control_variable</connection>
  1523 + <cache>N</cache>
  1524 + <cache_load_all>N</cache_load_all>
  1525 + <cache_size>0</cache_size>
  1526 + <lookup>
  1527 + <schema/>
  1528 + <table>bsth_c_s_ttinfo</table>
  1529 + <orderby/>
  1530 + <fail_on_multiple>N</fail_on_multiple>
  1531 + <eat_row_on_failure>N</eat_row_on_failure>
  1532 + <key>
  1533 + <name>xlid</name>
  1534 + <field>xl</field>
  1535 + <condition>&#x3d;</condition>
  1536 + <name2/>
  1537 + </key>
  1538 + <key>
  1539 + <name>ttinfoname_</name>
  1540 + <field>name</field>
  1541 + <condition>&#x3d;</condition>
  1542 + <name2/>
  1543 + </key>
  1544 + <key>
  1545 + <name>iscanceled</name>
  1546 + <field>is_cancel</field>
  1547 + <condition>&#x3d;</condition>
  1548 + <name2/>
  1549 + </key>
  1550 + <value>
  1551 + <name>id</name>
  1552 + <rename>ttid</rename>
  1553 + <default/>
  1554 + <type>Integer</type>
  1555 + </value>
  1556 + </lookup>
  1557 + <cluster_schema/>
  1558 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1559 + <xloc>1011</xloc>
  1560 + <yloc>134</yloc>
  1561 + <draw>Y</draw>
  1562 + </GUI>
  1563 + </step>
  1564 +
  1565 + <step>
  1566 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1567 + <type>DBLookup</type>
  1568 + <description/>
  1569 + <distribute>Y</distribute>
  1570 + <custom_distribution/>
  1571 + <copies>1</copies>
  1572 + <partitioning>
  1573 + <method>none</method>
  1574 + <schema_name/>
  1575 + </partitioning>
  1576 + <connection>bus_control_variable</connection>
  1577 + <cache>N</cache>
  1578 + <cache_load_all>N</cache_load_all>
  1579 + <cache_size>0</cache_size>
  1580 + <lookup>
  1581 + <schema/>
  1582 + <table>bsth_c_line_information</table>
  1583 + <orderby/>
  1584 + <fail_on_multiple>N</fail_on_multiple>
  1585 + <eat_row_on_failure>N</eat_row_on_failure>
  1586 + <key>
  1587 + <name>xlid</name>
  1588 + <field>line</field>
  1589 + <condition>&#x3d;</condition>
  1590 + <name2/>
  1591 + </key>
  1592 + <value>
  1593 + <name>up_mileage</name>
  1594 + <rename>up_mileage</rename>
  1595 + <default/>
  1596 + <type>Number</type>
  1597 + </value>
  1598 + <value>
  1599 + <name>down_mileage</name>
  1600 + <rename>down_mileage</rename>
  1601 + <default/>
  1602 + <type>Number</type>
  1603 + </value>
  1604 + <value>
  1605 + <name>up_travel_time</name>
  1606 + <rename>up_travel_time</rename>
  1607 + <default/>
  1608 + <type>Number</type>
  1609 + </value>
  1610 + <value>
  1611 + <name>down_travel_time</name>
  1612 + <rename>down_travel_time</rename>
  1613 + <default/>
  1614 + <type>Number</type>
  1615 + </value>
  1616 + </lookup>
  1617 + <cluster_schema/>
  1618 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1619 + <xloc>149</xloc>
  1620 + <yloc>581</yloc>
  1621 + <draw>Y</draw>
  1622 + </GUI>
  1623 + </step>
  1624 +
  1625 + <step>
  1626 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</name>
  1627 + <type>DBLookup</type>
  1628 + <description/>
  1629 + <distribute>Y</distribute>
  1630 + <custom_distribution/>
  1631 + <copies>1</copies>
  1632 + <partitioning>
  1633 + <method>none</method>
  1634 + <schema_name/>
  1635 + </partitioning>
  1636 + <connection>bus_control_variable</connection>
  1637 + <cache>N</cache>
  1638 + <cache_load_all>N</cache_load_all>
  1639 + <cache_size>0</cache_size>
  1640 + <lookup>
  1641 + <schema/>
  1642 + <table>bsth_c_line</table>
  1643 + <orderby/>
  1644 + <fail_on_multiple>N</fail_on_multiple>
  1645 + <eat_row_on_failure>N</eat_row_on_failure>
  1646 + <key>
  1647 + <name>xlname_</name>
  1648 + <field>name</field>
  1649 + <condition>&#x3d;</condition>
  1650 + <name2/>
  1651 + </key>
  1652 + <value>
  1653 + <name>id</name>
  1654 + <rename>xlid</rename>
  1655 + <default/>
  1656 + <type>Integer</type>
  1657 + </value>
  1658 + </lookup>
  1659 + <cluster_schema/>
  1660 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1661 + <xloc>1007</xloc>
  1662 + <yloc>43</yloc>
  1663 + <draw>Y</draw>
  1664 + </GUI>
  1665 + </step>
  1666 +
  1667 + <step>
  1668 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1669 + <type>DBLookup</type>
  1670 + <description/>
  1671 + <distribute>Y</distribute>
  1672 + <custom_distribution/>
  1673 + <copies>1</copies>
  1674 + <partitioning>
  1675 + <method>none</method>
  1676 + <schema_name/>
  1677 + </partitioning>
  1678 + <connection>bus_control_variable</connection>
  1679 + <cache>N</cache>
  1680 + <cache_load_all>N</cache_load_all>
  1681 + <cache_size>0</cache_size>
  1682 + <lookup>
  1683 + <schema/>
  1684 + <table>bsth_c_line_information</table>
  1685 + <orderby/>
  1686 + <fail_on_multiple>N</fail_on_multiple>
  1687 + <eat_row_on_failure>N</eat_row_on_failure>
  1688 + <key>
  1689 + <name>xlid</name>
  1690 + <field>line</field>
  1691 + <condition>&#x3d;</condition>
  1692 + <name2/>
  1693 + </key>
  1694 + <value>
  1695 + <name>up_out_timer</name>
  1696 + <rename>up_out_timer</rename>
  1697 + <default/>
  1698 + <type>Number</type>
  1699 + </value>
  1700 + <value>
  1701 + <name>up_out_mileage</name>
  1702 + <rename>up_out_mileage</rename>
  1703 + <default/>
  1704 + <type>Number</type>
  1705 + </value>
  1706 + <value>
  1707 + <name>down_out_timer</name>
  1708 + <rename>down_out_timer</rename>
  1709 + <default/>
  1710 + <type>Number</type>
  1711 + </value>
  1712 + <value>
  1713 + <name>down_out_mileage</name>
  1714 + <rename>down_out_mileage</rename>
  1715 + <default/>
  1716 + <type>Number</type>
  1717 + </value>
  1718 + </lookup>
  1719 + <cluster_schema/>
  1720 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1721 + <xloc>335</xloc>
  1722 + <yloc>763</yloc>
  1723 + <draw>Y</draw>
  1724 + </GUI>
  1725 + </step>
  1726 +
  1727 + <step>
  1728 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1729 + <type>DBLookup</type>
  1730 + <description/>
  1731 + <distribute>Y</distribute>
  1732 + <custom_distribution/>
  1733 + <copies>1</copies>
  1734 + <partitioning>
  1735 + <method>none</method>
  1736 + <schema_name/>
  1737 + </partitioning>
  1738 + <connection>bus_control_variable</connection>
  1739 + <cache>N</cache>
  1740 + <cache_load_all>N</cache_load_all>
  1741 + <cache_size>0</cache_size>
  1742 + <lookup>
  1743 + <schema/>
  1744 + <table>bsth_c_line_information</table>
  1745 + <orderby/>
  1746 + <fail_on_multiple>N</fail_on_multiple>
  1747 + <eat_row_on_failure>N</eat_row_on_failure>
  1748 + <key>
  1749 + <name>xlid</name>
  1750 + <field>line</field>
  1751 + <condition>&#x3d;</condition>
  1752 + <name2/>
  1753 + </key>
  1754 + <value>
  1755 + <name>up_in_mileage</name>
  1756 + <rename>up_in_mileage</rename>
  1757 + <default/>
  1758 + <type>Number</type>
  1759 + </value>
  1760 + <value>
  1761 + <name>up_in_timer</name>
  1762 + <rename>up_in_timer</rename>
  1763 + <default/>
  1764 + <type>Number</type>
  1765 + </value>
  1766 + <value>
  1767 + <name>down_in_mileage</name>
  1768 + <rename>down_in_mileage</rename>
  1769 + <default/>
  1770 + <type>Number</type>
  1771 + </value>
  1772 + <value>
  1773 + <name>down_in_timer</name>
  1774 + <rename>down_in_timer</rename>
  1775 + <default/>
  1776 + <type>Number</type>
  1777 + </value>
  1778 + </lookup>
  1779 + <cluster_schema/>
  1780 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1781 + <xloc>553</xloc>
  1782 + <yloc>1004</yloc>
  1783 + <draw>Y</draw>
  1784 + </GUI>
  1785 + </step>
  1786 +
  1787 + <step>
  1788 + <name>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</name>
  1789 + <type>DBLookup</type>
  1790 + <description/>
  1791 + <distribute>Y</distribute>
  1792 + <custom_distribution/>
  1793 + <copies>1</copies>
  1794 + <partitioning>
  1795 + <method>none</method>
  1796 + <schema_name/>
  1797 + </partitioning>
  1798 + <connection>bus_control_variable</connection>
  1799 + <cache>N</cache>
  1800 + <cache_load_all>N</cache_load_all>
  1801 + <cache_size>0</cache_size>
  1802 + <lookup>
  1803 + <schema/>
  1804 + <table>bsth_c_stationroute</table>
  1805 + <orderby/>
  1806 + <fail_on_multiple>N</fail_on_multiple>
  1807 + <eat_row_on_failure>N</eat_row_on_failure>
  1808 + <key>
  1809 + <name>xlid</name>
  1810 + <field>line</field>
  1811 + <condition>&#x3d;</condition>
  1812 + <name2/>
  1813 + </key>
  1814 + <key>
  1815 + <name>sxx</name>
  1816 + <field>directions</field>
  1817 + <condition>&#x3d;</condition>
  1818 + <name2/>
  1819 + </key>
  1820 + <key>
  1821 + <name>endZdtype</name>
  1822 + <field>station_mark</field>
  1823 + <condition>&#x3d;</condition>
  1824 + <name2/>
  1825 + </key>
  1826 + <key>
  1827 + <name>destory</name>
  1828 + <field>destroy</field>
  1829 + <condition>&#x3d;</condition>
  1830 + <name2/>
  1831 + </key>
  1832 + <value>
  1833 + <name>station_name</name>
  1834 + <rename>zdzname</rename>
  1835 + <default/>
  1836 + <type>String</type>
  1837 + </value>
  1838 + <value>
  1839 + <name>station</name>
  1840 + <rename>zdzid</rename>
  1841 + <default/>
  1842 + <type>Integer</type>
  1843 + </value>
  1844 + </lookup>
  1845 + <cluster_schema/>
  1846 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1847 + <xloc>280</xloc>
  1848 + <yloc>404</yloc>
  1849 + <draw>Y</draw>
  1850 + </GUI>
  1851 + </step>
  1852 +
  1853 + <step>
  1854 + <name>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  1855 + <type>DBLookup</type>
  1856 + <description/>
  1857 + <distribute>Y</distribute>
  1858 + <custom_distribution/>
  1859 + <copies>1</copies>
  1860 + <partitioning>
  1861 + <method>none</method>
  1862 + <schema_name/>
  1863 + </partitioning>
  1864 + <connection>bus_control_variable</connection>
  1865 + <cache>N</cache>
  1866 + <cache_load_all>N</cache_load_all>
  1867 + <cache_size>0</cache_size>
  1868 + <lookup>
  1869 + <schema/>
  1870 + <table>bsth_c_stationroute</table>
  1871 + <orderby/>
  1872 + <fail_on_multiple>N</fail_on_multiple>
  1873 + <eat_row_on_failure>N</eat_row_on_failure>
  1874 + <key>
  1875 + <name>xlid</name>
  1876 + <field>line</field>
  1877 + <condition>&#x3d;</condition>
  1878 + <name2/>
  1879 + </key>
  1880 + <key>
  1881 + <name>qdzname</name>
  1882 + <field>station_name</field>
  1883 + <condition>&#x3d;</condition>
  1884 + <name2/>
  1885 + </key>
  1886 + <key>
  1887 + <name>sendZdtype</name>
  1888 + <field>station_mark</field>
  1889 + <condition>&#x3d;</condition>
  1890 + <name2/>
  1891 + </key>
  1892 + <key>
  1893 + <name>destory</name>
  1894 + <field>destroy</field>
  1895 + <condition>&#x3d;</condition>
  1896 + <name2/>
  1897 + </key>
  1898 + <value>
  1899 + <name>station</name>
  1900 + <rename>qdzid</rename>
  1901 + <default/>
  1902 + <type>Integer</type>
  1903 + </value>
  1904 + <value>
  1905 + <name>directions</name>
  1906 + <rename>sxx</rename>
  1907 + <default/>
  1908 + <type>Integer</type>
  1909 + </value>
  1910 + </lookup>
  1911 + <cluster_schema/>
  1912 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1913 + <xloc>430</xloc>
  1914 + <yloc>403</yloc>
  1915 + <draw>Y</draw>
  1916 + </GUI>
  1917 + </step>
  1918 +
  1919 + <step>
  1920 + <name>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</name>
  1921 + <type>DBLookup</type>
  1922 + <description/>
  1923 + <distribute>Y</distribute>
  1924 + <custom_distribution/>
  1925 + <copies>1</copies>
  1926 + <partitioning>
  1927 + <method>none</method>
  1928 + <schema_name/>
  1929 + </partitioning>
  1930 + <connection>bus_control_variable</connection>
  1931 + <cache>N</cache>
  1932 + <cache_load_all>N</cache_load_all>
  1933 + <cache_size>0</cache_size>
  1934 + <lookup>
  1935 + <schema/>
  1936 + <table>bsth_c_s_gbi</table>
  1937 + <orderby/>
  1938 + <fail_on_multiple>N</fail_on_multiple>
  1939 + <eat_row_on_failure>N</eat_row_on_failure>
  1940 + <key>
  1941 + <name>xlid</name>
  1942 + <field>xl</field>
  1943 + <condition>&#x3d;</condition>
  1944 + <name2/>
  1945 + </key>
  1946 + <key>
  1947 + <name>lp</name>
  1948 + <field>lp_name</field>
  1949 + <condition>&#x3d;</condition>
  1950 + <name2/>
  1951 + </key>
  1952 + <key>
  1953 + <name>iscanceled</name>
  1954 + <field>is_cancel</field>
  1955 + <condition>&#x3d;</condition>
  1956 + <name2/>
  1957 + </key>
  1958 + <value>
  1959 + <name>id</name>
  1960 + <rename>lpid</rename>
  1961 + <default/>
  1962 + <type>Integer</type>
  1963 + </value>
  1964 + </lookup>
  1965 + <cluster_schema/>
  1966 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1967 + <xloc>1013</xloc>
  1968 + <yloc>265</yloc>
  1969 + <draw>Y</draw>
  1970 + </GUI>
  1971 + </step>
  1972 +
  1973 + <step>
  1974 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</name>
  1975 + <type>DBLookup</type>
  1976 + <description/>
  1977 + <distribute>Y</distribute>
  1978 + <custom_distribution/>
  1979 + <copies>1</copies>
  1980 + <partitioning>
  1981 + <method>none</method>
  1982 + <schema_name/>
  1983 + </partitioning>
  1984 + <connection>bus_control_variable</connection>
  1985 + <cache>N</cache>
  1986 + <cache_load_all>N</cache_load_all>
  1987 + <cache_size>0</cache_size>
  1988 + <lookup>
  1989 + <schema/>
  1990 + <table>bsth_c_stationroute</table>
  1991 + <orderby/>
  1992 + <fail_on_multiple>N</fail_on_multiple>
  1993 + <eat_row_on_failure>N</eat_row_on_failure>
  1994 + <key>
  1995 + <name>xlid</name>
  1996 + <field>line</field>
  1997 + <condition>&#x3d;</condition>
  1998 + <name2/>
  1999 + </key>
  2000 + <key>
  2001 + <name>startZdtype_calcu</name>
  2002 + <field>station_mark</field>
  2003 + <condition>&#x3d;</condition>
  2004 + <name2/>
  2005 + </key>
  2006 + <key>
  2007 + <name>qdzname_calcu</name>
  2008 + <field>station_name</field>
  2009 + <condition>&#x3d;</condition>
  2010 + <name2/>
  2011 + </key>
  2012 + <key>
  2013 + <name>destory</name>
  2014 + <field>destroy</field>
  2015 + <condition>&#x3d;</condition>
  2016 + <name2/>
  2017 + </key>
  2018 + <value>
  2019 + <name>directions</name>
  2020 + <rename>sxx</rename>
  2021 + <default/>
  2022 + <type>String</type>
  2023 + </value>
  2024 + </lookup>
  2025 + <cluster_schema/>
  2026 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2027 + <xloc>548</xloc>
  2028 + <yloc>610</yloc>
  2029 + <draw>Y</draw>
  2030 + </GUI>
  2031 + </step>
  2032 +
  2033 + <step>
  2034 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</name>
  2035 + <type>DBLookup</type>
  2036 + <description/>
  2037 + <distribute>Y</distribute>
  2038 + <custom_distribution/>
  2039 + <copies>1</copies>
  2040 + <partitioning>
  2041 + <method>none</method>
  2042 + <schema_name/>
  2043 + </partitioning>
  2044 + <connection>bus_control_variable</connection>
  2045 + <cache>Y</cache>
  2046 + <cache_load_all>Y</cache_load_all>
  2047 + <cache_size>0</cache_size>
  2048 + <lookup>
  2049 + <schema/>
  2050 + <table>bsth_c_stationroute</table>
  2051 + <orderby/>
  2052 + <fail_on_multiple>N</fail_on_multiple>
  2053 + <eat_row_on_failure>N</eat_row_on_failure>
  2054 + <key>
  2055 + <name>xlid</name>
  2056 + <field>line</field>
  2057 + <condition>&#x3d;</condition>
  2058 + <name2/>
  2059 + </key>
  2060 + <key>
  2061 + <name>endZdtype_calcu</name>
  2062 + <field>station_mark</field>
  2063 + <condition>&#x3d;</condition>
  2064 + <name2/>
  2065 + </key>
  2066 + <key>
  2067 + <name>sxx</name>
  2068 + <field>directions</field>
  2069 + <condition>&#x3d;</condition>
  2070 + <name2/>
  2071 + </key>
  2072 + <key>
  2073 + <name>destory</name>
  2074 + <field>destroy</field>
  2075 + <condition>&#x3d;</condition>
  2076 + <name2/>
  2077 + </key>
  2078 + <value>
  2079 + <name>station_name</name>
  2080 + <rename>zdzname_calcu</rename>
  2081 + <default/>
  2082 + <type>Integer</type>
  2083 + </value>
  2084 + </lookup>
  2085 + <cluster_schema/>
  2086 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2087 + <xloc>550</xloc>
  2088 + <yloc>701</yloc>
  2089 + <draw>Y</draw>
  2090 + </GUI>
  2091 + </step>
  2092 +
  2093 + <step>
  2094 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  2095 + <type>DBLookup</type>
  2096 + <description/>
  2097 + <distribute>Y</distribute>
  2098 + <custom_distribution/>
  2099 + <copies>1</copies>
  2100 + <partitioning>
  2101 + <method>none</method>
  2102 + <schema_name/>
  2103 + </partitioning>
  2104 + <connection>bus_control_variable</connection>
  2105 + <cache>N</cache>
  2106 + <cache_load_all>N</cache_load_all>
  2107 + <cache_size>0</cache_size>
  2108 + <lookup>
  2109 + <schema/>
  2110 + <table>bsth_c_stationroute</table>
  2111 + <orderby/>
  2112 + <fail_on_multiple>N</fail_on_multiple>
  2113 + <eat_row_on_failure>N</eat_row_on_failure>
  2114 + <key>
  2115 + <name>xlid</name>
  2116 + <field>line</field>
  2117 + <condition>&#x3d;</condition>
  2118 + <name2/>
  2119 + </key>
  2120 + <key>
  2121 + <name>zdzname_calcu</name>
  2122 + <field>station_name</field>
  2123 + <condition>&#x3d;</condition>
  2124 + <name2/>
  2125 + </key>
  2126 + <key>
  2127 + <name>startZdtype_calcu</name>
  2128 + <field>station_mark</field>
  2129 + <condition>&#x3d;</condition>
  2130 + <name2/>
  2131 + </key>
  2132 + <key>
  2133 + <name>destory</name>
  2134 + <field>destroy</field>
  2135 + <condition>&#x3d;</condition>
  2136 + <name2/>
  2137 + </key>
  2138 + <value>
  2139 + <name>directions</name>
  2140 + <rename>sxx2</rename>
  2141 + <default/>
  2142 + <type>Integer</type>
  2143 + </value>
  2144 + <value>
  2145 + <name>station</name>
  2146 + <rename>qdzid</rename>
  2147 + <default/>
  2148 + <type>Integer</type>
  2149 + </value>
  2150 + </lookup>
  2151 + <cluster_schema/>
  2152 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2153 + <xloc>551</xloc>
  2154 + <yloc>782</yloc>
  2155 + <draw>Y</draw>
  2156 + </GUI>
  2157 + </step>
  2158 +
  2159 + <step>
  2160 + <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</name>
  2161 + <type>ScriptValueMod</type>
  2162 + <description/>
  2163 + <distribute>Y</distribute>
  2164 + <custom_distribution/>
  2165 + <copies>1</copies>
  2166 + <partitioning>
  2167 + <method>none</method>
  2168 + <schema_name/>
  2169 + </partitioning>
  2170 + <compatible>N</compatible>
  2171 + <optimizationLevel>9</optimizationLevel>
  2172 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  2173 + <jsScript_name>Script 1</jsScript_name>
  2174 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var sendZdtype &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  2175 + </jsScript> </jsScripts> <fields> <field> <name>sendZdtype</name>
  2176 + <rename>sendZdtype</rename>
  2177 + <type>String</type>
  2178 + <length>-1</length>
  2179 + <precision>-1</precision>
  2180 + <replace>N</replace>
  2181 + </field> <field> <name>endZdtype</name>
  2182 + <rename>endZdtype</rename>
  2183 + <type>String</type>
  2184 + <length>-1</length>
  2185 + <precision>-1</precision>
  2186 + <replace>N</replace>
  2187 + </field> <field> <name>destory</name>
  2188 + <rename>destory</rename>
  2189 + <type>Integer</type>
  2190 + <length>-1</length>
  2191 + <precision>-1</precision>
  2192 + <replace>N</replace>
  2193 + </field> </fields> <cluster_schema/>
  2194 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2195 + <xloc>588</xloc>
  2196 + <yloc>403</yloc>
  2197 + <draw>Y</draw>
  2198 + </GUI>
  2199 + </step>
  2200 +
  2201 + <step>
  2202 + <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  2203 + <type>Dummy</type>
  2204 + <description/>
  2205 + <distribute>Y</distribute>
  2206 + <custom_distribution/>
  2207 + <copies>1</copies>
  2208 + <partitioning>
  2209 + <method>none</method>
  2210 + <schema_name/>
  2211 + </partitioning>
  2212 + <cluster_schema/>
  2213 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2214 + <xloc>725</xloc>
  2215 + <yloc>404</yloc>
  2216 + <draw>Y</draw>
  2217 + </GUI>
  2218 + </step>
  2219 +
  2220 + <step>
  2221 + <name>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</name>
  2222 + <type>GroupBy</type>
  2223 + <description/>
  2224 + <distribute>Y</distribute>
  2225 + <custom_distribution/>
  2226 + <copies>1</copies>
  2227 + <partitioning>
  2228 + <method>none</method>
  2229 + <schema_name/>
  2230 + </partitioning>
  2231 + <all_rows>Y</all_rows>
  2232 + <ignore_aggregate>N</ignore_aggregate>
  2233 + <field_ignore/>
  2234 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2235 + <prefix>grp</prefix>
  2236 + <add_linenr>Y</add_linenr>
  2237 + <linenr_fieldname>fcno</linenr_fieldname>
  2238 + <give_back_row>N</give_back_row>
  2239 + <group>
  2240 + <field>
  2241 + <name>lp</name>
  2242 + </field>
  2243 + </group>
  2244 + <fields>
  2245 + </fields>
  2246 + <cluster_schema/>
  2247 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2248 + <xloc>442</xloc>
  2249 + <yloc>44</yloc>
  2250 + <draw>Y</draw>
  2251 + </GUI>
  2252 + </step>
  2253 +
  2254 + <step>
  2255 + <name>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</name>
  2256 + <type>GroupBy</type>
  2257 + <description/>
  2258 + <distribute>Y</distribute>
  2259 + <custom_distribution/>
  2260 + <copies>1</copies>
  2261 + <partitioning>
  2262 + <method>none</method>
  2263 + <schema_name/>
  2264 + </partitioning>
  2265 + <all_rows>Y</all_rows>
  2266 + <ignore_aggregate>N</ignore_aggregate>
  2267 + <field_ignore/>
  2268 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2269 + <prefix>grp</prefix>
  2270 + <add_linenr>Y</add_linenr>
  2271 + <linenr_fieldname>bcs</linenr_fieldname>
  2272 + <give_back_row>N</give_back_row>
  2273 + <group>
  2274 + </group>
  2275 + <fields>
  2276 + </fields>
  2277 + <cluster_schema/>
  2278 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2279 + <xloc>692</xloc>
  2280 + <yloc>44</yloc>
  2281 + <draw>Y</draw>
  2282 + </GUI>
  2283 + </step>
  2284 +
  2285 + <step>
  2286 + <name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</name>
  2287 + <type>Normaliser</type>
  2288 + <description/>
  2289 + <distribute>Y</distribute>
  2290 + <custom_distribution/>
  2291 + <copies>1</copies>
  2292 + <partitioning>
  2293 + <method>none</method>
  2294 + <schema_name/>
  2295 + </partitioning>
  2296 + <typefield>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</typefield>
  2297 + <fields> </fields> <cluster_schema/>
  2298 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2299 + <xloc>248</xloc>
  2300 + <yloc>44</yloc>
  2301 + <draw>Y</draw>
  2302 + </GUI>
  2303 + </step>
  2304 +
  2305 + <step>
  2306 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</name>
  2307 + <type>ValueMapper</type>
  2308 + <description/>
  2309 + <distribute>Y</distribute>
  2310 + <custom_distribution/>
  2311 + <copies>1</copies>
  2312 + <partitioning>
  2313 + <method>none</method>
  2314 + <schema_name/>
  2315 + </partitioning>
  2316 + <field_to_use>bctype</field_to_use>
  2317 + <target_field>bctype_code</target_field>
  2318 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2319 + <fields>
  2320 + <field>
  2321 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2322 + <target_value>normal</target_value>
  2323 + </field>
  2324 + <field>
  2325 + <source_value>&#x51fa;&#x573a;</source_value>
  2326 + <target_value>out</target_value>
  2327 + </field>
  2328 + <field>
  2329 + <source_value>&#x8fdb;&#x573a;</source_value>
  2330 + <target_value>in</target_value>
  2331 + </field>
  2332 + <field>
  2333 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2334 + <target_value>oil</target_value>
  2335 + </field>
  2336 + <field>
  2337 + <source_value>&#x4e34;&#x52a0;</source_value>
  2338 + <target_value>temp</target_value>
  2339 + </field>
  2340 + <field>
  2341 + <source_value>&#x533a;&#x95f4;</source_value>
  2342 + <target_value>region</target_value>
  2343 + </field>
  2344 + <field>
  2345 + <source_value>&#x653e;&#x7a7a;</source_value>
  2346 + <target_value>venting</target_value>
  2347 + </field>
  2348 + <field>
  2349 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2350 + <target_value>major</target_value>
  2351 + </field>
  2352 + </fields>
  2353 + <cluster_schema/>
  2354 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2355 + <xloc>149</xloc>
  2356 + <yloc>491</yloc>
  2357 + <draw>Y</draw>
  2358 + </GUI>
  2359 + </step>
  2360 +
  2361 + <step>
  2362 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</name>
  2363 + <type>ValueMapper</type>
  2364 + <description/>
  2365 + <distribute>Y</distribute>
  2366 + <custom_distribution/>
  2367 + <copies>1</copies>
  2368 + <partitioning>
  2369 + <method>none</method>
  2370 + <schema_name/>
  2371 + </partitioning>
  2372 + <field_to_use>bctype</field_to_use>
  2373 + <target_field>bctype_code</target_field>
  2374 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2375 + <fields>
  2376 + <field>
  2377 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2378 + <target_value>normal</target_value>
  2379 + </field>
  2380 + <field>
  2381 + <source_value>&#x51fa;&#x573a;</source_value>
  2382 + <target_value>out</target_value>
  2383 + </field>
  2384 + <field>
  2385 + <source_value>&#x8fdb;&#x573a;</source_value>
  2386 + <target_value>in</target_value>
  2387 + </field>
  2388 + <field>
  2389 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2390 + <target_value>oil</target_value>
  2391 + </field>
  2392 + <field>
  2393 + <source_value>&#x4e34;&#x52a0;</source_value>
  2394 + <target_value>temp</target_value>
  2395 + </field>
  2396 + <field>
  2397 + <source_value>&#x533a;&#x95f4;</source_value>
  2398 + <target_value>region</target_value>
  2399 + </field>
  2400 + <field>
  2401 + <source_value>&#x653e;&#x7a7a;</source_value>
  2402 + <target_value>venting</target_value>
  2403 + </field>
  2404 + <field>
  2405 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2406 + <target_value>major</target_value>
  2407 + </field>
  2408 + </fields>
  2409 + <cluster_schema/>
  2410 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2411 + <xloc>333</xloc>
  2412 + <yloc>681</yloc>
  2413 + <draw>Y</draw>
  2414 + </GUI>
  2415 + </step>
  2416 +
  2417 + <step>
  2418 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</name>
  2419 + <type>ValueMapper</type>
  2420 + <description/>
  2421 + <distribute>Y</distribute>
  2422 + <custom_distribution/>
  2423 + <copies>1</copies>
  2424 + <partitioning>
  2425 + <method>none</method>
  2426 + <schema_name/>
  2427 + </partitioning>
  2428 + <field_to_use>bctype</field_to_use>
  2429 + <target_field>bctype_code</target_field>
  2430 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2431 + <fields>
  2432 + <field>
  2433 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2434 + <target_value>normal</target_value>
  2435 + </field>
  2436 + <field>
  2437 + <source_value>&#x51fa;&#x573a;</source_value>
  2438 + <target_value>out</target_value>
  2439 + </field>
  2440 + <field>
  2441 + <source_value>&#x8fdb;&#x573a;</source_value>
  2442 + <target_value>in</target_value>
  2443 + </field>
  2444 + <field>
  2445 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2446 + <target_value>oil</target_value>
  2447 + </field>
  2448 + <field>
  2449 + <source_value>&#x4e34;&#x52a0;</source_value>
  2450 + <target_value>temp</target_value>
  2451 + </field>
  2452 + <field>
  2453 + <source_value>&#x533a;&#x95f4;</source_value>
  2454 + <target_value>region</target_value>
  2455 + </field>
  2456 + <field>
  2457 + <source_value>&#x653e;&#x7a7a;</source_value>
  2458 + <target_value>venting</target_value>
  2459 + </field>
  2460 + <field>
  2461 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2462 + <target_value>major</target_value>
  2463 + </field>
  2464 + </fields>
  2465 + <cluster_schema/>
  2466 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2467 + <xloc>551</xloc>
  2468 + <yloc>928</yloc>
  2469 + <draw>Y</draw>
  2470 + </GUI>
  2471 + </step>
  2472 +
  2473 + <step>
  2474 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</name>
  2475 + <type>SelectValues</type>
  2476 + <description/>
  2477 + <distribute>Y</distribute>
  2478 + <custom_distribution/>
  2479 + <copies>1</copies>
  2480 + <partitioning>
  2481 + <method>none</method>
  2482 + <schema_name/>
  2483 + </partitioning>
  2484 + <fields> <select_unspecified>N</select_unspecified>
  2485 + <meta> <name>jhlc</name>
  2486 + <rename>jhlc</rename>
  2487 + <type>Number</type>
  2488 + <length>-2</length>
  2489 + <precision>-2</precision>
  2490 + <conversion_mask/>
  2491 + <date_format_lenient>false</date_format_lenient>
  2492 + <date_format_locale/>
  2493 + <date_format_timezone/>
  2494 + <lenient_string_to_number>false</lenient_string_to_number>
  2495 + <encoding/>
  2496 + <decimal_symbol/>
  2497 + <grouping_symbol/>
  2498 + <currency_symbol/>
  2499 + <storage_type/>
  2500 + </meta> <meta> <name>bcsj</name>
  2501 + <rename>bcsj</rename>
  2502 + <type>Integer</type>
  2503 + <length>-2</length>
  2504 + <precision>-2</precision>
  2505 + <conversion_mask/>
  2506 + <date_format_lenient>false</date_format_lenient>
  2507 + <date_format_locale/>
  2508 + <date_format_timezone/>
  2509 + <lenient_string_to_number>false</lenient_string_to_number>
  2510 + <encoding/>
  2511 + <decimal_symbol/>
  2512 + <grouping_symbol/>
  2513 + <currency_symbol/>
  2514 + <storage_type/>
  2515 + </meta> </fields> <cluster_schema/>
  2516 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2517 + <xloc>146</xloc>
  2518 + <yloc>768</yloc>
  2519 + <draw>Y</draw>
  2520 + </GUI>
  2521 + </step>
  2522 +
  2523 + <step>
  2524 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</name>
  2525 + <type>SelectValues</type>
  2526 + <description/>
  2527 + <distribute>Y</distribute>
  2528 + <custom_distribution/>
  2529 + <copies>1</copies>
  2530 + <partitioning>
  2531 + <method>none</method>
  2532 + <schema_name/>
  2533 + </partitioning>
  2534 + <fields> <select_unspecified>N</select_unspecified>
  2535 + <meta> <name>out_mileage</name>
  2536 + <rename>out_mileage</rename>
  2537 + <type>Number</type>
  2538 + <length>-2</length>
  2539 + <precision>-2</precision>
  2540 + <conversion_mask/>
  2541 + <date_format_lenient>false</date_format_lenient>
  2542 + <date_format_locale/>
  2543 + <date_format_timezone/>
  2544 + <lenient_string_to_number>false</lenient_string_to_number>
  2545 + <encoding/>
  2546 + <decimal_symbol/>
  2547 + <grouping_symbol/>
  2548 + <currency_symbol/>
  2549 + <storage_type/>
  2550 + </meta> <meta> <name>out_time</name>
  2551 + <rename>out_time</rename>
  2552 + <type>Integer</type>
  2553 + <length>-2</length>
  2554 + <precision>-2</precision>
  2555 + <conversion_mask/>
  2556 + <date_format_lenient>false</date_format_lenient>
  2557 + <date_format_locale/>
  2558 + <date_format_timezone/>
  2559 + <lenient_string_to_number>false</lenient_string_to_number>
  2560 + <encoding/>
  2561 + <decimal_symbol/>
  2562 + <grouping_symbol/>
  2563 + <currency_symbol/>
  2564 + <storage_type/>
  2565 + </meta> <meta> <name>sxx</name>
  2566 + <rename>sxx</rename>
  2567 + <type>Integer</type>
  2568 + <length>-2</length>
  2569 + <precision>-2</precision>
  2570 + <conversion_mask/>
  2571 + <date_format_lenient>false</date_format_lenient>
  2572 + <date_format_locale/>
  2573 + <date_format_timezone/>
  2574 + <lenient_string_to_number>false</lenient_string_to_number>
  2575 + <encoding/>
  2576 + <decimal_symbol/>
  2577 + <grouping_symbol/>
  2578 + <currency_symbol/>
  2579 + <storage_type/>
  2580 + </meta> </fields> <cluster_schema/>
  2581 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2582 + <xloc>338</xloc>
  2583 + <yloc>1008</yloc>
  2584 + <draw>Y</draw>
  2585 + </GUI>
  2586 + </step>
  2587 +
  2588 + <step>
  2589 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</name>
  2590 + <type>SelectValues</type>
  2591 + <description/>
  2592 + <distribute>Y</distribute>
  2593 + <custom_distribution/>
  2594 + <copies>1</copies>
  2595 + <partitioning>
  2596 + <method>none</method>
  2597 + <schema_name/>
  2598 + </partitioning>
  2599 + <fields> <select_unspecified>N</select_unspecified>
  2600 + <meta> <name>parade_mileage</name>
  2601 + <rename>parade_mileage</rename>
  2602 + <type>Number</type>
  2603 + <length>-2</length>
  2604 + <precision>-2</precision>
  2605 + <conversion_mask/>
  2606 + <date_format_lenient>false</date_format_lenient>
  2607 + <date_format_locale/>
  2608 + <date_format_timezone/>
  2609 + <lenient_string_to_number>false</lenient_string_to_number>
  2610 + <encoding/>
  2611 + <decimal_symbol/>
  2612 + <grouping_symbol/>
  2613 + <currency_symbol/>
  2614 + <storage_type/>
  2615 + </meta> <meta> <name>parade_time</name>
  2616 + <rename>parade_time</rename>
  2617 + <type>Integer</type>
  2618 + <length>-2</length>
  2619 + <precision>-2</precision>
  2620 + <conversion_mask/>
  2621 + <date_format_lenient>false</date_format_lenient>
  2622 + <date_format_locale/>
  2623 + <date_format_timezone/>
  2624 + <lenient_string_to_number>false</lenient_string_to_number>
  2625 + <encoding/>
  2626 + <decimal_symbol/>
  2627 + <grouping_symbol/>
  2628 + <currency_symbol/>
  2629 + <storage_type/>
  2630 + </meta> <meta> <name>sxx2</name>
  2631 + <rename>sxx2</rename>
  2632 + <type>Integer</type>
  2633 + <length>-2</length>
  2634 + <precision>-2</precision>
  2635 + <conversion_mask/>
  2636 + <date_format_lenient>false</date_format_lenient>
  2637 + <date_format_locale/>
  2638 + <date_format_timezone/>
  2639 + <lenient_string_to_number>false</lenient_string_to_number>
  2640 + <encoding/>
  2641 + <decimal_symbol/>
  2642 + <grouping_symbol/>
  2643 + <currency_symbol/>
  2644 + <storage_type/>
  2645 + </meta> </fields> <cluster_schema/>
  2646 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2647 + <xloc>847</xloc>
  2648 + <yloc>1003</yloc>
  2649 + <draw>Y</draw>
  2650 + </GUI>
  2651 + </step>
  2652 +
  2653 + <step>
  2654 + <name>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</name>
  2655 + <type>ValueMapper</type>
  2656 + <description/>
  2657 + <distribute>Y</distribute>
  2658 + <custom_distribution/>
  2659 + <copies>1</copies>
  2660 + <partitioning>
  2661 + <method>none</method>
  2662 + <schema_name/>
  2663 + </partitioning>
  2664 + <field_to_use>qdzname</field_to_use>
  2665 + <target_field>bctype</target_field>
  2666 + <non_match_default>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</non_match_default>
  2667 + <fields>
  2668 + <field>
  2669 + <source_value>&#x51fa;&#x573a;</source_value>
  2670 + <target_value>&#x51fa;&#x573a;</target_value>
  2671 + </field>
  2672 + <field>
  2673 + <source_value>&#x8fdb;&#x573a;</source_value>
  2674 + <target_value>&#x8fdb;&#x573a;</target_value>
  2675 + </field>
  2676 + </fields>
  2677 + <cluster_schema/>
  2678 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2679 + <xloc>1014</xloc>
  2680 + <yloc>401</yloc>
  2681 + <draw>Y</draw>
  2682 + </GUI>
  2683 + </step>
  2684 +
  2685 + <step>
  2686 + <name>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</name>
  2687 + <type>JoinRows</type>
  2688 + <description/>
  2689 + <distribute>Y</distribute>
  2690 + <custom_distribution/>
  2691 + <copies>1</copies>
  2692 + <partitioning>
  2693 + <method>none</method>
  2694 + <schema_name/>
  2695 + </partitioning>
  2696 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2697 + <prefix>out</prefix>
  2698 + <cache_size>500</cache_size>
  2699 + <main/>
  2700 + <compare>
  2701 +<condition>
  2702 + <negated>N</negated>
  2703 + <leftvalue/>
  2704 + <function>&#x3d;</function>
  2705 + <rightvalue/>
  2706 + </condition>
  2707 + </compare>
  2708 + <cluster_schema/>
  2709 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2710 + <xloc>310</xloc>
  2711 + <yloc>133</yloc>
  2712 + <draw>Y</draw>
  2713 + </GUI>
  2714 + </step>
  2715 +
  2716 + <step>
  2717 + <name>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</name>
  2718 + <type>FilterRows</type>
  2719 + <description/>
  2720 + <distribute>Y</distribute>
  2721 + <custom_distribution/>
  2722 + <copies>1</copies>
  2723 + <partitioning>
  2724 + <method>none</method>
  2725 + <schema_name/>
  2726 + </partitioning>
  2727 +<send_true_to/>
  2728 +<send_false_to/>
  2729 + <compare>
  2730 +<condition>
  2731 + <negated>N</negated>
  2732 + <leftvalue>sendtime</leftvalue>
  2733 + <function>IS NOT NULL</function>
  2734 + <rightvalue/>
  2735 + </condition>
  2736 + </compare>
  2737 + <cluster_schema/>
  2738 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2739 + <xloc>571</xloc>
  2740 + <yloc>44</yloc>
  2741 + <draw>Y</draw>
  2742 + </GUI>
  2743 + </step>
  2744 +
  2745 + <step>
  2746 + <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
  2747 + <type>ScriptValueMod</type>
  2748 + <description/>
  2749 + <distribute>Y</distribute>
  2750 + <custom_distribution/>
  2751 + <copies>1</copies>
  2752 + <partitioning>
  2753 + <method>none</method>
  2754 + <schema_name/>
  2755 + </partitioning>
  2756 + <compatible>N</compatible>
  2757 + <optimizationLevel>9</optimizationLevel>
  2758 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  2759 + <jsScript_name>Script 1</jsScript_name>
  2760 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var qdzname_calcu &#x3d; cc_groups&#x5b;gno - 2&#x5d;&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#x662f;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x8fd9;&#x91cc;&#x53ea;&#x6709;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#xff0c;&#x8fd8;&#x9700;&#x8981;&#x8ba1;&#x7b97;&#xa;var startZdtype_calcu &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype_calcu &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  2761 + </jsScript> </jsScripts> <fields> <field> <name>qdzname_calcu</name>
  2762 + <rename>qdzname_calcu</rename>
  2763 + <type>String</type>
  2764 + <length>-1</length>
  2765 + <precision>-1</precision>
  2766 + <replace>N</replace>
  2767 + </field> <field> <name>startZdtype_calcu</name>
  2768 + <rename>startZdtype_calcu</rename>
  2769 + <type>String</type>
  2770 + <length>-1</length>
  2771 + <precision>-1</precision>
  2772 + <replace>N</replace>
  2773 + </field> <field> <name>endZdtype_calcu</name>
  2774 + <rename>endZdtype_calcu</rename>
  2775 + <type>String</type>
  2776 + <length>-1</length>
  2777 + <precision>-1</precision>
  2778 + <replace>N</replace>
  2779 + </field> <field> <name>destory</name>
  2780 + <rename>destory</rename>
  2781 + <type>Integer</type>
  2782 + <length>-1</length>
  2783 + <precision>-1</precision>
  2784 + <replace>N</replace>
  2785 + </field> </fields> <cluster_schema/>
  2786 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2787 + <xloc>754</xloc>
  2788 + <yloc>610</yloc>
  2789 + <draw>Y</draw>
  2790 + </GUI>
  2791 + </step>
  2792 +
  2793 + <step>
  2794 + <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  2795 + <type>Dummy</type>
  2796 + <description/>
  2797 + <distribute>Y</distribute>
  2798 + <custom_distribution/>
  2799 + <copies>1</copies>
  2800 + <partitioning>
  2801 + <method>none</method>
  2802 + <schema_name/>
  2803 + </partitioning>
  2804 + <cluster_schema/>
  2805 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2806 + <xloc>997</xloc>
  2807 + <yloc>606</yloc>
  2808 + <draw>Y</draw>
  2809 + </GUI>
  2810 + </step>
  2811 +
  2812 + <step_error_handling>
  2813 + <error>
  2814 + <source_step>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</source_step>
  2815 + <target_step/>
  2816 + <is_enabled>Y</is_enabled>
  2817 + <nr_valuename>c1</nr_valuename>
  2818 + <descriptions_valuename>c2</descriptions_valuename>
  2819 + <fields_valuename>c3</fields_valuename>
  2820 + <codes_valuename>c4</codes_valuename>
  2821 + <max_errors/>
  2822 + <max_pct_errors/>
  2823 + <min_pct_rows/>
  2824 + </error>
  2825 + </step_error_handling>
  2826 + <slave-step-copy-partition-distribution>
  2827 +</slave-step-copy-partition-distribution>
  2828 + <slave_transformation>N</slave_transformation>
  2829 +
  2830 +</transformation>
... ...
src/main/resources/datatools/ktrs/ttinfodetailDataInput2.ktr 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x5bfc;&#x51fa;2</name>
  5 + <description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</description>
  6 + <extended_description>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</extended_description>
  7 + <trans_version/>
  8 + <trans_type>Normal</trans_type>
  9 + <trans_status>0</trans_status>
  10 + <directory>&#x2f;</directory>
  11 + <parameters>
  12 + </parameters>
  13 + <log>
  14 +<trans-log-table><connection/>
  15 +<schema/>
  16 +<table/>
  17 +<size_limit_lines/>
  18 +<interval/>
  19 +<timeout_days/>
  20 +<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>
  21 +<perf-log-table><connection/>
  22 +<schema/>
  23 +<table/>
  24 +<interval/>
  25 +<timeout_days/>
  26 +<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>
  27 +<channel-log-table><connection/>
  28 +<schema/>
  29 +<table/>
  30 +<timeout_days/>
  31 +<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>
  32 +<step-log-table><connection/>
  33 +<schema/>
  34 +<table/>
  35 +<timeout_days/>
  36 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>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>
  37 +<metrics-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>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>
  42 + </log>
  43 + <maxdate>
  44 + <connection/>
  45 + <table/>
  46 + <field/>
  47 + <offset>0.0</offset>
  48 + <maxdiff>0.0</maxdiff>
  49 + </maxdate>
  50 + <size_rowset>10000</size_rowset>
  51 + <sleep_time_empty>50</sleep_time_empty>
  52 + <sleep_time_full>50</sleep_time_full>
  53 + <unique_connections>N</unique_connections>
  54 + <feedback_shown>Y</feedback_shown>
  55 + <feedback_size>50000</feedback_size>
  56 + <using_thread_priorities>Y</using_thread_priorities>
  57 + <shared_objects_file/>
  58 + <capture_step_performance>N</capture_step_performance>
  59 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  60 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  61 + <dependencies>
  62 + </dependencies>
  63 + <partitionschemas>
  64 + </partitionschemas>
  65 + <slaveservers>
  66 + </slaveservers>
  67 + <clusterschemas>
  68 + </clusterschemas>
  69 + <created_user>-</created_user>
  70 + <created_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</created_date>
  71 + <modified_user>-</modified_user>
  72 + <modified_date>2016&#x2f;06&#x2f;30 12&#x3a;21&#x3a;57.536</modified_date>
  73 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  74 + <is_key_private>N</is_key_private>
  75 + </info>
  76 + <notepads>
  77 + <notepad>
  78 + <note>&#x5b57;&#x5178;&#x8868;&#x5bf9;&#x5e94;&#xff08;&#x4ee5;&#x540e;&#x76f4;&#x63a5;&#x67e5;&#x627e;&#x8868; bsth_c_sys_dictionary&#xff09;&#xa;&#x7c7b;&#x578b; &#x4ee3;&#x7801; &#x540d;&#x79f0;&#xa;LineTrend 0 &#x4e0a;&#x884c;&#xa;LineTrend 1 &#x4e0b;&#x884c;&#xa;ScheduleType normal &#x6b63;&#x5e38;&#x73ed;&#x6b21;&#xa;ScheduleType out &#x51fa;&#x573a;&#xa;ScheduleType in &#x8fdb;&#x573a;&#xa;ScheduleType temp &#x4e34;&#x52a0;&#xa;ScheduleType region &#x533a;&#x95f4;&#xa;ScheduleType venting &#x653e;&#x7a7a;&#xa;ScheduleType major &#x653e;&#x5927;&#x7ad9;</note>
  79 + <xloc>606</xloc>
  80 + <yloc>129</yloc>
  81 + <width>332</width>
  82 + <heigth>186</heigth>
  83 + <fontname>YaHei Consolas Hybrid</fontname>
  84 + <fontsize>12</fontsize>
  85 + <fontbold>N</fontbold>
  86 + <fontitalic>N</fontitalic>
  87 + <fontcolorred>0</fontcolorred>
  88 + <fontcolorgreen>0</fontcolorgreen>
  89 + <fontcolorblue>0</fontcolorblue>
  90 + <backgroundcolorred>255</backgroundcolorred>
  91 + <backgroundcolorgreen>205</backgroundcolorgreen>
  92 + <backgroundcolorblue>112</backgroundcolorblue>
  93 + <bordercolorred>100</bordercolorred>
  94 + <bordercolorgreen>100</bordercolorgreen>
  95 + <bordercolorblue>100</bordercolorblue>
  96 + <drawshadow>Y</drawshadow>
  97 + </notepad>
  98 + <notepad>
  99 + <note>&#x56e0;&#x4e3a;&#x65f6;&#x523b;&#x8868;&#x8f93;&#x5165;&#x683c;&#x5f0f;&#x4e0d;&#x786e;&#x5b9a;&#x6027;&#xff0c;&#x4e3b;&#x8981;&#x56e0;&#x4e3a;&#x8868;&#x7ed3;&#x6784;&#x662f;&#x53cd;&#x8303;&#x5f0f;&#x5316;&#x7684;&#xff0c;&#xa;&#x6240;&#x4ee5;&#x9700;&#x8981;&#x5916;&#x90e8;&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xff0c;&#x5934;&#x4e09;&#x4e2a;step&#x52a8;&#x6001;&#x6307;&#x5b9a;&#x613f;&#x6570;&#x636e;&#xa;&#xa;</note>
  100 + <xloc>79</xloc>
  101 + <yloc>206</yloc>
  102 + <width>346</width>
  103 + <heigth>74</heigth>
  104 + <fontname>YaHei Consolas Hybrid</fontname>
  105 + <fontsize>12</fontsize>
  106 + <fontbold>N</fontbold>
  107 + <fontitalic>N</fontitalic>
  108 + <fontcolorred>0</fontcolorred>
  109 + <fontcolorgreen>0</fontcolorgreen>
  110 + <fontcolorblue>0</fontcolorblue>
  111 + <backgroundcolorred>255</backgroundcolorred>
  112 + <backgroundcolorgreen>205</backgroundcolorgreen>
  113 + <backgroundcolorblue>112</backgroundcolorblue>
  114 + <bordercolorred>100</bordercolorred>
  115 + <bordercolorgreen>100</bordercolorgreen>
  116 + <bordercolorblue>100</bordercolorblue>
  117 + <drawshadow>Y</drawshadow>
  118 + </notepad>
  119 + <notepad>
  120 + <note>&#x8fd9;&#x91cc;&#x6709;&#x4e9b;&#x95ee;&#x9898;&#xa;&#x5728;window2012&#x7684;&#x73af;&#x5883;&#x4e0b;&#xff0c;&#xa;MySql&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x4e2d;&#x5982;&#x679c;&#x8fd4;&#x56de;&#x4e2d;&#x6587;&#x5185;&#x5bb9;&#x7684;&#x5b57;&#x6bb5;&#xff0c;&#x8fd9;&#x4e2a;&#x5185;&#x5bb9;&#x4e71;&#x7801;&#xa;&#x89e3;&#x51b3;&#x529e;&#x6cd5;&#xff0c;&#x5c31;&#x662f;&#x6570;&#x636e;&#x5e93;&#x67e5;&#x8be2;&#x5168;&#x90e8;&#x7f13;&#x5b58;&#xff0c;&#x5c31;&#x4e0d;&#x4e71;&#x7801;&#xa;linux&#x73af;&#x5883;&#x4e0b;&#x6ca1;&#x95ee;&#x9898;</note>
  121 + <xloc>721</xloc>
  122 + <yloc>762</yloc>
  123 + <width>333</width>
  124 + <heigth>90</heigth>
  125 + <fontname>YaHei Consolas Hybrid</fontname>
  126 + <fontsize>12</fontsize>
  127 + <fontbold>N</fontbold>
  128 + <fontitalic>N</fontitalic>
  129 + <fontcolorred>0</fontcolorred>
  130 + <fontcolorgreen>0</fontcolorgreen>
  131 + <fontcolorblue>0</fontcolorblue>
  132 + <backgroundcolorred>255</backgroundcolorred>
  133 + <backgroundcolorgreen>205</backgroundcolorgreen>
  134 + <backgroundcolorblue>112</backgroundcolorblue>
  135 + <bordercolorred>100</bordercolorred>
  136 + <bordercolorgreen>100</bordercolorgreen>
  137 + <bordercolorblue>100</bordercolorblue>
  138 + <drawshadow>Y</drawshadow>
  139 + </notepad>
  140 + <notepad>
  141 + <note>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
  142 + <xloc>104</xloc>
  143 + <yloc>939</yloc>
  144 + <width>178</width>
  145 + <heigth>42</heigth>
  146 + <fontname>YaHei Consolas Hybrid</fontname>
  147 + <fontsize>12</fontsize>
  148 + <fontbold>N</fontbold>
  149 + <fontitalic>N</fontitalic>
  150 + <fontcolorred>0</fontcolorred>
  151 + <fontcolorgreen>0</fontcolorgreen>
  152 + <fontcolorblue>0</fontcolorblue>
  153 + <backgroundcolorred>255</backgroundcolorred>
  154 + <backgroundcolorgreen>205</backgroundcolorgreen>
  155 + <backgroundcolorblue>112</backgroundcolorblue>
  156 + <bordercolorred>100</bordercolorred>
  157 + <bordercolorgreen>100</bordercolorgreen>
  158 + <bordercolorblue>100</bordercolorblue>
  159 + <drawshadow>Y</drawshadow>
  160 + </notepad>
  161 + <notepad>
  162 + <note>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#xff0c;&#x65b9;&#x5411;&#x6709;&#x65f6;&#x786e;&#x5b9a;&#x4e0d;&#x51c6;&#xff0c;&#xa;&#x7a7a;&#x7684;&#x60c5;&#x51b5;&#x4e0b;&#x8bbe;&#x5b9a;&#x4e3a;0&#xff08;&#x4e0a;&#x884c;&#xff09;</note>
  163 + <xloc>578</xloc>
  164 + <yloc>1084</yloc>
  165 + <width>178</width>
  166 + <heigth>42</heigth>
  167 + <fontname>YaHei Consolas Hybrid</fontname>
  168 + <fontsize>12</fontsize>
  169 + <fontbold>N</fontbold>
  170 + <fontitalic>N</fontitalic>
  171 + <fontcolorred>0</fontcolorred>
  172 + <fontcolorgreen>0</fontcolorgreen>
  173 + <fontcolorblue>0</fontcolorblue>
  174 + <backgroundcolorred>255</backgroundcolorred>
  175 + <backgroundcolorgreen>205</backgroundcolorgreen>
  176 + <backgroundcolorblue>112</backgroundcolorblue>
  177 + <bordercolorred>100</bordercolorred>
  178 + <bordercolorgreen>100</bordercolorgreen>
  179 + <bordercolorblue>100</bordercolorblue>
  180 + <drawshadow>Y</drawshadow>
  181 + </notepad>
  182 + </notepads>
  183 + <connection>
  184 + <name>bus_control_variable</name>
  185 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  186 + <type>MYSQL</type>
  187 + <access>Native</access>
  188 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  189 + <port>3306</port>
  190 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  191 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  192 + <servername/>
  193 + <data_tablespace/>
  194 + <index_tablespace/>
  195 + <attributes>
  196 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  197 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  198 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  199 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  200 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  201 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  202 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  203 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  204 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  205 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  206 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  207 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  208 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  209 + </attributes>
  210 + </connection>
  211 + <connection>
  212 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  213 + <server>localhost</server>
  214 + <type>MYSQL</type>
  215 + <access>Native</access>
  216 + <database>control</database>
  217 + <port>3306</port>
  218 + <username>root</username>
  219 + <password>Encrypted </password>
  220 + <servername/>
  221 + <data_tablespace/>
  222 + <index_tablespace/>
  223 + <attributes>
  224 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  225 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  226 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  227 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  228 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  229 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  230 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  231 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  232 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  233 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  234 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  235 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  236 + </attributes>
  237 + </connection>
  238 + <connection>
  239 + <name>bus_control_&#x672c;&#x673a;</name>
  240 + <server>localhost</server>
  241 + <type>MYSQL</type>
  242 + <access>Native</access>
  243 + <database>control</database>
  244 + <port>3306</port>
  245 + <username>root</username>
  246 + <password>Encrypted </password>
  247 + <servername/>
  248 + <data_tablespace/>
  249 + <index_tablespace/>
  250 + <attributes>
  251 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  252 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  253 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  254 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  255 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  256 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  257 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  258 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  259 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  260 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  261 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  262 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  263 + </attributes>
  264 + </connection>
  265 + <connection>
  266 + <name>xlab_mysql_youle</name>
  267 + <server>101.231.124.8</server>
  268 + <type>MYSQL</type>
  269 + <access>Native</access>
  270 + <database>xlab_youle</database>
  271 + <port>45687</port>
  272 + <username>xlab-youle</username>
  273 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  274 + <servername/>
  275 + <data_tablespace/>
  276 + <index_tablespace/>
  277 + <attributes>
  278 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  279 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  280 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  281 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  282 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  283 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  284 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  285 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  286 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  287 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  288 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  289 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  290 + </attributes>
  291 + </connection>
  292 + <connection>
  293 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  294 + <server>localhost</server>
  295 + <type>MYSQL</type>
  296 + <access>Native</access>
  297 + <database>xlab_youle</database>
  298 + <port>3306</port>
  299 + <username>root</username>
  300 + <password>Encrypted </password>
  301 + <servername/>
  302 + <data_tablespace/>
  303 + <index_tablespace/>
  304 + <attributes>
  305 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  306 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  307 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  308 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  309 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  310 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  311 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  312 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  313 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  314 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  315 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  316 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  317 + </attributes>
  318 + </connection>
  319 + <connection>
  320 + <name>xlab_youle</name>
  321 + <server/>
  322 + <type>MYSQL</type>
  323 + <access>JNDI</access>
  324 + <database>xlab_youle</database>
  325 + <port>1521</port>
  326 + <username/>
  327 + <password>Encrypted </password>
  328 + <servername/>
  329 + <data_tablespace/>
  330 + <index_tablespace/>
  331 + <attributes>
  332 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  333 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  334 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  335 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  336 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  337 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  338 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  339 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  340 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  341 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  342 + </attributes>
  343 + </connection>
  344 + <order>
  345 + <hop> <from>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</from><to>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</to><enabled>Y</enabled> </hop>
  346 + <hop> <from>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</from><to>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</to><enabled>Y</enabled> </hop>
  347 + <hop> <from>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</from><to>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</to><enabled>Y</enabled> </hop>
  348 + <hop> <from>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</from><to>&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  349 + <hop> <from>&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</to><enabled>Y</enabled> </hop>
  350 + <hop> <from>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  351 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</from><to>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  352 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
  353 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
  354 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</from><to>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
  355 + <hop> <from>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</to><enabled>Y</enabled> </hop>
  356 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</to><enabled>Y</enabled> </hop>
  357 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  358 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  359 + <hop> <from>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  360 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  361 + <hop> <from>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</to><enabled>Y</enabled> </hop>
  362 + <hop> <from>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  363 + <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  364 + <hop> <from>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  365 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  366 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  367 + <hop> <from>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  368 + <hop> <from>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</from><to>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</to><enabled>Y</enabled> </hop>
  369 + <hop> <from>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</from><to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</to><enabled>Y</enabled> </hop>
  370 + <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</to><enabled>Y</enabled> </hop>
  371 + <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</from><to>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
  372 + <hop> <from>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  373 + <hop> <from>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</to><enabled>Y</enabled> </hop>
  374 + <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</from><to>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</to><enabled>Y</enabled> </hop>
  375 + <hop> <from>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</from><to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
  376 + <hop> <from>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</to><enabled>Y</enabled> </hop>
  377 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</to><enabled>Y</enabled> </hop>
  378 + <hop> <from>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</from><to>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</to><enabled>Y</enabled> </hop>
  379 + <hop> <from>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</to><enabled>Y</enabled> </hop>
  380 + <hop> <from>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
  381 + <hop> <from>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</from><to>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</to><enabled>Y</enabled> </hop>
  382 + <hop> <from>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</from><to>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</to><enabled>Y</enabled> </hop>
  383 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</to><enabled>Y</enabled> </hop>
  384 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</from><to>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</to><enabled>Y</enabled> </hop>
  385 + <hop> <from>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</to><enabled>Y</enabled> </hop>
  386 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  387 + <hop> <from>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</to><enabled>Y</enabled> </hop>
  388 + <hop> <from>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</to><enabled>Y</enabled> </hop>
  389 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</to><enabled>Y</enabled> </hop>
  390 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</to><enabled>Y</enabled> </hop>
  391 + <hop> <from>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</from><to>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</to><enabled>Y</enabled> </hop>
  392 + <hop> <from>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</from><to>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</to><enabled>Y</enabled> </hop>
  393 + <hop> <from>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</to><enabled>Y</enabled> </hop>
  394 + </order>
  395 + <step>
  396 + <name>&#x4e0a;&#x4e0b;&#x884c;NULL&#x5224;&#x5b9a;</name>
  397 + <type>IfNull</type>
  398 + <description/>
  399 + <distribute>Y</distribute>
  400 + <custom_distribution/>
  401 + <copies>1</copies>
  402 + <partitioning>
  403 + <method>none</method>
  404 + <schema_name/>
  405 + </partitioning>
  406 + <replaceAllByValue/>
  407 + <replaceAllMask/>
  408 + <selectFields>Y</selectFields>
  409 + <selectValuesType>N</selectValuesType>
  410 + <setEmptyStringAll>N</setEmptyStringAll>
  411 + <valuetypes>
  412 + </valuetypes>
  413 + <fields>
  414 + <field>
  415 + <name>sxx</name>
  416 + <value>0</value>
  417 + <mask/>
  418 + <set_empty_string>N</set_empty_string>
  419 + </field>
  420 + </fields>
  421 + <cluster_schema/>
  422 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  423 + <xloc>335</xloc>
  424 + <yloc>938</yloc>
  425 + <draw>Y</draw>
  426 + </GUI>
  427 + </step>
  428 +
  429 + <step>
  430 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5224;&#x5b9a; 2</name>
  431 + <type>IfNull</type>
  432 + <description/>
  433 + <distribute>Y</distribute>
  434 + <custom_distribution/>
  435 + <copies>1</copies>
  436 + <partitioning>
  437 + <method>none</method>
  438 + <schema_name/>
  439 + </partitioning>
  440 + <replaceAllByValue/>
  441 + <replaceAllMask/>
  442 + <selectFields>Y</selectFields>
  443 + <selectValuesType>N</selectValuesType>
  444 + <setEmptyStringAll>N</setEmptyStringAll>
  445 + <valuetypes>
  446 + </valuetypes>
  447 + <fields>
  448 + <field>
  449 + <name>sxx2</name>
  450 + <value>0</value>
  451 + <mask/>
  452 + <set_empty_string>N</set_empty_string>
  453 + </field>
  454 + </fields>
  455 + <cluster_schema/>
  456 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  457 + <xloc>804</xloc>
  458 + <yloc>1081</yloc>
  459 + <draw>Y</draw>
  460 + </GUI>
  461 + </step>
  462 +
  463 + <step>
  464 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178;</name>
  465 + <type>ValueMapper</type>
  466 + <description/>
  467 + <distribute>Y</distribute>
  468 + <custom_distribution/>
  469 + <copies>1</copies>
  470 + <partitioning>
  471 + <method>none</method>
  472 + <schema_name/>
  473 + </partitioning>
  474 + <field_to_use>sxx</field_to_use>
  475 + <target_field>sxx_desc</target_field>
  476 + <non_match_default/>
  477 + <fields>
  478 + <field>
  479 + <source_value>0</source_value>
  480 + <target_value>&#x4e0a;&#x884c;</target_value>
  481 + </field>
  482 + <field>
  483 + <source_value>1</source_value>
  484 + <target_value>&#x4e0b;&#x884c;</target_value>
  485 + </field>
  486 + </fields>
  487 + <cluster_schema/>
  488 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  489 + <xloc>147</xloc>
  490 + <yloc>403</yloc>
  491 + <draw>Y</draw>
  492 + </GUI>
  493 + </step>
  494 +
  495 + <step>
  496 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 2</name>
  497 + <type>ValueMapper</type>
  498 + <description/>
  499 + <distribute>Y</distribute>
  500 + <custom_distribution/>
  501 + <copies>1</copies>
  502 + <partitioning>
  503 + <method>none</method>
  504 + <schema_name/>
  505 + </partitioning>
  506 + <field_to_use>sxx</field_to_use>
  507 + <target_field>sxx_desc</target_field>
  508 + <non_match_default/>
  509 + <fields>
  510 + <field>
  511 + <source_value>0</source_value>
  512 + <target_value>&#x4e0a;&#x884c;</target_value>
  513 + </field>
  514 + <field>
  515 + <source_value>1</source_value>
  516 + <target_value>&#x4e0b;&#x884c;</target_value>
  517 + </field>
  518 + </fields>
  519 + <cluster_schema/>
  520 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  521 + <xloc>331</xloc>
  522 + <yloc>598</yloc>
  523 + <draw>Y</draw>
  524 + </GUI>
  525 + </step>
  526 +
  527 + <step>
  528 + <name>&#x4e0a;&#x4e0b;&#x884c;&#x5b57;&#x5178; 3</name>
  529 + <type>ValueMapper</type>
  530 + <description/>
  531 + <distribute>Y</distribute>
  532 + <custom_distribution/>
  533 + <copies>1</copies>
  534 + <partitioning>
  535 + <method>none</method>
  536 + <schema_name/>
  537 + </partitioning>
  538 + <field_to_use>sxx</field_to_use>
  539 + <target_field>sxx_desc</target_field>
  540 + <non_match_default/>
  541 + <fields>
  542 + <field>
  543 + <source_value>0</source_value>
  544 + <target_value>&#x4e0a;&#x884c;</target_value>
  545 + </field>
  546 + <field>
  547 + <source_value>1</source_value>
  548 + <target_value>&#x4e0b;&#x884c;</target_value>
  549 + </field>
  550 + </fields>
  551 + <cluster_schema/>
  552 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  553 + <xloc>553</xloc>
  554 + <yloc>859</yloc>
  555 + <draw>Y</draw>
  556 + </GUI>
  557 + </step>
  558 +
  559 + <step>
  560 + <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x7ec8;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
  561 + <type>ScriptValueMod</type>
  562 + <description/>
  563 + <distribute>Y</distribute>
  564 + <custom_distribution/>
  565 + <copies>1</copies>
  566 + <partitioning>
  567 + <method>none</method>
  568 + <schema_name/>
  569 + </partitioning>
  570 + <compatible>N</compatible>
  571 + <optimizationLevel>9</optimizationLevel>
  572 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  573 + <jsScript_name>Script 1</jsScript_name>
  574 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var zdzname &#x3d; cc_groups&#x5b;gno&#x5d;&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#x662f;&#x4e0b;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x59cb;&#x7ad9;&#xa;var endZdtype &#x3d; &#x27;B&#x27;&#x3b;&#xa;&#x2f;&#x2f; var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  575 + </jsScript> </jsScripts> <fields> <field> <name>zdzname</name>
  576 + <rename>zdzname</rename>
  577 + <type>String</type>
  578 + <length>-1</length>
  579 + <precision>-1</precision>
  580 + <replace>N</replace>
  581 + </field> <field> <name>endZdtype</name>
  582 + <rename>endZdtype</rename>
  583 + <type>String</type>
  584 + <length>-1</length>
  585 + <precision>-1</precision>
  586 + <replace>N</replace>
  587 + </field> <field> <name>destory</name>
  588 + <rename>destory</rename>
  589 + <type>Integer</type>
  590 + <length>-1</length>
  591 + <precision>-1</precision>
  592 + <replace>N</replace>
  593 + </field> </fields> <cluster_schema/>
  594 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  595 + <xloc>575</xloc>
  596 + <yloc>502</yloc>
  597 + <draw>Y</draw>
  598 + </GUI>
  599 + </step>
  600 +
  601 + <step>
  602 + <name>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  603 + <type>Dummy</type>
  604 + <description/>
  605 + <distribute>Y</distribute>
  606 + <custom_distribution/>
  607 + <copies>1</copies>
  608 + <partitioning>
  609 + <method>none</method>
  610 + <schema_name/>
  611 + </partitioning>
  612 + <cluster_schema/>
  613 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  614 + <xloc>869</xloc>
  615 + <yloc>504</yloc>
  616 + <draw>Y</draw>
  617 + </GUI>
  618 + </step>
  619 +
  620 + <step>
  621 + <name>&#x5206;&#x7ec4;&#x5404;&#x4e2a;&#x8def;&#x724c;&#x7684;&#x7ad9;</name>
  622 + <type>GroupBy</type>
  623 + <description/>
  624 + <distribute>Y</distribute>
  625 + <custom_distribution/>
  626 + <copies>1</copies>
  627 + <partitioning>
  628 + <method>none</method>
  629 + <schema_name/>
  630 + </partitioning>
  631 + <all_rows>Y</all_rows>
  632 + <ignore_aggregate>N</ignore_aggregate>
  633 + <field_ignore/>
  634 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  635 + <prefix>grp</prefix>
  636 + <add_linenr>Y</add_linenr>
  637 + <linenr_fieldname>gno</linenr_fieldname>
  638 + <give_back_row>N</give_back_row>
  639 + <group>
  640 + <field>
  641 + <name>lp</name>
  642 + </field>
  643 + </group>
  644 + <fields>
  645 + <field>
  646 + <aggregate>qdzgroups</aggregate>
  647 + <subject>qdzname</subject>
  648 + <type>CONCAT_STRING</type>
  649 + <valuefield>,</valuefield>
  650 + </field>
  651 + </fields>
  652 + <cluster_schema/>
  653 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  654 + <xloc>892</xloc>
  655 + <yloc>44</yloc>
  656 + <draw>Y</draw>
  657 + </GUI>
  658 + </step>
  659 +
  660 + <step>
  661 + <name>&#x5339;&#x914d;&#x4e0a;&#x4e0b;&#x884c;&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  662 + <type>ScriptValueMod</type>
  663 + <description/>
  664 + <distribute>Y</distribute>
  665 + <custom_distribution/>
  666 + <copies>1</copies>
  667 + <partitioning>
  668 + <method>none</method>
  669 + <schema_name/>
  670 + </partitioning>
  671 + <compatible>N</compatible>
  672 + <optimizationLevel>9</optimizationLevel>
  673 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  674 + <jsScript_name>Script 1</jsScript_name>
  675 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var jhlc&#x3b; &#x2f;&#x2f; &#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var bcsj&#x3b; &#x2f;&#x2f; &#x73ed;&#x6b21;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; jhlc &#x3d; up_mileage&#x3b;&#xa; bcsj &#x3d; up_travel_time&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; jhlc &#x3d; down_mileage&#x3b;&#xa; bcsj &#x3d; down_travel_time&#x3b;&#xa;&#x7d;</jsScript_script>
  676 + </jsScript> </jsScripts> <fields> <field> <name>jhlc</name>
  677 + <rename>jhlc</rename>
  678 + <type>String</type>
  679 + <length>-1</length>
  680 + <precision>-1</precision>
  681 + <replace>N</replace>
  682 + </field> <field> <name>bcsj</name>
  683 + <rename>bcsj</rename>
  684 + <type>String</type>
  685 + <length>-1</length>
  686 + <precision>-1</precision>
  687 + <replace>N</replace>
  688 + </field> </fields> <cluster_schema/>
  689 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  690 + <xloc>148</xloc>
  691 + <yloc>674</yloc>
  692 + <draw>Y</draw>
  693 + </GUI>
  694 + </step>
  695 +
  696 + <step>
  697 + <name>&#x5339;&#x914d;&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  698 + <type>ScriptValueMod</type>
  699 + <description/>
  700 + <distribute>Y</distribute>
  701 + <custom_distribution/>
  702 + <copies>1</copies>
  703 + <partitioning>
  704 + <method>none</method>
  705 + <schema_name/>
  706 + </partitioning>
  707 + <compatible>N</compatible>
  708 + <optimizationLevel>9</optimizationLevel>
  709 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  710 + <jsScript_name>Script 1</jsScript_name>
  711 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var out_mileage&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var out_time&#x3b; &#x2f;&#x2f; &#x51fa;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; out_mileage &#x3d; up_out_mileage&#x3b;&#xa; out_time &#x3d; up_out_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; out_mileage &#x3d; down_out_mileage&#x3b;&#xa; out_time &#x3d; down_out_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
  712 + </jsScript> </jsScripts> <fields> <field> <name>out_mileage</name>
  713 + <rename>out_mileage</rename>
  714 + <type>String</type>
  715 + <length>-1</length>
  716 + <precision>-1</precision>
  717 + <replace>N</replace>
  718 + </field> <field> <name>out_time</name>
  719 + <rename>out_time</rename>
  720 + <type>String</type>
  721 + <length>-1</length>
  722 + <precision>-1</precision>
  723 + <replace>N</replace>
  724 + </field> </fields> <cluster_schema/>
  725 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  726 + <xloc>336</xloc>
  727 + <yloc>862</yloc>
  728 + <draw>Y</draw>
  729 + </GUI>
  730 + </step>
  731 +
  732 + <step>
  733 + <name>&#x5339;&#x914d;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  734 + <type>ScriptValueMod</type>
  735 + <description/>
  736 + <distribute>Y</distribute>
  737 + <custom_distribution/>
  738 + <copies>1</copies>
  739 + <partitioning>
  740 + <method>none</method>
  741 + <schema_name/>
  742 + </partitioning>
  743 + <compatible>N</compatible>
  744 + <optimizationLevel>9</optimizationLevel>
  745 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  746 + <jsScript_name>Script 1</jsScript_name>
  747 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var parade_mileage&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x91cc;&#x7a0b;&#xa;var parade_time&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x8ba1;&#x5212;&#x65f6;&#x95f4;&#xa;&#xa;if &#x28;sxx2 &#x3d;&#x3d; 0&#x29; &#x7b; &#x2f;&#x2f; &#x4e0a;&#x884c;&#xa; parade_mileage &#x3d; up_in_mileage&#x3b;&#xa; parade_time &#x3d; up_in_timer&#x3b;&#xa;&#x7d; else &#x7b; &#x2f;&#x2f; sxx &#x3d;&#x3d; 1 &#x4e0b;&#x884c;&#xa; parade_mileage &#x3d; down_in_mileage&#x3b;&#xa; parade_time &#x3d; down_in_timer&#x3b;&#xa;&#x7d;&#xa;&#xa;&#xa;&#xa;</jsScript_script>
  748 + </jsScript> </jsScripts> <fields> <field> <name>parade_mileage</name>
  749 + <rename>parade_mileage</rename>
  750 + <type>String</type>
  751 + <length>-1</length>
  752 + <precision>-1</precision>
  753 + <replace>N</replace>
  754 + </field> <field> <name>parade_time</name>
  755 + <rename>parade_time</rename>
  756 + <type>String</type>
  757 + <length>-1</length>
  758 + <precision>-1</precision>
  759 + <replace>N</replace>
  760 + </field> </fields> <cluster_schema/>
  761 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  762 + <xloc>726</xloc>
  763 + <yloc>1005</yloc>
  764 + <draw>Y</draw>
  765 + </GUI>
  766 + </step>
  767 +
  768 + <step>
  769 + <name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</name>
  770 + <type>DataGrid</type>
  771 + <description/>
  772 + <distribute>Y</distribute>
  773 + <custom_distribution/>
  774 + <copies>1</copies>
  775 + <partitioning>
  776 + <method>none</method>
  777 + <schema_name/>
  778 + </partitioning>
  779 + <fields>
  780 + </fields>
  781 + <data>
  782 + <line> </line>
  783 + </data>
  784 + <cluster_schema/>
  785 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  786 + <xloc>110</xloc>
  787 + <yloc>133</yloc>
  788 + <draw>Y</draw>
  789 + </GUI>
  790 + </step>
  791 +
  792 + <step>
  793 + <name>&#x5904;&#x7406;&#x6570;&#x636e;</name>
  794 + <type>ScriptValueMod</type>
  795 + <description/>
  796 + <distribute>Y</distribute>
  797 + <custom_distribution/>
  798 + <copies>1</copies>
  799 + <partitioning>
  800 + <method>none</method>
  801 + <schema_name/>
  802 + </partitioning>
  803 + <compatible>N</compatible>
  804 + <optimizationLevel>9</optimizationLevel>
  805 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  806 + <jsScript_name>Script 1</jsScript_name>
  807 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x4f7f;&#x7528;&#x6b63;&#x5219;&#x8868;&#x8fbe;&#x5f0f;&#x53bb;&#x9664;&#x7ad9;&#x70b9;&#x540d;&#x79f0;&#x4e2d;&#x7684;&#x6570;&#x5b57;&#xa;qdzname &#x3d; qdzname.replace&#x28;&#x2f;&#x5c;d&#x2b;&#x2f;g,&#x27;&#x27;&#x29;&#x3b;&#xa;&#xa;&#x2f;&#x2f; sendtime&#x5904;&#x7406;&#xff0c;hhmm&#xff0c;hh&#x3a;mm&#xff0c;hh,mm&#xa;var sendtime_calcu&#x3b;&#xa;if &#x28;sendtime.length &#x3d;&#x3d; 5&#x29; &#x7b; &#x2f;&#x2f; &#x6700;&#x957f;&#x683c;&#x5f0f;&#xff0c;&#x5305;&#x62ec;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x7edf;&#x4e00;&#x628a;&#x5206;&#x9694;&#x7b26;&#x66ff;&#x6362;&#x6210;&#x5192;&#x53f7;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;3, 2&#x29;&#x3b;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 4&#x29; &#x7b;&#xa; if &#x28;sendtime.indexOf&#x28;&#x22;&#x3a;&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x5192;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x65e0;&#x9700;&#x4fee;&#x6539;&#xa; sendtime_calcu &#x3d; sendtime&#x3b;&#xa; &#x7d; else if &#x28;sendtime.indexOf&#x28;&#x22;,&#x22;&#x29; &#x3e; 0&#x29; &#x7b; &#x2f;&#x2f; &#x9017;&#x53f7;&#x5206;&#x9694;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d; else &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 2&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;2, 2&#x29;&#x3b;&#xa; &#x7d;&#xa;&#x7d; else if &#x28;sendtime.length &#x3d;&#x3d; 3&#x29; &#x7b; &#x2f;&#x2f; &#x65e0;&#x5206;&#x9694;&#x7b26;&#xff0c;&#x6539;&#x6210;&#x5192;&#x53f7;&#x5206;&#x9694;&#xa; sendtime_calcu &#x3d; sendtime.substr&#x28;0, 1&#x29; &#x2b; &#x22;&#x3a;&#x22; &#x2b; sendtime.substr&#x28;1, 2&#x29;&#x3b;&#xa;&#x7d;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;&#x5206;&#x73ed;&#xa;var isfb &#x3d; 0&#x3b;&#xa;&#xa;&#x2f;&#x2f; &#x8bbe;&#x7f6e;isCanceled&#xa;var iscanceled &#x3d; 0&#x3b;</jsScript_script>
  808 + </jsScript> </jsScripts> <fields> <field> <name>qdzname</name>
  809 + <rename>qdzname</rename>
  810 + <type>String</type>
  811 + <length>-1</length>
  812 + <precision>-1</precision>
  813 + <replace>Y</replace>
  814 + </field> <field> <name>isfb</name>
  815 + <rename>isfb</rename>
  816 + <type>Integer</type>
  817 + <length>-1</length>
  818 + <precision>-1</precision>
  819 + <replace>N</replace>
  820 + </field> <field> <name>iscanceled</name>
  821 + <rename>iscanceled</rename>
  822 + <type>Integer</type>
  823 + <length>-1</length>
  824 + <precision>-1</precision>
  825 + <replace>N</replace>
  826 + </field> <field> <name>sendtime_calcu</name>
  827 + <rename>sendtime_calcu</rename>
  828 + <type>String</type>
  829 + <length>-1</length>
  830 + <precision>-1</precision>
  831 + <replace>N</replace>
  832 + </field> </fields> <cluster_schema/>
  833 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  834 + <xloc>788</xloc>
  835 + <yloc>44</yloc>
  836 + <draw>Y</draw>
  837 + </GUI>
  838 + </step>
  839 +
  840 + <step>
  841 + <name>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</name>
  842 + <type>SelectValues</type>
  843 + <description/>
  844 + <distribute>Y</distribute>
  845 + <custom_distribution/>
  846 + <copies>1</copies>
  847 + <partitioning>
  848 + <method>none</method>
  849 + <schema_name/>
  850 + </partitioning>
  851 + <fields> <field> <name>&#x8def;&#x724c;</name>
  852 + <rename>lp</rename>
  853 + <length>-2</length>
  854 + <precision>-2</precision>
  855 + </field> <field> <name>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</name>
  856 + <rename>qdzname</rename>
  857 + <length>-2</length>
  858 + <precision>-2</precision>
  859 + </field> <field> <name>&#x53d1;&#x8f66;&#x65f6;&#x95f4;</name>
  860 + <rename>sendtime</rename>
  861 + <length>-2</length>
  862 + <precision>-2</precision>
  863 + </field> <select_unspecified>Y</select_unspecified>
  864 + </fields> <cluster_schema/>
  865 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  866 + <xloc>444</xloc>
  867 + <yloc>131</yloc>
  868 + <draw>Y</draw>
  869 + </GUI>
  870 + </step>
  871 +
  872 + <step>
  873 + <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;1</name>
  874 + <type>FilterRows</type>
  875 + <description/>
  876 + <distribute>Y</distribute>
  877 + <custom_distribution/>
  878 + <copies>1</copies>
  879 + <partitioning>
  880 + <method>none</method>
  881 + <schema_name/>
  882 + </partitioning>
  883 +<send_true_to>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
  884 +<send_false_to>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</send_false_to>
  885 + <compare>
  886 +<condition>
  887 + <negated>N</negated>
  888 + <leftvalue>bctype</leftvalue>
  889 + <function>&#x3d;</function>
  890 + <rightvalue/>
  891 + <value><name>constant</name><type>String</type><text>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
  892 + </compare>
  893 + <cluster_schema/>
  894 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  895 + <xloc>860</xloc>
  896 + <yloc>401</yloc>
  897 + <draw>Y</draw>
  898 + </GUI>
  899 + </step>
  900 +
  901 + <step>
  902 + <name>&#x6309;&#x7167;&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x8fc7;&#x6ee4;&#x6570;&#x636e;2</name>
  903 + <type>FilterRows</type>
  904 + <description/>
  905 + <distribute>Y</distribute>
  906 + <custom_distribution/>
  907 + <copies>1</copies>
  908 + <partitioning>
  909 + <method>none</method>
  910 + <schema_name/>
  911 + </partitioning>
  912 +<send_true_to>&#x51fa;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_true_to>
  913 +<send_false_to>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</send_false_to>
  914 + <compare>
  915 +<condition>
  916 + <negated>N</negated>
  917 + <leftvalue>bctype</leftvalue>
  918 + <function>&#x3d;</function>
  919 + <rightvalue/>
  920 + <value><name>constant</name><type>String</type><text>&#x51fa;&#x573a;</text><length>-1</length><precision>-1</precision><isnull>N</isnull><mask/></value> </condition>
  921 + </compare>
  922 + <cluster_schema/>
  923 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  924 + <xloc>995</xloc>
  925 + <yloc>503</yloc>
  926 + <draw>Y</draw>
  927 + </GUI>
  928 + </step>
  929 +
  930 + <step>
  931 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</name>
  932 + <type>InsertUpdate</type>
  933 + <description/>
  934 + <distribute>Y</distribute>
  935 + <custom_distribution/>
  936 + <copies>1</copies>
  937 + <partitioning>
  938 + <method>none</method>
  939 + <schema_name/>
  940 + </partitioning>
  941 + <connection>bus_control_variable</connection>
  942 + <commit>100</commit>
  943 + <update_bypassed>N</update_bypassed>
  944 + <lookup>
  945 + <schema/>
  946 + <table>bsth_c_s_ttinfo_detail</table>
  947 + <key>
  948 + <name>xlid</name>
  949 + <field>xl</field>
  950 + <condition>&#x3d;</condition>
  951 + <name2/>
  952 + </key>
  953 + <key>
  954 + <name>ttid</name>
  955 + <field>ttinfo</field>
  956 + <condition>&#x3d;</condition>
  957 + <name2/>
  958 + </key>
  959 + <key>
  960 + <name>lpid</name>
  961 + <field>lp</field>
  962 + <condition>&#x3d;</condition>
  963 + <name2/>
  964 + </key>
  965 + <key>
  966 + <name>fcno</name>
  967 + <field>fcno</field>
  968 + <condition>&#x3d;</condition>
  969 + <name2/>
  970 + </key>
  971 + <key>
  972 + <name>bcs</name>
  973 + <field>bcs</field>
  974 + <condition>&#x3d;</condition>
  975 + <name2/>
  976 + </key>
  977 + <value>
  978 + <name>lp</name>
  979 + <rename>lpid</rename>
  980 + <update>Y</update>
  981 + </value>
  982 + <value>
  983 + <name>bc_type</name>
  984 + <rename>bctype_code</rename>
  985 + <update>Y</update>
  986 + </value>
  987 + <value>
  988 + <name>bcs</name>
  989 + <rename>bcs</rename>
  990 + <update>Y</update>
  991 + </value>
  992 + <value>
  993 + <name>bcsj</name>
  994 + <rename>bcsj</rename>
  995 + <update>Y</update>
  996 + </value>
  997 + <value>
  998 + <name>fcno</name>
  999 + <rename>fcno</rename>
  1000 + <update>Y</update>
  1001 + </value>
  1002 + <value>
  1003 + <name>jhlc</name>
  1004 + <rename>jhlc</rename>
  1005 + <update>Y</update>
  1006 + </value>
  1007 + <value>
  1008 + <name>fcsj</name>
  1009 + <rename>sendtime_calcu</rename>
  1010 + <update>Y</update>
  1011 + </value>
  1012 + <value>
  1013 + <name>ttinfo</name>
  1014 + <rename>ttid</rename>
  1015 + <update>Y</update>
  1016 + </value>
  1017 + <value>
  1018 + <name>xl</name>
  1019 + <rename>xlid</rename>
  1020 + <update>Y</update>
  1021 + </value>
  1022 + <value>
  1023 + <name>qdz</name>
  1024 + <rename>qdzid</rename>
  1025 + <update>Y</update>
  1026 + </value>
  1027 + <value>
  1028 + <name>zdz</name>
  1029 + <rename>zdzid</rename>
  1030 + <update>Y</update>
  1031 + </value>
  1032 + <value>
  1033 + <name>xl_dir</name>
  1034 + <rename>sxx</rename>
  1035 + <update>Y</update>
  1036 + </value>
  1037 + <value>
  1038 + <name>isfb</name>
  1039 + <rename>isfb</rename>
  1040 + <update>Y</update>
  1041 + </value>
  1042 + </lookup>
  1043 + <cluster_schema/>
  1044 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1045 + <xloc>143</xloc>
  1046 + <yloc>860</yloc>
  1047 + <draw>Y</draw>
  1048 + </GUI>
  1049 + </step>
  1050 +
  1051 + <step>
  1052 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 2</name>
  1053 + <type>InsertUpdate</type>
  1054 + <description/>
  1055 + <distribute>Y</distribute>
  1056 + <custom_distribution/>
  1057 + <copies>1</copies>
  1058 + <partitioning>
  1059 + <method>none</method>
  1060 + <schema_name/>
  1061 + </partitioning>
  1062 + <connection>bus_control_variable</connection>
  1063 + <commit>100</commit>
  1064 + <update_bypassed>N</update_bypassed>
  1065 + <lookup>
  1066 + <schema/>
  1067 + <table>bsth_c_s_ttinfo_detail</table>
  1068 + <key>
  1069 + <name>xlid</name>
  1070 + <field>xl</field>
  1071 + <condition>&#x3d;</condition>
  1072 + <name2/>
  1073 + </key>
  1074 + <key>
  1075 + <name>ttid</name>
  1076 + <field>ttinfo</field>
  1077 + <condition>&#x3d;</condition>
  1078 + <name2/>
  1079 + </key>
  1080 + <key>
  1081 + <name>lpid</name>
  1082 + <field>lp</field>
  1083 + <condition>&#x3d;</condition>
  1084 + <name2/>
  1085 + </key>
  1086 + <key>
  1087 + <name>fcno</name>
  1088 + <field>fcno</field>
  1089 + <condition>&#x3d;</condition>
  1090 + <name2/>
  1091 + </key>
  1092 + <key>
  1093 + <name>bcs</name>
  1094 + <field>bcs</field>
  1095 + <condition>&#x3d;</condition>
  1096 + <name2/>
  1097 + </key>
  1098 + <value>
  1099 + <name>tcc</name>
  1100 + <rename>qdzid</rename>
  1101 + <update>Y</update>
  1102 + </value>
  1103 + <value>
  1104 + <name>zdz</name>
  1105 + <rename>zdzid</rename>
  1106 + <update>Y</update>
  1107 + </value>
  1108 + <value>
  1109 + <name>xl</name>
  1110 + <rename>xlid</rename>
  1111 + <update>Y</update>
  1112 + </value>
  1113 + <value>
  1114 + <name>ttinfo</name>
  1115 + <rename>ttid</rename>
  1116 + <update>Y</update>
  1117 + </value>
  1118 + <value>
  1119 + <name>xl_dir</name>
  1120 + <rename>sxx</rename>
  1121 + <update>Y</update>
  1122 + </value>
  1123 + <value>
  1124 + <name>lp</name>
  1125 + <rename>lpid</rename>
  1126 + <update>Y</update>
  1127 + </value>
  1128 + <value>
  1129 + <name>jhlc</name>
  1130 + <rename>out_mileage</rename>
  1131 + <update>Y</update>
  1132 + </value>
  1133 + <value>
  1134 + <name>fcsj</name>
  1135 + <rename>sendtime_calcu</rename>
  1136 + <update>Y</update>
  1137 + </value>
  1138 + <value>
  1139 + <name>bcsj</name>
  1140 + <rename>out_time</rename>
  1141 + <update>Y</update>
  1142 + </value>
  1143 + <value>
  1144 + <name>bcs</name>
  1145 + <rename>bcs</rename>
  1146 + <update>Y</update>
  1147 + </value>
  1148 + <value>
  1149 + <name>fcno</name>
  1150 + <rename>fcno</rename>
  1151 + <update>Y</update>
  1152 + </value>
  1153 + <value>
  1154 + <name>bc_type</name>
  1155 + <rename>bctype_code</rename>
  1156 + <update>Y</update>
  1157 + </value>
  1158 + <value>
  1159 + <name>isfb</name>
  1160 + <rename>isfb</rename>
  1161 + <update>Y</update>
  1162 + </value>
  1163 + </lookup>
  1164 + <cluster_schema/>
  1165 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1166 + <xloc>340</xloc>
  1167 + <yloc>1087</yloc>
  1168 + <draw>Y</draw>
  1169 + </GUI>
  1170 + </step>
  1171 +
  1172 + <step>
  1173 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail 3</name>
  1174 + <type>InsertUpdate</type>
  1175 + <description/>
  1176 + <distribute>Y</distribute>
  1177 + <custom_distribution/>
  1178 + <copies>1</copies>
  1179 + <partitioning>
  1180 + <method>none</method>
  1181 + <schema_name/>
  1182 + </partitioning>
  1183 + <connection>bus_control_variable</connection>
  1184 + <commit>100</commit>
  1185 + <update_bypassed>N</update_bypassed>
  1186 + <lookup>
  1187 + <schema/>
  1188 + <table>bsth_c_s_ttinfo_detail</table>
  1189 + <key>
  1190 + <name>xlid</name>
  1191 + <field>xl</field>
  1192 + <condition>&#x3d;</condition>
  1193 + <name2/>
  1194 + </key>
  1195 + <key>
  1196 + <name>ttid</name>
  1197 + <field>ttinfo</field>
  1198 + <condition>&#x3d;</condition>
  1199 + <name2/>
  1200 + </key>
  1201 + <key>
  1202 + <name>lpid</name>
  1203 + <field>lp</field>
  1204 + <condition>&#x3d;</condition>
  1205 + <name2/>
  1206 + </key>
  1207 + <key>
  1208 + <name>fcno</name>
  1209 + <field>fcno</field>
  1210 + <condition>&#x3d;</condition>
  1211 + <name2/>
  1212 + </key>
  1213 + <key>
  1214 + <name>bcs</name>
  1215 + <field>bcs</field>
  1216 + <condition>&#x3d;</condition>
  1217 + <name2/>
  1218 + </key>
  1219 + <value>
  1220 + <name>fcno</name>
  1221 + <rename>fcno</rename>
  1222 + <update>Y</update>
  1223 + </value>
  1224 + <value>
  1225 + <name>bcs</name>
  1226 + <rename>bcs</rename>
  1227 + <update>Y</update>
  1228 + </value>
  1229 + <value>
  1230 + <name>xl</name>
  1231 + <rename>xlid</rename>
  1232 + <update>Y</update>
  1233 + </value>
  1234 + <value>
  1235 + <name>ttinfo</name>
  1236 + <rename>ttid</rename>
  1237 + <update>Y</update>
  1238 + </value>
  1239 + <value>
  1240 + <name>lp</name>
  1241 + <rename>lpid</rename>
  1242 + <update>Y</update>
  1243 + </value>
  1244 + <value>
  1245 + <name>bc_type</name>
  1246 + <rename>bctype_code</rename>
  1247 + <update>Y</update>
  1248 + </value>
  1249 + <value>
  1250 + <name>bcsj</name>
  1251 + <rename>parade_time</rename>
  1252 + <update>Y</update>
  1253 + </value>
  1254 + <value>
  1255 + <name>jhlc</name>
  1256 + <rename>parade_mileage</rename>
  1257 + <update>Y</update>
  1258 + </value>
  1259 + <value>
  1260 + <name>fcsj</name>
  1261 + <rename>sendtime_calcu</rename>
  1262 + <update>Y</update>
  1263 + </value>
  1264 + <value>
  1265 + <name>xl_dir</name>
  1266 + <rename>sxx2</rename>
  1267 + <update>Y</update>
  1268 + </value>
  1269 + <value>
  1270 + <name>qdz</name>
  1271 + <rename>qdzid</rename>
  1272 + <update>Y</update>
  1273 + </value>
  1274 + <value>
  1275 + <name>tcc</name>
  1276 + <rename>zdzid</rename>
  1277 + <update>Y</update>
  1278 + </value>
  1279 + <value>
  1280 + <name>isfb</name>
  1281 + <rename>isfb</rename>
  1282 + <update>Y</update>
  1283 + </value>
  1284 + </lookup>
  1285 + <cluster_schema/>
  1286 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1287 + <xloc>845</xloc>
  1288 + <yloc>899</yloc>
  1289 + <draw>Y</draw>
  1290 + </GUI>
  1291 + </step>
  1292 +
  1293 + <step>
  1294 + <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</name>
  1295 + <type>ExcelInput</type>
  1296 + <description/>
  1297 + <distribute>N</distribute>
  1298 + <custom_distribution/>
  1299 + <copies>1</copies>
  1300 + <partitioning>
  1301 + <method>none</method>
  1302 + <schema_name/>
  1303 + </partitioning>
  1304 + <header>Y</header>
  1305 + <noempty>Y</noempty>
  1306 + <stoponempty>N</stoponempty>
  1307 + <filefield/>
  1308 + <sheetfield/>
  1309 + <sheetrownumfield/>
  1310 + <rownumfield/>
  1311 + <sheetfield/>
  1312 + <filefield/>
  1313 + <limit>0</limit>
  1314 + <encoding/>
  1315 + <add_to_result_filenames>Y</add_to_result_filenames>
  1316 + <accept_filenames>N</accept_filenames>
  1317 + <accept_field/>
  1318 + <accept_stepname/>
  1319 + <file>
  1320 + <name/>
  1321 + <filemask/>
  1322 + <exclude_filemask/>
  1323 + <file_required>N</file_required>
  1324 + <include_subfolders>N</include_subfolders>
  1325 + </file>
  1326 + <fields>
  1327 + </fields>
  1328 + <sheets>
  1329 + <sheet>
  1330 + <name/>
  1331 + <startrow>0</startrow>
  1332 + <startcol>0</startcol>
  1333 + </sheet>
  1334 + </sheets>
  1335 + <strict_types>N</strict_types>
  1336 + <error_ignored>N</error_ignored>
  1337 + <error_line_skipped>N</error_line_skipped>
  1338 + <bad_line_files_destination_directory/>
  1339 + <bad_line_files_extension>warning</bad_line_files_extension>
  1340 + <error_line_files_destination_directory/>
  1341 + <error_line_files_extension>error</error_line_files_extension>
  1342 + <line_number_files_destination_directory/>
  1343 + <line_number_files_extension>line</line_number_files_extension>
  1344 + <shortFileFieldName/>
  1345 + <pathFieldName/>
  1346 + <hiddenFieldName/>
  1347 + <lastModificationTimeFieldName/>
  1348 + <uriNameFieldName/>
  1349 + <rootUriNameFieldName/>
  1350 + <extensionFieldName/>
  1351 + <sizeFieldName/>
  1352 + <spreadsheet_type>JXL</spreadsheet_type>
  1353 + <cluster_schema/>
  1354 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1355 + <xloc>112</xloc>
  1356 + <yloc>44</yloc>
  1357 + <draw>Y</draw>
  1358 + </GUI>
  1359 + </step>
  1360 +
  1361 + <step>
  1362 + <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;1</name>
  1363 + <type>DBLookup</type>
  1364 + <description/>
  1365 + <distribute>Y</distribute>
  1366 + <custom_distribution/>
  1367 + <copies>1</copies>
  1368 + <partitioning>
  1369 + <method>none</method>
  1370 + <schema_name/>
  1371 + </partitioning>
  1372 + <connection>bus_control_variable</connection>
  1373 + <cache>N</cache>
  1374 + <cache_load_all>N</cache_load_all>
  1375 + <cache_size>0</cache_size>
  1376 + <lookup>
  1377 + <schema/>
  1378 + <table>bsth_c_car_park</table>
  1379 + <orderby/>
  1380 + <fail_on_multiple>N</fail_on_multiple>
  1381 + <eat_row_on_failure>N</eat_row_on_failure>
  1382 + <key>
  1383 + <name>tccname_</name>
  1384 + <field>park_name</field>
  1385 + <condition>&#x3d;</condition>
  1386 + <name2/>
  1387 + </key>
  1388 + <value>
  1389 + <name>id</name>
  1390 + <rename>qdzid</rename>
  1391 + <default/>
  1392 + <type>Integer</type>
  1393 + </value>
  1394 + </lookup>
  1395 + <cluster_schema/>
  1396 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1397 + <xloc>755</xloc>
  1398 + <yloc>504</yloc>
  1399 + <draw>Y</draw>
  1400 + </GUI>
  1401 + </step>
  1402 +
  1403 + <step>
  1404 + <name>&#x67e5;&#x627e;&#x505c;&#x8f66;&#x573a;2</name>
  1405 + <type>DBLookup</type>
  1406 + <description/>
  1407 + <distribute>Y</distribute>
  1408 + <custom_distribution/>
  1409 + <copies>1</copies>
  1410 + <partitioning>
  1411 + <method>none</method>
  1412 + <schema_name/>
  1413 + </partitioning>
  1414 + <connection>bus_control_variable</connection>
  1415 + <cache>N</cache>
  1416 + <cache_load_all>N</cache_load_all>
  1417 + <cache_size>0</cache_size>
  1418 + <lookup>
  1419 + <schema/>
  1420 + <table>bsth_c_car_park</table>
  1421 + <orderby/>
  1422 + <fail_on_multiple>N</fail_on_multiple>
  1423 + <eat_row_on_failure>N</eat_row_on_failure>
  1424 + <key>
  1425 + <name>tccname_</name>
  1426 + <field>park_name</field>
  1427 + <condition>&#x3d;</condition>
  1428 + <name2/>
  1429 + </key>
  1430 + <value>
  1431 + <name>id</name>
  1432 + <rename>zdzid</rename>
  1433 + <default/>
  1434 + <type>Integer</type>
  1435 + </value>
  1436 + </lookup>
  1437 + <cluster_schema/>
  1438 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1439 + <xloc>887</xloc>
  1440 + <yloc>608</yloc>
  1441 + <draw>Y</draw>
  1442 + </GUI>
  1443 + </step>
  1444 +
  1445 + <step>
  1446 + <name>&#x67e5;&#x627e;&#x51fa;&#x573a;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  1447 + <type>DBLookup</type>
  1448 + <description/>
  1449 + <distribute>Y</distribute>
  1450 + <custom_distribution/>
  1451 + <copies>1</copies>
  1452 + <partitioning>
  1453 + <method>none</method>
  1454 + <schema_name/>
  1455 + </partitioning>
  1456 + <connection>bus_control_variable</connection>
  1457 + <cache>N</cache>
  1458 + <cache_load_all>N</cache_load_all>
  1459 + <cache_size>0</cache_size>
  1460 + <lookup>
  1461 + <schema/>
  1462 + <table>bsth_c_stationroute</table>
  1463 + <orderby/>
  1464 + <fail_on_multiple>N</fail_on_multiple>
  1465 + <eat_row_on_failure>N</eat_row_on_failure>
  1466 + <key>
  1467 + <name>xlid</name>
  1468 + <field>line</field>
  1469 + <condition>&#x3d;</condition>
  1470 + <name2/>
  1471 + </key>
  1472 + <key>
  1473 + <name>zdzname</name>
  1474 + <field>station_name</field>
  1475 + <condition>&#x3d;</condition>
  1476 + <name2/>
  1477 + </key>
  1478 + <key>
  1479 + <name>endZdtype</name>
  1480 + <field>station_mark</field>
  1481 + <condition>&#x3d;</condition>
  1482 + <name2/>
  1483 + </key>
  1484 + <key>
  1485 + <name>destory</name>
  1486 + <field>destroy</field>
  1487 + <condition>&#x3d;</condition>
  1488 + <name2/>
  1489 + </key>
  1490 + <value>
  1491 + <name>station</name>
  1492 + <rename>zdzid</rename>
  1493 + <default/>
  1494 + <type>Integer</type>
  1495 + </value>
  1496 + <value>
  1497 + <name>directions</name>
  1498 + <rename>sxx</rename>
  1499 + <default/>
  1500 + <type>Integer</type>
  1501 + </value>
  1502 + </lookup>
  1503 + <cluster_schema/>
  1504 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1505 + <xloc>329</xloc>
  1506 + <yloc>505</yloc>
  1507 + <draw>Y</draw>
  1508 + </GUI>
  1509 + </step>
  1510 +
  1511 + <step>
  1512 + <name>&#x67e5;&#x627e;&#x65f6;&#x523b;&#x8868;&#x57fa;&#x7840;&#x4fe1;&#x606f;&#x5173;&#x8054;</name>
  1513 + <type>DBLookup</type>
  1514 + <description/>
  1515 + <distribute>Y</distribute>
  1516 + <custom_distribution/>
  1517 + <copies>1</copies>
  1518 + <partitioning>
  1519 + <method>none</method>
  1520 + <schema_name/>
  1521 + </partitioning>
  1522 + <connection>bus_control_variable</connection>
  1523 + <cache>N</cache>
  1524 + <cache_load_all>N</cache_load_all>
  1525 + <cache_size>0</cache_size>
  1526 + <lookup>
  1527 + <schema/>
  1528 + <table>bsth_c_s_ttinfo</table>
  1529 + <orderby/>
  1530 + <fail_on_multiple>N</fail_on_multiple>
  1531 + <eat_row_on_failure>N</eat_row_on_failure>
  1532 + <key>
  1533 + <name>xlid</name>
  1534 + <field>xl</field>
  1535 + <condition>&#x3d;</condition>
  1536 + <name2/>
  1537 + </key>
  1538 + <key>
  1539 + <name>ttinfoname_</name>
  1540 + <field>name</field>
  1541 + <condition>&#x3d;</condition>
  1542 + <name2/>
  1543 + </key>
  1544 + <key>
  1545 + <name>iscanceled</name>
  1546 + <field>is_cancel</field>
  1547 + <condition>&#x3d;</condition>
  1548 + <name2/>
  1549 + </key>
  1550 + <value>
  1551 + <name>id</name>
  1552 + <rename>ttid</rename>
  1553 + <default/>
  1554 + <type>Integer</type>
  1555 + </value>
  1556 + </lookup>
  1557 + <cluster_schema/>
  1558 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1559 + <xloc>1011</xloc>
  1560 + <yloc>134</yloc>
  1561 + <draw>Y</draw>
  1562 + </GUI>
  1563 + </step>
  1564 +
  1565 + <step>
  1566 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x4e0a;&#x4e0b;&#x884c;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1567 + <type>DBLookup</type>
  1568 + <description/>
  1569 + <distribute>Y</distribute>
  1570 + <custom_distribution/>
  1571 + <copies>1</copies>
  1572 + <partitioning>
  1573 + <method>none</method>
  1574 + <schema_name/>
  1575 + </partitioning>
  1576 + <connection>bus_control_variable</connection>
  1577 + <cache>N</cache>
  1578 + <cache_load_all>N</cache_load_all>
  1579 + <cache_size>0</cache_size>
  1580 + <lookup>
  1581 + <schema/>
  1582 + <table>bsth_c_line_information</table>
  1583 + <orderby/>
  1584 + <fail_on_multiple>N</fail_on_multiple>
  1585 + <eat_row_on_failure>N</eat_row_on_failure>
  1586 + <key>
  1587 + <name>xlid</name>
  1588 + <field>line</field>
  1589 + <condition>&#x3d;</condition>
  1590 + <name2/>
  1591 + </key>
  1592 + <value>
  1593 + <name>up_mileage</name>
  1594 + <rename>up_mileage</rename>
  1595 + <default/>
  1596 + <type>Number</type>
  1597 + </value>
  1598 + <value>
  1599 + <name>down_mileage</name>
  1600 + <rename>down_mileage</rename>
  1601 + <default/>
  1602 + <type>Number</type>
  1603 + </value>
  1604 + <value>
  1605 + <name>up_travel_time</name>
  1606 + <rename>up_travel_time</rename>
  1607 + <default/>
  1608 + <type>Number</type>
  1609 + </value>
  1610 + <value>
  1611 + <name>down_travel_time</name>
  1612 + <rename>down_travel_time</rename>
  1613 + <default/>
  1614 + <type>Number</type>
  1615 + </value>
  1616 + </lookup>
  1617 + <cluster_schema/>
  1618 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1619 + <xloc>149</xloc>
  1620 + <yloc>581</yloc>
  1621 + <draw>Y</draw>
  1622 + </GUI>
  1623 + </step>
  1624 +
  1625 + <step>
  1626 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x5173;&#x8054;</name>
  1627 + <type>DBLookup</type>
  1628 + <description/>
  1629 + <distribute>Y</distribute>
  1630 + <custom_distribution/>
  1631 + <copies>1</copies>
  1632 + <partitioning>
  1633 + <method>none</method>
  1634 + <schema_name/>
  1635 + </partitioning>
  1636 + <connection>bus_control_variable</connection>
  1637 + <cache>N</cache>
  1638 + <cache_load_all>N</cache_load_all>
  1639 + <cache_size>0</cache_size>
  1640 + <lookup>
  1641 + <schema/>
  1642 + <table>bsth_c_line</table>
  1643 + <orderby/>
  1644 + <fail_on_multiple>N</fail_on_multiple>
  1645 + <eat_row_on_failure>N</eat_row_on_failure>
  1646 + <key>
  1647 + <name>xlname_</name>
  1648 + <field>name</field>
  1649 + <condition>&#x3d;</condition>
  1650 + <name2/>
  1651 + </key>
  1652 + <value>
  1653 + <name>id</name>
  1654 + <rename>xlid</rename>
  1655 + <default/>
  1656 + <type>Integer</type>
  1657 + </value>
  1658 + </lookup>
  1659 + <cluster_schema/>
  1660 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1661 + <xloc>1007</xloc>
  1662 + <yloc>43</yloc>
  1663 + <draw>Y</draw>
  1664 + </GUI>
  1665 + </step>
  1666 +
  1667 + <step>
  1668 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x51fa;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1669 + <type>DBLookup</type>
  1670 + <description/>
  1671 + <distribute>Y</distribute>
  1672 + <custom_distribution/>
  1673 + <copies>1</copies>
  1674 + <partitioning>
  1675 + <method>none</method>
  1676 + <schema_name/>
  1677 + </partitioning>
  1678 + <connection>bus_control_variable</connection>
  1679 + <cache>N</cache>
  1680 + <cache_load_all>N</cache_load_all>
  1681 + <cache_size>0</cache_size>
  1682 + <lookup>
  1683 + <schema/>
  1684 + <table>bsth_c_line_information</table>
  1685 + <orderby/>
  1686 + <fail_on_multiple>N</fail_on_multiple>
  1687 + <eat_row_on_failure>N</eat_row_on_failure>
  1688 + <key>
  1689 + <name>xlid</name>
  1690 + <field>line</field>
  1691 + <condition>&#x3d;</condition>
  1692 + <name2/>
  1693 + </key>
  1694 + <value>
  1695 + <name>up_out_timer</name>
  1696 + <rename>up_out_timer</rename>
  1697 + <default/>
  1698 + <type>Number</type>
  1699 + </value>
  1700 + <value>
  1701 + <name>up_out_mileage</name>
  1702 + <rename>up_out_mileage</rename>
  1703 + <default/>
  1704 + <type>Number</type>
  1705 + </value>
  1706 + <value>
  1707 + <name>down_out_timer</name>
  1708 + <rename>down_out_timer</rename>
  1709 + <default/>
  1710 + <type>Number</type>
  1711 + </value>
  1712 + <value>
  1713 + <name>down_out_mileage</name>
  1714 + <rename>down_out_mileage</rename>
  1715 + <default/>
  1716 + <type>Number</type>
  1717 + </value>
  1718 + </lookup>
  1719 + <cluster_schema/>
  1720 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1721 + <xloc>335</xloc>
  1722 + <yloc>763</yloc>
  1723 + <draw>Y</draw>
  1724 + </GUI>
  1725 + </step>
  1726 +
  1727 + <step>
  1728 + <name>&#x67e5;&#x627e;&#x7ebf;&#x8def;&#x8fdb;&#x573a;&#x91cc;&#x7a0b;&#x65f6;&#x95f4;</name>
  1729 + <type>DBLookup</type>
  1730 + <description/>
  1731 + <distribute>Y</distribute>
  1732 + <custom_distribution/>
  1733 + <copies>1</copies>
  1734 + <partitioning>
  1735 + <method>none</method>
  1736 + <schema_name/>
  1737 + </partitioning>
  1738 + <connection>bus_control_variable</connection>
  1739 + <cache>N</cache>
  1740 + <cache_load_all>N</cache_load_all>
  1741 + <cache_size>0</cache_size>
  1742 + <lookup>
  1743 + <schema/>
  1744 + <table>bsth_c_line_information</table>
  1745 + <orderby/>
  1746 + <fail_on_multiple>N</fail_on_multiple>
  1747 + <eat_row_on_failure>N</eat_row_on_failure>
  1748 + <key>
  1749 + <name>xlid</name>
  1750 + <field>line</field>
  1751 + <condition>&#x3d;</condition>
  1752 + <name2/>
  1753 + </key>
  1754 + <value>
  1755 + <name>up_in_mileage</name>
  1756 + <rename>up_in_mileage</rename>
  1757 + <default/>
  1758 + <type>Number</type>
  1759 + </value>
  1760 + <value>
  1761 + <name>up_in_timer</name>
  1762 + <rename>up_in_timer</rename>
  1763 + <default/>
  1764 + <type>Number</type>
  1765 + </value>
  1766 + <value>
  1767 + <name>down_in_mileage</name>
  1768 + <rename>down_in_mileage</rename>
  1769 + <default/>
  1770 + <type>Number</type>
  1771 + </value>
  1772 + <value>
  1773 + <name>down_in_timer</name>
  1774 + <rename>down_in_timer</rename>
  1775 + <default/>
  1776 + <type>Number</type>
  1777 + </value>
  1778 + </lookup>
  1779 + <cluster_schema/>
  1780 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1781 + <xloc>553</xloc>
  1782 + <yloc>1004</yloc>
  1783 + <draw>Y</draw>
  1784 + </GUI>
  1785 + </step>
  1786 +
  1787 + <step>
  1788 + <name>&#x67e5;&#x627e;&#x7ec8;&#x70b9;&#x7ad9;&#x5173;&#x8054;</name>
  1789 + <type>DBLookup</type>
  1790 + <description/>
  1791 + <distribute>Y</distribute>
  1792 + <custom_distribution/>
  1793 + <copies>1</copies>
  1794 + <partitioning>
  1795 + <method>none</method>
  1796 + <schema_name/>
  1797 + </partitioning>
  1798 + <connection>bus_control_variable</connection>
  1799 + <cache>N</cache>
  1800 + <cache_load_all>N</cache_load_all>
  1801 + <cache_size>0</cache_size>
  1802 + <lookup>
  1803 + <schema/>
  1804 + <table>bsth_c_stationroute</table>
  1805 + <orderby/>
  1806 + <fail_on_multiple>N</fail_on_multiple>
  1807 + <eat_row_on_failure>N</eat_row_on_failure>
  1808 + <key>
  1809 + <name>xlid</name>
  1810 + <field>line</field>
  1811 + <condition>&#x3d;</condition>
  1812 + <name2/>
  1813 + </key>
  1814 + <key>
  1815 + <name>sxx</name>
  1816 + <field>directions</field>
  1817 + <condition>&#x3d;</condition>
  1818 + <name2/>
  1819 + </key>
  1820 + <key>
  1821 + <name>endZdtype</name>
  1822 + <field>station_mark</field>
  1823 + <condition>&#x3d;</condition>
  1824 + <name2/>
  1825 + </key>
  1826 + <key>
  1827 + <name>destory</name>
  1828 + <field>destroy</field>
  1829 + <condition>&#x3d;</condition>
  1830 + <name2/>
  1831 + </key>
  1832 + <value>
  1833 + <name>station_name</name>
  1834 + <rename>zdzname</rename>
  1835 + <default/>
  1836 + <type>String</type>
  1837 + </value>
  1838 + <value>
  1839 + <name>station</name>
  1840 + <rename>zdzid</rename>
  1841 + <default/>
  1842 + <type>Integer</type>
  1843 + </value>
  1844 + </lookup>
  1845 + <cluster_schema/>
  1846 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1847 + <xloc>280</xloc>
  1848 + <yloc>404</yloc>
  1849 + <draw>Y</draw>
  1850 + </GUI>
  1851 + </step>
  1852 +
  1853 + <step>
  1854 + <name>&#x67e5;&#x627e;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x5e76;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  1855 + <type>DBLookup</type>
  1856 + <description/>
  1857 + <distribute>Y</distribute>
  1858 + <custom_distribution/>
  1859 + <copies>1</copies>
  1860 + <partitioning>
  1861 + <method>none</method>
  1862 + <schema_name/>
  1863 + </partitioning>
  1864 + <connection>bus_control_variable</connection>
  1865 + <cache>N</cache>
  1866 + <cache_load_all>N</cache_load_all>
  1867 + <cache_size>0</cache_size>
  1868 + <lookup>
  1869 + <schema/>
  1870 + <table>bsth_c_stationroute</table>
  1871 + <orderby/>
  1872 + <fail_on_multiple>N</fail_on_multiple>
  1873 + <eat_row_on_failure>N</eat_row_on_failure>
  1874 + <key>
  1875 + <name>xlid</name>
  1876 + <field>line</field>
  1877 + <condition>&#x3d;</condition>
  1878 + <name2/>
  1879 + </key>
  1880 + <key>
  1881 + <name>qdzname</name>
  1882 + <field>station_name</field>
  1883 + <condition>&#x3d;</condition>
  1884 + <name2/>
  1885 + </key>
  1886 + <key>
  1887 + <name>sendZdtype</name>
  1888 + <field>station_mark</field>
  1889 + <condition>&#x3d;</condition>
  1890 + <name2/>
  1891 + </key>
  1892 + <key>
  1893 + <name>destory</name>
  1894 + <field>destroy</field>
  1895 + <condition>&#x3d;</condition>
  1896 + <name2/>
  1897 + </key>
  1898 + <value>
  1899 + <name>station</name>
  1900 + <rename>qdzid</rename>
  1901 + <default/>
  1902 + <type>Integer</type>
  1903 + </value>
  1904 + <value>
  1905 + <name>directions</name>
  1906 + <rename>sxx</rename>
  1907 + <default/>
  1908 + <type>Integer</type>
  1909 + </value>
  1910 + </lookup>
  1911 + <cluster_schema/>
  1912 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1913 + <xloc>430</xloc>
  1914 + <yloc>403</yloc>
  1915 + <draw>Y</draw>
  1916 + </GUI>
  1917 + </step>
  1918 +
  1919 + <step>
  1920 + <name>&#x67e5;&#x627e;&#x8def;&#x724c;&#x5173;&#x8054;</name>
  1921 + <type>DBLookup</type>
  1922 + <description/>
  1923 + <distribute>Y</distribute>
  1924 + <custom_distribution/>
  1925 + <copies>1</copies>
  1926 + <partitioning>
  1927 + <method>none</method>
  1928 + <schema_name/>
  1929 + </partitioning>
  1930 + <connection>bus_control_variable</connection>
  1931 + <cache>N</cache>
  1932 + <cache_load_all>N</cache_load_all>
  1933 + <cache_size>0</cache_size>
  1934 + <lookup>
  1935 + <schema/>
  1936 + <table>bsth_c_s_gbi</table>
  1937 + <orderby/>
  1938 + <fail_on_multiple>N</fail_on_multiple>
  1939 + <eat_row_on_failure>N</eat_row_on_failure>
  1940 + <key>
  1941 + <name>xlid</name>
  1942 + <field>xl</field>
  1943 + <condition>&#x3d;</condition>
  1944 + <name2/>
  1945 + </key>
  1946 + <key>
  1947 + <name>lp</name>
  1948 + <field>lp_name</field>
  1949 + <condition>&#x3d;</condition>
  1950 + <name2/>
  1951 + </key>
  1952 + <key>
  1953 + <name>iscanceled</name>
  1954 + <field>is_cancel</field>
  1955 + <condition>&#x3d;</condition>
  1956 + <name2/>
  1957 + </key>
  1958 + <value>
  1959 + <name>id</name>
  1960 + <rename>lpid</rename>
  1961 + <default/>
  1962 + <type>Integer</type>
  1963 + </value>
  1964 + </lookup>
  1965 + <cluster_schema/>
  1966 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1967 + <xloc>1013</xloc>
  1968 + <yloc>265</yloc>
  1969 + <draw>Y</draw>
  1970 + </GUI>
  1971 + </step>
  1972 +
  1973 + <step>
  1974 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ebf;&#x8def;&#x65b9;&#x5411;</name>
  1975 + <type>DBLookup</type>
  1976 + <description/>
  1977 + <distribute>Y</distribute>
  1978 + <custom_distribution/>
  1979 + <copies>1</copies>
  1980 + <partitioning>
  1981 + <method>none</method>
  1982 + <schema_name/>
  1983 + </partitioning>
  1984 + <connection>bus_control_variable</connection>
  1985 + <cache>N</cache>
  1986 + <cache_load_all>N</cache_load_all>
  1987 + <cache_size>0</cache_size>
  1988 + <lookup>
  1989 + <schema/>
  1990 + <table>bsth_c_stationroute</table>
  1991 + <orderby/>
  1992 + <fail_on_multiple>N</fail_on_multiple>
  1993 + <eat_row_on_failure>N</eat_row_on_failure>
  1994 + <key>
  1995 + <name>xlid</name>
  1996 + <field>line</field>
  1997 + <condition>&#x3d;</condition>
  1998 + <name2/>
  1999 + </key>
  2000 + <key>
  2001 + <name>startZdtype_calcu</name>
  2002 + <field>station_mark</field>
  2003 + <condition>&#x3d;</condition>
  2004 + <name2/>
  2005 + </key>
  2006 + <key>
  2007 + <name>qdzname_calcu</name>
  2008 + <field>station_name</field>
  2009 + <condition>&#x3d;</condition>
  2010 + <name2/>
  2011 + </key>
  2012 + <key>
  2013 + <name>destory</name>
  2014 + <field>destroy</field>
  2015 + <condition>&#x3d;</condition>
  2016 + <name2/>
  2017 + </key>
  2018 + <value>
  2019 + <name>directions</name>
  2020 + <rename>sxx</rename>
  2021 + <default/>
  2022 + <type>String</type>
  2023 + </value>
  2024 + </lookup>
  2025 + <cluster_schema/>
  2026 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2027 + <xloc>548</xloc>
  2028 + <yloc>610</yloc>
  2029 + <draw>Y</draw>
  2030 + </GUI>
  2031 + </step>
  2032 +
  2033 + <step>
  2034 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x5e76;&#x4f5c;&#x4e3a;&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;</name>
  2035 + <type>DBLookup</type>
  2036 + <description/>
  2037 + <distribute>Y</distribute>
  2038 + <custom_distribution/>
  2039 + <copies>1</copies>
  2040 + <partitioning>
  2041 + <method>none</method>
  2042 + <schema_name/>
  2043 + </partitioning>
  2044 + <connection>bus_control_variable</connection>
  2045 + <cache>Y</cache>
  2046 + <cache_load_all>Y</cache_load_all>
  2047 + <cache_size>0</cache_size>
  2048 + <lookup>
  2049 + <schema/>
  2050 + <table>bsth_c_stationroute</table>
  2051 + <orderby/>
  2052 + <fail_on_multiple>N</fail_on_multiple>
  2053 + <eat_row_on_failure>N</eat_row_on_failure>
  2054 + <key>
  2055 + <name>xlid</name>
  2056 + <field>line</field>
  2057 + <condition>&#x3d;</condition>
  2058 + <name2/>
  2059 + </key>
  2060 + <key>
  2061 + <name>endZdtype_calcu</name>
  2062 + <field>station_mark</field>
  2063 + <condition>&#x3d;</condition>
  2064 + <name2/>
  2065 + </key>
  2066 + <key>
  2067 + <name>sxx</name>
  2068 + <field>directions</field>
  2069 + <condition>&#x3d;</condition>
  2070 + <name2/>
  2071 + </key>
  2072 + <key>
  2073 + <name>destory</name>
  2074 + <field>destroy</field>
  2075 + <condition>&#x3d;</condition>
  2076 + <name2/>
  2077 + </key>
  2078 + <value>
  2079 + <name>station_name</name>
  2080 + <rename>zdzname_calcu</rename>
  2081 + <default/>
  2082 + <type>Integer</type>
  2083 + </value>
  2084 + </lookup>
  2085 + <cluster_schema/>
  2086 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2087 + <xloc>550</xloc>
  2088 + <yloc>701</yloc>
  2089 + <draw>Y</draw>
  2090 + </GUI>
  2091 + </step>
  2092 +
  2093 + <step>
  2094 + <name>&#x67e5;&#x627e;&#x8fdb;&#x573a;&#x8d77;&#x70b9;&#x7ad9;&#x5173;&#x8054;&#x786e;&#x5b9a;&#x4e0a;&#x4e0b;&#x884c;</name>
  2095 + <type>DBLookup</type>
  2096 + <description/>
  2097 + <distribute>Y</distribute>
  2098 + <custom_distribution/>
  2099 + <copies>1</copies>
  2100 + <partitioning>
  2101 + <method>none</method>
  2102 + <schema_name/>
  2103 + </partitioning>
  2104 + <connection>bus_control_variable</connection>
  2105 + <cache>N</cache>
  2106 + <cache_load_all>N</cache_load_all>
  2107 + <cache_size>0</cache_size>
  2108 + <lookup>
  2109 + <schema/>
  2110 + <table>bsth_c_stationroute</table>
  2111 + <orderby/>
  2112 + <fail_on_multiple>N</fail_on_multiple>
  2113 + <eat_row_on_failure>N</eat_row_on_failure>
  2114 + <key>
  2115 + <name>xlid</name>
  2116 + <field>line</field>
  2117 + <condition>&#x3d;</condition>
  2118 + <name2/>
  2119 + </key>
  2120 + <key>
  2121 + <name>zdzname_calcu</name>
  2122 + <field>station_name</field>
  2123 + <condition>&#x3d;</condition>
  2124 + <name2/>
  2125 + </key>
  2126 + <key>
  2127 + <name>startZdtype_calcu</name>
  2128 + <field>station_mark</field>
  2129 + <condition>&#x3d;</condition>
  2130 + <name2/>
  2131 + </key>
  2132 + <key>
  2133 + <name>destory</name>
  2134 + <field>destroy</field>
  2135 + <condition>&#x3d;</condition>
  2136 + <name2/>
  2137 + </key>
  2138 + <value>
  2139 + <name>directions</name>
  2140 + <rename>sxx2</rename>
  2141 + <default/>
  2142 + <type>Integer</type>
  2143 + </value>
  2144 + <value>
  2145 + <name>station</name>
  2146 + <rename>qdzid</rename>
  2147 + <default/>
  2148 + <type>Integer</type>
  2149 + </value>
  2150 + </lookup>
  2151 + <cluster_schema/>
  2152 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2153 + <xloc>551</xloc>
  2154 + <yloc>782</yloc>
  2155 + <draw>Y</draw>
  2156 + </GUI>
  2157 + </step>
  2158 +
  2159 + <step>
  2160 + <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;_&#x5904;&#x7406;&#x6570;&#x636e;</name>
  2161 + <type>ScriptValueMod</type>
  2162 + <description/>
  2163 + <distribute>Y</distribute>
  2164 + <custom_distribution/>
  2165 + <copies>1</copies>
  2166 + <partitioning>
  2167 + <method>none</method>
  2168 + <schema_name/>
  2169 + </partitioning>
  2170 + <compatible>N</compatible>
  2171 + <optimizationLevel>9</optimizationLevel>
  2172 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  2173 + <jsScript_name>Script 1</jsScript_name>
  2174 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var sendZdtype &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  2175 + </jsScript> </jsScripts> <fields> <field> <name>sendZdtype</name>
  2176 + <rename>sendZdtype</rename>
  2177 + <type>String</type>
  2178 + <length>-1</length>
  2179 + <precision>-1</precision>
  2180 + <replace>N</replace>
  2181 + </field> <field> <name>endZdtype</name>
  2182 + <rename>endZdtype</rename>
  2183 + <type>String</type>
  2184 + <length>-1</length>
  2185 + <precision>-1</precision>
  2186 + <replace>N</replace>
  2187 + </field> <field> <name>destory</name>
  2188 + <rename>destory</rename>
  2189 + <type>Integer</type>
  2190 + <length>-1</length>
  2191 + <precision>-1</precision>
  2192 + <replace>N</replace>
  2193 + </field> </fields> <cluster_schema/>
  2194 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2195 + <xloc>588</xloc>
  2196 + <yloc>403</yloc>
  2197 + <draw>Y</draw>
  2198 + </GUI>
  2199 + </step>
  2200 +
  2201 + <step>
  2202 + <name>&#x6b63;&#x5e38;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  2203 + <type>Dummy</type>
  2204 + <description/>
  2205 + <distribute>Y</distribute>
  2206 + <custom_distribution/>
  2207 + <copies>1</copies>
  2208 + <partitioning>
  2209 + <method>none</method>
  2210 + <schema_name/>
  2211 + </partitioning>
  2212 + <cluster_schema/>
  2213 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2214 + <xloc>725</xloc>
  2215 + <yloc>404</yloc>
  2216 + <draw>Y</draw>
  2217 + </GUI>
  2218 + </step>
  2219 +
  2220 + <step>
  2221 + <name>&#x6dfb;&#x52a0;&#x53d1;&#x8f66;&#x987a;&#x5e8f;&#x53f7;</name>
  2222 + <type>GroupBy</type>
  2223 + <description/>
  2224 + <distribute>Y</distribute>
  2225 + <custom_distribution/>
  2226 + <copies>1</copies>
  2227 + <partitioning>
  2228 + <method>none</method>
  2229 + <schema_name/>
  2230 + </partitioning>
  2231 + <all_rows>Y</all_rows>
  2232 + <ignore_aggregate>N</ignore_aggregate>
  2233 + <field_ignore/>
  2234 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2235 + <prefix>grp</prefix>
  2236 + <add_linenr>Y</add_linenr>
  2237 + <linenr_fieldname>fcno</linenr_fieldname>
  2238 + <give_back_row>N</give_back_row>
  2239 + <group>
  2240 + <field>
  2241 + <name>lp</name>
  2242 + </field>
  2243 + </group>
  2244 + <fields>
  2245 + </fields>
  2246 + <cluster_schema/>
  2247 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2248 + <xloc>442</xloc>
  2249 + <yloc>44</yloc>
  2250 + <draw>Y</draw>
  2251 + </GUI>
  2252 + </step>
  2253 +
  2254 + <step>
  2255 + <name>&#x6dfb;&#x52a0;&#x5bf9;&#x5e94;&#x73ed;&#x6b21;&#x6570;</name>
  2256 + <type>GroupBy</type>
  2257 + <description/>
  2258 + <distribute>Y</distribute>
  2259 + <custom_distribution/>
  2260 + <copies>1</copies>
  2261 + <partitioning>
  2262 + <method>none</method>
  2263 + <schema_name/>
  2264 + </partitioning>
  2265 + <all_rows>Y</all_rows>
  2266 + <ignore_aggregate>N</ignore_aggregate>
  2267 + <field_ignore/>
  2268 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2269 + <prefix>grp</prefix>
  2270 + <add_linenr>Y</add_linenr>
  2271 + <linenr_fieldname>bcs</linenr_fieldname>
  2272 + <give_back_row>N</give_back_row>
  2273 + <group>
  2274 + </group>
  2275 + <fields>
  2276 + </fields>
  2277 + <cluster_schema/>
  2278 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2279 + <xloc>692</xloc>
  2280 + <yloc>44</yloc>
  2281 + <draw>Y</draw>
  2282 + </GUI>
  2283 + </step>
  2284 +
  2285 + <step>
  2286 + <name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</name>
  2287 + <type>Normaliser</type>
  2288 + <description/>
  2289 + <distribute>Y</distribute>
  2290 + <custom_distribution/>
  2291 + <copies>1</copies>
  2292 + <partitioning>
  2293 + <method>none</method>
  2294 + <schema_name/>
  2295 + </partitioning>
  2296 + <typefield>&#x7ad9;&#x70b9;&#x540d;&#x79f0;</typefield>
  2297 + <fields> </fields> <cluster_schema/>
  2298 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2299 + <xloc>248</xloc>
  2300 + <yloc>44</yloc>
  2301 + <draw>Y</draw>
  2302 + </GUI>
  2303 + </step>
  2304 +
  2305 + <step>
  2306 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178;</name>
  2307 + <type>ValueMapper</type>
  2308 + <description/>
  2309 + <distribute>Y</distribute>
  2310 + <custom_distribution/>
  2311 + <copies>1</copies>
  2312 + <partitioning>
  2313 + <method>none</method>
  2314 + <schema_name/>
  2315 + </partitioning>
  2316 + <field_to_use>bctype</field_to_use>
  2317 + <target_field>bctype_code</target_field>
  2318 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2319 + <fields>
  2320 + <field>
  2321 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2322 + <target_value>normal</target_value>
  2323 + </field>
  2324 + <field>
  2325 + <source_value>&#x51fa;&#x573a;</source_value>
  2326 + <target_value>out</target_value>
  2327 + </field>
  2328 + <field>
  2329 + <source_value>&#x8fdb;&#x573a;</source_value>
  2330 + <target_value>in</target_value>
  2331 + </field>
  2332 + <field>
  2333 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2334 + <target_value>oil</target_value>
  2335 + </field>
  2336 + <field>
  2337 + <source_value>&#x4e34;&#x52a0;</source_value>
  2338 + <target_value>temp</target_value>
  2339 + </field>
  2340 + <field>
  2341 + <source_value>&#x533a;&#x95f4;</source_value>
  2342 + <target_value>region</target_value>
  2343 + </field>
  2344 + <field>
  2345 + <source_value>&#x653e;&#x7a7a;</source_value>
  2346 + <target_value>venting</target_value>
  2347 + </field>
  2348 + <field>
  2349 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2350 + <target_value>major</target_value>
  2351 + </field>
  2352 + </fields>
  2353 + <cluster_schema/>
  2354 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2355 + <xloc>149</xloc>
  2356 + <yloc>491</yloc>
  2357 + <draw>Y</draw>
  2358 + </GUI>
  2359 + </step>
  2360 +
  2361 + <step>
  2362 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 2</name>
  2363 + <type>ValueMapper</type>
  2364 + <description/>
  2365 + <distribute>Y</distribute>
  2366 + <custom_distribution/>
  2367 + <copies>1</copies>
  2368 + <partitioning>
  2369 + <method>none</method>
  2370 + <schema_name/>
  2371 + </partitioning>
  2372 + <field_to_use>bctype</field_to_use>
  2373 + <target_field>bctype_code</target_field>
  2374 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2375 + <fields>
  2376 + <field>
  2377 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2378 + <target_value>normal</target_value>
  2379 + </field>
  2380 + <field>
  2381 + <source_value>&#x51fa;&#x573a;</source_value>
  2382 + <target_value>out</target_value>
  2383 + </field>
  2384 + <field>
  2385 + <source_value>&#x8fdb;&#x573a;</source_value>
  2386 + <target_value>in</target_value>
  2387 + </field>
  2388 + <field>
  2389 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2390 + <target_value>oil</target_value>
  2391 + </field>
  2392 + <field>
  2393 + <source_value>&#x4e34;&#x52a0;</source_value>
  2394 + <target_value>temp</target_value>
  2395 + </field>
  2396 + <field>
  2397 + <source_value>&#x533a;&#x95f4;</source_value>
  2398 + <target_value>region</target_value>
  2399 + </field>
  2400 + <field>
  2401 + <source_value>&#x653e;&#x7a7a;</source_value>
  2402 + <target_value>venting</target_value>
  2403 + </field>
  2404 + <field>
  2405 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2406 + <target_value>major</target_value>
  2407 + </field>
  2408 + </fields>
  2409 + <cluster_schema/>
  2410 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2411 + <xloc>333</xloc>
  2412 + <yloc>681</yloc>
  2413 + <draw>Y</draw>
  2414 + </GUI>
  2415 + </step>
  2416 +
  2417 + <step>
  2418 + <name>&#x73ed;&#x6b21;&#x7c7b;&#x578b;&#x5b57;&#x5178; 3</name>
  2419 + <type>ValueMapper</type>
  2420 + <description/>
  2421 + <distribute>Y</distribute>
  2422 + <custom_distribution/>
  2423 + <copies>1</copies>
  2424 + <partitioning>
  2425 + <method>none</method>
  2426 + <schema_name/>
  2427 + </partitioning>
  2428 + <field_to_use>bctype</field_to_use>
  2429 + <target_field>bctype_code</target_field>
  2430 + <non_match_default>&#x672a;&#x77e5;&#x7c7b;&#x578b;</non_match_default>
  2431 + <fields>
  2432 + <field>
  2433 + <source_value>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</source_value>
  2434 + <target_value>normal</target_value>
  2435 + </field>
  2436 + <field>
  2437 + <source_value>&#x51fa;&#x573a;</source_value>
  2438 + <target_value>out</target_value>
  2439 + </field>
  2440 + <field>
  2441 + <source_value>&#x8fdb;&#x573a;</source_value>
  2442 + <target_value>in</target_value>
  2443 + </field>
  2444 + <field>
  2445 + <source_value>&#x52a0;&#x6cb9;</source_value>
  2446 + <target_value>oil</target_value>
  2447 + </field>
  2448 + <field>
  2449 + <source_value>&#x4e34;&#x52a0;</source_value>
  2450 + <target_value>temp</target_value>
  2451 + </field>
  2452 + <field>
  2453 + <source_value>&#x533a;&#x95f4;</source_value>
  2454 + <target_value>region</target_value>
  2455 + </field>
  2456 + <field>
  2457 + <source_value>&#x653e;&#x7a7a;</source_value>
  2458 + <target_value>venting</target_value>
  2459 + </field>
  2460 + <field>
  2461 + <source_value>&#x653e;&#x5927;&#x7ad9;</source_value>
  2462 + <target_value>major</target_value>
  2463 + </field>
  2464 + </fields>
  2465 + <cluster_schema/>
  2466 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2467 + <xloc>551</xloc>
  2468 + <yloc>928</yloc>
  2469 + <draw>Y</draw>
  2470 + </GUI>
  2471 + </step>
  2472 +
  2473 + <step>
  2474 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63;</name>
  2475 + <type>SelectValues</type>
  2476 + <description/>
  2477 + <distribute>Y</distribute>
  2478 + <custom_distribution/>
  2479 + <copies>1</copies>
  2480 + <partitioning>
  2481 + <method>none</method>
  2482 + <schema_name/>
  2483 + </partitioning>
  2484 + <fields> <select_unspecified>N</select_unspecified>
  2485 + <meta> <name>jhlc</name>
  2486 + <rename>jhlc</rename>
  2487 + <type>Number</type>
  2488 + <length>-2</length>
  2489 + <precision>-2</precision>
  2490 + <conversion_mask/>
  2491 + <date_format_lenient>false</date_format_lenient>
  2492 + <date_format_locale/>
  2493 + <date_format_timezone/>
  2494 + <lenient_string_to_number>false</lenient_string_to_number>
  2495 + <encoding/>
  2496 + <decimal_symbol/>
  2497 + <grouping_symbol/>
  2498 + <currency_symbol/>
  2499 + <storage_type/>
  2500 + </meta> <meta> <name>bcsj</name>
  2501 + <rename>bcsj</rename>
  2502 + <type>Integer</type>
  2503 + <length>-2</length>
  2504 + <precision>-2</precision>
  2505 + <conversion_mask/>
  2506 + <date_format_lenient>false</date_format_lenient>
  2507 + <date_format_locale/>
  2508 + <date_format_timezone/>
  2509 + <lenient_string_to_number>false</lenient_string_to_number>
  2510 + <encoding/>
  2511 + <decimal_symbol/>
  2512 + <grouping_symbol/>
  2513 + <currency_symbol/>
  2514 + <storage_type/>
  2515 + </meta> </fields> <cluster_schema/>
  2516 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2517 + <xloc>146</xloc>
  2518 + <yloc>768</yloc>
  2519 + <draw>Y</draw>
  2520 + </GUI>
  2521 + </step>
  2522 +
  2523 + <step>
  2524 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 2</name>
  2525 + <type>SelectValues</type>
  2526 + <description/>
  2527 + <distribute>Y</distribute>
  2528 + <custom_distribution/>
  2529 + <copies>1</copies>
  2530 + <partitioning>
  2531 + <method>none</method>
  2532 + <schema_name/>
  2533 + </partitioning>
  2534 + <fields> <select_unspecified>N</select_unspecified>
  2535 + <meta> <name>out_mileage</name>
  2536 + <rename>out_mileage</rename>
  2537 + <type>Number</type>
  2538 + <length>-2</length>
  2539 + <precision>-2</precision>
  2540 + <conversion_mask/>
  2541 + <date_format_lenient>false</date_format_lenient>
  2542 + <date_format_locale/>
  2543 + <date_format_timezone/>
  2544 + <lenient_string_to_number>false</lenient_string_to_number>
  2545 + <encoding/>
  2546 + <decimal_symbol/>
  2547 + <grouping_symbol/>
  2548 + <currency_symbol/>
  2549 + <storage_type/>
  2550 + </meta> <meta> <name>out_time</name>
  2551 + <rename>out_time</rename>
  2552 + <type>Integer</type>
  2553 + <length>-2</length>
  2554 + <precision>-2</precision>
  2555 + <conversion_mask/>
  2556 + <date_format_lenient>false</date_format_lenient>
  2557 + <date_format_locale/>
  2558 + <date_format_timezone/>
  2559 + <lenient_string_to_number>false</lenient_string_to_number>
  2560 + <encoding/>
  2561 + <decimal_symbol/>
  2562 + <grouping_symbol/>
  2563 + <currency_symbol/>
  2564 + <storage_type/>
  2565 + </meta> <meta> <name>sxx</name>
  2566 + <rename>sxx</rename>
  2567 + <type>Integer</type>
  2568 + <length>-2</length>
  2569 + <precision>-2</precision>
  2570 + <conversion_mask/>
  2571 + <date_format_lenient>false</date_format_lenient>
  2572 + <date_format_locale/>
  2573 + <date_format_timezone/>
  2574 + <lenient_string_to_number>false</lenient_string_to_number>
  2575 + <encoding/>
  2576 + <decimal_symbol/>
  2577 + <grouping_symbol/>
  2578 + <currency_symbol/>
  2579 + <storage_type/>
  2580 + </meta> </fields> <cluster_schema/>
  2581 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2582 + <xloc>338</xloc>
  2583 + <yloc>1008</yloc>
  2584 + <draw>Y</draw>
  2585 + </GUI>
  2586 + </step>
  2587 +
  2588 + <step>
  2589 + <name>&#x7c7b;&#x578b;&#x4fee;&#x6b63; 3</name>
  2590 + <type>SelectValues</type>
  2591 + <description/>
  2592 + <distribute>Y</distribute>
  2593 + <custom_distribution/>
  2594 + <copies>1</copies>
  2595 + <partitioning>
  2596 + <method>none</method>
  2597 + <schema_name/>
  2598 + </partitioning>
  2599 + <fields> <select_unspecified>N</select_unspecified>
  2600 + <meta> <name>parade_mileage</name>
  2601 + <rename>parade_mileage</rename>
  2602 + <type>Number</type>
  2603 + <length>-2</length>
  2604 + <precision>-2</precision>
  2605 + <conversion_mask/>
  2606 + <date_format_lenient>false</date_format_lenient>
  2607 + <date_format_locale/>
  2608 + <date_format_timezone/>
  2609 + <lenient_string_to_number>false</lenient_string_to_number>
  2610 + <encoding/>
  2611 + <decimal_symbol/>
  2612 + <grouping_symbol/>
  2613 + <currency_symbol/>
  2614 + <storage_type/>
  2615 + </meta> <meta> <name>parade_time</name>
  2616 + <rename>parade_time</rename>
  2617 + <type>Integer</type>
  2618 + <length>-2</length>
  2619 + <precision>-2</precision>
  2620 + <conversion_mask/>
  2621 + <date_format_lenient>false</date_format_lenient>
  2622 + <date_format_locale/>
  2623 + <date_format_timezone/>
  2624 + <lenient_string_to_number>false</lenient_string_to_number>
  2625 + <encoding/>
  2626 + <decimal_symbol/>
  2627 + <grouping_symbol/>
  2628 + <currency_symbol/>
  2629 + <storage_type/>
  2630 + </meta> <meta> <name>sxx2</name>
  2631 + <rename>sxx2</rename>
  2632 + <type>Integer</type>
  2633 + <length>-2</length>
  2634 + <precision>-2</precision>
  2635 + <conversion_mask/>
  2636 + <date_format_lenient>false</date_format_lenient>
  2637 + <date_format_locale/>
  2638 + <date_format_timezone/>
  2639 + <lenient_string_to_number>false</lenient_string_to_number>
  2640 + <encoding/>
  2641 + <decimal_symbol/>
  2642 + <grouping_symbol/>
  2643 + <currency_symbol/>
  2644 + <storage_type/>
  2645 + </meta> </fields> <cluster_schema/>
  2646 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2647 + <xloc>847</xloc>
  2648 + <yloc>1003</yloc>
  2649 + <draw>Y</draw>
  2650 + </GUI>
  2651 + </step>
  2652 +
  2653 + <step>
  2654 + <name>&#x8ba1;&#x7b97;&#x73ed;&#x6b21;&#x7c7b;&#x578b;</name>
  2655 + <type>ValueMapper</type>
  2656 + <description/>
  2657 + <distribute>Y</distribute>
  2658 + <custom_distribution/>
  2659 + <copies>1</copies>
  2660 + <partitioning>
  2661 + <method>none</method>
  2662 + <schema_name/>
  2663 + </partitioning>
  2664 + <field_to_use>qdzname</field_to_use>
  2665 + <target_field>bctype</target_field>
  2666 + <non_match_default>&#x6b63;&#x5e38;&#x73ed;&#x6b21;</non_match_default>
  2667 + <fields>
  2668 + <field>
  2669 + <source_value>&#x51fa;&#x573a;</source_value>
  2670 + <target_value>&#x51fa;&#x573a;</target_value>
  2671 + </field>
  2672 + <field>
  2673 + <source_value>&#x8fdb;&#x573a;</source_value>
  2674 + <target_value>&#x8fdb;&#x573a;</target_value>
  2675 + </field>
  2676 + </fields>
  2677 + <cluster_schema/>
  2678 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2679 + <xloc>1014</xloc>
  2680 + <yloc>401</yloc>
  2681 + <draw>Y</draw>
  2682 + </GUI>
  2683 + </step>
  2684 +
  2685 + <step>
  2686 + <name>&#x8bb0;&#x5f55;&#x5173;&#x8054; &#x28;&#x7b1b;&#x5361;&#x5c14;&#x8f93;&#x51fa;&#x29;</name>
  2687 + <type>JoinRows</type>
  2688 + <description/>
  2689 + <distribute>Y</distribute>
  2690 + <custom_distribution/>
  2691 + <copies>1</copies>
  2692 + <partitioning>
  2693 + <method>none</method>
  2694 + <schema_name/>
  2695 + </partitioning>
  2696 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  2697 + <prefix>out</prefix>
  2698 + <cache_size>500</cache_size>
  2699 + <main/>
  2700 + <compare>
  2701 +<condition>
  2702 + <negated>N</negated>
  2703 + <leftvalue/>
  2704 + <function>&#x3d;</function>
  2705 + <rightvalue/>
  2706 + </condition>
  2707 + </compare>
  2708 + <cluster_schema/>
  2709 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2710 + <xloc>310</xloc>
  2711 + <yloc>133</yloc>
  2712 + <draw>Y</draw>
  2713 + </GUI>
  2714 + </step>
  2715 +
  2716 + <step>
  2717 + <name>&#x8fc7;&#x6ee4;&#x8bb0;&#x5f55;&#xff08;&#x53d1;&#x8f66;&#x65f6;&#x95f4;&#x4e3a;&#x7a7a;&#xff09;</name>
  2718 + <type>FilterRows</type>
  2719 + <description/>
  2720 + <distribute>Y</distribute>
  2721 + <custom_distribution/>
  2722 + <copies>1</copies>
  2723 + <partitioning>
  2724 + <method>none</method>
  2725 + <schema_name/>
  2726 + </partitioning>
  2727 +<send_true_to/>
  2728 +<send_false_to/>
  2729 + <compare>
  2730 +<condition>
  2731 + <negated>N</negated>
  2732 + <leftvalue>sendtime</leftvalue>
  2733 + <function>IS NOT NULL</function>
  2734 + <rightvalue/>
  2735 + </condition>
  2736 + </compare>
  2737 + <cluster_schema/>
  2738 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2739 + <xloc>571</xloc>
  2740 + <yloc>44</yloc>
  2741 + <draw>Y</draw>
  2742 + </GUI>
  2743 + </step>
  2744 +
  2745 + <step>
  2746 + <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;_&#x786e;&#x5b9a;&#x8d77;&#x70b9;&#x7ad9;&#x540d;&#x5b57;</name>
  2747 + <type>ScriptValueMod</type>
  2748 + <description/>
  2749 + <distribute>Y</distribute>
  2750 + <custom_distribution/>
  2751 + <copies>1</copies>
  2752 + <partitioning>
  2753 + <method>none</method>
  2754 + <schema_name/>
  2755 + </partitioning>
  2756 + <compatible>N</compatible>
  2757 + <optimizationLevel>9</optimizationLevel>
  2758 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  2759 + <jsScript_name>Script 1</jsScript_name>
  2760 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;&#x2f;&#x2f; &#x6dfb;&#x52a0;&#x7ad9;&#x70b9;&#x6807;&#x8bc6;&#xa;var cc_groups &#x3d; qdzgroups.split&#x28;&#x22;,&#x22;&#x29;&#x3b; &#x2f;&#x2f; &#x6240;&#x6709;&#x73ed;&#x6b21;&#x8d77;&#x70b9;&#x7ad9;&#x6570;&#x7ec4;&#xa;var qdzname_calcu &#x3d; cc_groups&#x5b;gno - 2&#x5d;&#x3b; &#x2f;&#x2f; &#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#x662f;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x7ec8;&#x70b9;&#x7ad9;&#xff0c;&#x8fd9;&#x91cc;&#x53ea;&#x6709;&#x4e0a;&#x4e00;&#x4e2a;&#x73ed;&#x6b21;&#x7684;&#x8d77;&#x70b9;&#x7ad9;&#xff0c;&#x8fd8;&#x9700;&#x8981;&#x8ba1;&#x7b97;&#xa;var startZdtype_calcu &#x3d; &#x27;B&#x27;&#x3b;&#xa;var endZdtype_calcu &#x3d; &#x27;E&#x27;&#x3b;&#xa;&#xa;var destory &#x3d; 0&#x3b; &#x2f;&#x2f; &#x672a;&#x64a4;&#x9500;flag</jsScript_script>
  2761 + </jsScript> </jsScripts> <fields> <field> <name>qdzname_calcu</name>
  2762 + <rename>qdzname_calcu</rename>
  2763 + <type>String</type>
  2764 + <length>-1</length>
  2765 + <precision>-1</precision>
  2766 + <replace>N</replace>
  2767 + </field> <field> <name>startZdtype_calcu</name>
  2768 + <rename>startZdtype_calcu</rename>
  2769 + <type>String</type>
  2770 + <length>-1</length>
  2771 + <precision>-1</precision>
  2772 + <replace>N</replace>
  2773 + </field> <field> <name>endZdtype_calcu</name>
  2774 + <rename>endZdtype_calcu</rename>
  2775 + <type>String</type>
  2776 + <length>-1</length>
  2777 + <precision>-1</precision>
  2778 + <replace>N</replace>
  2779 + </field> <field> <name>destory</name>
  2780 + <rename>destory</rename>
  2781 + <type>Integer</type>
  2782 + <length>-1</length>
  2783 + <precision>-1</precision>
  2784 + <replace>N</replace>
  2785 + </field> </fields> <cluster_schema/>
  2786 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2787 + <xloc>754</xloc>
  2788 + <yloc>610</yloc>
  2789 + <draw>Y</draw>
  2790 + </GUI>
  2791 + </step>
  2792 +
  2793 + <step>
  2794 + <name>&#x8fdb;&#x573a;&#x73ed;&#x6b21;&#x6570;&#x636e;</name>
  2795 + <type>Dummy</type>
  2796 + <description/>
  2797 + <distribute>Y</distribute>
  2798 + <custom_distribution/>
  2799 + <copies>1</copies>
  2800 + <partitioning>
  2801 + <method>none</method>
  2802 + <schema_name/>
  2803 + </partitioning>
  2804 + <cluster_schema/>
  2805 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  2806 + <xloc>997</xloc>
  2807 + <yloc>606</yloc>
  2808 + <draw>Y</draw>
  2809 + </GUI>
  2810 + </step>
  2811 +
  2812 + <step_error_handling>
  2813 + <error>
  2814 + <source_step>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_s_ttinfo_detail</source_step>
  2815 + <target_step/>
  2816 + <is_enabled>Y</is_enabled>
  2817 + <nr_valuename>c1</nr_valuename>
  2818 + <descriptions_valuename>c2</descriptions_valuename>
  2819 + <fields_valuename>c3</fields_valuename>
  2820 + <codes_valuename>c4</codes_valuename>
  2821 + <max_errors/>
  2822 + <max_pct_errors/>
  2823 + <min_pct_rows/>
  2824 + </error>
  2825 + </step_error_handling>
  2826 + <slave-step-copy-partition-distribution>
  2827 +</slave-step-copy-partition-distribution>
  2828 + <slave_transformation>N</slave_transformation>
  2829 +
  2830 +</transformation>
... ...
src/main/resources/datatools/ktrs/ttinfodetailMetaData.ktr renamed to src/main/resources/datatools/ktrs/ttinfodetailDataInputMetaData.ktr
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<transformation>
3   - <info>
4   - <name>ttinfodetailMetaData</name>
5   - <description/>
6   - <extended_description/>
7   - <trans_version/>
8   - <trans_type>Normal</trans_type>
9   - <trans_status>0</trans_status>
10   - <directory>&#x2f;</directory>
11   - <parameters>
12   - <parameter>
13   - <name>erroroutputdir</name>
14   - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;runtime_temp&#x2f;bsth_control_u_d_files&#x2f;erroroutput</default_value>
15   - <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
16   - </parameter>
17   - <parameter>
18   - <name>excelfieldnames</name>
19   - <default_value>&#x8def;&#x724c;,&#x51fa;&#x573a;,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;1,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;1,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;2,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;2,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;3,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;3,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;4,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;4,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;5,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;5,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;6,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;6,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;7,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;7,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;8,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;8,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;9,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;9,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;10,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;10,&#x8fdb;&#x573a;</default_value>
20   - <description>&#x65f6;&#x523b;&#x8868;excel&#x8f93;&#x5165;&#x5b57;&#x6bb5;&#x540d;&#xff0c;&#x4ee5;&#x9017;&#x53f7;&#x8fde;&#x63a5;</description>
21   - </parameter>
22   - <parameter>
23   - <name>filepath</name>
24   - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x95f5;&#x884c;&#x516c;&#x4ea4;&#x2f;&#x95f5;&#x884c;26&#x8def;&#x65f6;&#x523b;&#x8868;160630&#x65f6;&#x523b;&#x8868;.xls</default_value>
25   - <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
26   - </parameter>
27   - <parameter>
28   - <name>injectktrfile</name>
29   - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control&#x2f;src&#x2f;main&#x2f;resources&#x2f;datatools&#x2f;ktrs&#x2f;ttinfodetailDataInput.ktr</default_value>
30   - <description>&#x6ce8;&#x5165;&#x5143;&#x6570;&#x636e;&#x7684;ktr&#x6587;&#x4ef6;</description>
31   - </parameter>
32   - <parameter>
33   - <name>normalizefieldnames</name>
34   - <default_value>&#x51fa;&#x573a;,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;1,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;1,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;2,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;2,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;3,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;3,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;4,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;4,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;5,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;5,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;6,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;6,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;7,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;7,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;8,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;8,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;9,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;9,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;10,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;10,&#x8fdb;&#x573a;</default_value>
35   - <description>&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;&#x5b57;&#x6bb5;&#x540d;&#xff0c;&#x4ee5;&#x9017;&#x53f7;&#x8fde;&#x63a5;</description>
36   - </parameter>
37   - <parameter>
38   - <name>sheetname</name>
39   - <default_value>&#x5de5;&#x4f5c;&#x8868;1</default_value>
40   - <description>xls sheet&#x540d;&#x5b57;</description>
41   - </parameter>
42   - <parameter>
43   - <name>tccname</name>
44   - <default_value>&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;&#x505c;&#x8f66;&#x573a;</default_value>
45   - <description>&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</description>
46   - </parameter>
47   - <parameter>
48   - <name>ttid</name>
49   - <default_value>1</default_value>
50   - <description>&#x65f6;&#x523b;&#x8868;id</description>
51   - </parameter>
52   - <parameter>
53   - <name>ttinfoname</name>
54   - <default_value>&#x8868;2</default_value>
55   - <description>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</description>
56   - </parameter>
57   - <parameter>
58   - <name>xlname</name>
59   - <default_value>&#x95f5;&#x884c;26&#x8def;</default_value>
60   - <description>&#x7ebf;&#x8def;&#x540d;&#x79f0;</description>
61   - </parameter>
62   - </parameters>
63   - <log>
64   -<trans-log-table><connection/>
65   -<schema/>
66   -<table/>
67   -<size_limit_lines/>
68   -<interval/>
69   -<timeout_days/>
70   -<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>
71   -<perf-log-table><connection/>
72   -<schema/>
73   -<table/>
74   -<interval/>
75   -<timeout_days/>
76   -<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>
77   -<channel-log-table><connection/>
78   -<schema/>
79   -<table/>
80   -<timeout_days/>
81   -<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>
82   -<step-log-table><connection/>
83   -<schema/>
84   -<table/>
85   -<timeout_days/>
86   -<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>
87   -<metrics-log-table><connection/>
88   -<schema/>
89   -<table/>
90   -<timeout_days/>
91   -<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>
92   - </log>
93   - <maxdate>
94   - <connection/>
95   - <table/>
96   - <field/>
97   - <offset>0.0</offset>
98   - <maxdiff>0.0</maxdiff>
99   - </maxdate>
100   - <size_rowset>10000</size_rowset>
101   - <sleep_time_empty>50</sleep_time_empty>
102   - <sleep_time_full>50</sleep_time_full>
103   - <unique_connections>N</unique_connections>
104   - <feedback_shown>Y</feedback_shown>
105   - <feedback_size>50000</feedback_size>
106   - <using_thread_priorities>Y</using_thread_priorities>
107   - <shared_objects_file/>
108   - <capture_step_performance>N</capture_step_performance>
109   - <step_performance_capturing_delay>1000</step_performance_capturing_delay>
110   - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
111   - <dependencies>
112   - </dependencies>
113   - <partitionschemas>
114   - </partitionschemas>
115   - <slaveservers>
116   - </slaveservers>
117   - <clusterschemas>
118   - </clusterschemas>
119   - <created_user>-</created_user>
120   - <created_date>2016&#x2f;07&#x2f;01 09&#x3a;55&#x3a;32.649</created_date>
121   - <modified_user>-</modified_user>
122   - <modified_date>2016&#x2f;07&#x2f;01 09&#x3a;55&#x3a;32.649</modified_date>
123   - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
124   - <is_key_private>N</is_key_private>
125   - </info>
126   - <notepads>
127   - </notepads>
128   - <connection>
129   - <name>bus_control_variable</name>
130   - <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
131   - <type>MYSQL</type>
132   - <access>Native</access>
133   - <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
134   - <port>3306</port>
135   - <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
136   - <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
137   - <servername/>
138   - <data_tablespace/>
139   - <index_tablespace/>
140   - <attributes>
141   - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
142   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
143   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
144   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
145   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
146   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
147   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
148   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
149   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
150   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
151   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
152   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
153   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
154   - </attributes>
155   - </connection>
156   - <connection>
157   - <name>bus_control_&#x516c;&#x53f8;_201</name>
158   - <server>localhost</server>
159   - <type>MYSQL</type>
160   - <access>Native</access>
161   - <database>control</database>
162   - <port>3306</port>
163   - <username>root</username>
164   - <password>Encrypted </password>
165   - <servername/>
166   - <data_tablespace/>
167   - <index_tablespace/>
168   - <attributes>
169   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
170   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
171   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
172   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
173   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
174   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
175   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
176   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
177   - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
178   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
179   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
180   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
181   - </attributes>
182   - </connection>
183   - <connection>
184   - <name>bus_control_&#x672c;&#x673a;</name>
185   - <server>localhost</server>
186   - <type>MYSQL</type>
187   - <access>Native</access>
188   - <database>control</database>
189   - <port>3306</port>
190   - <username>root</username>
191   - <password>Encrypted </password>
192   - <servername/>
193   - <data_tablespace/>
194   - <index_tablespace/>
195   - <attributes>
196   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
197   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
198   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
199   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
200   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
201   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
202   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
203   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
204   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
205   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
206   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
207   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
208   - </attributes>
209   - </connection>
210   - <connection>
211   - <name>xlab_mysql_youle</name>
212   - <server>101.231.124.8</server>
213   - <type>MYSQL</type>
214   - <access>Native</access>
215   - <database>xlab_youle</database>
216   - <port>45687</port>
217   - <username>xlab-youle</username>
218   - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
219   - <servername/>
220   - <data_tablespace/>
221   - <index_tablespace/>
222   - <attributes>
223   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
224   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
225   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
226   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
227   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
228   - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
229   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
230   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
231   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
232   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
233   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
234   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
235   - </attributes>
236   - </connection>
237   - <connection>
238   - <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
239   - <server>localhost</server>
240   - <type>MYSQL</type>
241   - <access>Native</access>
242   - <database>xlab_youle</database>
243   - <port>3306</port>
244   - <username>root</username>
245   - <password>Encrypted </password>
246   - <servername/>
247   - <data_tablespace/>
248   - <index_tablespace/>
249   - <attributes>
250   - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
251   - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
252   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
253   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
254   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
255   - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
256   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
257   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
258   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
259   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
260   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
261   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
262   - </attributes>
263   - </connection>
264   - <connection>
265   - <name>xlab_youle</name>
266   - <server/>
267   - <type>MYSQL</type>
268   - <access>JNDI</access>
269   - <database>xlab_youle</database>
270   - <port>1521</port>
271   - <username/>
272   - <password>Encrypted </password>
273   - <servername/>
274   - <data_tablespace/>
275   - <index_tablespace/>
276   - <attributes>
277   - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
278   - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
279   - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
280   - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
281   - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
282   - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
283   - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
284   - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
285   - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
286   - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
287   - </attributes>
288   - </connection>
289   - <order>
290   - <hop> <from>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
291   - <hop> <from>&#x83b7;&#x53d6;excel&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</from><to>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</to><enabled>Y</enabled> </hop>
292   - <hop> <from>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</from><to>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
293   - <hop> <from>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
294   - <hop> <from>&#x83b7;&#x53d6;normalize&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</from><to>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</to><enabled>Y</enabled> </hop>
295   - <hop> <from>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</from><to>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
296   - <hop> <from>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
297   - <hop> <from>&#x83b7;&#x53d6;&#x7ebf;&#x8def;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
298   - <hop> <from>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</to><enabled>Y</enabled> </hop>
299   - <hop> <from>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</from><to>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
300   - <hop> <from>&#x83b7;&#x53d6;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
301   - <hop> <from>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </to><enabled>Y</enabled> </hop>
302   - <hop> <from>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </from><to>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
303   - <hop> <from>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
304   - <hop> <from>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
305   - <hop> <from>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</from><to>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
306   - <hop> <from>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
307   - <hop> <from>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
308   - <hop> <from>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
309   - <hop> <from>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
310   - <hop> <from>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;id</from><to>&#x5220;&#x9664;&#x4e4b;&#x524d;&#x7684;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</to><enabled>Y</enabled> </hop>
311   - </order>
312   - <step>
313   - <name>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</name>
314   - <type>MetaInject</type>
315   - <description/>
316   - <distribute>Y</distribute>
317   - <custom_distribution/>
318   - <copies>1</copies>
319   - <partitioning>
320   - <method>none</method>
321   - <schema_name/>
322   - </partitioning>
323   - <specification_method>filename</specification_method>
324   - <trans_object_id/>
325   - <trans_name/>
326   - <filename>&#x24;&#x7b;injectktrfile&#x7d;</filename>
327   - <directory_path/>
328   - <source_step/>
329   - <source_output_fields> </source_output_fields> <target_file/>
330   - <no_execution>N</no_execution>
331   - <stream_source_step/>
332   - <stream_target_step/>
333   - <mappings> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
334   - <target_attribute_key>FORMAT</target_attribute_key>
335   - <target_detail>Y</target_detail>
336   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
337   - <source_field>format</source_field>
338   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
339   - <target_attribute_key>REPEAT</target_attribute_key>
340   - <target_detail>Y</target_detail>
341   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
342   - <source_field>repeat</source_field>
343   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
344   - <target_attribute_key>TRIM_TYPE</target_attribute_key>
345   - <target_detail>Y</target_detail>
346   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
347   - <source_field>trim_type</source_field>
348   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
349   - <target_attribute_key>FILENAME</target_attribute_key>
350   - <target_detail>Y</target_detail>
351   - <source_step>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</source_step>
352   - <source_field>filepath_</source_field>
353   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
354   - <target_attribute_key>PRECISION</target_attribute_key>
355   - <target_detail>Y</target_detail>
356   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
357   - <source_field>precision</source_field>
358   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
359   - <target_attribute_key>TYPE</target_attribute_key>
360   - <target_detail>Y</target_detail>
361   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
362   - <source_field>type</source_field>
363   - </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
364   - <target_attribute_key>DATA_VALUE</target_attribute_key>
365   - <target_detail>Y</target_detail>
366   - <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
367   - <source_field>col_value</source_field>
368   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
369   - <target_attribute_key>LENGTH</target_attribute_key>
370   - <target_detail>Y</target_detail>
371   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
372   - <source_field>length</source_field>
373   - </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
374   - <target_attribute_key>TYPE</target_attribute_key>
375   - <target_detail>Y</target_detail>
376   - <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
377   - <source_field>col_type</source_field>
378   - </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
379   - <target_attribute_key>NAME</target_attribute_key>
380   - <target_detail>Y</target_detail>
381   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
382   - <source_field>fieldName</source_field>
383   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
384   - <target_attribute_key>NAME</target_attribute_key>
385   - <target_detail>Y</target_detail>
386   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
387   - <source_field>fieldname</source_field>
388   - </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
389   - <target_attribute_key>NAME</target_attribute_key>
390   - <target_detail>Y</target_detail>
391   - <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
392   - <source_field>nfieldname</source_field>
393   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
394   - <target_attribute_key>LENGTH</target_attribute_key>
395   - <target_detail>Y</target_detail>
396   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
397   - <source_field>length</source_field>
398   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
399   - <target_attribute_key>SHEET_NAME</target_attribute_key>
400   - <target_detail>Y</target_detail>
401   - <source_step>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</source_step>
402   - <source_field>sheetname_</source_field>
403   - </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
404   - <target_attribute_key>NAME</target_attribute_key>
405   - <target_detail>Y</target_detail>
406   - <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
407   - <source_field>col_name</source_field>
408   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
409   - <target_attribute_key>TYPE</target_attribute_key>
410   - <target_detail>Y</target_detail>
411   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
412   - <source_field>fieldtype</source_field>
413   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
414   - <target_attribute_key>NAME</target_attribute_key>
415   - <target_detail>Y</target_detail>
416   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
417   - <source_field>fieldName</source_field>
418   - </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
419   - <target_attribute_key>VALUE</target_attribute_key>
420   - <target_detail>Y</target_detail>
421   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
422   - <source_field>fieldName</source_field>
423   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
424   - <target_attribute_key>TRIM_TYPE</target_attribute_key>
425   - <target_detail>Y</target_detail>
426   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
427   - <source_field>trim_type</source_field>
428   - </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
429   - <target_attribute_key>NORMALISED</target_attribute_key>
430   - <target_detail>Y</target_detail>
431   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
432   - <source_field>value</source_field>
433   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
434   - <target_attribute_key>REPEAT</target_attribute_key>
435   - <target_detail>Y</target_detail>
436   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
437   - <source_field>repeat</source_field>
438   - </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
439   - <target_attribute_key>NORMALISED</target_attribute_key>
440   - <target_detail>Y</target_detail>
441   - <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
442   - <source_field>valuefield</source_field>
443   - </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
444   - <target_attribute_key>VALUE</target_attribute_key>
445   - <target_detail>Y</target_detail>
446   - <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
447   - <source_field>nfieldname</source_field>
448   - </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
449   - <target_attribute_key>FORMAT</target_attribute_key>
450   - <target_detail>Y</target_detail>
451   - <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
452   - <source_field>format</source_field>
453   - </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
454   - <target_attribute_key>PRECISION</target_attribute_key>
455   - <target_detail>Y</target_detail>
456   - <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
457   - <source_field>precision</source_field>
458   - </mapping> </mappings> <cluster_schema/>
459   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
460   - <xloc>695</xloc>
461   - <yloc>177</yloc>
462   - <draw>Y</draw>
463   - </GUI>
464   - </step>
465   -
466   - <step>
467   - <name>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
468   - <type>SelectValues</type>
469   - <description/>
470   - <distribute>Y</distribute>
471   - <custom_distribution/>
472   - <copies>1</copies>
473   - <partitioning>
474   - <method>none</method>
475   - <schema_name/>
476   - </partitioning>
477   - <fields> <field> <name>col_name</name>
478   - <rename/>
479   - <length>-2</length>
480   - <precision>-2</precision>
481   - </field> <field> <name>col_type</name>
482   - <rename/>
483   - <length>-2</length>
484   - <precision>-2</precision>
485   - </field> <field> <name>col_value</name>
486   - <rename/>
487   - <length>-2</length>
488   - <precision>-2</precision>
489   - </field> <select_unspecified>N</select_unspecified>
490   - </fields> <cluster_schema/>
491   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
492   - <xloc>490</xloc>
493   - <yloc>429</yloc>
494   - <draw>Y</draw>
495   - </GUI>
496   - </step>
497   -
498   - <step>
499   - <name>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</name>
500   - <type>Dummy</type>
501   - <description/>
502   - <distribute>Y</distribute>
503   - <custom_distribution/>
504   - <copies>1</copies>
505   - <partitioning>
506   - <method>none</method>
507   - <schema_name/>
508   - </partitioning>
509   - <cluster_schema/>
510   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
511   - <xloc>702</xloc>
512   - <yloc>383</yloc>
513   - <draw>Y</draw>
514   - </GUI>
515   - </step>
516   -
517   - <step>
518   - <name>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</name>
519   - <type>Constant</type>
520   - <description/>
521   - <distribute>Y</distribute>
522   - <custom_distribution/>
523   - <copies>1</copies>
524   - <partitioning>
525   - <method>none</method>
526   - <schema_name/>
527   - </partitioning>
528   - <fields>
529   - <field>
530   - <name>fieldtype</name>
531   - <type>String</type>
532   - <format/>
533   - <currency/>
534   - <decimal/>
535   - <group/>
536   - <nullif>String</nullif>
537   - <length>-1</length>
538   - <precision>-1</precision>
539   - <set_empty_string>N</set_empty_string>
540   - </field>
541   - <field>
542   - <name>length</name>
543   - <type>String</type>
544   - <format/>
545   - <currency/>
546   - <decimal/>
547   - <group/>
548   - <nullif>-1</nullif>
549   - <length>-1</length>
550   - <precision>-1</precision>
551   - <set_empty_string>N</set_empty_string>
552   - </field>
553   - <field>
554   - <name>precision</name>
555   - <type>String</type>
556   - <format/>
557   - <currency/>
558   - <decimal/>
559   - <group/>
560   - <nullif>-1</nullif>
561   - <length>-1</length>
562   - <precision>-1</precision>
563   - <set_empty_string>N</set_empty_string>
564   - </field>
565   - <field>
566   - <name>trim_type</name>
567   - <type>String</type>
568   - <format/>
569   - <currency/>
570   - <decimal/>
571   - <group/>
572   - <nullif>none</nullif>
573   - <length>-1</length>
574   - <precision>-1</precision>
575   - <set_empty_string>N</set_empty_string>
576   - </field>
577   - <field>
578   - <name>repeat</name>
579   - <type>String</type>
580   - <format/>
581   - <currency/>
582   - <decimal/>
583   - <group/>
584   - <nullif>N</nullif>
585   - <length>-1</length>
586   - <precision>-1</precision>
587   - <set_empty_string>N</set_empty_string>
588   - </field>
589   - <field>
590   - <name>format</name>
591   - <type>String</type>
592   - <format/>
593   - <currency/>
594   - <decimal/>
595   - <group/>
596   - <nullif>&#x23;</nullif>
597   - <length>-1</length>
598   - <precision>-1</precision>
599   - <set_empty_string>N</set_empty_string>
600   - </field>
601   - </fields>
602   - <cluster_schema/>
603   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
604   - <xloc>441</xloc>
605   - <yloc>172</yloc>
606   - <draw>Y</draw>
607   - </GUI>
608   - </step>
609   -
610   - <step>
611   - <name>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</name>
612   - <type>Constant</type>
613   - <description/>
614   - <distribute>Y</distribute>
615   - <custom_distribution/>
616   - <copies>1</copies>
617   - <partitioning>
618   - <method>none</method>
619   - <schema_name/>
620   - </partitioning>
621   - <fields>
622   - <field>
623   - <name>valuefield</name>
624   - <type>String</type>
625   - <format/>
626   - <currency/>
627   - <decimal/>
628   - <group/>
629   - <nullif>&#x53d1;&#x8f66;&#x65f6;&#x95f4;</nullif>
630   - <length>-1</length>
631   - <precision>-1</precision>
632   - <set_empty_string>N</set_empty_string>
633   - </field>
634   - </fields>
635   - <cluster_schema/>
636   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
637   - <xloc>447</xloc>
638   - <yloc>257</yloc>
639   - <draw>Y</draw>
640   - </GUI>
641   - </step>
642   -
643   - <step>
644   - <name>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</name>
645   - <type>Constant</type>
646   - <description/>
647   - <distribute>Y</distribute>
648   - <custom_distribution/>
649   - <copies>1</copies>
650   - <partitioning>
651   - <method>none</method>
652   - <schema_name/>
653   - </partitioning>
654   - <fields>
655   - <field>
656   - <name>col_name</name>
657   - <type>String</type>
658   - <format/>
659   - <currency/>
660   - <decimal/>
661   - <group/>
662   - <nullif>tccname_</nullif>
663   - <length>-1</length>
664   - <precision>-1</precision>
665   - <set_empty_string>N</set_empty_string>
666   - </field>
667   - <field>
668   - <name>col_type</name>
669   - <type>String</type>
670   - <format/>
671   - <currency/>
672   - <decimal/>
673   - <group/>
674   - <nullif>String</nullif>
675   - <length>-1</length>
676   - <precision>-1</precision>
677   - <set_empty_string>N</set_empty_string>
678   - </field>
679   - <field>
680   - <name>col_value</name>
681   - <type>String</type>
682   - <format/>
683   - <currency/>
684   - <decimal/>
685   - <group/>
686   - <nullif>replace</nullif>
687   - <length>-1</length>
688   - <precision>-1</precision>
689   - <set_empty_string>N</set_empty_string>
690   - </field>
691   - </fields>
692   - <cluster_schema/>
693   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
694   - <xloc>208</xloc>
695   - <yloc>428</yloc>
696   - <draw>Y</draw>
697   - </GUI>
698   - </step>
699   -
700   - <step>
701   - <name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</name>
702   - <type>Constant</type>
703   - <description/>
704   - <distribute>Y</distribute>
705   - <custom_distribution/>
706   - <copies>1</copies>
707   - <partitioning>
708   - <method>none</method>
709   - <schema_name/>
710   - </partitioning>
711   - <fields>
712   - <field>
713   - <name>col_name</name>
714   - <type>String</type>
715   - <format/>
716   - <currency/>
717   - <decimal/>
718   - <group/>
719   - <nullif>ttinfoname_</nullif>
720   - <length>-1</length>
721   - <precision>-1</precision>
722   - <set_empty_string>N</set_empty_string>
723   - </field>
724   - <field>
725   - <name>col_type</name>
726   - <type>String</type>
727   - <format/>
728   - <currency/>
729   - <decimal/>
730   - <group/>
731   - <nullif>String</nullif>
732   - <length>-1</length>
733   - <precision>-1</precision>
734   - <set_empty_string>N</set_empty_string>
735   - </field>
736   - <field>
737   - <name>col_value</name>
738   - <type>String</type>
739   - <format/>
740   - <currency/>
741   - <decimal/>
742   - <group/>
743   - <nullif>replace</nullif>
744   - <length>-1</length>
745   - <precision>-1</precision>
746   - <set_empty_string>N</set_empty_string>
747   - </field>
748   - </fields>
749   - <cluster_schema/>
750   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
751   - <xloc>216</xloc>
752   - <yloc>508</yloc>
753   - <draw>Y</draw>
754   - </GUI>
755   - </step>
756   -
757   - <step>
758   - <name>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</name>
759   - <type>Constant</type>
760   - <description/>
761   - <distribute>Y</distribute>
762   - <custom_distribution/>
763   - <copies>1</copies>
764   - <partitioning>
765   - <method>none</method>
766   - <schema_name/>
767   - </partitioning>
768   - <fields>
769   - <field>
770   - <name>col_name</name>
771   - <type>String</type>
772   - <format/>
773   - <currency/>
774   - <decimal/>
775   - <group/>
776   - <nullif>xlname_</nullif>
777   - <length>-1</length>
778   - <precision>-1</precision>
779   - <set_empty_string>N</set_empty_string>
780   - </field>
781   - <field>
782   - <name>col_type</name>
783   - <type>String</type>
784   - <format/>
785   - <currency/>
786   - <decimal/>
787   - <group/>
788   - <nullif>String</nullif>
789   - <length>-1</length>
790   - <precision>-1</precision>
791   - <set_empty_string>N</set_empty_string>
792   - </field>
793   - <field>
794   - <name>col_value</name>
795   - <type>String</type>
796   - <format/>
797   - <currency/>
798   - <decimal/>
799   - <group/>
800   - <nullif>replace</nullif>
801   - <length>-1</length>
802   - <precision>-1</precision>
803   - <set_empty_string>N</set_empty_string>
804   - </field>
805   - </fields>
806   - <cluster_schema/>
807   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
808   - <xloc>202</xloc>
809   - <yloc>351</yloc>
810   - <draw>Y</draw>
811   - </GUI>
812   - </step>
813   -
814   - <step>
815   - <name>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
816   - <type>SelectValues</type>
817   - <description/>
818   - <distribute>Y</distribute>
819   - <custom_distribution/>
820   - <copies>1</copies>
821   - <partitioning>
822   - <method>none</method>
823   - <schema_name/>
824   - </partitioning>
825   - <fields> <field> <name>col_name</name>
826   - <rename/>
827   - <length>-2</length>
828   - <precision>-2</precision>
829   - </field> <field> <name>col_type</name>
830   - <rename/>
831   - <length>-2</length>
832   - <precision>-2</precision>
833   - </field> <field> <name>col_value</name>
834   - <rename/>
835   - <length>-2</length>
836   - <precision>-2</precision>
837   - </field> <select_unspecified>N</select_unspecified>
838   - </fields> <cluster_schema/>
839   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
840   - <xloc>496</xloc>
841   - <yloc>508</yloc>
842   - <draw>Y</draw>
843   - </GUI>
844   - </step>
845   -
846   - <step>
847   - <name>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </name>
848   - <type>SetValueField</type>
849   - <description/>
850   - <distribute>Y</distribute>
851   - <custom_distribution/>
852   - <copies>1</copies>
853   - <partitioning>
854   - <method>none</method>
855   - <schema_name/>
856   - </partitioning>
857   - <fields>
858   - <field>
859   - <name>col_value</name>
860   - <replaceby>tccname_</replaceby>
861   - </field>
862   - </fields>
863   - <cluster_schema/>
864   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
865   - <xloc>345</xloc>
866   - <yloc>430</yloc>
867   - <draw>Y</draw>
868   - </GUI>
869   - </step>
870   -
871   - <step>
872   - <name>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</name>
873   - <type>SetValueField</type>
874   - <description/>
875   - <distribute>Y</distribute>
876   - <custom_distribution/>
877   - <copies>1</copies>
878   - <partitioning>
879   - <method>none</method>
880   - <schema_name/>
881   - </partitioning>
882   - <fields>
883   - <field>
884   - <name>col_value</name>
885   - <replaceby>ttinfoname_</replaceby>
886   - </field>
887   - </fields>
888   - <cluster_schema/>
889   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
890   - <xloc>354</xloc>
891   - <yloc>509</yloc>
892   - <draw>Y</draw>
893   - </GUI>
894   - </step>
895   -
896   - <step>
897   - <name>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</name>
898   - <type>SetValueField</type>
899   - <description/>
900   - <distribute>Y</distribute>
901   - <custom_distribution/>
902   - <copies>1</copies>
903   - <partitioning>
904   - <method>none</method>
905   - <schema_name/>
906   - </partitioning>
907   - <fields>
908   - <field>
909   - <name>col_value</name>
910   - <replaceby>xlname_</replaceby>
911   - </field>
912   - </fields>
913   - <cluster_schema/>
914   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
915   - <xloc>340</xloc>
916   - <yloc>352</yloc>
917   - <draw>Y</draw>
918   - </GUI>
919   - </step>
920   -
921   - <step>
922   - <name>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
923   - <type>SelectValues</type>
924   - <description/>
925   - <distribute>Y</distribute>
926   - <custom_distribution/>
927   - <copies>1</copies>
928   - <partitioning>
929   - <method>none</method>
930   - <schema_name/>
931   - </partitioning>
932   - <fields> <field> <name>col_name</name>
933   - <rename/>
934   - <length>-2</length>
935   - <precision>-2</precision>
936   - </field> <field> <name>col_type</name>
937   - <rename/>
938   - <length>-2</length>
939   - <precision>-2</precision>
940   - </field> <field> <name>col_value</name>
941   - <rename/>
942   - <length>-2</length>
943   - <precision>-2</precision>
944   - </field> <select_unspecified>N</select_unspecified>
945   - </fields> <cluster_schema/>
946   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
947   - <xloc>487</xloc>
948   - <yloc>353</yloc>
949   - <draw>Y</draw>
950   - </GUI>
951   - </step>
952   -
953   - <step>
954   - <name>&#x83b7;&#x53d6;excel&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</name>
955   - <type>GetVariable</type>
956   - <description/>
957   - <distribute>Y</distribute>
958   - <custom_distribution/>
959   - <copies>1</copies>
960   - <partitioning>
961   - <method>none</method>
962   - <schema_name/>
963   - </partitioning>
964   - <fields>
965   - <field>
966   - <name>fieldnames</name>
967   - <variable>&#x24;&#x7b;excelfieldnames&#x7d;</variable>
968   - <type>String</type>
969   - <format/>
970   - <currency/>
971   - <decimal/>
972   - <group/>
973   - <length>-1</length>
974   - <precision>-1</precision>
975   - <trim_type>none</trim_type>
976   - </field>
977   - </fields>
978   - <cluster_schema/>
979   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
980   - <xloc>71</xloc>
981   - <yloc>163</yloc>
982   - <draw>Y</draw>
983   - </GUI>
984   - </step>
985   -
986   - <step>
987   - <name>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</name>
988   - <type>GetVariable</type>
989   - <description/>
990   - <distribute>Y</distribute>
991   - <custom_distribution/>
992   - <copies>1</copies>
993   - <partitioning>
994   - <method>none</method>
995   - <schema_name/>
996   - </partitioning>
997   - <fields>
998   - <field>
999   - <name>filepath_</name>
1000   - <variable>&#x24;&#x7b;filepath&#x7d;</variable>
1001   - <type>String</type>
1002   - <format/>
1003   - <currency/>
1004   - <decimal/>
1005   - <group/>
1006   - <length>-1</length>
1007   - <precision>-1</precision>
1008   - <trim_type>none</trim_type>
1009   - </field>
1010   - <field>
1011   - <name>erroroutputdir_</name>
1012   - <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
1013   - <type>String</type>
1014   - <format/>
1015   - <currency/>
1016   - <decimal/>
1017   - <group/>
1018   - <length>-1</length>
1019   - <precision>-1</precision>
1020   - <trim_type>none</trim_type>
1021   - </field>
1022   - <field>
1023   - <name>sheetname_</name>
1024   - <variable>&#x24;&#x7b;sheetname&#x7d;</variable>
1025   - <type>String</type>
1026   - <format/>
1027   - <currency/>
1028   - <decimal/>
1029   - <group/>
1030   - <length>-1</length>
1031   - <precision>-1</precision>
1032   - <trim_type>none</trim_type>
1033   - </field>
1034   - </fields>
1035   - <cluster_schema/>
1036   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1037   - <xloc>120</xloc>
1038   - <yloc>62</yloc>
1039   - <draw>Y</draw>
1040   - </GUI>
1041   - </step>
1042   -
1043   - <step>
1044   - <name>&#x83b7;&#x53d6;normalize&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</name>
1045   - <type>GetVariable</type>
1046   - <description/>
1047   - <distribute>Y</distribute>
1048   - <custom_distribution/>
1049   - <copies>1</copies>
1050   - <partitioning>
1051   - <method>none</method>
1052   - <schema_name/>
1053   - </partitioning>
1054   - <fields>
1055   - <field>
1056   - <name>normalizefieldnames_</name>
1057   - <variable>&#x24;&#x7b;normalizefieldnames&#x7d;</variable>
1058   - <type>String</type>
1059   - <format/>
1060   - <currency/>
1061   - <decimal/>
1062   - <group/>
1063   - <length>-1</length>
1064   - <precision>-1</precision>
1065   - <trim_type>none</trim_type>
1066   - </field>
1067   - </fields>
1068   - <cluster_schema/>
1069   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1070   - <xloc>80</xloc>
1071   - <yloc>261</yloc>
1072   - <draw>Y</draw>
1073   - </GUI>
1074   - </step>
1075   -
1076   - <step>
1077   - <name>&#x83b7;&#x53d6;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;</name>
1078   - <type>GetVariable</type>
1079   - <description/>
1080   - <distribute>Y</distribute>
1081   - <custom_distribution/>
1082   - <copies>1</copies>
1083   - <partitioning>
1084   - <method>none</method>
1085   - <schema_name/>
1086   - </partitioning>
1087   - <fields>
1088   - <field>
1089   - <name>tccname_</name>
1090   - <variable>&#x24;&#x7b;tccname&#x7d;</variable>
1091   - <type>String</type>
1092   - <format/>
1093   - <currency/>
1094   - <decimal/>
1095   - <group/>
1096   - <length>-1</length>
1097   - <precision>-1</precision>
1098   - <trim_type>none</trim_type>
1099   - </field>
1100   - </fields>
1101   - <cluster_schema/>
1102   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1103   - <xloc>80</xloc>
1104   - <yloc>430</yloc>
1105   - <draw>Y</draw>
1106   - </GUI>
1107   - </step>
1108   -
1109   - <step>
1110   - <name>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</name>
1111   - <type>GetVariable</type>
1112   - <description/>
1113   - <distribute>Y</distribute>
1114   - <custom_distribution/>
1115   - <copies>1</copies>
1116   - <partitioning>
1117   - <method>none</method>
1118   - <schema_name/>
1119   - </partitioning>
1120   - <fields>
1121   - <field>
1122   - <name>ttinfoname_</name>
1123   - <variable>&#x24;&#x7b;ttinfoname&#x7d;</variable>
1124   - <type>String</type>
1125   - <format/>
1126   - <currency/>
1127   - <decimal/>
1128   - <group/>
1129   - <length>-1</length>
1130   - <precision>-1</precision>
1131   - <trim_type>none</trim_type>
1132   - </field>
1133   - </fields>
1134   - <cluster_schema/>
1135   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1136   - <xloc>82</xloc>
1137   - <yloc>508</yloc>
1138   - <draw>Y</draw>
1139   - </GUI>
1140   - </step>
1141   -
1142   - <step>
1143   - <name>&#x83b7;&#x53d6;&#x7ebf;&#x8def;&#x540d;&#x79f0;</name>
1144   - <type>GetVariable</type>
1145   - <description/>
1146   - <distribute>Y</distribute>
1147   - <custom_distribution/>
1148   - <copies>1</copies>
1149   - <partitioning>
1150   - <method>none</method>
1151   - <schema_name/>
1152   - </partitioning>
1153   - <fields>
1154   - <field>
1155   - <name>xlname_</name>
1156   - <variable>&#x24;&#x7b;xlname&#x7d;</variable>
1157   - <type>String</type>
1158   - <format/>
1159   - <currency/>
1160   - <decimal/>
1161   - <group/>
1162   - <length>-1</length>
1163   - <precision>-1</precision>
1164   - <trim_type>none</trim_type>
1165   - </field>
1166   - </fields>
1167   - <cluster_schema/>
1168   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1169   - <xloc>78</xloc>
1170   - <yloc>351</yloc>
1171   - <draw>Y</draw>
1172   - </GUI>
1173   - </step>
1174   -
1175   - <step>
1176   - <name>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</name>
1177   - <type>SplitFieldToRows3</type>
1178   - <description/>
1179   - <distribute>Y</distribute>
1180   - <custom_distribution/>
1181   - <copies>1</copies>
1182   - <partitioning>
1183   - <method>none</method>
1184   - <schema_name/>
1185   - </partitioning>
1186   - <splitfield>fieldnames</splitfield>
1187   - <delimiter>,</delimiter>
1188   - <newfield>fieldname</newfield>
1189   - <rownum>N</rownum>
1190   - <rownum_field/>
1191   - <resetrownumber>Y</resetrownumber>
1192   - <delimiter_is_regex>N</delimiter_is_regex>
1193   - <cluster_schema/>
1194   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1195   - <xloc>261</xloc>
1196   - <yloc>163</yloc>
1197   - <draw>Y</draw>
1198   - </GUI>
1199   - </step>
1200   -
1201   - <step>
1202   - <name>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</name>
1203   - <type>SplitFieldToRows3</type>
1204   - <description/>
1205   - <distribute>Y</distribute>
1206   - <custom_distribution/>
1207   - <copies>1</copies>
1208   - <partitioning>
1209   - <method>none</method>
1210   - <schema_name/>
1211   - </partitioning>
1212   - <splitfield>normalizefieldnames_</splitfield>
1213   - <delimiter>,</delimiter>
1214   - <newfield>nfieldname</newfield>
1215   - <rownum>N</rownum>
1216   - <rownum_field/>
1217   - <resetrownumber>Y</resetrownumber>
1218   - <delimiter_is_regex>N</delimiter_is_regex>
1219   - <cluster_schema/>
1220   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1221   - <xloc>263</xloc>
1222   - <yloc>257</yloc>
1223   - <draw>Y</draw>
1224   - </GUI>
1225   - </step>
1226   -
1227   - <step>
1228   - <name>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;id</name>
1229   - <type>GetVariable</type>
1230   - <description/>
1231   - <distribute>Y</distribute>
1232   - <custom_distribution/>
1233   - <copies>1</copies>
1234   - <partitioning>
1235   - <method>none</method>
1236   - <schema_name/>
1237   - </partitioning>
1238   - <fields>
1239   - <field>
1240   - <name>ttid_</name>
1241   - <variable>&#x24;&#x7b;ttid&#x7d;</variable>
1242   - <type>Integer</type>
1243   - <format/>
1244   - <currency/>
1245   - <decimal/>
1246   - <group/>
1247   - <length>-1</length>
1248   - <precision>-1</precision>
1249   - <trim_type>none</trim_type>
1250   - </field>
1251   - </fields>
1252   - <cluster_schema/>
1253   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1254   - <xloc>427</xloc>
1255   - <yloc>26</yloc>
1256   - <draw>Y</draw>
1257   - </GUI>
1258   - </step>
1259   -
1260   - <step>
1261   - <name>&#x5220;&#x9664;&#x4e4b;&#x524d;&#x7684;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</name>
1262   - <type>ExecSQL</type>
1263   - <description/>
1264   - <distribute>Y</distribute>
1265   - <custom_distribution/>
1266   - <copies>1</copies>
1267   - <partitioning>
1268   - <method>none</method>
1269   - <schema_name/>
1270   - </partitioning>
1271   - <connection>bus_control_variable</connection>
1272   - <execute_each_row>Y</execute_each_row>
1273   - <single_statement>N</single_statement>
1274   - <replace_variables>N</replace_variables>
1275   - <quoteString>N</quoteString>
1276   - <sql>delete from bsth_c_s_ttinfo_detail where ttinfo &#x3d; &#x3f;</sql>
1277   - <set_params>N</set_params>
1278   - <insert_field/>
1279   - <update_field/>
1280   - <delete_field/>
1281   - <read_field/>
1282   - <arguments>
1283   - <argument><name>ttid_</name></argument>
1284   - </arguments>
1285   - <cluster_schema/>
1286   - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
1287   - <xloc>627</xloc>
1288   - <yloc>26</yloc>
1289   - <draw>Y</draw>
1290   - </GUI>
1291   - </step>
1292   -
1293   - <step_error_handling>
1294   - </step_error_handling>
1295   - <slave-step-copy-partition-distribution>
1296   -</slave-step-copy-partition-distribution>
1297   - <slave_transformation>N</slave_transformation>
1298   -
1299   -</transformation>
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x5bfc;&#x5165;&#x5143;&#x6570;&#x636e;</name>
  5 + <description/>
  6 + <extended_description/>
  7 + <trans_version/>
  8 + <trans_type>Normal</trans_type>
  9 + <trans_status>0</trans_status>
  10 + <directory>&#x2f;</directory>
  11 + <parameters>
  12 + <parameter>
  13 + <name>erroroutputdir</name>
  14 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;runtime_temp&#x2f;bsth_control_u_d_files&#x2f;erroroutput</default_value>
  15 + <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
  16 + </parameter>
  17 + <parameter>
  18 + <name>excelfieldnames</name>
  19 + <default_value>&#x8def;&#x724c;,&#x51fa;&#x573a;,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;1,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;1,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;2,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;2,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;3,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;3,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;4,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;4,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;5,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;5,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;6,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;6,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;7,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;7,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;8,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;8,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;9,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;9,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;10,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;10,&#x8fdb;&#x573a;</default_value>
  20 + <description>&#x65f6;&#x523b;&#x8868;excel&#x8f93;&#x5165;&#x5b57;&#x6bb5;&#x540d;&#xff0c;&#x4ee5;&#x9017;&#x53f7;&#x8fde;&#x63a5;</description>
  21 + </parameter>
  22 + <parameter>
  23 + <name>filepath</name>
  24 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x95f5;&#x884c;&#x516c;&#x4ea4;&#x2f;&#x95f5;&#x884c;26&#x8def;&#x65f6;&#x523b;&#x8868;160630&#x65f6;&#x523b;&#x8868;.xls</default_value>
  25 + <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
  26 + </parameter>
  27 + <parameter>
  28 + <name>injectktrfile</name>
  29 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control&#x2f;src&#x2f;main&#x2f;resources&#x2f;datatools&#x2f;ktrs&#x2f;ttinfodetailDataInput.ktr</default_value>
  30 + <description>&#x6ce8;&#x5165;&#x5143;&#x6570;&#x636e;&#x7684;ktr&#x6587;&#x4ef6;</description>
  31 + </parameter>
  32 + <parameter>
  33 + <name>normalizefieldnames</name>
  34 + <default_value>&#x51fa;&#x573a;,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;1,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;1,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;2,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;2,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;3,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;3,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;4,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;4,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;5,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;5,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;6,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;6,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;7,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;7,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;8,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;8,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;9,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;9,&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;10,&#x5858;&#x6cfe;&#x8def;&#x5c1a;&#x4e49;&#x8def;10,&#x8fdb;&#x573a;</default_value>
  35 + <description>&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;&#x5b57;&#x6bb5;&#x540d;&#xff0c;&#x4ee5;&#x9017;&#x53f7;&#x8fde;&#x63a5;</description>
  36 + </parameter>
  37 + <parameter>
  38 + <name>sheetname</name>
  39 + <default_value>&#x5de5;&#x4f5c;&#x8868;1</default_value>
  40 + <description>xls sheet&#x540d;&#x5b57;</description>
  41 + </parameter>
  42 + <parameter>
  43 + <name>tccname</name>
  44 + <default_value>&#x4e1c;&#x5ddd;&#x8def;&#x5730;&#x94c1;&#x7ad9;&#x505c;&#x8f66;&#x573a;</default_value>
  45 + <description>&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</description>
  46 + </parameter>
  47 + <parameter>
  48 + <name>ttid</name>
  49 + <default_value>1</default_value>
  50 + <description>&#x65f6;&#x523b;&#x8868;id</description>
  51 + </parameter>
  52 + <parameter>
  53 + <name>ttinfoname</name>
  54 + <default_value>&#x8868;2</default_value>
  55 + <description>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</description>
  56 + </parameter>
  57 + <parameter>
  58 + <name>xlname</name>
  59 + <default_value>&#x95f5;&#x884c;26&#x8def;</default_value>
  60 + <description>&#x7ebf;&#x8def;&#x540d;&#x79f0;</description>
  61 + </parameter>
  62 + </parameters>
  63 + <log>
  64 +<trans-log-table><connection/>
  65 +<schema/>
  66 +<table/>
  67 +<size_limit_lines/>
  68 +<interval/>
  69 +<timeout_days/>
  70 +<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>
  71 +<perf-log-table><connection/>
  72 +<schema/>
  73 +<table/>
  74 +<interval/>
  75 +<timeout_days/>
  76 +<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>
  77 +<channel-log-table><connection/>
  78 +<schema/>
  79 +<table/>
  80 +<timeout_days/>
  81 +<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>
  82 +<step-log-table><connection/>
  83 +<schema/>
  84 +<table/>
  85 +<timeout_days/>
  86 +<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>
  87 +<metrics-log-table><connection/>
  88 +<schema/>
  89 +<table/>
  90 +<timeout_days/>
  91 +<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>
  92 + </log>
  93 + <maxdate>
  94 + <connection/>
  95 + <table/>
  96 + <field/>
  97 + <offset>0.0</offset>
  98 + <maxdiff>0.0</maxdiff>
  99 + </maxdate>
  100 + <size_rowset>10000</size_rowset>
  101 + <sleep_time_empty>50</sleep_time_empty>
  102 + <sleep_time_full>50</sleep_time_full>
  103 + <unique_connections>N</unique_connections>
  104 + <feedback_shown>Y</feedback_shown>
  105 + <feedback_size>50000</feedback_size>
  106 + <using_thread_priorities>Y</using_thread_priorities>
  107 + <shared_objects_file/>
  108 + <capture_step_performance>N</capture_step_performance>
  109 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  110 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  111 + <dependencies>
  112 + </dependencies>
  113 + <partitionschemas>
  114 + </partitionschemas>
  115 + <slaveservers>
  116 + </slaveservers>
  117 + <clusterschemas>
  118 + </clusterschemas>
  119 + <created_user>-</created_user>
  120 + <created_date>2016&#x2f;07&#x2f;01 09&#x3a;55&#x3a;32.649</created_date>
  121 + <modified_user>-</modified_user>
  122 + <modified_date>2016&#x2f;07&#x2f;01 09&#x3a;55&#x3a;32.649</modified_date>
  123 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  124 + <is_key_private>N</is_key_private>
  125 + </info>
  126 + <notepads>
  127 + </notepads>
  128 + <connection>
  129 + <name>bus_control_variable</name>
  130 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  131 + <type>MYSQL</type>
  132 + <access>Native</access>
  133 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  134 + <port>3306</port>
  135 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  136 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  137 + <servername/>
  138 + <data_tablespace/>
  139 + <index_tablespace/>
  140 + <attributes>
  141 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  142 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  143 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  144 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  145 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  146 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  147 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  148 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  149 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  150 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  151 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  152 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  153 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  154 + </attributes>
  155 + </connection>
  156 + <connection>
  157 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  158 + <server>localhost</server>
  159 + <type>MYSQL</type>
  160 + <access>Native</access>
  161 + <database>control</database>
  162 + <port>3306</port>
  163 + <username>root</username>
  164 + <password>Encrypted </password>
  165 + <servername/>
  166 + <data_tablespace/>
  167 + <index_tablespace/>
  168 + <attributes>
  169 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  170 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  171 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  172 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  173 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  174 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  175 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  176 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  177 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  178 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  179 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  180 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  181 + </attributes>
  182 + </connection>
  183 + <connection>
  184 + <name>bus_control_&#x672c;&#x673a;</name>
  185 + <server>localhost</server>
  186 + <type>MYSQL</type>
  187 + <access>Native</access>
  188 + <database>control</database>
  189 + <port>3306</port>
  190 + <username>root</username>
  191 + <password>Encrypted </password>
  192 + <servername/>
  193 + <data_tablespace/>
  194 + <index_tablespace/>
  195 + <attributes>
  196 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  197 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  198 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  199 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  200 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  201 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  202 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  203 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  204 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  205 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  206 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  207 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  208 + </attributes>
  209 + </connection>
  210 + <connection>
  211 + <name>xlab_mysql_youle</name>
  212 + <server>101.231.124.8</server>
  213 + <type>MYSQL</type>
  214 + <access>Native</access>
  215 + <database>xlab_youle</database>
  216 + <port>45687</port>
  217 + <username>xlab-youle</username>
  218 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  219 + <servername/>
  220 + <data_tablespace/>
  221 + <index_tablespace/>
  222 + <attributes>
  223 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  224 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  225 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  226 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  227 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  228 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  229 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  230 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  231 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  232 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  233 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  234 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  235 + </attributes>
  236 + </connection>
  237 + <connection>
  238 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  239 + <server>localhost</server>
  240 + <type>MYSQL</type>
  241 + <access>Native</access>
  242 + <database>xlab_youle</database>
  243 + <port>3306</port>
  244 + <username>root</username>
  245 + <password>Encrypted </password>
  246 + <servername/>
  247 + <data_tablespace/>
  248 + <index_tablespace/>
  249 + <attributes>
  250 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  251 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  252 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  253 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  254 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  255 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  256 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  257 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  258 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  259 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  260 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  261 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  262 + </attributes>
  263 + </connection>
  264 + <connection>
  265 + <name>xlab_youle</name>
  266 + <server/>
  267 + <type>MYSQL</type>
  268 + <access>JNDI</access>
  269 + <database>xlab_youle</database>
  270 + <port>1521</port>
  271 + <username/>
  272 + <password>Encrypted </password>
  273 + <servername/>
  274 + <data_tablespace/>
  275 + <index_tablespace/>
  276 + <attributes>
  277 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  278 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  279 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  280 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  281 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  282 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  283 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  284 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  285 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  286 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  287 + </attributes>
  288 + </connection>
  289 + <order>
  290 + <hop> <from>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
  291 + <hop> <from>&#x83b7;&#x53d6;excel&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</from><to>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</to><enabled>Y</enabled> </hop>
  292 + <hop> <from>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</from><to>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  293 + <hop> <from>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
  294 + <hop> <from>&#x83b7;&#x53d6;normalize&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</from><to>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</to><enabled>Y</enabled> </hop>
  295 + <hop> <from>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</from><to>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</to><enabled>Y</enabled> </hop>
  296 + <hop> <from>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
  297 + <hop> <from>&#x83b7;&#x53d6;&#x7ebf;&#x8def;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
  298 + <hop> <from>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</to><enabled>Y</enabled> </hop>
  299 + <hop> <from>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</from><to>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  300 + <hop> <from>&#x83b7;&#x53d6;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
  301 + <hop> <from>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </to><enabled>Y</enabled> </hop>
  302 + <hop> <from>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </from><to>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  303 + <hop> <from>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</from><to>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</to><enabled>Y</enabled> </hop>
  304 + <hop> <from>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</from><to>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</to><enabled>Y</enabled> </hop>
  305 + <hop> <from>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</from><to>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  306 + <hop> <from>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
  307 + <hop> <from>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
  308 + <hop> <from>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</from><to>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</to><enabled>Y</enabled> </hop>
  309 + <hop> <from>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</from><to>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</to><enabled>Y</enabled> </hop>
  310 + <hop> <from>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;id</from><to>&#x5220;&#x9664;&#x4e4b;&#x524d;&#x7684;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</to><enabled>Y</enabled> </hop>
  311 + </order>
  312 + <step>
  313 + <name>ETL&#x5143;&#x6570;&#x636e;&#x6ce8;&#x5165;</name>
  314 + <type>MetaInject</type>
  315 + <description/>
  316 + <distribute>Y</distribute>
  317 + <custom_distribution/>
  318 + <copies>1</copies>
  319 + <partitioning>
  320 + <method>none</method>
  321 + <schema_name/>
  322 + </partitioning>
  323 + <specification_method>filename</specification_method>
  324 + <trans_object_id/>
  325 + <trans_name/>
  326 + <filename>&#x24;&#x7b;injectktrfile&#x7d;</filename>
  327 + <directory_path/>
  328 + <source_step/>
  329 + <source_output_fields> </source_output_fields> <target_file/>
  330 + <no_execution>N</no_execution>
  331 + <stream_source_step/>
  332 + <stream_target_step/>
  333 + <mappings> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  334 + <target_attribute_key>FORMAT</target_attribute_key>
  335 + <target_detail>Y</target_detail>
  336 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  337 + <source_field>format</source_field>
  338 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  339 + <target_attribute_key>REPEAT</target_attribute_key>
  340 + <target_detail>Y</target_detail>
  341 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  342 + <source_field>repeat</source_field>
  343 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  344 + <target_attribute_key>TRIM_TYPE</target_attribute_key>
  345 + <target_detail>Y</target_detail>
  346 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  347 + <source_field>trim_type</source_field>
  348 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  349 + <target_attribute_key>FILENAME</target_attribute_key>
  350 + <target_detail>Y</target_detail>
  351 + <source_step>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</source_step>
  352 + <source_field>filepath_</source_field>
  353 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  354 + <target_attribute_key>PRECISION</target_attribute_key>
  355 + <target_detail>Y</target_detail>
  356 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  357 + <source_field>precision</source_field>
  358 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  359 + <target_attribute_key>TYPE</target_attribute_key>
  360 + <target_detail>Y</target_detail>
  361 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  362 + <source_field>type</source_field>
  363 + </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
  364 + <target_attribute_key>DATA_VALUE</target_attribute_key>
  365 + <target_detail>Y</target_detail>
  366 + <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
  367 + <source_field>col_value</source_field>
  368 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  369 + <target_attribute_key>LENGTH</target_attribute_key>
  370 + <target_detail>Y</target_detail>
  371 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  372 + <source_field>length</source_field>
  373 + </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
  374 + <target_attribute_key>TYPE</target_attribute_key>
  375 + <target_detail>Y</target_detail>
  376 + <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
  377 + <source_field>col_type</source_field>
  378 + </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
  379 + <target_attribute_key>NAME</target_attribute_key>
  380 + <target_detail>Y</target_detail>
  381 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
  382 + <source_field>fieldName</source_field>
  383 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  384 + <target_attribute_key>NAME</target_attribute_key>
  385 + <target_detail>Y</target_detail>
  386 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  387 + <source_field>fieldname</source_field>
  388 + </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
  389 + <target_attribute_key>NAME</target_attribute_key>
  390 + <target_detail>Y</target_detail>
  391 + <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
  392 + <source_field>nfieldname</source_field>
  393 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  394 + <target_attribute_key>SHEET_NAME</target_attribute_key>
  395 + <target_detail>Y</target_detail>
  396 + <source_step>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</source_step>
  397 + <source_field>sheetname_</source_field>
  398 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  399 + <target_attribute_key>LENGTH</target_attribute_key>
  400 + <target_detail>Y</target_detail>
  401 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  402 + <source_field>length</source_field>
  403 + </mapping> <mapping> <target_step_name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;&#xff0c;&#x7ebf;&#x8def;&#x540d;&#x5b57;&#xff0c;&#x505c;&#x8f66;&#x573a;&#x540d;&#x5b57;</target_step_name>
  404 + <target_attribute_key>NAME</target_attribute_key>
  405 + <target_detail>Y</target_detail>
  406 + <source_step>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</source_step>
  407 + <source_field>col_name</source_field>
  408 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  409 + <target_attribute_key>TYPE</target_attribute_key>
  410 + <target_detail>Y</target_detail>
  411 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  412 + <source_field>fieldtype</source_field>
  413 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  414 + <target_attribute_key>NAME</target_attribute_key>
  415 + <target_detail>Y</target_detail>
  416 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  417 + <source_field>fieldName</source_field>
  418 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  419 + <target_attribute_key>TRIM_TYPE</target_attribute_key>
  420 + <target_detail>Y</target_detail>
  421 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  422 + <source_field>trim_type</source_field>
  423 + </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
  424 + <target_attribute_key>VALUE</target_attribute_key>
  425 + <target_detail>Y</target_detail>
  426 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
  427 + <source_field>fieldName</source_field>
  428 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  429 + <target_attribute_key>REPEAT</target_attribute_key>
  430 + <target_detail>Y</target_detail>
  431 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  432 + <source_field>repeat</source_field>
  433 + </mapping> <mapping> <target_step_name>&#x884c;&#x8f6c;&#x5217;</target_step_name>
  434 + <target_attribute_key>NORMALISED</target_attribute_key>
  435 + <target_detail>Y</target_detail>
  436 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c; 2</source_step>
  437 + <source_field>value</source_field>
  438 + </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
  439 + <target_attribute_key>NORMALISED</target_attribute_key>
  440 + <target_detail>Y</target_detail>
  441 + <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
  442 + <source_field>valuefield</source_field>
  443 + </mapping> <mapping> <target_step_name>&#x65f6;&#x523b;&#x8868;&#x660e;&#x7ec6;&#x4fe1;&#x606f;Excel&#x8f93;&#x5165;</target_step_name>
  444 + <target_attribute_key>FORMAT</target_attribute_key>
  445 + <target_detail>Y</target_detail>
  446 + <source_step>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</source_step>
  447 + <source_field>format</source_field>
  448 + </mapping> <mapping> <target_step_name>&#x73ed;&#x6b21;&#x6570;&#x636e;&#x8303;&#x5f0f;&#x5316;</target_step_name>
  449 + <target_attribute_key>VALUE</target_attribute_key>
  450 + <target_detail>Y</target_detail>
  451 + <source_step>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</source_step>
  452 + <source_field>nfieldname</source_field>
  453 + </mapping> <mapping> <target_step_name>Excel&#x8f93;&#x5165;</target_step_name>
  454 + <target_attribute_key>PRECISION</target_attribute_key>
  455 + <target_detail>Y</target_detail>
  456 + <source_step>&#x5217;&#x62c6;&#x5206;&#x4e3a;&#x591a;&#x884c;</source_step>
  457 + <source_field>precision</source_field>
  458 + </mapping> </mappings> <cluster_schema/>
  459 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  460 + <xloc>695</xloc>
  461 + <yloc>177</yloc>
  462 + <draw>Y</draw>
  463 + </GUI>
  464 + </step>
  465 +
  466 + <step>
  467 + <name>&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
  468 + <type>SelectValues</type>
  469 + <description/>
  470 + <distribute>Y</distribute>
  471 + <custom_distribution/>
  472 + <copies>1</copies>
  473 + <partitioning>
  474 + <method>none</method>
  475 + <schema_name/>
  476 + </partitioning>
  477 + <fields> <field> <name>col_name</name>
  478 + <rename/>
  479 + <length>-2</length>
  480 + <precision>-2</precision>
  481 + </field> <field> <name>col_type</name>
  482 + <rename/>
  483 + <length>-2</length>
  484 + <precision>-2</precision>
  485 + </field> <field> <name>col_value</name>
  486 + <rename/>
  487 + <length>-2</length>
  488 + <precision>-2</precision>
  489 + </field> <select_unspecified>N</select_unspecified>
  490 + </fields> <cluster_schema/>
  491 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  492 + <xloc>490</xloc>
  493 + <yloc>429</yloc>
  494 + <draw>Y</draw>
  495 + </GUI>
  496 + </step>
  497 +
  498 + <step>
  499 + <name>&#x5220;&#x9664;&#x4e4b;&#x524d;&#x7684;&#x660e;&#x7ec6;&#x4fe1;&#x606f;</name>
  500 + <type>ExecSQL</type>
  501 + <description/>
  502 + <distribute>Y</distribute>
  503 + <custom_distribution/>
  504 + <copies>1</copies>
  505 + <partitioning>
  506 + <method>none</method>
  507 + <schema_name/>
  508 + </partitioning>
  509 + <connection>bus_control_variable</connection>
  510 + <execute_each_row>Y</execute_each_row>
  511 + <single_statement>N</single_statement>
  512 + <replace_variables>N</replace_variables>
  513 + <quoteString>N</quoteString>
  514 + <sql>delete from bsth_c_s_ttinfo_detail where ttinfo &#x3d; &#x3f;</sql>
  515 + <set_params>N</set_params>
  516 + <insert_field/>
  517 + <update_field/>
  518 + <delete_field/>
  519 + <read_field/>
  520 + <arguments>
  521 + <argument><name>ttid_</name></argument>
  522 + </arguments>
  523 + <cluster_schema/>
  524 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  525 + <xloc>627</xloc>
  526 + <yloc>26</yloc>
  527 + <draw>Y</draw>
  528 + </GUI>
  529 + </step>
  530 +
  531 + <step>
  532 + <name>&#x5408;&#x5e76;&#x589e;&#x52a0;&#x5e38;&#x91cf;&#x6570;&#x636e;metadata</name>
  533 + <type>Dummy</type>
  534 + <description/>
  535 + <distribute>Y</distribute>
  536 + <custom_distribution/>
  537 + <copies>1</copies>
  538 + <partitioning>
  539 + <method>none</method>
  540 + <schema_name/>
  541 + </partitioning>
  542 + <cluster_schema/>
  543 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  544 + <xloc>702</xloc>
  545 + <yloc>383</yloc>
  546 + <draw>Y</draw>
  547 + </GUI>
  548 + </step>
  549 +
  550 + <step>
  551 + <name>&#x589e;&#x52a0;excel&#x5b57;&#x6bb5;&#x5176;&#x4ed6;&#x5143;&#x6570;&#x636e;</name>
  552 + <type>Constant</type>
  553 + <description/>
  554 + <distribute>Y</distribute>
  555 + <custom_distribution/>
  556 + <copies>1</copies>
  557 + <partitioning>
  558 + <method>none</method>
  559 + <schema_name/>
  560 + </partitioning>
  561 + <fields>
  562 + <field>
  563 + <name>fieldtype</name>
  564 + <type>String</type>
  565 + <format/>
  566 + <currency/>
  567 + <decimal/>
  568 + <group/>
  569 + <nullif>String</nullif>
  570 + <length>-1</length>
  571 + <precision>-1</precision>
  572 + <set_empty_string>N</set_empty_string>
  573 + </field>
  574 + <field>
  575 + <name>length</name>
  576 + <type>String</type>
  577 + <format/>
  578 + <currency/>
  579 + <decimal/>
  580 + <group/>
  581 + <nullif>-1</nullif>
  582 + <length>-1</length>
  583 + <precision>-1</precision>
  584 + <set_empty_string>N</set_empty_string>
  585 + </field>
  586 + <field>
  587 + <name>precision</name>
  588 + <type>String</type>
  589 + <format/>
  590 + <currency/>
  591 + <decimal/>
  592 + <group/>
  593 + <nullif>-1</nullif>
  594 + <length>-1</length>
  595 + <precision>-1</precision>
  596 + <set_empty_string>N</set_empty_string>
  597 + </field>
  598 + <field>
  599 + <name>trim_type</name>
  600 + <type>String</type>
  601 + <format/>
  602 + <currency/>
  603 + <decimal/>
  604 + <group/>
  605 + <nullif>none</nullif>
  606 + <length>-1</length>
  607 + <precision>-1</precision>
  608 + <set_empty_string>N</set_empty_string>
  609 + </field>
  610 + <field>
  611 + <name>repeat</name>
  612 + <type>String</type>
  613 + <format/>
  614 + <currency/>
  615 + <decimal/>
  616 + <group/>
  617 + <nullif>N</nullif>
  618 + <length>-1</length>
  619 + <precision>-1</precision>
  620 + <set_empty_string>N</set_empty_string>
  621 + </field>
  622 + <field>
  623 + <name>format</name>
  624 + <type>String</type>
  625 + <format/>
  626 + <currency/>
  627 + <decimal/>
  628 + <group/>
  629 + <nullif>&#x23;</nullif>
  630 + <length>-1</length>
  631 + <precision>-1</precision>
  632 + <set_empty_string>N</set_empty_string>
  633 + </field>
  634 + </fields>
  635 + <cluster_schema/>
  636 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  637 + <xloc>441</xloc>
  638 + <yloc>172</yloc>
  639 + <draw>Y</draw>
  640 + </GUI>
  641 + </step>
  642 +
  643 + <step>
  644 + <name>&#x589e;&#x52a0;normalize&#x5143;&#x6570;&#x636e;</name>
  645 + <type>Constant</type>
  646 + <description/>
  647 + <distribute>Y</distribute>
  648 + <custom_distribution/>
  649 + <copies>1</copies>
  650 + <partitioning>
  651 + <method>none</method>
  652 + <schema_name/>
  653 + </partitioning>
  654 + <fields>
  655 + <field>
  656 + <name>valuefield</name>
  657 + <type>String</type>
  658 + <format/>
  659 + <currency/>
  660 + <decimal/>
  661 + <group/>
  662 + <nullif>&#x53d1;&#x8f66;&#x65f6;&#x95f4;</nullif>
  663 + <length>-1</length>
  664 + <precision>-1</precision>
  665 + <set_empty_string>N</set_empty_string>
  666 + </field>
  667 + </fields>
  668 + <cluster_schema/>
  669 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  670 + <xloc>447</xloc>
  671 + <yloc>257</yloc>
  672 + <draw>Y</draw>
  673 + </GUI>
  674 + </step>
  675 +
  676 + <step>
  677 + <name>&#x589e;&#x52a0;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;metadata</name>
  678 + <type>Constant</type>
  679 + <description/>
  680 + <distribute>Y</distribute>
  681 + <custom_distribution/>
  682 + <copies>1</copies>
  683 + <partitioning>
  684 + <method>none</method>
  685 + <schema_name/>
  686 + </partitioning>
  687 + <fields>
  688 + <field>
  689 + <name>col_name</name>
  690 + <type>String</type>
  691 + <format/>
  692 + <currency/>
  693 + <decimal/>
  694 + <group/>
  695 + <nullif>tccname_</nullif>
  696 + <length>-1</length>
  697 + <precision>-1</precision>
  698 + <set_empty_string>N</set_empty_string>
  699 + </field>
  700 + <field>
  701 + <name>col_type</name>
  702 + <type>String</type>
  703 + <format/>
  704 + <currency/>
  705 + <decimal/>
  706 + <group/>
  707 + <nullif>String</nullif>
  708 + <length>-1</length>
  709 + <precision>-1</precision>
  710 + <set_empty_string>N</set_empty_string>
  711 + </field>
  712 + <field>
  713 + <name>col_value</name>
  714 + <type>String</type>
  715 + <format/>
  716 + <currency/>
  717 + <decimal/>
  718 + <group/>
  719 + <nullif>replace</nullif>
  720 + <length>-1</length>
  721 + <precision>-1</precision>
  722 + <set_empty_string>N</set_empty_string>
  723 + </field>
  724 + </fields>
  725 + <cluster_schema/>
  726 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  727 + <xloc>208</xloc>
  728 + <yloc>428</yloc>
  729 + <draw>Y</draw>
  730 + </GUI>
  731 + </step>
  732 +
  733 + <step>
  734 + <name>&#x589e;&#x52a0;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata</name>
  735 + <type>Constant</type>
  736 + <description/>
  737 + <distribute>Y</distribute>
  738 + <custom_distribution/>
  739 + <copies>1</copies>
  740 + <partitioning>
  741 + <method>none</method>
  742 + <schema_name/>
  743 + </partitioning>
  744 + <fields>
  745 + <field>
  746 + <name>col_name</name>
  747 + <type>String</type>
  748 + <format/>
  749 + <currency/>
  750 + <decimal/>
  751 + <group/>
  752 + <nullif>ttinfoname_</nullif>
  753 + <length>-1</length>
  754 + <precision>-1</precision>
  755 + <set_empty_string>N</set_empty_string>
  756 + </field>
  757 + <field>
  758 + <name>col_type</name>
  759 + <type>String</type>
  760 + <format/>
  761 + <currency/>
  762 + <decimal/>
  763 + <group/>
  764 + <nullif>String</nullif>
  765 + <length>-1</length>
  766 + <precision>-1</precision>
  767 + <set_empty_string>N</set_empty_string>
  768 + </field>
  769 + <field>
  770 + <name>col_value</name>
  771 + <type>String</type>
  772 + <format/>
  773 + <currency/>
  774 + <decimal/>
  775 + <group/>
  776 + <nullif>replace</nullif>
  777 + <length>-1</length>
  778 + <precision>-1</precision>
  779 + <set_empty_string>N</set_empty_string>
  780 + </field>
  781 + </fields>
  782 + <cluster_schema/>
  783 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  784 + <xloc>216</xloc>
  785 + <yloc>508</yloc>
  786 + <draw>Y</draw>
  787 + </GUI>
  788 + </step>
  789 +
  790 + <step>
  791 + <name>&#x589e;&#x52a0;&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata</name>
  792 + <type>Constant</type>
  793 + <description/>
  794 + <distribute>Y</distribute>
  795 + <custom_distribution/>
  796 + <copies>1</copies>
  797 + <partitioning>
  798 + <method>none</method>
  799 + <schema_name/>
  800 + </partitioning>
  801 + <fields>
  802 + <field>
  803 + <name>col_name</name>
  804 + <type>String</type>
  805 + <format/>
  806 + <currency/>
  807 + <decimal/>
  808 + <group/>
  809 + <nullif>xlname_</nullif>
  810 + <length>-1</length>
  811 + <precision>-1</precision>
  812 + <set_empty_string>N</set_empty_string>
  813 + </field>
  814 + <field>
  815 + <name>col_type</name>
  816 + <type>String</type>
  817 + <format/>
  818 + <currency/>
  819 + <decimal/>
  820 + <group/>
  821 + <nullif>String</nullif>
  822 + <length>-1</length>
  823 + <precision>-1</precision>
  824 + <set_empty_string>N</set_empty_string>
  825 + </field>
  826 + <field>
  827 + <name>col_value</name>
  828 + <type>String</type>
  829 + <format/>
  830 + <currency/>
  831 + <decimal/>
  832 + <group/>
  833 + <nullif>replace</nullif>
  834 + <length>-1</length>
  835 + <precision>-1</precision>
  836 + <set_empty_string>N</set_empty_string>
  837 + </field>
  838 + </fields>
  839 + <cluster_schema/>
  840 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  841 + <xloc>202</xloc>
  842 + <yloc>351</yloc>
  843 + <draw>Y</draw>
  844 + </GUI>
  845 + </step>
  846 +
  847 + <step>
  848 + <name>&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
  849 + <type>SelectValues</type>
  850 + <description/>
  851 + <distribute>Y</distribute>
  852 + <custom_distribution/>
  853 + <copies>1</copies>
  854 + <partitioning>
  855 + <method>none</method>
  856 + <schema_name/>
  857 + </partitioning>
  858 + <fields> <field> <name>col_name</name>
  859 + <rename/>
  860 + <length>-2</length>
  861 + <precision>-2</precision>
  862 + </field> <field> <name>col_type</name>
  863 + <rename/>
  864 + <length>-2</length>
  865 + <precision>-2</precision>
  866 + </field> <field> <name>col_value</name>
  867 + <rename/>
  868 + <length>-2</length>
  869 + <precision>-2</precision>
  870 + </field> <select_unspecified>N</select_unspecified>
  871 + </fields> <cluster_schema/>
  872 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  873 + <xloc>496</xloc>
  874 + <yloc>508</yloc>
  875 + <draw>Y</draw>
  876 + </GUI>
  877 + </step>
  878 +
  879 + <step>
  880 + <name>&#x66ff;&#x6362;&#x505c;&#x8f66;&#x5382;&#x540d;&#x5b57; </name>
  881 + <type>SetValueField</type>
  882 + <description/>
  883 + <distribute>Y</distribute>
  884 + <custom_distribution/>
  885 + <copies>1</copies>
  886 + <partitioning>
  887 + <method>none</method>
  888 + <schema_name/>
  889 + </partitioning>
  890 + <fields>
  891 + <field>
  892 + <name>col_value</name>
  893 + <replaceby>tccname_</replaceby>
  894 + </field>
  895 + </fields>
  896 + <cluster_schema/>
  897 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  898 + <xloc>345</xloc>
  899 + <yloc>430</yloc>
  900 + <draw>Y</draw>
  901 + </GUI>
  902 + </step>
  903 +
  904 + <step>
  905 + <name>&#x66ff;&#x6362;&#x65f6;&#x523b;&#x8868;&#x540d;&#x5b57;</name>
  906 + <type>SetValueField</type>
  907 + <description/>
  908 + <distribute>Y</distribute>
  909 + <custom_distribution/>
  910 + <copies>1</copies>
  911 + <partitioning>
  912 + <method>none</method>
  913 + <schema_name/>
  914 + </partitioning>
  915 + <fields>
  916 + <field>
  917 + <name>col_value</name>
  918 + <replaceby>ttinfoname_</replaceby>
  919 + </field>
  920 + </fields>
  921 + <cluster_schema/>
  922 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  923 + <xloc>354</xloc>
  924 + <yloc>509</yloc>
  925 + <draw>Y</draw>
  926 + </GUI>
  927 + </step>
  928 +
  929 + <step>
  930 + <name>&#x66ff;&#x6362;&#x7ebf;&#x8def;&#x540d;&#x79f0;</name>
  931 + <type>SetValueField</type>
  932 + <description/>
  933 + <distribute>Y</distribute>
  934 + <custom_distribution/>
  935 + <copies>1</copies>
  936 + <partitioning>
  937 + <method>none</method>
  938 + <schema_name/>
  939 + </partitioning>
  940 + <fields>
  941 + <field>
  942 + <name>col_value</name>
  943 + <replaceby>xlname_</replaceby>
  944 + </field>
  945 + </fields>
  946 + <cluster_schema/>
  947 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  948 + <xloc>340</xloc>
  949 + <yloc>352</yloc>
  950 + <draw>Y</draw>
  951 + </GUI>
  952 + </step>
  953 +
  954 + <step>
  955 + <name>&#x7ebf;&#x8def;&#x540d;&#x79f0;metadata&#x5b57;&#x6bb5;</name>
  956 + <type>SelectValues</type>
  957 + <description/>
  958 + <distribute>Y</distribute>
  959 + <custom_distribution/>
  960 + <copies>1</copies>
  961 + <partitioning>
  962 + <method>none</method>
  963 + <schema_name/>
  964 + </partitioning>
  965 + <fields> <field> <name>col_name</name>
  966 + <rename/>
  967 + <length>-2</length>
  968 + <precision>-2</precision>
  969 + </field> <field> <name>col_type</name>
  970 + <rename/>
  971 + <length>-2</length>
  972 + <precision>-2</precision>
  973 + </field> <field> <name>col_value</name>
  974 + <rename/>
  975 + <length>-2</length>
  976 + <precision>-2</precision>
  977 + </field> <select_unspecified>N</select_unspecified>
  978 + </fields> <cluster_schema/>
  979 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  980 + <xloc>487</xloc>
  981 + <yloc>353</yloc>
  982 + <draw>Y</draw>
  983 + </GUI>
  984 + </step>
  985 +
  986 + <step>
  987 + <name>&#x83b7;&#x53d6;excel&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</name>
  988 + <type>GetVariable</type>
  989 + <description/>
  990 + <distribute>Y</distribute>
  991 + <custom_distribution/>
  992 + <copies>1</copies>
  993 + <partitioning>
  994 + <method>none</method>
  995 + <schema_name/>
  996 + </partitioning>
  997 + <fields>
  998 + <field>
  999 + <name>fieldnames</name>
  1000 + <variable>&#x24;&#x7b;excelfieldnames&#x7d;</variable>
  1001 + <type>String</type>
  1002 + <format/>
  1003 + <currency/>
  1004 + <decimal/>
  1005 + <group/>
  1006 + <length>-1</length>
  1007 + <precision>-1</precision>
  1008 + <trim_type>none</trim_type>
  1009 + </field>
  1010 + </fields>
  1011 + <cluster_schema/>
  1012 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1013 + <xloc>71</xloc>
  1014 + <yloc>163</yloc>
  1015 + <draw>Y</draw>
  1016 + </GUI>
  1017 + </step>
  1018 +
  1019 + <step>
  1020 + <name>&#x83b7;&#x53d6;excel&#x6587;&#x4ef6;&#x540d;</name>
  1021 + <type>GetVariable</type>
  1022 + <description/>
  1023 + <distribute>Y</distribute>
  1024 + <custom_distribution/>
  1025 + <copies>1</copies>
  1026 + <partitioning>
  1027 + <method>none</method>
  1028 + <schema_name/>
  1029 + </partitioning>
  1030 + <fields>
  1031 + <field>
  1032 + <name>filepath_</name>
  1033 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  1034 + <type>String</type>
  1035 + <format/>
  1036 + <currency/>
  1037 + <decimal/>
  1038 + <group/>
  1039 + <length>-1</length>
  1040 + <precision>-1</precision>
  1041 + <trim_type>none</trim_type>
  1042 + </field>
  1043 + <field>
  1044 + <name>erroroutputdir_</name>
  1045 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  1046 + <type>String</type>
  1047 + <format/>
  1048 + <currency/>
  1049 + <decimal/>
  1050 + <group/>
  1051 + <length>-1</length>
  1052 + <precision>-1</precision>
  1053 + <trim_type>none</trim_type>
  1054 + </field>
  1055 + <field>
  1056 + <name>sheetname_</name>
  1057 + <variable>&#x24;&#x7b;sheetname&#x7d;</variable>
  1058 + <type>String</type>
  1059 + <format/>
  1060 + <currency/>
  1061 + <decimal/>
  1062 + <group/>
  1063 + <length>-1</length>
  1064 + <precision>-1</precision>
  1065 + <trim_type>none</trim_type>
  1066 + </field>
  1067 + </fields>
  1068 + <cluster_schema/>
  1069 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1070 + <xloc>120</xloc>
  1071 + <yloc>62</yloc>
  1072 + <draw>Y</draw>
  1073 + </GUI>
  1074 + </step>
  1075 +
  1076 + <step>
  1077 + <name>&#x83b7;&#x53d6;normalize&#x5b57;&#x6bb5;&#x540d;&#x5b57;&#x7b26;&#x4e32;</name>
  1078 + <type>GetVariable</type>
  1079 + <description/>
  1080 + <distribute>Y</distribute>
  1081 + <custom_distribution/>
  1082 + <copies>1</copies>
  1083 + <partitioning>
  1084 + <method>none</method>
  1085 + <schema_name/>
  1086 + </partitioning>
  1087 + <fields>
  1088 + <field>
  1089 + <name>normalizefieldnames_</name>
  1090 + <variable>&#x24;&#x7b;normalizefieldnames&#x7d;</variable>
  1091 + <type>String</type>
  1092 + <format/>
  1093 + <currency/>
  1094 + <decimal/>
  1095 + <group/>
  1096 + <length>-1</length>
  1097 + <precision>-1</precision>
  1098 + <trim_type>none</trim_type>
  1099 + </field>
  1100 + </fields>
  1101 + <cluster_schema/>
  1102 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1103 + <xloc>80</xloc>
  1104 + <yloc>261</yloc>
  1105 + <draw>Y</draw>
  1106 + </GUI>
  1107 + </step>
  1108 +
  1109 + <step>
  1110 + <name>&#x83b7;&#x53d6;&#x505c;&#x8f66;&#x573a;&#x540d;&#x79f0;</name>
  1111 + <type>GetVariable</type>
  1112 + <description/>
  1113 + <distribute>Y</distribute>
  1114 + <custom_distribution/>
  1115 + <copies>1</copies>
  1116 + <partitioning>
  1117 + <method>none</method>
  1118 + <schema_name/>
  1119 + </partitioning>
  1120 + <fields>
  1121 + <field>
  1122 + <name>tccname_</name>
  1123 + <variable>&#x24;&#x7b;tccname&#x7d;</variable>
  1124 + <type>String</type>
  1125 + <format/>
  1126 + <currency/>
  1127 + <decimal/>
  1128 + <group/>
  1129 + <length>-1</length>
  1130 + <precision>-1</precision>
  1131 + <trim_type>none</trim_type>
  1132 + </field>
  1133 + </fields>
  1134 + <cluster_schema/>
  1135 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1136 + <xloc>80</xloc>
  1137 + <yloc>430</yloc>
  1138 + <draw>Y</draw>
  1139 + </GUI>
  1140 + </step>
  1141 +
  1142 + <step>
  1143 + <name>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;id</name>
  1144 + <type>GetVariable</type>
  1145 + <description/>
  1146 + <distribute>Y</distribute>
  1147 + <custom_distribution/>
  1148 + <copies>1</copies>
  1149 + <partitioning>
  1150 + <method>none</method>
  1151 + <schema_name/>
  1152 + </partitioning>
  1153 + <fields>
  1154 + <field>
  1155 + <name>ttid_</name>
  1156 + <variable>&#x24;&#x7b;ttid&#x7d;</variable>
  1157 + <type>Integer</type>
  1158 + <format/>
  1159 + <currency/>
  1160 + <decimal/>
  1161 + <group/>
  1162 + <length>-1</length>
  1163 + <precision>-1</precision>
  1164 + <trim_type>none</trim_type>
  1165 + </field>
  1166 + </fields>
  1167 + <cluster_schema/>
  1168 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1169 + <xloc>427</xloc>
  1170 + <yloc>26</yloc>
  1171 + <draw>Y</draw>
  1172 + </GUI>
  1173 + </step>
  1174 +
  1175 + <step>
  1176 + <name>&#x83b7;&#x53d6;&#x65f6;&#x523b;&#x8868;&#x540d;&#x79f0;</name>
  1177 + <type>GetVariable</type>
  1178 + <description/>
  1179 + <distribute>Y</distribute>
  1180 + <custom_distribution/>
  1181 + <copies>1</copies>
  1182 + <partitioning>
  1183 + <method>none</method>
  1184 + <schema_name/>
  1185 + </partitioning>
  1186 + <fields>
  1187 + <field>
  1188 + <name>ttinfoname_</name>
  1189 + <variable>&#x24;&#x7b;ttinfoname&#x7d;</variable>
  1190 + <type>String</type>
  1191 + <format/>
  1192 + <currency/>
  1193 + <decimal/>
  1194 + <group/>
  1195 + <length>-1</length>
  1196 + <precision>-1</precision>
  1197 + <trim_type>none</trim_type>
  1198 + </field>
  1199 + </fields>
  1200 + <cluster_schema/>
  1201 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1202 + <xloc>82</xloc>
  1203 + <yloc>508</yloc>
  1204 + <draw>Y</draw>
  1205 + </GUI>
  1206 + </step>
  1207 +
  1208 + <step>
  1209 + <name>&#x83b7;&#x53d6;&#x7ebf;&#x8def;&#x540d;&#x79f0;</name>
  1210 + <type>GetVariable</type>
  1211 + <description/>
  1212 + <distribute>Y</distribute>
  1213 + <custom_distribution/>
  1214 + <copies>1</copies>
  1215 + <partitioning>
  1216 + <method>none</method>
  1217 + <schema_name/>
  1218 + </partitioning>
  1219 + <fields>
  1220 + <field>
  1221 + <name>xlname_</name>
  1222 + <variable>&#x24;&#x7b;xlname&#x7d;</variable>
  1223 + <type>String</type>
  1224 + <format/>
  1225 + <currency/>
  1226 + <decimal/>
  1227 + <group/>
  1228 + <length>-1</length>
  1229 + <precision>-1</precision>
  1230 + <trim_type>none</trim_type>
  1231 + </field>
  1232 + </fields>
  1233 + <cluster_schema/>
  1234 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1235 + <xloc>78</xloc>
  1236 + <yloc>351</yloc>
  1237 + <draw>Y</draw>
  1238 + </GUI>
  1239 + </step>
  1240 +
  1241 + <step>
  1242 + <name>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d;</name>
  1243 + <type>SplitFieldToRows3</type>
  1244 + <description/>
  1245 + <distribute>Y</distribute>
  1246 + <custom_distribution/>
  1247 + <copies>1</copies>
  1248 + <partitioning>
  1249 + <method>none</method>
  1250 + <schema_name/>
  1251 + </partitioning>
  1252 + <splitfield>fieldnames</splitfield>
  1253 + <delimiter>,</delimiter>
  1254 + <newfield>fieldname</newfield>
  1255 + <rownum>N</rownum>
  1256 + <rownum_field/>
  1257 + <resetrownumber>Y</resetrownumber>
  1258 + <delimiter_is_regex>N</delimiter_is_regex>
  1259 + <cluster_schema/>
  1260 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1261 + <xloc>261</xloc>
  1262 + <yloc>163</yloc>
  1263 + <draw>Y</draw>
  1264 + </GUI>
  1265 + </step>
  1266 +
  1267 + <step>
  1268 + <name>&#x9017;&#x53f7;&#x5207;&#x5206;&#x6210;&#x5b57;&#x6bb5;&#x540d; 2</name>
  1269 + <type>SplitFieldToRows3</type>
  1270 + <description/>
  1271 + <distribute>Y</distribute>
  1272 + <custom_distribution/>
  1273 + <copies>1</copies>
  1274 + <partitioning>
  1275 + <method>none</method>
  1276 + <schema_name/>
  1277 + </partitioning>
  1278 + <splitfield>normalizefieldnames_</splitfield>
  1279 + <delimiter>,</delimiter>
  1280 + <newfield>nfieldname</newfield>
  1281 + <rownum>N</rownum>
  1282 + <rownum_field/>
  1283 + <resetrownumber>Y</resetrownumber>
  1284 + <delimiter_is_regex>N</delimiter_is_regex>
  1285 + <cluster_schema/>
  1286 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1287 + <xloc>263</xloc>
  1288 + <yloc>257</yloc>
  1289 + <draw>Y</draw>
  1290 + </GUI>
  1291 + </step>
  1292 +
  1293 + <step_error_handling>
  1294 + </step_error_handling>
  1295 + <slave-step-copy-partition-distribution>
  1296 +</slave-step-copy-partition-distribution>
  1297 + <slave_transformation>N</slave_transformation>
  1298 +
  1299 +</transformation>
... ...