Commit fca06f2e328260c7dde0c6b8089e05d1d15a7936

Authored by 李强
2 parents 7b70144a 199915a6

Merge branch 'minhang' of git@192.168.168.201:panzhaov5/bsth_control.git into minhang

src/main/java/com/bsth/controller/oil/YlbController.java
@@ -244,8 +244,8 @@ public class YlbController extends BaseController<Ylb, Integer>{ @@ -244,8 +244,8 @@ public class YlbController extends BaseController<Ylb, Integer>{
244 m.put("jsy", y.getJsy()); 244 m.put("jsy", y.getJsy());
245 m.put("name", y.getName()); 245 m.put("name", y.getName());
246 m.put("jzl", y.getJzl()<=0?"0":y.getJzl()); 246 m.put("jzl", y.getJzl()<=0?"0":y.getJzl());
247 - m.put("czlc", y.getCzlc()<=0?"0":y.getCzlc());  
248 - m.put("jzlc", y.getJzlc()<=0?"0":y.getJzlc()); 247 + m.put("czlc", "0");
  248 + m.put("jzlc", "0");
249 m.put("czyl", y.getCzyl()<=0?"0":y.getCzyl()); 249 m.put("czyl", y.getCzyl()<=0?"0":y.getCzyl());
250 m.put("jzyl", y.getJzyl()<=0?"0":y.getJzyl()); 250 m.put("jzyl", y.getJzyl()<=0?"0":y.getJzyl());
251 m.put("yh", y.getYh()<=0?"0":y.getYh()); 251 m.put("yh", y.getYh()<=0?"0":y.getYh());
@@ -255,7 +255,7 @@ public class YlbController extends BaseController&lt;Ylb, Integer&gt;{ @@ -255,7 +255,7 @@ public class YlbController extends BaseController&lt;Ylb, Integer&gt;{
255 if(y.getRylx().equals("1")){rylx="负10号柴油";} 255 if(y.getRylx().equals("1")){rylx="负10号柴油";}
256 } 256 }
257 m.put("rylx", rylx); 257 m.put("rylx", rylx);
258 - m.put("ns", y.getNs()); 258 + m.put("ns", y.getNs()==null?"0":y.getNs());
259 String shyy ="无"; 259 String shyy ="无";
260 if(y.getShyy()!=null){ 260 if(y.getShyy()!=null){
261 shyy=y.getShyy(); 261 shyy=y.getShyy();
src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
@@ -920,7 +920,7 @@ public class ReportServiceImpl implements ReportService{ @@ -920,7 +920,7 @@ public class ReportServiceImpl implements ReportService{
920 920
921 } else { 921 } else {
922 Iterator<ChildTaskPlan> it = childTaskPlans.iterator(); 922 Iterator<ChildTaskPlan> it = childTaskPlans.iterator();
923 - if (scheduleRealInfo.getStatus() == -1) { 923 + /*if (scheduleRealInfo.getStatus() == -1) {
924 while (it.hasNext()) { 924 while (it.hasNext()) {
925 ChildTaskPlan childTaskPlan = it.next(); 925 ChildTaskPlan childTaskPlan = it.next();
926 if (childTaskPlan.isDestroy()) { 926 if (childTaskPlan.isDestroy()) {
@@ -947,7 +947,7 @@ public class ReportServiceImpl implements ReportService{ @@ -947,7 +947,7 @@ public class ReportServiceImpl implements ReportService{
947 947
948 } 948 }
949 } 949 }
950 - }else{ 950 + }else{*/
951 while (it.hasNext()) { 951 while (it.hasNext()) {
952 ChildTaskPlan childTaskPlan = it.next(); 952 ChildTaskPlan childTaskPlan = it.next();
953 if (childTaskPlan.isDestroy()) { 953 if (childTaskPlan.isDestroy()) {
@@ -974,7 +974,7 @@ public class ReportServiceImpl implements ReportService{ @@ -974,7 +974,7 @@ public class ReportServiceImpl implements ReportService{
974 974
975 } 975 }
976 } 976 }
977 - } 977 +// }
978 978
979 } 979 }
980 } 980 }
src/main/resources/datatools/ktrs/legecy/scheduleRuleDataInput_insertupdate.ktr
1 -<?xml version="1.0" encoding="UTF-8"?>  
2 -<transformation>  
3 - <info>  
4 - <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</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;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>  
15 - <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>  
16 - </parameter>  
17 - <parameter>  
18 - <name>filepath</name>  
19 - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>  
20 - <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>  
21 - </parameter>  
22 - </parameters>  
23 - <log>  
24 -<trans-log-table><connection/>  
25 -<schema/>  
26 -<table/>  
27 -<size_limit_lines/>  
28 -<interval/>  
29 -<timeout_days/>  
30 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table>  
31 -<perf-log-table><connection/>  
32 -<schema/>  
33 -<table/>  
34 -<interval/>  
35 -<timeout_days/>  
36 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table>  
37 -<channel-log-table><connection/>  
38 -<schema/>  
39 -<table/>  
40 -<timeout_days/>  
41 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table>  
42 -<step-log-table><connection/>  
43 -<schema/>  
44 -<table/>  
45 -<timeout_days/>  
46 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table>  
47 -<metrics-log-table><connection/>  
48 -<schema/>  
49 -<table/>  
50 -<timeout_days/>  
51 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table>  
52 - </log>  
53 - <maxdate>  
54 - <connection/>  
55 - <table/>  
56 - <field/>  
57 - <offset>0.0</offset>  
58 - <maxdiff>0.0</maxdiff>  
59 - </maxdate>  
60 - <size_rowset>10000</size_rowset>  
61 - <sleep_time_empty>50</sleep_time_empty>  
62 - <sleep_time_full>50</sleep_time_full>  
63 - <unique_connections>N</unique_connections>  
64 - <feedback_shown>Y</feedback_shown>  
65 - <feedback_size>50000</feedback_size>  
66 - <using_thread_priorities>Y</using_thread_priorities>  
67 - <shared_objects_file/>  
68 - <capture_step_performance>N</capture_step_performance>  
69 - <step_performance_capturing_delay>1000</step_performance_capturing_delay>  
70 - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>  
71 - <dependencies>  
72 - </dependencies>  
73 - <partitionschemas>  
74 - </partitionschemas>  
75 - <slaveservers>  
76 - </slaveservers>  
77 - <clusterschemas>  
78 - </clusterschemas>  
79 - <created_user>-</created_user>  
80 - <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>  
81 - <modified_user>-</modified_user>  
82 - <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>  
83 - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>  
84 - <is_key_private>N</is_key_private>  
85 - </info>  
86 - <notepads>  
87 - </notepads>  
88 - <connection>  
89 - <name>192.168.168.1_jwgl_dw</name>  
90 - <server>192.168.168.1</server>  
91 - <type>ORACLE</type>  
92 - <access>Native</access>  
93 - <database>orcl</database>  
94 - <port>1521</port>  
95 - <username>jwgl_dw</username>  
96 - <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password>  
97 - <servername/>  
98 - <data_tablespace/>  
99 - <index_tablespace/>  
100 - <attributes>  
101 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
102 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
103 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
104 - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>  
105 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
106 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
107 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
108 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
109 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
110 - </attributes>  
111 - </connection>  
112 - <connection>  
113 - <name>bus_control_variable</name>  
114 - <server>&#x24;&#x7b;v_db_ip&#x7d;</server>  
115 - <type>MYSQL</type>  
116 - <access>Native</access>  
117 - <database>&#x24;&#x7b;v_db_dname&#x7d;</database>  
118 - <port>3306</port>  
119 - <username>&#x24;&#x7b;v_db_uname&#x7d;</username>  
120 - <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>  
121 - <servername/>  
122 - <data_tablespace/>  
123 - <index_tablespace/>  
124 - <attributes>  
125 - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>  
126 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
127 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
128 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
129 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
130 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
131 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
132 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
133 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
134 - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>  
135 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
136 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
137 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
138 - </attributes>  
139 - </connection>  
140 - <connection>  
141 - <name>bus_control_&#x516c;&#x53f8;_201</name>  
142 - <server>localhost</server>  
143 - <type>MYSQL</type>  
144 - <access>Native</access>  
145 - <database>control</database>  
146 - <port>3306</port>  
147 - <username>root</username>  
148 - <password>Encrypted </password>  
149 - <servername/>  
150 - <data_tablespace/>  
151 - <index_tablespace/>  
152 - <attributes>  
153 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
154 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
155 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
156 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
157 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
158 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
159 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
160 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
161 - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>  
162 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
163 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
164 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
165 - </attributes>  
166 - </connection>  
167 - <connection>  
168 - <name>bus_control_&#x672c;&#x673a;</name>  
169 - <server>localhost</server>  
170 - <type>MYSQL</type>  
171 - <access>Native</access>  
172 - <database>control</database>  
173 - <port>3306</port>  
174 - <username>root</username>  
175 - <password>Encrypted </password>  
176 - <servername/>  
177 - <data_tablespace/>  
178 - <index_tablespace/>  
179 - <attributes>  
180 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
181 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
182 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
183 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
184 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
185 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
186 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
187 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
188 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
189 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
190 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
191 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
192 - </attributes>  
193 - </connection>  
194 - <connection>  
195 - <name>xlab_mysql_youle</name>  
196 - <server>101.231.124.8</server>  
197 - <type>MYSQL</type>  
198 - <access>Native</access>  
199 - <database>xlab_youle</database>  
200 - <port>45687</port>  
201 - <username>xlab-youle</username>  
202 - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>  
203 - <servername/>  
204 - <data_tablespace/>  
205 - <index_tablespace/>  
206 - <attributes>  
207 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
208 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
209 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
210 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
211 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
212 - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>  
213 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
214 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
215 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
216 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>  
217 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>  
218 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
219 - </attributes>  
220 - </connection>  
221 - <connection>  
222 - <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>  
223 - <server>localhost</server>  
224 - <type>MYSQL</type>  
225 - <access>Native</access>  
226 - <database>xlab_youle</database>  
227 - <port>3306</port>  
228 - <username>root</username>  
229 - <password>Encrypted </password>  
230 - <servername/>  
231 - <data_tablespace/>  
232 - <index_tablespace/>  
233 - <attributes>  
234 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
235 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
236 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
237 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
238 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
239 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
240 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
241 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
242 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
243 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>  
244 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>  
245 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
246 - </attributes>  
247 - </connection>  
248 - <connection>  
249 - <name>xlab_youle</name>  
250 - <server/>  
251 - <type>MYSQL</type>  
252 - <access>JNDI</access>  
253 - <database>xlab_youle</database>  
254 - <port>1521</port>  
255 - <username/>  
256 - <password>Encrypted </password>  
257 - <servername/>  
258 - <data_tablespace/>  
259 - <index_tablespace/>  
260 - <attributes>  
261 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
262 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
263 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
264 - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>  
265 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
266 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
267 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
268 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
269 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
270 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
271 - </attributes>  
272 - </connection>  
273 - <order>  
274 - <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>  
275 - <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>  
276 - <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
277 - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>  
278 - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>  
279 - <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>  
280 - <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
281 - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>  
282 - <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
283 - <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
284 - <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
285 - <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
286 - <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>  
287 - <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
288 - <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
289 - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
290 - <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>  
291 - <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>  
292 - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>  
293 - <hop> <from>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>  
294 - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>  
295 - <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</to><enabled>Y</enabled> </hop>  
296 - </order>  
297 - <step>  
298 - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>  
299 - <type>DBLookup</type>  
300 - <description/>  
301 - <distribute>Y</distribute>  
302 - <custom_distribution/>  
303 - <copies>1</copies>  
304 - <partitioning>  
305 - <method>none</method>  
306 - <schema_name/>  
307 - </partitioning>  
308 - <connection>bus_control_variable</connection>  
309 - <cache>N</cache>  
310 - <cache_load_all>Y</cache_load_all>  
311 - <cache_size>0</cache_size>  
312 - <lookup>  
313 - <schema/>  
314 - <table>bsth_c_s_ecinfo</table>  
315 - <orderby/>  
316 - <fail_on_multiple>N</fail_on_multiple>  
317 - <eat_row_on_failure>N</eat_row_on_failure>  
318 - <key>  
319 - <name>xlid</name>  
320 - <field>xl</field>  
321 - <condition>&#x3d;</condition>  
322 - <name2/>  
323 - </key>  
324 - <key>  
325 - <name>dbbm1</name>  
326 - <field>dbbm</field>  
327 - <condition>&#x3d;</condition>  
328 - <name2/>  
329 - </key>  
330 - <key>  
331 - <name>isCancel</name>  
332 - <field>is_cancel</field>  
333 - <condition>&#x3d;</condition>  
334 - <name2/>  
335 - </key>  
336 - <value>  
337 - <name>id</name>  
338 - <rename>rycid1</rename>  
339 - <default/>  
340 - <type>Integer</type>  
341 - </value>  
342 - </lookup>  
343 - <cluster_schema/>  
344 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
345 - <xloc>904</xloc>  
346 - <yloc>101</yloc>  
347 - <draw>Y</draw>  
348 - </GUI>  
349 - </step>  
350 -  
351 - <step>  
352 - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>  
353 - <type>DBLookup</type>  
354 - <description/>  
355 - <distribute>Y</distribute>  
356 - <custom_distribution/>  
357 - <copies>1</copies>  
358 - <partitioning>  
359 - <method>none</method>  
360 - <schema_name/>  
361 - </partitioning>  
362 - <connection>bus_control_variable</connection>  
363 - <cache>N</cache>  
364 - <cache_load_all>Y</cache_load_all>  
365 - <cache_size>0</cache_size>  
366 - <lookup>  
367 - <schema/>  
368 - <table>bsth_c_s_ecinfo</table>  
369 - <orderby/>  
370 - <fail_on_multiple>N</fail_on_multiple>  
371 - <eat_row_on_failure>N</eat_row_on_failure>  
372 - <key>  
373 - <name>xlid</name>  
374 - <field>xl</field>  
375 - <condition>&#x3d;</condition>  
376 - <name2/>  
377 - </key>  
378 - <key>  
379 - <name>dbbm2</name>  
380 - <field>dbbm</field>  
381 - <condition>&#x3d;</condition>  
382 - <name2/>  
383 - </key>  
384 - <key>  
385 - <name>isCancel</name>  
386 - <field>is_cancel</field>  
387 - <condition>&#x3d;</condition>  
388 - <name2/>  
389 - </key>  
390 - <value>  
391 - <name>id</name>  
392 - <rename>rycid2</rename>  
393 - <default/>  
394 - <type>Integer</type>  
395 - </value>  
396 - </lookup>  
397 - <cluster_schema/>  
398 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
399 - <xloc>778</xloc>  
400 - <yloc>103</yloc>  
401 - <draw>Y</draw>  
402 - </GUI>  
403 - </step>  
404 -  
405 - <step>  
406 - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>  
407 - <type>GroupBy</type>  
408 - <description/>  
409 - <distribute>Y</distribute>  
410 - <custom_distribution/>  
411 - <copies>1</copies>  
412 - <partitioning>  
413 - <method>none</method>  
414 - <schema_name/>  
415 - </partitioning>  
416 - <all_rows>N</all_rows>  
417 - <ignore_aggregate>N</ignore_aggregate>  
418 - <field_ignore/>  
419 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
420 - <prefix>grp</prefix>  
421 - <add_linenr>N</add_linenr>  
422 - <linenr_fieldname/>  
423 - <give_back_row>N</give_back_row>  
424 - <group>  
425 - <field>  
426 - <name>xlid</name>  
427 - </field>  
428 - <field>  
429 - <name>cid</name>  
430 - </field>  
431 - <field>  
432 - <name>lpnames</name>  
433 - </field>  
434 - <field>  
435 - <name>lpids</name>  
436 - </field>  
437 - <field>  
438 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
439 - </field>  
440 - <field>  
441 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
442 - </field>  
443 - <field>  
444 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
445 - </field>  
446 - <field>  
447 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
448 - </field>  
449 - <field>  
450 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
451 - </field>  
452 - <field>  
453 - <name>isCancel</name>  
454 - </field>  
455 - </group>  
456 - <fields>  
457 - <field>  
458 - <aggregate>rycids</aggregate>  
459 - <subject>rycid</subject>  
460 - <type>CONCAT_STRING</type>  
461 - <valuefield>,</valuefield>  
462 - </field>  
463 - <field>  
464 - <aggregate>rybms</aggregate>  
465 - <subject>rybm</subject>  
466 - <type>CONCAT_STRING</type>  
467 - <valuefield>,</valuefield>  
468 - </field>  
469 - </fields>  
470 - <cluster_schema/>  
471 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
472 - <xloc>780</xloc>  
473 - <yloc>291</yloc>  
474 - <draw>Y</draw>  
475 - </GUI>  
476 - </step>  
477 -  
478 - <step>  
479 - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>  
480 - <type>GroupBy</type>  
481 - <description/>  
482 - <distribute>Y</distribute>  
483 - <custom_distribution/>  
484 - <copies>1</copies>  
485 - <partitioning>  
486 - <method>none</method>  
487 - <schema_name/>  
488 - </partitioning>  
489 - <all_rows>N</all_rows>  
490 - <ignore_aggregate>N</ignore_aggregate>  
491 - <field_ignore/>  
492 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
493 - <prefix>grp</prefix>  
494 - <add_linenr>N</add_linenr>  
495 - <linenr_fieldname/>  
496 - <give_back_row>N</give_back_row>  
497 - <group>  
498 - <field>  
499 - <name>xlid</name>  
500 - </field>  
501 - <field>  
502 - <name>cid</name>  
503 - </field>  
504 - <field>  
505 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
506 - </field>  
507 - <field>  
508 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
509 - </field>  
510 - <field>  
511 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
512 - </field>  
513 - <field>  
514 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
515 - </field>  
516 - <field>  
517 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
518 - </field>  
519 - <field>  
520 - <name>isCancel</name>  
521 - </field>  
522 - </group>  
523 - <fields>  
524 - <field>  
525 - <aggregate>lpids</aggregate>  
526 - <subject>lpid</subject>  
527 - <type>CONCAT_STRING</type>  
528 - <valuefield>,</valuefield>  
529 - </field>  
530 - <field>  
531 - <aggregate>lpnames</aggregate>  
532 - <subject>lpname</subject>  
533 - <type>CONCAT_STRING</type>  
534 - <valuefield>,</valuefield>  
535 - </field>  
536 - </fields>  
537 - <cluster_schema/>  
538 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
539 - <xloc>653</xloc>  
540 - <yloc>119</yloc>  
541 - <draw>Y</draw>  
542 - </GUI>  
543 - </step>  
544 -  
545 - <step>  
546 - <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>  
547 - <type>ExcelInput</type>  
548 - <description/>  
549 - <distribute>Y</distribute>  
550 - <custom_distribution/>  
551 - <copies>1</copies>  
552 - <partitioning>  
553 - <method>none</method>  
554 - <schema_name/>  
555 - </partitioning>  
556 - <header>Y</header>  
557 - <noempty>Y</noempty>  
558 - <stoponempty>N</stoponempty>  
559 - <filefield/>  
560 - <sheetfield/>  
561 - <sheetrownumfield/>  
562 - <rownumfield/>  
563 - <sheetfield/>  
564 - <filefield/>  
565 - <limit>0</limit>  
566 - <encoding/>  
567 - <add_to_result_filenames>Y</add_to_result_filenames>  
568 - <accept_filenames>Y</accept_filenames>  
569 - <accept_field>filepath_</accept_field>  
570 - <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>  
571 - <file>  
572 - <name/>  
573 - <filemask/>  
574 - <exclude_filemask/>  
575 - <file_required>N</file_required>  
576 - <include_subfolders>N</include_subfolders>  
577 - </file>  
578 - <fields>  
579 - <field>  
580 - <name>&#x7ebf;&#x8def;</name>  
581 - <type>String</type>  
582 - <length>-1</length>  
583 - <precision>-1</precision>  
584 - <trim_type>none</trim_type>  
585 - <repeat>N</repeat>  
586 - <format/>  
587 - <currency/>  
588 - <decimal/>  
589 - <group/>  
590 - </field>  
591 - <field>  
592 - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>  
593 - <type>String</type>  
594 - <length>-1</length>  
595 - <precision>-1</precision>  
596 - <trim_type>none</trim_type>  
597 - <repeat>N</repeat>  
598 - <format/>  
599 - <currency/>  
600 - <decimal/>  
601 - <group/>  
602 - </field>  
603 - <field>  
604 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
605 - <type>String</type>  
606 - <length>-1</length>  
607 - <precision>-1</precision>  
608 - <trim_type>none</trim_type>  
609 - <repeat>N</repeat>  
610 - <format/>  
611 - <currency/>  
612 - <decimal/>  
613 - <group/>  
614 - </field>  
615 - <field>  
616 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
617 - <type>String</type>  
618 - <length>-1</length>  
619 - <precision>-1</precision>  
620 - <trim_type>none</trim_type>  
621 - <repeat>N</repeat>  
622 - <format>&#x23;</format>  
623 - <currency/>  
624 - <decimal/>  
625 - <group/>  
626 - </field>  
627 - <field>  
628 - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>  
629 - <type>String</type>  
630 - <length>-1</length>  
631 - <precision>-1</precision>  
632 - <trim_type>none</trim_type>  
633 - <repeat>N</repeat>  
634 - <format>&#x23;</format>  
635 - <currency/>  
636 - <decimal/>  
637 - <group/>  
638 - </field>  
639 - <field>  
640 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
641 - <type>String</type>  
642 - <length>-1</length>  
643 - <precision>-1</precision>  
644 - <trim_type>none</trim_type>  
645 - <repeat>N</repeat>  
646 - <format>&#x23;</format>  
647 - <currency/>  
648 - <decimal/>  
649 - <group/>  
650 - </field>  
651 - <field>  
652 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
653 - <type>String</type>  
654 - <length>-1</length>  
655 - <precision>-1</precision>  
656 - <trim_type>none</trim_type>  
657 - <repeat>N</repeat>  
658 - <format>&#x23;</format>  
659 - <currency/>  
660 - <decimal/>  
661 - <group/>  
662 - </field>  
663 - <field>  
664 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
665 - <type>String</type>  
666 - <length>-1</length>  
667 - <precision>-1</precision>  
668 - <trim_type>none</trim_type>  
669 - <repeat>N</repeat>  
670 - <format>&#x23;</format>  
671 - <currency/>  
672 - <decimal/>  
673 - <group/>  
674 - </field>  
675 - </fields>  
676 - <sheets>  
677 - <sheet>  
678 - <name>&#x5de5;&#x4f5c;&#x8868;1</name>  
679 - <startrow>0</startrow>  
680 - <startcol>0</startcol>  
681 - </sheet>  
682 - </sheets>  
683 - <strict_types>N</strict_types>  
684 - <error_ignored>N</error_ignored>  
685 - <error_line_skipped>N</error_line_skipped>  
686 - <bad_line_files_destination_directory/>  
687 - <bad_line_files_extension>warning</bad_line_files_extension>  
688 - <error_line_files_destination_directory/>  
689 - <error_line_files_extension>error</error_line_files_extension>  
690 - <line_number_files_destination_directory/>  
691 - <line_number_files_extension>line</line_number_files_extension>  
692 - <shortFileFieldName/>  
693 - <pathFieldName/>  
694 - <hiddenFieldName/>  
695 - <lastModificationTimeFieldName/>  
696 - <uriNameFieldName/>  
697 - <rootUriNameFieldName/>  
698 - <extensionFieldName/>  
699 - <sizeFieldName/>  
700 - <spreadsheet_type>JXL</spreadsheet_type>  
701 - <cluster_schema/>  
702 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
703 - <xloc>208</xloc>  
704 - <yloc>21</yloc>  
705 - <draw>Y</draw>  
706 - </GUI>  
707 - </step>  
708 -  
709 - <step>  
710 - <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>  
711 - <type>ScriptValueMod</type>  
712 - <description/>  
713 - <distribute>Y</distribute>  
714 - <custom_distribution/>  
715 - <copies>1</copies>  
716 - <partitioning>  
717 - <method>none</method>  
718 - <schema_name/>  
719 - </partitioning>  
720 - <compatible>N</compatible>  
721 - <optimizationLevel>9</optimizationLevel>  
722 - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>  
723 - <jsScript_name>Script 1</jsScript_name>  
724 - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;var rybm&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa; rybm &#x3d; dbbm1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa; rybm &#x3d; dbbm1 &#x2b; &#x22;-&#x22; &#x2b; dbbm2&#x3b;&#xa;&#x7d;</jsScript_script>  
725 - </jsScript> </jsScripts> <fields> <field> <name>rycid</name>  
726 - <rename>rycid</rename>  
727 - <type>String</type>  
728 - <length>-1</length>  
729 - <precision>-1</precision>  
730 - <replace>N</replace>  
731 - </field> <field> <name>rybm</name>  
732 - <rename>rybm</rename>  
733 - <type>String</type>  
734 - <length>-1</length>  
735 - <precision>-1</precision>  
736 - <replace>N</replace>  
737 - </field> </fields> <cluster_schema/>  
738 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
739 - <xloc>917</xloc>  
740 - <yloc>201</yloc>  
741 - <draw>Y</draw>  
742 - </GUI>  
743 - </step>  
744 -  
745 - <step>  
746 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>  
747 - <type>SelectValues</type>  
748 - <description/>  
749 - <distribute>Y</distribute>  
750 - <custom_distribution/>  
751 - <copies>1</copies>  
752 - <partitioning>  
753 - <method>none</method>  
754 - <schema_name/>  
755 - </partitioning>  
756 - <fields> <select_unspecified>N</select_unspecified>  
757 - <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
758 - <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>  
759 - <type>Timestamp</type>  
760 - <length>-2</length>  
761 - <precision>-2</precision>  
762 - <conversion_mask>yyyy-MM-dd</conversion_mask>  
763 - <date_format_lenient>false</date_format_lenient>  
764 - <date_format_locale/>  
765 - <date_format_timezone/>  
766 - <lenient_string_to_number>false</lenient_string_to_number>  
767 - <encoding/>  
768 - <decimal_symbol/>  
769 - <grouping_symbol/>  
770 - <currency_symbol/>  
771 - <storage_type/>  
772 - </meta> </fields> <cluster_schema/>  
773 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
774 - <xloc>777</xloc>  
775 - <yloc>368</yloc>  
776 - <draw>Y</draw>  
777 - </GUI>  
778 - </step>  
779 -  
780 - <step>  
781 - <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>  
782 - <type>Constant</type>  
783 - <description/>  
784 - <distribute>Y</distribute>  
785 - <custom_distribution/>  
786 - <copies>1</copies>  
787 - <partitioning>  
788 - <method>none</method>  
789 - <schema_name/>  
790 - </partitioning>  
791 - <fields>  
792 - <field>  
793 - <name>isCancel</name>  
794 - <type>Integer</type>  
795 - <format/>  
796 - <currency/>  
797 - <decimal/>  
798 - <group/>  
799 - <nullif>0</nullif>  
800 - <length>-1</length>  
801 - <precision>-1</precision>  
802 - <set_empty_string>N</set_empty_string>  
803 - </field>  
804 - </fields>  
805 - <cluster_schema/>  
806 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
807 - <xloc>361</xloc>  
808 - <yloc>22</yloc>  
809 - <draw>Y</draw>  
810 - </GUI>  
811 - </step>  
812 -  
813 - <step>  
814 - <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
815 - <type>SplitFieldToRows3</type>  
816 - <description/>  
817 - <distribute>Y</distribute>  
818 - <custom_distribution/>  
819 - <copies>1</copies>  
820 - <partitioning>  
821 - <method>none</method>  
822 - <schema_name/>  
823 - </partitioning>  
824 - <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>  
825 - <delimiter>,</delimiter>  
826 - <newfield>dbbm</newfield>  
827 - <rownum>N</rownum>  
828 - <rownum_field/>  
829 - <resetrownumber>Y</resetrownumber>  
830 - <delimiter_is_regex>N</delimiter_is_regex>  
831 - <cluster_schema/>  
832 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
833 - <xloc>777</xloc>  
834 - <yloc>22</yloc>  
835 - <draw>Y</draw>  
836 - </GUI>  
837 - </step>  
838 -  
839 - <step>  
840 - <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>  
841 - <type>FieldSplitter</type>  
842 - <description/>  
843 - <distribute>Y</distribute>  
844 - <custom_distribution/>  
845 - <copies>1</copies>  
846 - <partitioning>  
847 - <method>none</method>  
848 - <schema_name/>  
849 - </partitioning>  
850 - <splitfield>dbbm</splitfield>  
851 - <delimiter>-</delimiter>  
852 - <enclosure/>  
853 - <fields> <field> <name>dbbm1</name>  
854 - <id/>  
855 - <idrem>N</idrem>  
856 - <type>String</type>  
857 - <format/>  
858 - <group/>  
859 - <decimal/>  
860 - <currency/>  
861 - <length>-1</length>  
862 - <precision>-1</precision>  
863 - <nullif/>  
864 - <ifnull/>  
865 - <trimtype>none</trimtype>  
866 - </field> <field> <name>dbbm2</name>  
867 - <id/>  
868 - <idrem>N</idrem>  
869 - <type>String</type>  
870 - <format/>  
871 - <group/>  
872 - <decimal/>  
873 - <currency/>  
874 - <length>-1</length>  
875 - <precision>-1</precision>  
876 - <nullif/>  
877 - <ifnull/>  
878 - <trimtype>none</trimtype>  
879 - </field> </fields> <cluster_schema/>  
880 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
881 - <xloc>901</xloc>  
882 - <yloc>22</yloc>  
883 - <draw>Y</draw>  
884 - </GUI>  
885 - </step>  
886 -  
887 - <step>  
888 - <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>  
889 - <type>SplitFieldToRows3</type>  
890 - <description/>  
891 - <distribute>Y</distribute>  
892 - <custom_distribution/>  
893 - <copies>1</copies>  
894 - <partitioning>  
895 - <method>none</method>  
896 - <schema_name/>  
897 - </partitioning>  
898 - <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>  
899 - <delimiter>,</delimiter>  
900 - <newfield>lpname</newfield>  
901 - <rownum>N</rownum>  
902 - <rownum_field/>  
903 - <resetrownumber>Y</resetrownumber>  
904 - <delimiter_is_regex>N</delimiter_is_regex>  
905 - <cluster_schema/>  
906 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
907 - <xloc>364</xloc>  
908 - <yloc>259</yloc>  
909 - <draw>Y</draw>  
910 - </GUI>  
911 - </step>  
912 -  
913 - <step>  
914 - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>  
915 - <type>SortRows</type>  
916 - <description/>  
917 - <distribute>Y</distribute>  
918 - <custom_distribution/>  
919 - <copies>1</copies>  
920 - <partitioning>  
921 - <method>none</method>  
922 - <schema_name/>  
923 - </partitioning>  
924 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
925 - <prefix>out</prefix>  
926 - <sort_size>1000000</sort_size>  
927 - <free_memory/>  
928 - <compress>N</compress>  
929 - <compress_variable/>  
930 - <unique_rows>N</unique_rows>  
931 - <fields>  
932 - <field>  
933 - <name>xlid</name>  
934 - <ascending>Y</ascending>  
935 - <case_sensitive>N</case_sensitive>  
936 - <presorted>N</presorted>  
937 - </field>  
938 - <field>  
939 - <name>cid</name>  
940 - <ascending>Y</ascending>  
941 - <case_sensitive>N</case_sensitive>  
942 - <presorted>N</presorted>  
943 - </field>  
944 - <field>  
945 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
946 - <ascending>Y</ascending>  
947 - <case_sensitive>N</case_sensitive>  
948 - <presorted>N</presorted>  
949 - </field>  
950 - <field>  
951 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
952 - <ascending>Y</ascending>  
953 - <case_sensitive>N</case_sensitive>  
954 - <presorted>N</presorted>  
955 - </field>  
956 - <field>  
957 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
958 - <ascending>Y</ascending>  
959 - <case_sensitive>N</case_sensitive>  
960 - <presorted>N</presorted>  
961 - </field>  
962 - <field>  
963 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
964 - <ascending>Y</ascending>  
965 - <case_sensitive>N</case_sensitive>  
966 - <presorted>N</presorted>  
967 - </field>  
968 - <field>  
969 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
970 - <ascending>Y</ascending>  
971 - <case_sensitive>N</case_sensitive>  
972 - <presorted>N</presorted>  
973 - </field>  
974 - <field>  
975 - <name>isCancel</name>  
976 - <ascending>Y</ascending>  
977 - <case_sensitive>N</case_sensitive>  
978 - <presorted>N</presorted>  
979 - </field>  
980 - </fields>  
981 - <cluster_schema/>  
982 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
983 - <xloc>516</xloc>  
984 - <yloc>119</yloc>  
985 - <draw>Y</draw>  
986 - </GUI>  
987 - </step>  
988 -  
989 - <step>  
990 - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>  
991 - <type>SortRows</type>  
992 - <description/>  
993 - <distribute>Y</distribute>  
994 - <custom_distribution/>  
995 - <copies>1</copies>  
996 - <partitioning>  
997 - <method>none</method>  
998 - <schema_name/>  
999 - </partitioning>  
1000 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
1001 - <prefix>out</prefix>  
1002 - <sort_size>1000000</sort_size>  
1003 - <free_memory/>  
1004 - <compress>N</compress>  
1005 - <compress_variable/>  
1006 - <unique_rows>N</unique_rows>  
1007 - <fields>  
1008 - <field>  
1009 - <name>xlid</name>  
1010 - <ascending>Y</ascending>  
1011 - <case_sensitive>N</case_sensitive>  
1012 - <presorted>N</presorted>  
1013 - </field>  
1014 - <field>  
1015 - <name>cid</name>  
1016 - <ascending>Y</ascending>  
1017 - <case_sensitive>N</case_sensitive>  
1018 - <presorted>N</presorted>  
1019 - </field>  
1020 - <field>  
1021 - <name>lpnames</name>  
1022 - <ascending>Y</ascending>  
1023 - <case_sensitive>N</case_sensitive>  
1024 - <presorted>N</presorted>  
1025 - </field>  
1026 - <field>  
1027 - <name>lpids</name>  
1028 - <ascending>Y</ascending>  
1029 - <case_sensitive>N</case_sensitive>  
1030 - <presorted>N</presorted>  
1031 - </field>  
1032 - <field>  
1033 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
1034 - <ascending>Y</ascending>  
1035 - <case_sensitive>N</case_sensitive>  
1036 - <presorted>N</presorted>  
1037 - </field>  
1038 - <field>  
1039 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
1040 - <ascending>Y</ascending>  
1041 - <case_sensitive>N</case_sensitive>  
1042 - <presorted>N</presorted>  
1043 - </field>  
1044 - <field>  
1045 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
1046 - <ascending>Y</ascending>  
1047 - <case_sensitive>N</case_sensitive>  
1048 - <presorted>N</presorted>  
1049 - </field>  
1050 - <field>  
1051 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
1052 - <ascending>Y</ascending>  
1053 - <case_sensitive>N</case_sensitive>  
1054 - <presorted>N</presorted>  
1055 - </field>  
1056 - <field>  
1057 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
1058 - <ascending>Y</ascending>  
1059 - <case_sensitive>N</case_sensitive>  
1060 - <presorted>N</presorted>  
1061 - </field>  
1062 - <field>  
1063 - <name>isCancel</name>  
1064 - <ascending>Y</ascending>  
1065 - <case_sensitive>N</case_sensitive>  
1066 - <presorted>N</presorted>  
1067 - </field>  
1068 - </fields>  
1069 - <cluster_schema/>  
1070 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1071 - <xloc>919</xloc>  
1072 - <yloc>289</yloc>  
1073 - <draw>Y</draw>  
1074 - </GUI>  
1075 - </step>  
1076 -  
1077 - <step>  
1078 - <name>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</name>  
1079 - <type>InsertUpdate</type>  
1080 - <description/>  
1081 - <distribute>Y</distribute>  
1082 - <custom_distribution/>  
1083 - <copies>1</copies>  
1084 - <partitioning>  
1085 - <method>none</method>  
1086 - <schema_name/>  
1087 - </partitioning>  
1088 - <connection>bus_control_variable</connection>  
1089 - <commit>100</commit>  
1090 - <update_bypassed>N</update_bypassed>  
1091 - <lookup>  
1092 - <schema/>  
1093 - <table>bsth_c_s_sr1_flat</table>  
1094 - <key>  
1095 - <name>xlid</name>  
1096 - <field>xl</field>  
1097 - <condition>&#x3d;</condition>  
1098 - <name2/>  
1099 - </key>  
1100 - <key>  
1101 - <name>cid</name>  
1102 - <field>car_config_info</field>  
1103 - <condition>&#x3d;</condition>  
1104 - <name2/>  
1105 - </key>  
1106 - <value>  
1107 - <name>xl</name>  
1108 - <rename>xlid</rename>  
1109 - <update>Y</update>  
1110 - </value>  
1111 - <value>  
1112 - <name>car_config_info</name>  
1113 - <rename>cid</rename>  
1114 - <update>Y</update>  
1115 - </value>  
1116 - <value>  
1117 - <name>lp_names</name>  
1118 - <rename>lpnames</rename>  
1119 - <update>Y</update>  
1120 - </value>  
1121 - <value>  
1122 - <name>lp_ids</name>  
1123 - <rename>lpids</rename>  
1124 - <update>Y</update>  
1125 - </value>  
1126 - <value>  
1127 - <name>lp_start</name>  
1128 - <rename>&#x8d77;&#x59cb;&#x8def;&#x724c;</rename>  
1129 - <update>Y</update>  
1130 - </value>  
1131 - <value>  
1132 - <name>ry_start</name>  
1133 - <rename>&#x8d77;&#x59cb;&#x4eba;&#x5458;</rename>  
1134 - <update>Y</update>  
1135 - </value>  
1136 - <value>  
1137 - <name>ry_dbbms</name>  
1138 - <rename>rybms</rename>  
1139 - <update>Y</update>  
1140 - </value>  
1141 - <value>  
1142 - <name>qyrq</name>  
1143 - <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>  
1144 - <update>Y</update>  
1145 - </value>  
1146 - <value>  
1147 - <name>ry_config_ids</name>  
1148 - <rename>rycids</rename>  
1149 - <update>Y</update>  
1150 - </value>  
1151 - <value>  
1152 - <name>fbgs</name>  
1153 - <rename>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</rename>  
1154 - <update>Y</update>  
1155 - </value>  
1156 - </lookup>  
1157 - <cluster_schema/>  
1158 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1159 - <xloc>532</xloc>  
1160 - <yloc>297</yloc>  
1161 - <draw>Y</draw>  
1162 - </GUI>  
1163 - </step>  
1164 -  
1165 - <step>  
1166 - <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>  
1167 - <type>DBLookup</type>  
1168 - <description/>  
1169 - <distribute>Y</distribute>  
1170 - <custom_distribution/>  
1171 - <copies>1</copies>  
1172 - <partitioning>  
1173 - <method>none</method>  
1174 - <schema_name/>  
1175 - </partitioning>  
1176 - <connection>bus_control_variable</connection>  
1177 - <cache>N</cache>  
1178 - <cache_load_all>Y</cache_load_all>  
1179 - <cache_size>0</cache_size>  
1180 - <lookup>  
1181 - <schema/>  
1182 - <table>bsth_c_line</table>  
1183 - <orderby/>  
1184 - <fail_on_multiple>N</fail_on_multiple>  
1185 - <eat_row_on_failure>N</eat_row_on_failure>  
1186 - <key>  
1187 - <name>&#x7ebf;&#x8def;</name>  
1188 - <field>name</field>  
1189 - <condition>&#x3d;</condition>  
1190 - <name2/>  
1191 - </key>  
1192 - <key>  
1193 - <name>isCancel</name>  
1194 - <field>destroy</field>  
1195 - <condition>&#x3d;</condition>  
1196 - <name2/>  
1197 - </key>  
1198 - <value>  
1199 - <name>id</name>  
1200 - <rename>xlid</rename>  
1201 - <default/>  
1202 - <type>Integer</type>  
1203 - </value>  
1204 - </lookup>  
1205 - <cluster_schema/>  
1206 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1207 - <xloc>359</xloc>  
1208 - <yloc>110</yloc>  
1209 - <draw>Y</draw>  
1210 - </GUI>  
1211 - </step>  
1212 -  
1213 - <step>  
1214 - <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>  
1215 - <type>GetVariable</type>  
1216 - <description/>  
1217 - <distribute>Y</distribute>  
1218 - <custom_distribution/>  
1219 - <copies>1</copies>  
1220 - <partitioning>  
1221 - <method>none</method>  
1222 - <schema_name/>  
1223 - </partitioning>  
1224 - <fields>  
1225 - <field>  
1226 - <name>filepath_</name>  
1227 - <variable>&#x24;&#x7b;filepath&#x7d;</variable>  
1228 - <type>String</type>  
1229 - <format/>  
1230 - <currency/>  
1231 - <decimal/>  
1232 - <group/>  
1233 - <length>-1</length>  
1234 - <precision>-1</precision>  
1235 - <trim_type>none</trim_type>  
1236 - </field>  
1237 - <field>  
1238 - <name>erroroutputdir_</name>  
1239 - <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>  
1240 - <type>String</type>  
1241 - <format/>  
1242 - <currency/>  
1243 - <decimal/>  
1244 - <group/>  
1245 - <length>-1</length>  
1246 - <precision>-1</precision>  
1247 - <trim_type>none</trim_type>  
1248 - </field>  
1249 - </fields>  
1250 - <cluster_schema/>  
1251 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1252 - <xloc>53</xloc>  
1253 - <yloc>23</yloc>  
1254 - <draw>Y</draw>  
1255 - </GUI>  
1256 - </step>  
1257 -  
1258 - <step>  
1259 - <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>  
1260 - <type>DBLookup</type>  
1261 - <description/>  
1262 - <distribute>Y</distribute>  
1263 - <custom_distribution/>  
1264 - <copies>1</copies>  
1265 - <partitioning>  
1266 - <method>none</method>  
1267 - <schema_name/>  
1268 - </partitioning>  
1269 - <connection>bus_control_variable</connection>  
1270 - <cache>N</cache>  
1271 - <cache_load_all>Y</cache_load_all>  
1272 - <cache_size>0</cache_size>  
1273 - <lookup>  
1274 - <schema/>  
1275 - <table>bsth_c_s_gbi</table>  
1276 - <orderby/>  
1277 - <fail_on_multiple>N</fail_on_multiple>  
1278 - <eat_row_on_failure>N</eat_row_on_failure>  
1279 - <key>  
1280 - <name>xlid</name>  
1281 - <field>xl</field>  
1282 - <condition>&#x3d;</condition>  
1283 - <name2/>  
1284 - </key>  
1285 - <key>  
1286 - <name>lpname</name>  
1287 - <field>lp_name</field>  
1288 - <condition>&#x3d;</condition>  
1289 - <name2/>  
1290 - </key>  
1291 - <key>  
1292 - <name>isCancel</name>  
1293 - <field>is_cancel</field>  
1294 - <condition>&#x3d;</condition>  
1295 - <name2/>  
1296 - </key>  
1297 - <value>  
1298 - <name>id</name>  
1299 - <rename>lpid</rename>  
1300 - <default/>  
1301 - <type>Integer</type>  
1302 - </value>  
1303 - </lookup>  
1304 - <cluster_schema/>  
1305 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1306 - <xloc>516</xloc>  
1307 - <yloc>21</yloc>  
1308 - <draw>Y</draw>  
1309 - </GUI>  
1310 - </step>  
1311 -  
1312 - <step>  
1313 - <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>  
1314 - <type>DBJoin</type>  
1315 - <description/>  
1316 - <distribute>Y</distribute>  
1317 - <custom_distribution/>  
1318 - <copies>1</copies>  
1319 - <partitioning>  
1320 - <method>none</method>  
1321 - <schema_name/>  
1322 - </partitioning>  
1323 - <connection>bus_control_variable</connection>  
1324 - <rowlimit>1</rowlimit>  
1325 - <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>  
1326 - <outer_join>Y</outer_join>  
1327 - <replace_vars>N</replace_vars>  
1328 - <parameter>  
1329 - <field>  
1330 - <name>xlid</name>  
1331 - <type>Integer</type>  
1332 - </field>  
1333 - <field>  
1334 - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>  
1335 - <type>String</type>  
1336 - </field>  
1337 - <field>  
1338 - <name>isCancel</name>  
1339 - <type>Integer</type>  
1340 - </field>  
1341 - </parameter>  
1342 - <cluster_schema/>  
1343 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1344 - <xloc>360</xloc>  
1345 - <yloc>184</yloc>  
1346 - <draw>Y</draw>  
1347 - </GUI>  
1348 - </step>  
1349 -  
1350 - <step>  
1351 - <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1352 - <type>FilterRows</type>  
1353 - <description/>  
1354 - <distribute>Y</distribute>  
1355 - <custom_distribution/>  
1356 - <copies>1</copies>  
1357 - <partitioning>  
1358 - <method>none</method>  
1359 - <schema_name/>  
1360 - </partitioning>  
1361 -<send_true_to/>  
1362 -<send_false_to/>  
1363 - <compare>  
1364 -<condition>  
1365 - <negated>N</negated>  
1366 - <conditions>  
1367 - <condition>  
1368 - <negated>N</negated>  
1369 - <leftvalue>rycid1</leftvalue>  
1370 - <function>IS NOT NULL</function>  
1371 - <rightvalue/>  
1372 - </condition>  
1373 - <condition>  
1374 - <negated>N</negated>  
1375 - <operator>OR</operator>  
1376 - <leftvalue>rycid2</leftvalue>  
1377 - <function>IS NOT NULL</function>  
1378 - <rightvalue/>  
1379 - </condition>  
1380 - </conditions>  
1381 - </condition>  
1382 - </compare>  
1383 - <cluster_schema/>  
1384 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1385 - <xloc>776</xloc>  
1386 - <yloc>204</yloc>  
1387 - <draw>Y</draw>  
1388 - </GUI>  
1389 - </step>  
1390 -  
1391 - <step>  
1392 - <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1393 - <type>FilterRows</type>  
1394 - <description/>  
1395 - <distribute>Y</distribute>  
1396 - <custom_distribution/>  
1397 - <copies>1</copies>  
1398 - <partitioning>  
1399 - <method>none</method>  
1400 - <schema_name/>  
1401 - </partitioning>  
1402 -<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>  
1403 -<send_false_to/>  
1404 - <compare>  
1405 -<condition>  
1406 - <negated>N</negated>  
1407 - <leftvalue>xlid</leftvalue>  
1408 - <function>IS NOT NULL</function>  
1409 - <rightvalue/>  
1410 - </condition>  
1411 - </compare>  
1412 - <cluster_schema/>  
1413 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1414 - <xloc>203</xloc>  
1415 - <yloc>110</yloc>  
1416 - <draw>Y</draw>  
1417 - </GUI>  
1418 - </step>  
1419 -  
1420 - <step>  
1421 - <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1422 - <type>FilterRows</type>  
1423 - <description/>  
1424 - <distribute>Y</distribute>  
1425 - <custom_distribution/>  
1426 - <copies>1</copies>  
1427 - <partitioning>  
1428 - <method>none</method>  
1429 - <schema_name/>  
1430 - </partitioning>  
1431 -<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>  
1432 -<send_false_to/>  
1433 - <compare>  
1434 -<condition>  
1435 - <negated>N</negated>  
1436 - <leftvalue>lpid</leftvalue>  
1437 - <function>IS NOT NULL</function>  
1438 - <rightvalue/>  
1439 - </condition>  
1440 - </compare>  
1441 - <cluster_schema/>  
1442 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1443 - <xloc>653</xloc>  
1444 - <yloc>23</yloc>  
1445 - <draw>Y</draw>  
1446 - </GUI>  
1447 - </step>  
1448 -  
1449 - <step>  
1450 - <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1451 - <type>FilterRows</type>  
1452 - <description/>  
1453 - <distribute>Y</distribute>  
1454 - <custom_distribution/>  
1455 - <copies>1</copies>  
1456 - <partitioning>  
1457 - <method>none</method>  
1458 - <schema_name/>  
1459 - </partitioning>  
1460 -<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>  
1461 -<send_false_to/>  
1462 - <compare>  
1463 -<condition>  
1464 - <negated>N</negated>  
1465 - <leftvalue>cid</leftvalue>  
1466 - <function>IS NOT NULL</function>  
1467 - <rightvalue/>  
1468 - </condition>  
1469 - </compare>  
1470 - <cluster_schema/>  
1471 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1472 - <xloc>208</xloc>  
1473 - <yloc>182</yloc>  
1474 - <draw>Y</draw>  
1475 - </GUI>  
1476 - </step>  
1477 -  
1478 - <step>  
1479 - <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>  
1480 - <type>ExcelOutput</type>  
1481 - <description/>  
1482 - <distribute>Y</distribute>  
1483 - <custom_distribution/>  
1484 - <copies>1</copies>  
1485 - <partitioning>  
1486 - <method>none</method>  
1487 - <schema_name/>  
1488 - </partitioning>  
1489 - <header>Y</header>  
1490 - <footer>N</footer>  
1491 - <encoding>UTF-8</encoding>  
1492 - <append>N</append>  
1493 - <add_to_result_filenames>Y</add_to_result_filenames>  
1494 - <file>  
1495 - <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>  
1496 - <extention>xls</extention>  
1497 - <do_not_open_newfile_init>N</do_not_open_newfile_init>  
1498 - <create_parent_folder>N</create_parent_folder>  
1499 - <split>N</split>  
1500 - <add_date>N</add_date>  
1501 - <add_time>N</add_time>  
1502 - <SpecifyFormat>N</SpecifyFormat>  
1503 - <date_time_format/>  
1504 - <sheetname>Sheet1</sheetname>  
1505 - <autosizecolums>N</autosizecolums>  
1506 - <nullisblank>N</nullisblank>  
1507 - <protect_sheet>N</protect_sheet>  
1508 - <password>Encrypted </password>  
1509 - <splitevery>0</splitevery>  
1510 - <usetempfiles>N</usetempfiles>  
1511 - <tempdirectory/>  
1512 - </file>  
1513 - <template>  
1514 - <enabled>N</enabled>  
1515 - <append>N</append>  
1516 - <filename>template.xls</filename>  
1517 - </template>  
1518 - <fields>  
1519 - <field>  
1520 - <name>xlid</name>  
1521 - <type>Integer</type>  
1522 - <format/>  
1523 - </field>  
1524 - <field>  
1525 - <name>cid</name>  
1526 - <type>Integer</type>  
1527 - <format/>  
1528 - </field>  
1529 - <field>  
1530 - <name>lpnames</name>  
1531 - <type>String</type>  
1532 - <format/>  
1533 - </field>  
1534 - <field>  
1535 - <name>lpids</name>  
1536 - <type>String</type>  
1537 - <format/>  
1538 - </field>  
1539 - <field>  
1540 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
1541 - <type>String</type>  
1542 - <format/>  
1543 - </field>  
1544 - <field>  
1545 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
1546 - <type>String</type>  
1547 - <format/>  
1548 - </field>  
1549 - <field>  
1550 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
1551 - <type>String</type>  
1552 - <format/>  
1553 - </field>  
1554 - <field>  
1555 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
1556 - <type>Timestamp</type>  
1557 - <format/>  
1558 - </field>  
1559 - <field>  
1560 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
1561 - <type>String</type>  
1562 - <format/>  
1563 - </field>  
1564 - <field>  
1565 - <name>isCancel</name>  
1566 - <type>Integer</type>  
1567 - <format/>  
1568 - </field>  
1569 - <field>  
1570 - <name>rycids</name>  
1571 - <type>String</type>  
1572 - <format/>  
1573 - </field>  
1574 - <field>  
1575 - <name>rybms</name>  
1576 - <type>String</type>  
1577 - <format/>  
1578 - </field>  
1579 - <field>  
1580 - <name>error_count</name>  
1581 - <type>Integer</type>  
1582 - <format/>  
1583 - </field>  
1584 - <field>  
1585 - <name>error_desc</name>  
1586 - <type>String</type>  
1587 - <format/>  
1588 - </field>  
1589 - <field>  
1590 - <name>error_column1</name>  
1591 - <type>String</type>  
1592 - <format/>  
1593 - </field>  
1594 - <field>  
1595 - <name>error_column2</name>  
1596 - <type>String</type>  
1597 - <format/>  
1598 - </field>  
1599 - </fields>  
1600 - <custom>  
1601 - <header_font_name>arial</header_font_name>  
1602 - <header_font_size>10</header_font_size>  
1603 - <header_font_bold>N</header_font_bold>  
1604 - <header_font_italic>N</header_font_italic>  
1605 - <header_font_underline>no</header_font_underline>  
1606 - <header_font_orientation>horizontal</header_font_orientation>  
1607 - <header_font_color>black</header_font_color>  
1608 - <header_background_color>none</header_background_color>  
1609 - <header_row_height>255</header_row_height>  
1610 - <header_alignment>left</header_alignment>  
1611 - <header_image/>  
1612 - <row_font_name>arial</row_font_name>  
1613 - <row_font_size>10</row_font_size>  
1614 - <row_font_color>black</row_font_color>  
1615 - <row_background_color>none</row_background_color>  
1616 - </custom>  
1617 - <cluster_schema/>  
1618 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1619 - <xloc>534</xloc>  
1620 - <yloc>392</yloc>  
1621 - <draw>Y</draw>  
1622 - </GUI>  
1623 - </step>  
1624 -  
1625 - <step_error_handling>  
1626 - <error>  
1627 - <source_step>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</source_step>  
1628 - <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>  
1629 - <is_enabled>Y</is_enabled>  
1630 - <nr_valuename>error_count</nr_valuename>  
1631 - <descriptions_valuename>error_desc</descriptions_valuename>  
1632 - <fields_valuename>error_column1</fields_valuename>  
1633 - <codes_valuename>error_column2</codes_valuename>  
1634 - <max_errors/>  
1635 - <max_pct_errors/>  
1636 - <min_pct_rows/>  
1637 - </error>  
1638 - </step_error_handling>  
1639 - <slave-step-copy-partition-distribution>  
1640 -</slave-step-copy-partition-distribution>  
1641 - <slave_transformation>N</slave_transformation>  
1642 -  
1643 -</transformation> 1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</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;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>
  15 + <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
  16 + </parameter>
  17 + <parameter>
  18 + <name>filepath</name>
  19 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>
  20 + <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
  21 + </parameter>
  22 + </parameters>
  23 + <log>
  24 +<trans-log-table><connection/>
  25 +<schema/>
  26 +<table/>
  27 +<size_limit_lines/>
  28 +<interval/>
  29 +<timeout_days/>
  30 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table>
  31 +<perf-log-table><connection/>
  32 +<schema/>
  33 +<table/>
  34 +<interval/>
  35 +<timeout_days/>
  36 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table>
  37 +<channel-log-table><connection/>
  38 +<schema/>
  39 +<table/>
  40 +<timeout_days/>
  41 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table>
  42 +<step-log-table><connection/>
  43 +<schema/>
  44 +<table/>
  45 +<timeout_days/>
  46 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table>
  47 +<metrics-log-table><connection/>
  48 +<schema/>
  49 +<table/>
  50 +<timeout_days/>
  51 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table>
  52 + </log>
  53 + <maxdate>
  54 + <connection/>
  55 + <table/>
  56 + <field/>
  57 + <offset>0.0</offset>
  58 + <maxdiff>0.0</maxdiff>
  59 + </maxdate>
  60 + <size_rowset>10000</size_rowset>
  61 + <sleep_time_empty>50</sleep_time_empty>
  62 + <sleep_time_full>50</sleep_time_full>
  63 + <unique_connections>N</unique_connections>
  64 + <feedback_shown>Y</feedback_shown>
  65 + <feedback_size>50000</feedback_size>
  66 + <using_thread_priorities>Y</using_thread_priorities>
  67 + <shared_objects_file/>
  68 + <capture_step_performance>N</capture_step_performance>
  69 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  70 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  71 + <dependencies>
  72 + </dependencies>
  73 + <partitionschemas>
  74 + </partitionschemas>
  75 + <slaveservers>
  76 + </slaveservers>
  77 + <clusterschemas>
  78 + </clusterschemas>
  79 + <created_user>-</created_user>
  80 + <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>
  81 + <modified_user>-</modified_user>
  82 + <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>
  83 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  84 + <is_key_private>N</is_key_private>
  85 + </info>
  86 + <notepads>
  87 + </notepads>
  88 + <connection>
  89 + <name>192.168.168.1_jwgl_dw</name>
  90 + <server>192.168.168.1</server>
  91 + <type>ORACLE</type>
  92 + <access>Native</access>
  93 + <database>orcl</database>
  94 + <port>1521</port>
  95 + <username>jwgl_dw</username>
  96 + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password>
  97 + <servername/>
  98 + <data_tablespace/>
  99 + <index_tablespace/>
  100 + <attributes>
  101 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  102 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  103 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  104 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  105 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  106 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  107 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  108 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  109 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  110 + </attributes>
  111 + </connection>
  112 + <connection>
  113 + <name>bus_control_variable</name>
  114 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  115 + <type>MYSQL</type>
  116 + <access>Native</access>
  117 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  118 + <port>3306</port>
  119 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  120 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  121 + <servername/>
  122 + <data_tablespace/>
  123 + <index_tablespace/>
  124 + <attributes>
  125 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  126 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  127 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  128 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  129 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  130 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  131 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  132 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  133 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  134 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  135 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  136 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  137 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  138 + </attributes>
  139 + </connection>
  140 + <connection>
  141 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  142 + <server>localhost</server>
  143 + <type>MYSQL</type>
  144 + <access>Native</access>
  145 + <database>control</database>
  146 + <port>3306</port>
  147 + <username>root</username>
  148 + <password>Encrypted </password>
  149 + <servername/>
  150 + <data_tablespace/>
  151 + <index_tablespace/>
  152 + <attributes>
  153 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  154 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  155 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  156 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  157 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  158 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  159 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  160 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  161 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  162 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  163 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  164 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  165 + </attributes>
  166 + </connection>
  167 + <connection>
  168 + <name>bus_control_&#x672c;&#x673a;</name>
  169 + <server>localhost</server>
  170 + <type>MYSQL</type>
  171 + <access>Native</access>
  172 + <database>control</database>
  173 + <port>3306</port>
  174 + <username>root</username>
  175 + <password>Encrypted </password>
  176 + <servername/>
  177 + <data_tablespace/>
  178 + <index_tablespace/>
  179 + <attributes>
  180 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  181 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  182 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  183 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  184 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  185 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  186 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  187 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  188 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  189 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  190 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  191 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  192 + </attributes>
  193 + </connection>
  194 + <connection>
  195 + <name>xlab_mysql_youle</name>
  196 + <server>101.231.124.8</server>
  197 + <type>MYSQL</type>
  198 + <access>Native</access>
  199 + <database>xlab_youle</database>
  200 + <port>45687</port>
  201 + <username>xlab-youle</username>
  202 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  203 + <servername/>
  204 + <data_tablespace/>
  205 + <index_tablespace/>
  206 + <attributes>
  207 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  208 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  209 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  210 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  211 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  212 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  213 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  214 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  215 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  216 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  217 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  218 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  219 + </attributes>
  220 + </connection>
  221 + <connection>
  222 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  223 + <server>localhost</server>
  224 + <type>MYSQL</type>
  225 + <access>Native</access>
  226 + <database>xlab_youle</database>
  227 + <port>3306</port>
  228 + <username>root</username>
  229 + <password>Encrypted </password>
  230 + <servername/>
  231 + <data_tablespace/>
  232 + <index_tablespace/>
  233 + <attributes>
  234 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  235 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  236 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  237 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  238 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  239 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  240 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  241 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  242 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  243 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  244 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  245 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  246 + </attributes>
  247 + </connection>
  248 + <connection>
  249 + <name>xlab_youle</name>
  250 + <server/>
  251 + <type>MYSQL</type>
  252 + <access>JNDI</access>
  253 + <database>xlab_youle</database>
  254 + <port>1521</port>
  255 + <username/>
  256 + <password>Encrypted </password>
  257 + <servername/>
  258 + <data_tablespace/>
  259 + <index_tablespace/>
  260 + <attributes>
  261 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  262 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  263 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  264 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  265 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  266 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  267 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  268 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  269 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  270 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  271 + </attributes>
  272 + </connection>
  273 + <order>
  274 + <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>
  275 + <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>
  276 + <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  277 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>
  278 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  279 + <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  280 + <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  281 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>
  282 + <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  283 + <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  284 + <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  285 + <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  286 + <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  287 + <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  288 + <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  289 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  290 + <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  291 + <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>
  292 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  293 + <hop> <from>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>
  294 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>
  295 + <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</to><enabled>Y</enabled> </hop>
  296 + </order>
  297 + <step>
  298 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  299 + <type>DBLookup</type>
  300 + <description/>
  301 + <distribute>Y</distribute>
  302 + <custom_distribution/>
  303 + <copies>1</copies>
  304 + <partitioning>
  305 + <method>none</method>
  306 + <schema_name/>
  307 + </partitioning>
  308 + <connection>bus_control_variable</connection>
  309 + <cache>N</cache>
  310 + <cache_load_all>Y</cache_load_all>
  311 + <cache_size>0</cache_size>
  312 + <lookup>
  313 + <schema/>
  314 + <table>bsth_c_s_ecinfo</table>
  315 + <orderby/>
  316 + <fail_on_multiple>N</fail_on_multiple>
  317 + <eat_row_on_failure>N</eat_row_on_failure>
  318 + <key>
  319 + <name>xlid</name>
  320 + <field>xl</field>
  321 + <condition>&#x3d;</condition>
  322 + <name2/>
  323 + </key>
  324 + <key>
  325 + <name>dbbm1</name>
  326 + <field>dbbm</field>
  327 + <condition>&#x3d;</condition>
  328 + <name2/>
  329 + </key>
  330 + <key>
  331 + <name>isCancel</name>
  332 + <field>is_cancel</field>
  333 + <condition>&#x3d;</condition>
  334 + <name2/>
  335 + </key>
  336 + <value>
  337 + <name>id</name>
  338 + <rename>rycid1</rename>
  339 + <default/>
  340 + <type>Integer</type>
  341 + </value>
  342 + </lookup>
  343 + <cluster_schema/>
  344 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  345 + <xloc>904</xloc>
  346 + <yloc>101</yloc>
  347 + <draw>Y</draw>
  348 + </GUI>
  349 + </step>
  350 +
  351 + <step>
  352 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>
  353 + <type>DBLookup</type>
  354 + <description/>
  355 + <distribute>Y</distribute>
  356 + <custom_distribution/>
  357 + <copies>1</copies>
  358 + <partitioning>
  359 + <method>none</method>
  360 + <schema_name/>
  361 + </partitioning>
  362 + <connection>bus_control_variable</connection>
  363 + <cache>N</cache>
  364 + <cache_load_all>Y</cache_load_all>
  365 + <cache_size>0</cache_size>
  366 + <lookup>
  367 + <schema/>
  368 + <table>bsth_c_s_ecinfo</table>
  369 + <orderby/>
  370 + <fail_on_multiple>N</fail_on_multiple>
  371 + <eat_row_on_failure>N</eat_row_on_failure>
  372 + <key>
  373 + <name>xlid</name>
  374 + <field>xl</field>
  375 + <condition>&#x3d;</condition>
  376 + <name2/>
  377 + </key>
  378 + <key>
  379 + <name>dbbm2</name>
  380 + <field>dbbm</field>
  381 + <condition>&#x3d;</condition>
  382 + <name2/>
  383 + </key>
  384 + <key>
  385 + <name>isCancel</name>
  386 + <field>is_cancel</field>
  387 + <condition>&#x3d;</condition>
  388 + <name2/>
  389 + </key>
  390 + <value>
  391 + <name>id</name>
  392 + <rename>rycid2</rename>
  393 + <default/>
  394 + <type>Integer</type>
  395 + </value>
  396 + </lookup>
  397 + <cluster_schema/>
  398 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  399 + <xloc>778</xloc>
  400 + <yloc>103</yloc>
  401 + <draw>Y</draw>
  402 + </GUI>
  403 + </step>
  404 +
  405 + <step>
  406 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  407 + <type>GroupBy</type>
  408 + <description/>
  409 + <distribute>Y</distribute>
  410 + <custom_distribution/>
  411 + <copies>1</copies>
  412 + <partitioning>
  413 + <method>none</method>
  414 + <schema_name/>
  415 + </partitioning>
  416 + <all_rows>N</all_rows>
  417 + <ignore_aggregate>N</ignore_aggregate>
  418 + <field_ignore/>
  419 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  420 + <prefix>grp</prefix>
  421 + <add_linenr>N</add_linenr>
  422 + <linenr_fieldname/>
  423 + <give_back_row>N</give_back_row>
  424 + <group>
  425 + <field>
  426 + <name>xlid</name>
  427 + </field>
  428 + <field>
  429 + <name>cid</name>
  430 + </field>
  431 + <field>
  432 + <name>lpnames</name>
  433 + </field>
  434 + <field>
  435 + <name>lpids</name>
  436 + </field>
  437 + <field>
  438 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  439 + </field>
  440 + <field>
  441 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  442 + </field>
  443 + <field>
  444 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  445 + </field>
  446 + <field>
  447 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  448 + </field>
  449 + <field>
  450 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  451 + </field>
  452 + <field>
  453 + <name>isCancel</name>
  454 + </field>
  455 + </group>
  456 + <fields>
  457 + <field>
  458 + <aggregate>rycids</aggregate>
  459 + <subject>rycid</subject>
  460 + <type>CONCAT_STRING</type>
  461 + <valuefield>,</valuefield>
  462 + </field>
  463 + <field>
  464 + <aggregate>rybms</aggregate>
  465 + <subject>rybm</subject>
  466 + <type>CONCAT_STRING</type>
  467 + <valuefield>,</valuefield>
  468 + </field>
  469 + </fields>
  470 + <cluster_schema/>
  471 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  472 + <xloc>780</xloc>
  473 + <yloc>291</yloc>
  474 + <draw>Y</draw>
  475 + </GUI>
  476 + </step>
  477 +
  478 + <step>
  479 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>
  480 + <type>GroupBy</type>
  481 + <description/>
  482 + <distribute>Y</distribute>
  483 + <custom_distribution/>
  484 + <copies>1</copies>
  485 + <partitioning>
  486 + <method>none</method>
  487 + <schema_name/>
  488 + </partitioning>
  489 + <all_rows>N</all_rows>
  490 + <ignore_aggregate>N</ignore_aggregate>
  491 + <field_ignore/>
  492 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  493 + <prefix>grp</prefix>
  494 + <add_linenr>N</add_linenr>
  495 + <linenr_fieldname/>
  496 + <give_back_row>N</give_back_row>
  497 + <group>
  498 + <field>
  499 + <name>xlid</name>
  500 + </field>
  501 + <field>
  502 + <name>cid</name>
  503 + </field>
  504 + <field>
  505 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  506 + </field>
  507 + <field>
  508 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  509 + </field>
  510 + <field>
  511 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  512 + </field>
  513 + <field>
  514 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  515 + </field>
  516 + <field>
  517 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  518 + </field>
  519 + <field>
  520 + <name>isCancel</name>
  521 + </field>
  522 + </group>
  523 + <fields>
  524 + <field>
  525 + <aggregate>lpids</aggregate>
  526 + <subject>lpid</subject>
  527 + <type>CONCAT_STRING</type>
  528 + <valuefield>,</valuefield>
  529 + </field>
  530 + <field>
  531 + <aggregate>lpnames</aggregate>
  532 + <subject>lpname</subject>
  533 + <type>CONCAT_STRING</type>
  534 + <valuefield>,</valuefield>
  535 + </field>
  536 + </fields>
  537 + <cluster_schema/>
  538 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  539 + <xloc>653</xloc>
  540 + <yloc>119</yloc>
  541 + <draw>Y</draw>
  542 + </GUI>
  543 + </step>
  544 +
  545 + <step>
  546 + <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
  547 + <type>ExcelInput</type>
  548 + <description/>
  549 + <distribute>Y</distribute>
  550 + <custom_distribution/>
  551 + <copies>1</copies>
  552 + <partitioning>
  553 + <method>none</method>
  554 + <schema_name/>
  555 + </partitioning>
  556 + <header>Y</header>
  557 + <noempty>Y</noempty>
  558 + <stoponempty>N</stoponempty>
  559 + <filefield/>
  560 + <sheetfield/>
  561 + <sheetrownumfield/>
  562 + <rownumfield/>
  563 + <sheetfield/>
  564 + <filefield/>
  565 + <limit>0</limit>
  566 + <encoding/>
  567 + <add_to_result_filenames>Y</add_to_result_filenames>
  568 + <accept_filenames>Y</accept_filenames>
  569 + <accept_field>filepath_</accept_field>
  570 + <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>
  571 + <file>
  572 + <name/>
  573 + <filemask/>
  574 + <exclude_filemask/>
  575 + <file_required>N</file_required>
  576 + <include_subfolders>N</include_subfolders>
  577 + </file>
  578 + <fields>
  579 + <field>
  580 + <name>&#x7ebf;&#x8def;</name>
  581 + <type>String</type>
  582 + <length>-1</length>
  583 + <precision>-1</precision>
  584 + <trim_type>none</trim_type>
  585 + <repeat>N</repeat>
  586 + <format/>
  587 + <currency/>
  588 + <decimal/>
  589 + <group/>
  590 + </field>
  591 + <field>
  592 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  593 + <type>String</type>
  594 + <length>-1</length>
  595 + <precision>-1</precision>
  596 + <trim_type>none</trim_type>
  597 + <repeat>N</repeat>
  598 + <format/>
  599 + <currency/>
  600 + <decimal/>
  601 + <group/>
  602 + </field>
  603 + <field>
  604 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  605 + <type>String</type>
  606 + <length>-1</length>
  607 + <precision>-1</precision>
  608 + <trim_type>none</trim_type>
  609 + <repeat>N</repeat>
  610 + <format/>
  611 + <currency/>
  612 + <decimal/>
  613 + <group/>
  614 + </field>
  615 + <field>
  616 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  617 + <type>String</type>
  618 + <length>-1</length>
  619 + <precision>-1</precision>
  620 + <trim_type>none</trim_type>
  621 + <repeat>N</repeat>
  622 + <format>&#x23;</format>
  623 + <currency/>
  624 + <decimal/>
  625 + <group/>
  626 + </field>
  627 + <field>
  628 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  629 + <type>String</type>
  630 + <length>-1</length>
  631 + <precision>-1</precision>
  632 + <trim_type>none</trim_type>
  633 + <repeat>N</repeat>
  634 + <format>&#x23;</format>
  635 + <currency/>
  636 + <decimal/>
  637 + <group/>
  638 + </field>
  639 + <field>
  640 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  641 + <type>String</type>
  642 + <length>-1</length>
  643 + <precision>-1</precision>
  644 + <trim_type>none</trim_type>
  645 + <repeat>N</repeat>
  646 + <format>&#x23;</format>
  647 + <currency/>
  648 + <decimal/>
  649 + <group/>
  650 + </field>
  651 + <field>
  652 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  653 + <type>String</type>
  654 + <length>-1</length>
  655 + <precision>-1</precision>
  656 + <trim_type>none</trim_type>
  657 + <repeat>N</repeat>
  658 + <format>&#x23;</format>
  659 + <currency/>
  660 + <decimal/>
  661 + <group/>
  662 + </field>
  663 + <field>
  664 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  665 + <type>String</type>
  666 + <length>-1</length>
  667 + <precision>-1</precision>
  668 + <trim_type>none</trim_type>
  669 + <repeat>N</repeat>
  670 + <format>&#x23;</format>
  671 + <currency/>
  672 + <decimal/>
  673 + <group/>
  674 + </field>
  675 + </fields>
  676 + <sheets>
  677 + <sheet>
  678 + <name>&#x5de5;&#x4f5c;&#x8868;1</name>
  679 + <startrow>0</startrow>
  680 + <startcol>0</startcol>
  681 + </sheet>
  682 + </sheets>
  683 + <strict_types>N</strict_types>
  684 + <error_ignored>N</error_ignored>
  685 + <error_line_skipped>N</error_line_skipped>
  686 + <bad_line_files_destination_directory/>
  687 + <bad_line_files_extension>warning</bad_line_files_extension>
  688 + <error_line_files_destination_directory/>
  689 + <error_line_files_extension>error</error_line_files_extension>
  690 + <line_number_files_destination_directory/>
  691 + <line_number_files_extension>line</line_number_files_extension>
  692 + <shortFileFieldName/>
  693 + <pathFieldName/>
  694 + <hiddenFieldName/>
  695 + <lastModificationTimeFieldName/>
  696 + <uriNameFieldName/>
  697 + <rootUriNameFieldName/>
  698 + <extensionFieldName/>
  699 + <sizeFieldName/>
  700 + <spreadsheet_type>JXL</spreadsheet_type>
  701 + <cluster_schema/>
  702 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  703 + <xloc>208</xloc>
  704 + <yloc>21</yloc>
  705 + <draw>Y</draw>
  706 + </GUI>
  707 + </step>
  708 +
  709 + <step>
  710 + <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  711 + <type>ScriptValueMod</type>
  712 + <description/>
  713 + <distribute>Y</distribute>
  714 + <custom_distribution/>
  715 + <copies>1</copies>
  716 + <partitioning>
  717 + <method>none</method>
  718 + <schema_name/>
  719 + </partitioning>
  720 + <compatible>N</compatible>
  721 + <optimizationLevel>9</optimizationLevel>
  722 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  723 + <jsScript_name>Script 1</jsScript_name>
  724 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;var rybm&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa; rybm &#x3d; dbbm1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa; rybm &#x3d; dbbm1 &#x2b; &#x22;-&#x22; &#x2b; dbbm2&#x3b;&#xa;&#x7d;</jsScript_script>
  725 + </jsScript> </jsScripts> <fields> <field> <name>rycid</name>
  726 + <rename>rycid</rename>
  727 + <type>String</type>
  728 + <length>-1</length>
  729 + <precision>-1</precision>
  730 + <replace>N</replace>
  731 + </field> <field> <name>rybm</name>
  732 + <rename>rybm</rename>
  733 + <type>String</type>
  734 + <length>-1</length>
  735 + <precision>-1</precision>
  736 + <replace>N</replace>
  737 + </field> </fields> <cluster_schema/>
  738 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  739 + <xloc>917</xloc>
  740 + <yloc>201</yloc>
  741 + <draw>Y</draw>
  742 + </GUI>
  743 + </step>
  744 +
  745 + <step>
  746 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>
  747 + <type>SelectValues</type>
  748 + <description/>
  749 + <distribute>Y</distribute>
  750 + <custom_distribution/>
  751 + <copies>1</copies>
  752 + <partitioning>
  753 + <method>none</method>
  754 + <schema_name/>
  755 + </partitioning>
  756 + <fields> <select_unspecified>N</select_unspecified>
  757 + <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  758 + <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
  759 + <type>Timestamp</type>
  760 + <length>-2</length>
  761 + <precision>-2</precision>
  762 + <conversion_mask>yyyy-MM-dd</conversion_mask>
  763 + <date_format_lenient>false</date_format_lenient>
  764 + <date_format_locale/>
  765 + <date_format_timezone/>
  766 + <lenient_string_to_number>false</lenient_string_to_number>
  767 + <encoding/>
  768 + <decimal_symbol/>
  769 + <grouping_symbol/>
  770 + <currency_symbol/>
  771 + <storage_type/>
  772 + </meta> </fields> <cluster_schema/>
  773 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  774 + <xloc>777</xloc>
  775 + <yloc>368</yloc>
  776 + <draw>Y</draw>
  777 + </GUI>
  778 + </step>
  779 +
  780 + <step>
  781 + <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>
  782 + <type>Constant</type>
  783 + <description/>
  784 + <distribute>Y</distribute>
  785 + <custom_distribution/>
  786 + <copies>1</copies>
  787 + <partitioning>
  788 + <method>none</method>
  789 + <schema_name/>
  790 + </partitioning>
  791 + <fields>
  792 + <field>
  793 + <name>isCancel</name>
  794 + <type>Integer</type>
  795 + <format/>
  796 + <currency/>
  797 + <decimal/>
  798 + <group/>
  799 + <nullif>0</nullif>
  800 + <length>-1</length>
  801 + <precision>-1</precision>
  802 + <set_empty_string>N</set_empty_string>
  803 + </field>
  804 + </fields>
  805 + <cluster_schema/>
  806 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  807 + <xloc>361</xloc>
  808 + <yloc>22</yloc>
  809 + <draw>Y</draw>
  810 + </GUI>
  811 + </step>
  812 +
  813 + <step>
  814 + <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  815 + <type>SplitFieldToRows3</type>
  816 + <description/>
  817 + <distribute>Y</distribute>
  818 + <custom_distribution/>
  819 + <copies>1</copies>
  820 + <partitioning>
  821 + <method>none</method>
  822 + <schema_name/>
  823 + </partitioning>
  824 + <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>
  825 + <delimiter>,</delimiter>
  826 + <newfield>dbbm</newfield>
  827 + <rownum>N</rownum>
  828 + <rownum_field/>
  829 + <resetrownumber>Y</resetrownumber>
  830 + <delimiter_is_regex>N</delimiter_is_regex>
  831 + <cluster_schema/>
  832 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  833 + <xloc>777</xloc>
  834 + <yloc>22</yloc>
  835 + <draw>Y</draw>
  836 + </GUI>
  837 + </step>
  838 +
  839 + <step>
  840 + <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>
  841 + <type>FieldSplitter</type>
  842 + <description/>
  843 + <distribute>Y</distribute>
  844 + <custom_distribution/>
  845 + <copies>1</copies>
  846 + <partitioning>
  847 + <method>none</method>
  848 + <schema_name/>
  849 + </partitioning>
  850 + <splitfield>dbbm</splitfield>
  851 + <delimiter>-</delimiter>
  852 + <enclosure/>
  853 + <fields> <field> <name>dbbm1</name>
  854 + <id/>
  855 + <idrem>N</idrem>
  856 + <type>String</type>
  857 + <format/>
  858 + <group/>
  859 + <decimal/>
  860 + <currency/>
  861 + <length>-1</length>
  862 + <precision>-1</precision>
  863 + <nullif/>
  864 + <ifnull/>
  865 + <trimtype>none</trimtype>
  866 + </field> <field> <name>dbbm2</name>
  867 + <id/>
  868 + <idrem>N</idrem>
  869 + <type>String</type>
  870 + <format/>
  871 + <group/>
  872 + <decimal/>
  873 + <currency/>
  874 + <length>-1</length>
  875 + <precision>-1</precision>
  876 + <nullif/>
  877 + <ifnull/>
  878 + <trimtype>none</trimtype>
  879 + </field> </fields> <cluster_schema/>
  880 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  881 + <xloc>901</xloc>
  882 + <yloc>22</yloc>
  883 + <draw>Y</draw>
  884 + </GUI>
  885 + </step>
  886 +
  887 + <step>
  888 + <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  889 + <type>SplitFieldToRows3</type>
  890 + <description/>
  891 + <distribute>Y</distribute>
  892 + <custom_distribution/>
  893 + <copies>1</copies>
  894 + <partitioning>
  895 + <method>none</method>
  896 + <schema_name/>
  897 + </partitioning>
  898 + <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>
  899 + <delimiter>,</delimiter>
  900 + <newfield>lpname</newfield>
  901 + <rownum>N</rownum>
  902 + <rownum_field/>
  903 + <resetrownumber>Y</resetrownumber>
  904 + <delimiter_is_regex>N</delimiter_is_regex>
  905 + <cluster_schema/>
  906 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  907 + <xloc>364</xloc>
  908 + <yloc>259</yloc>
  909 + <draw>Y</draw>
  910 + </GUI>
  911 + </step>
  912 +
  913 + <step>
  914 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>
  915 + <type>SortRows</type>
  916 + <description/>
  917 + <distribute>Y</distribute>
  918 + <custom_distribution/>
  919 + <copies>1</copies>
  920 + <partitioning>
  921 + <method>none</method>
  922 + <schema_name/>
  923 + </partitioning>
  924 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  925 + <prefix>out</prefix>
  926 + <sort_size>1000000</sort_size>
  927 + <free_memory/>
  928 + <compress>N</compress>
  929 + <compress_variable/>
  930 + <unique_rows>N</unique_rows>
  931 + <fields>
  932 + <field>
  933 + <name>xlid</name>
  934 + <ascending>Y</ascending>
  935 + <case_sensitive>N</case_sensitive>
  936 + <presorted>N</presorted>
  937 + </field>
  938 + <field>
  939 + <name>cid</name>
  940 + <ascending>Y</ascending>
  941 + <case_sensitive>N</case_sensitive>
  942 + <presorted>N</presorted>
  943 + </field>
  944 + <field>
  945 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  946 + <ascending>Y</ascending>
  947 + <case_sensitive>N</case_sensitive>
  948 + <presorted>N</presorted>
  949 + </field>
  950 + <field>
  951 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  952 + <ascending>Y</ascending>
  953 + <case_sensitive>N</case_sensitive>
  954 + <presorted>N</presorted>
  955 + </field>
  956 + <field>
  957 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  958 + <ascending>Y</ascending>
  959 + <case_sensitive>N</case_sensitive>
  960 + <presorted>N</presorted>
  961 + </field>
  962 + <field>
  963 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  964 + <ascending>Y</ascending>
  965 + <case_sensitive>N</case_sensitive>
  966 + <presorted>N</presorted>
  967 + </field>
  968 + <field>
  969 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  970 + <ascending>Y</ascending>
  971 + <case_sensitive>N</case_sensitive>
  972 + <presorted>N</presorted>
  973 + </field>
  974 + <field>
  975 + <name>isCancel</name>
  976 + <ascending>Y</ascending>
  977 + <case_sensitive>N</case_sensitive>
  978 + <presorted>N</presorted>
  979 + </field>
  980 + </fields>
  981 + <cluster_schema/>
  982 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  983 + <xloc>516</xloc>
  984 + <yloc>119</yloc>
  985 + <draw>Y</draw>
  986 + </GUI>
  987 + </step>
  988 +
  989 + <step>
  990 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>
  991 + <type>SortRows</type>
  992 + <description/>
  993 + <distribute>Y</distribute>
  994 + <custom_distribution/>
  995 + <copies>1</copies>
  996 + <partitioning>
  997 + <method>none</method>
  998 + <schema_name/>
  999 + </partitioning>
  1000 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  1001 + <prefix>out</prefix>
  1002 + <sort_size>1000000</sort_size>
  1003 + <free_memory/>
  1004 + <compress>N</compress>
  1005 + <compress_variable/>
  1006 + <unique_rows>N</unique_rows>
  1007 + <fields>
  1008 + <field>
  1009 + <name>xlid</name>
  1010 + <ascending>Y</ascending>
  1011 + <case_sensitive>N</case_sensitive>
  1012 + <presorted>N</presorted>
  1013 + </field>
  1014 + <field>
  1015 + <name>cid</name>
  1016 + <ascending>Y</ascending>
  1017 + <case_sensitive>N</case_sensitive>
  1018 + <presorted>N</presorted>
  1019 + </field>
  1020 + <field>
  1021 + <name>lpnames</name>
  1022 + <ascending>Y</ascending>
  1023 + <case_sensitive>N</case_sensitive>
  1024 + <presorted>N</presorted>
  1025 + </field>
  1026 + <field>
  1027 + <name>lpids</name>
  1028 + <ascending>Y</ascending>
  1029 + <case_sensitive>N</case_sensitive>
  1030 + <presorted>N</presorted>
  1031 + </field>
  1032 + <field>
  1033 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1034 + <ascending>Y</ascending>
  1035 + <case_sensitive>N</case_sensitive>
  1036 + <presorted>N</presorted>
  1037 + </field>
  1038 + <field>
  1039 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1040 + <ascending>Y</ascending>
  1041 + <case_sensitive>N</case_sensitive>
  1042 + <presorted>N</presorted>
  1043 + </field>
  1044 + <field>
  1045 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1046 + <ascending>Y</ascending>
  1047 + <case_sensitive>N</case_sensitive>
  1048 + <presorted>N</presorted>
  1049 + </field>
  1050 + <field>
  1051 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1052 + <ascending>Y</ascending>
  1053 + <case_sensitive>N</case_sensitive>
  1054 + <presorted>N</presorted>
  1055 + </field>
  1056 + <field>
  1057 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1058 + <ascending>Y</ascending>
  1059 + <case_sensitive>N</case_sensitive>
  1060 + <presorted>N</presorted>
  1061 + </field>
  1062 + <field>
  1063 + <name>isCancel</name>
  1064 + <ascending>Y</ascending>
  1065 + <case_sensitive>N</case_sensitive>
  1066 + <presorted>N</presorted>
  1067 + </field>
  1068 + </fields>
  1069 + <cluster_schema/>
  1070 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1071 + <xloc>919</xloc>
  1072 + <yloc>289</yloc>
  1073 + <draw>Y</draw>
  1074 + </GUI>
  1075 + </step>
  1076 +
  1077 + <step>
  1078 + <name>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</name>
  1079 + <type>InsertUpdate</type>
  1080 + <description/>
  1081 + <distribute>Y</distribute>
  1082 + <custom_distribution/>
  1083 + <copies>1</copies>
  1084 + <partitioning>
  1085 + <method>none</method>
  1086 + <schema_name/>
  1087 + </partitioning>
  1088 + <connection>bus_control_variable</connection>
  1089 + <commit>100</commit>
  1090 + <update_bypassed>N</update_bypassed>
  1091 + <lookup>
  1092 + <schema/>
  1093 + <table>bsth_c_s_sr1_flat</table>
  1094 + <key>
  1095 + <name>xlid</name>
  1096 + <field>xl</field>
  1097 + <condition>&#x3d;</condition>
  1098 + <name2/>
  1099 + </key>
  1100 + <key>
  1101 + <name>cid</name>
  1102 + <field>car_config_info</field>
  1103 + <condition>&#x3d;</condition>
  1104 + <name2/>
  1105 + </key>
  1106 + <value>
  1107 + <name>xl</name>
  1108 + <rename>xlid</rename>
  1109 + <update>Y</update>
  1110 + </value>
  1111 + <value>
  1112 + <name>car_config_info</name>
  1113 + <rename>cid</rename>
  1114 + <update>Y</update>
  1115 + </value>
  1116 + <value>
  1117 + <name>lp_names</name>
  1118 + <rename>lpnames</rename>
  1119 + <update>Y</update>
  1120 + </value>
  1121 + <value>
  1122 + <name>lp_ids</name>
  1123 + <rename>lpids</rename>
  1124 + <update>Y</update>
  1125 + </value>
  1126 + <value>
  1127 + <name>lp_start</name>
  1128 + <rename>&#x8d77;&#x59cb;&#x8def;&#x724c;</rename>
  1129 + <update>Y</update>
  1130 + </value>
  1131 + <value>
  1132 + <name>ry_start</name>
  1133 + <rename>&#x8d77;&#x59cb;&#x4eba;&#x5458;</rename>
  1134 + <update>Y</update>
  1135 + </value>
  1136 + <value>
  1137 + <name>ry_dbbms</name>
  1138 + <rename>rybms</rename>
  1139 + <update>Y</update>
  1140 + </value>
  1141 + <value>
  1142 + <name>qyrq</name>
  1143 + <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
  1144 + <update>Y</update>
  1145 + </value>
  1146 + <value>
  1147 + <name>ry_config_ids</name>
  1148 + <rename>rycids</rename>
  1149 + <update>Y</update>
  1150 + </value>
  1151 + <value>
  1152 + <name>fbgs</name>
  1153 + <rename>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</rename>
  1154 + <update>Y</update>
  1155 + </value>
  1156 + </lookup>
  1157 + <cluster_schema/>
  1158 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1159 + <xloc>532</xloc>
  1160 + <yloc>297</yloc>
  1161 + <draw>Y</draw>
  1162 + </GUI>
  1163 + </step>
  1164 +
  1165 + <step>
  1166 + <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>
  1167 + <type>DBLookup</type>
  1168 + <description/>
  1169 + <distribute>Y</distribute>
  1170 + <custom_distribution/>
  1171 + <copies>1</copies>
  1172 + <partitioning>
  1173 + <method>none</method>
  1174 + <schema_name/>
  1175 + </partitioning>
  1176 + <connection>bus_control_variable</connection>
  1177 + <cache>N</cache>
  1178 + <cache_load_all>Y</cache_load_all>
  1179 + <cache_size>0</cache_size>
  1180 + <lookup>
  1181 + <schema/>
  1182 + <table>bsth_c_line</table>
  1183 + <orderby/>
  1184 + <fail_on_multiple>N</fail_on_multiple>
  1185 + <eat_row_on_failure>N</eat_row_on_failure>
  1186 + <key>
  1187 + <name>&#x7ebf;&#x8def;</name>
  1188 + <field>name</field>
  1189 + <condition>&#x3d;</condition>
  1190 + <name2/>
  1191 + </key>
  1192 + <key>
  1193 + <name>isCancel</name>
  1194 + <field>destroy</field>
  1195 + <condition>&#x3d;</condition>
  1196 + <name2/>
  1197 + </key>
  1198 + <value>
  1199 + <name>id</name>
  1200 + <rename>xlid</rename>
  1201 + <default/>
  1202 + <type>Integer</type>
  1203 + </value>
  1204 + </lookup>
  1205 + <cluster_schema/>
  1206 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1207 + <xloc>359</xloc>
  1208 + <yloc>110</yloc>
  1209 + <draw>Y</draw>
  1210 + </GUI>
  1211 + </step>
  1212 +
  1213 + <step>
  1214 + <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
  1215 + <type>GetVariable</type>
  1216 + <description/>
  1217 + <distribute>Y</distribute>
  1218 + <custom_distribution/>
  1219 + <copies>1</copies>
  1220 + <partitioning>
  1221 + <method>none</method>
  1222 + <schema_name/>
  1223 + </partitioning>
  1224 + <fields>
  1225 + <field>
  1226 + <name>filepath_</name>
  1227 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  1228 + <type>String</type>
  1229 + <format/>
  1230 + <currency/>
  1231 + <decimal/>
  1232 + <group/>
  1233 + <length>-1</length>
  1234 + <precision>-1</precision>
  1235 + <trim_type>none</trim_type>
  1236 + </field>
  1237 + <field>
  1238 + <name>erroroutputdir_</name>
  1239 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  1240 + <type>String</type>
  1241 + <format/>
  1242 + <currency/>
  1243 + <decimal/>
  1244 + <group/>
  1245 + <length>-1</length>
  1246 + <precision>-1</precision>
  1247 + <trim_type>none</trim_type>
  1248 + </field>
  1249 + </fields>
  1250 + <cluster_schema/>
  1251 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1252 + <xloc>53</xloc>
  1253 + <yloc>23</yloc>
  1254 + <draw>Y</draw>
  1255 + </GUI>
  1256 + </step>
  1257 +
  1258 + <step>
  1259 + <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>
  1260 + <type>DBLookup</type>
  1261 + <description/>
  1262 + <distribute>Y</distribute>
  1263 + <custom_distribution/>
  1264 + <copies>1</copies>
  1265 + <partitioning>
  1266 + <method>none</method>
  1267 + <schema_name/>
  1268 + </partitioning>
  1269 + <connection>bus_control_variable</connection>
  1270 + <cache>N</cache>
  1271 + <cache_load_all>Y</cache_load_all>
  1272 + <cache_size>0</cache_size>
  1273 + <lookup>
  1274 + <schema/>
  1275 + <table>bsth_c_s_gbi</table>
  1276 + <orderby/>
  1277 + <fail_on_multiple>N</fail_on_multiple>
  1278 + <eat_row_on_failure>N</eat_row_on_failure>
  1279 + <key>
  1280 + <name>xlid</name>
  1281 + <field>xl</field>
  1282 + <condition>&#x3d;</condition>
  1283 + <name2/>
  1284 + </key>
  1285 + <key>
  1286 + <name>lpname</name>
  1287 + <field>lp_name</field>
  1288 + <condition>&#x3d;</condition>
  1289 + <name2/>
  1290 + </key>
  1291 + <key>
  1292 + <name>isCancel</name>
  1293 + <field>is_cancel</field>
  1294 + <condition>&#x3d;</condition>
  1295 + <name2/>
  1296 + </key>
  1297 + <value>
  1298 + <name>id</name>
  1299 + <rename>lpid</rename>
  1300 + <default/>
  1301 + <type>Integer</type>
  1302 + </value>
  1303 + </lookup>
  1304 + <cluster_schema/>
  1305 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1306 + <xloc>516</xloc>
  1307 + <yloc>21</yloc>
  1308 + <draw>Y</draw>
  1309 + </GUI>
  1310 + </step>
  1311 +
  1312 + <step>
  1313 + <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  1314 + <type>DBJoin</type>
  1315 + <description/>
  1316 + <distribute>Y</distribute>
  1317 + <custom_distribution/>
  1318 + <copies>1</copies>
  1319 + <partitioning>
  1320 + <method>none</method>
  1321 + <schema_name/>
  1322 + </partitioning>
  1323 + <connection>bus_control_variable</connection>
  1324 + <rowlimit>1</rowlimit>
  1325 + <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>
  1326 + <outer_join>Y</outer_join>
  1327 + <replace_vars>N</replace_vars>
  1328 + <parameter>
  1329 + <field>
  1330 + <name>xlid</name>
  1331 + <type>Integer</type>
  1332 + </field>
  1333 + <field>
  1334 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  1335 + <type>String</type>
  1336 + </field>
  1337 + <field>
  1338 + <name>isCancel</name>
  1339 + <type>Integer</type>
  1340 + </field>
  1341 + </parameter>
  1342 + <cluster_schema/>
  1343 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1344 + <xloc>360</xloc>
  1345 + <yloc>184</yloc>
  1346 + <draw>Y</draw>
  1347 + </GUI>
  1348 + </step>
  1349 +
  1350 + <step>
  1351 + <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1352 + <type>FilterRows</type>
  1353 + <description/>
  1354 + <distribute>Y</distribute>
  1355 + <custom_distribution/>
  1356 + <copies>1</copies>
  1357 + <partitioning>
  1358 + <method>none</method>
  1359 + <schema_name/>
  1360 + </partitioning>
  1361 +<send_true_to/>
  1362 +<send_false_to/>
  1363 + <compare>
  1364 +<condition>
  1365 + <negated>N</negated>
  1366 + <conditions>
  1367 + <condition>
  1368 + <negated>N</negated>
  1369 + <leftvalue>rycid1</leftvalue>
  1370 + <function>IS NOT NULL</function>
  1371 + <rightvalue/>
  1372 + </condition>
  1373 + <condition>
  1374 + <negated>N</negated>
  1375 + <operator>OR</operator>
  1376 + <leftvalue>rycid2</leftvalue>
  1377 + <function>IS NOT NULL</function>
  1378 + <rightvalue/>
  1379 + </condition>
  1380 + </conditions>
  1381 + </condition>
  1382 + </compare>
  1383 + <cluster_schema/>
  1384 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1385 + <xloc>776</xloc>
  1386 + <yloc>204</yloc>
  1387 + <draw>Y</draw>
  1388 + </GUI>
  1389 + </step>
  1390 +
  1391 + <step>
  1392 + <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1393 + <type>FilterRows</type>
  1394 + <description/>
  1395 + <distribute>Y</distribute>
  1396 + <custom_distribution/>
  1397 + <copies>1</copies>
  1398 + <partitioning>
  1399 + <method>none</method>
  1400 + <schema_name/>
  1401 + </partitioning>
  1402 +<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>
  1403 +<send_false_to/>
  1404 + <compare>
  1405 +<condition>
  1406 + <negated>N</negated>
  1407 + <leftvalue>xlid</leftvalue>
  1408 + <function>IS NOT NULL</function>
  1409 + <rightvalue/>
  1410 + </condition>
  1411 + </compare>
  1412 + <cluster_schema/>
  1413 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1414 + <xloc>203</xloc>
  1415 + <yloc>110</yloc>
  1416 + <draw>Y</draw>
  1417 + </GUI>
  1418 + </step>
  1419 +
  1420 + <step>
  1421 + <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1422 + <type>FilterRows</type>
  1423 + <description/>
  1424 + <distribute>Y</distribute>
  1425 + <custom_distribution/>
  1426 + <copies>1</copies>
  1427 + <partitioning>
  1428 + <method>none</method>
  1429 + <schema_name/>
  1430 + </partitioning>
  1431 +<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>
  1432 +<send_false_to/>
  1433 + <compare>
  1434 +<condition>
  1435 + <negated>N</negated>
  1436 + <leftvalue>lpid</leftvalue>
  1437 + <function>IS NOT NULL</function>
  1438 + <rightvalue/>
  1439 + </condition>
  1440 + </compare>
  1441 + <cluster_schema/>
  1442 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1443 + <xloc>653</xloc>
  1444 + <yloc>23</yloc>
  1445 + <draw>Y</draw>
  1446 + </GUI>
  1447 + </step>
  1448 +
  1449 + <step>
  1450 + <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1451 + <type>FilterRows</type>
  1452 + <description/>
  1453 + <distribute>Y</distribute>
  1454 + <custom_distribution/>
  1455 + <copies>1</copies>
  1456 + <partitioning>
  1457 + <method>none</method>
  1458 + <schema_name/>
  1459 + </partitioning>
  1460 +<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>
  1461 +<send_false_to/>
  1462 + <compare>
  1463 +<condition>
  1464 + <negated>N</negated>
  1465 + <leftvalue>cid</leftvalue>
  1466 + <function>IS NOT NULL</function>
  1467 + <rightvalue/>
  1468 + </condition>
  1469 + </compare>
  1470 + <cluster_schema/>
  1471 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1472 + <xloc>208</xloc>
  1473 + <yloc>182</yloc>
  1474 + <draw>Y</draw>
  1475 + </GUI>
  1476 + </step>
  1477 +
  1478 + <step>
  1479 + <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>
  1480 + <type>ExcelOutput</type>
  1481 + <description/>
  1482 + <distribute>Y</distribute>
  1483 + <custom_distribution/>
  1484 + <copies>1</copies>
  1485 + <partitioning>
  1486 + <method>none</method>
  1487 + <schema_name/>
  1488 + </partitioning>
  1489 + <header>Y</header>
  1490 + <footer>N</footer>
  1491 + <encoding>UTF-8</encoding>
  1492 + <append>N</append>
  1493 + <add_to_result_filenames>Y</add_to_result_filenames>
  1494 + <file>
  1495 + <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>
  1496 + <extention>xls</extention>
  1497 + <do_not_open_newfile_init>N</do_not_open_newfile_init>
  1498 + <create_parent_folder>N</create_parent_folder>
  1499 + <split>N</split>
  1500 + <add_date>N</add_date>
  1501 + <add_time>N</add_time>
  1502 + <SpecifyFormat>N</SpecifyFormat>
  1503 + <date_time_format/>
  1504 + <sheetname>Sheet1</sheetname>
  1505 + <autosizecolums>N</autosizecolums>
  1506 + <nullisblank>N</nullisblank>
  1507 + <protect_sheet>N</protect_sheet>
  1508 + <password>Encrypted </password>
  1509 + <splitevery>0</splitevery>
  1510 + <usetempfiles>N</usetempfiles>
  1511 + <tempdirectory/>
  1512 + </file>
  1513 + <template>
  1514 + <enabled>N</enabled>
  1515 + <append>N</append>
  1516 + <filename>template.xls</filename>
  1517 + </template>
  1518 + <fields>
  1519 + <field>
  1520 + <name>xlid</name>
  1521 + <type>Integer</type>
  1522 + <format/>
  1523 + </field>
  1524 + <field>
  1525 + <name>cid</name>
  1526 + <type>Integer</type>
  1527 + <format/>
  1528 + </field>
  1529 + <field>
  1530 + <name>lpnames</name>
  1531 + <type>String</type>
  1532 + <format/>
  1533 + </field>
  1534 + <field>
  1535 + <name>lpids</name>
  1536 + <type>String</type>
  1537 + <format/>
  1538 + </field>
  1539 + <field>
  1540 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1541 + <type>String</type>
  1542 + <format/>
  1543 + </field>
  1544 + <field>
  1545 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1546 + <type>String</type>
  1547 + <format/>
  1548 + </field>
  1549 + <field>
  1550 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1551 + <type>String</type>
  1552 + <format/>
  1553 + </field>
  1554 + <field>
  1555 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1556 + <type>Timestamp</type>
  1557 + <format/>
  1558 + </field>
  1559 + <field>
  1560 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1561 + <type>String</type>
  1562 + <format/>
  1563 + </field>
  1564 + <field>
  1565 + <name>isCancel</name>
  1566 + <type>Integer</type>
  1567 + <format/>
  1568 + </field>
  1569 + <field>
  1570 + <name>rycids</name>
  1571 + <type>String</type>
  1572 + <format/>
  1573 + </field>
  1574 + <field>
  1575 + <name>rybms</name>
  1576 + <type>String</type>
  1577 + <format/>
  1578 + </field>
  1579 + <field>
  1580 + <name>error_count</name>
  1581 + <type>Integer</type>
  1582 + <format/>
  1583 + </field>
  1584 + <field>
  1585 + <name>error_desc</name>
  1586 + <type>String</type>
  1587 + <format/>
  1588 + </field>
  1589 + <field>
  1590 + <name>error_column1</name>
  1591 + <type>String</type>
  1592 + <format/>
  1593 + </field>
  1594 + <field>
  1595 + <name>error_column2</name>
  1596 + <type>String</type>
  1597 + <format/>
  1598 + </field>
  1599 + </fields>
  1600 + <custom>
  1601 + <header_font_name>arial</header_font_name>
  1602 + <header_font_size>10</header_font_size>
  1603 + <header_font_bold>N</header_font_bold>
  1604 + <header_font_italic>N</header_font_italic>
  1605 + <header_font_underline>no</header_font_underline>
  1606 + <header_font_orientation>horizontal</header_font_orientation>
  1607 + <header_font_color>black</header_font_color>
  1608 + <header_background_color>none</header_background_color>
  1609 + <header_row_height>255</header_row_height>
  1610 + <header_alignment>left</header_alignment>
  1611 + <header_image/>
  1612 + <row_font_name>arial</row_font_name>
  1613 + <row_font_size>10</row_font_size>
  1614 + <row_font_color>black</row_font_color>
  1615 + <row_background_color>none</row_background_color>
  1616 + </custom>
  1617 + <cluster_schema/>
  1618 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1619 + <xloc>534</xloc>
  1620 + <yloc>392</yloc>
  1621 + <draw>Y</draw>
  1622 + </GUI>
  1623 + </step>
  1624 +
  1625 + <step_error_handling>
  1626 + <error>
  1627 + <source_step>&#x63d2;&#x5165; &#x2f; &#x66f4;&#x65b0;bsth_c_s_sr1_flat</source_step>
  1628 + <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>
  1629 + <is_enabled>Y</is_enabled>
  1630 + <nr_valuename>error_count</nr_valuename>
  1631 + <descriptions_valuename>error_desc</descriptions_valuename>
  1632 + <fields_valuename>error_column1</fields_valuename>
  1633 + <codes_valuename>error_column2</codes_valuename>
  1634 + <max_errors/>
  1635 + <max_pct_errors/>
  1636 + <min_pct_rows/>
  1637 + </error>
  1638 + </step_error_handling>
  1639 + <slave-step-copy-partition-distribution>
  1640 +</slave-step-copy-partition-distribution>
  1641 + <slave_transformation>N</slave_transformation>
  1642 +
  1643 +</transformation>
src/main/resources/datatools/ktrs/scheduleRuleDataInput.ktr
1 -<?xml version="1.0" encoding="UTF-8"?>  
2 -<transformation>  
3 - <info>  
4 - <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</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;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>  
15 - <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>  
16 - </parameter>  
17 - <parameter>  
18 - <name>filepath</name>  
19 - <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>  
20 - <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>  
21 - </parameter>  
22 - </parameters>  
23 - <log>  
24 -<trans-log-table><connection/>  
25 -<schema/>  
26 -<table/>  
27 -<size_limit_lines/>  
28 -<interval/>  
29 -<timeout_days/>  
30 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table>  
31 -<perf-log-table><connection/>  
32 -<schema/>  
33 -<table/>  
34 -<interval/>  
35 -<timeout_days/>  
36 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table>  
37 -<channel-log-table><connection/>  
38 -<schema/>  
39 -<table/>  
40 -<timeout_days/>  
41 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table>  
42 -<step-log-table><connection/>  
43 -<schema/>  
44 -<table/>  
45 -<timeout_days/>  
46 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table>  
47 -<metrics-log-table><connection/>  
48 -<schema/>  
49 -<table/>  
50 -<timeout_days/>  
51 -<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table>  
52 - </log>  
53 - <maxdate>  
54 - <connection/>  
55 - <table/>  
56 - <field/>  
57 - <offset>0.0</offset>  
58 - <maxdiff>0.0</maxdiff>  
59 - </maxdate>  
60 - <size_rowset>10000</size_rowset>  
61 - <sleep_time_empty>50</sleep_time_empty>  
62 - <sleep_time_full>50</sleep_time_full>  
63 - <unique_connections>N</unique_connections>  
64 - <feedback_shown>Y</feedback_shown>  
65 - <feedback_size>50000</feedback_size>  
66 - <using_thread_priorities>Y</using_thread_priorities>  
67 - <shared_objects_file/>  
68 - <capture_step_performance>N</capture_step_performance>  
69 - <step_performance_capturing_delay>1000</step_performance_capturing_delay>  
70 - <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>  
71 - <dependencies>  
72 - </dependencies>  
73 - <partitionschemas>  
74 - </partitionschemas>  
75 - <slaveservers>  
76 - </slaveservers>  
77 - <clusterschemas>  
78 - </clusterschemas>  
79 - <created_user>-</created_user>  
80 - <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>  
81 - <modified_user>-</modified_user>  
82 - <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>  
83 - <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>  
84 - <is_key_private>N</is_key_private>  
85 - </info>  
86 - <notepads>  
87 - </notepads>  
88 - <connection>  
89 - <name>192.168.168.1_jwgl_dw</name>  
90 - <server>192.168.168.1</server>  
91 - <type>ORACLE</type>  
92 - <access>Native</access>  
93 - <database>orcl</database>  
94 - <port>1521</port>  
95 - <username>jwgl_dw</username>  
96 - <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password>  
97 - <servername/>  
98 - <data_tablespace/>  
99 - <index_tablespace/>  
100 - <attributes>  
101 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
102 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
103 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
104 - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>  
105 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
106 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
107 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
108 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
109 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
110 - </attributes>  
111 - </connection>  
112 - <connection>  
113 - <name>bus_control_variable</name>  
114 - <server>&#x24;&#x7b;v_db_ip&#x7d;</server>  
115 - <type>MYSQL</type>  
116 - <access>Native</access>  
117 - <database>&#x24;&#x7b;v_db_dname&#x7d;</database>  
118 - <port>3306</port>  
119 - <username>&#x24;&#x7b;v_db_uname&#x7d;</username>  
120 - <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>  
121 - <servername/>  
122 - <data_tablespace/>  
123 - <index_tablespace/>  
124 - <attributes>  
125 - <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>  
126 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
127 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
128 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
129 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
130 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
131 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
132 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
133 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
134 - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>  
135 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
136 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
137 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
138 - </attributes>  
139 - </connection>  
140 - <connection>  
141 - <name>bus_control_&#x516c;&#x53f8;_201</name>  
142 - <server>localhost</server>  
143 - <type>MYSQL</type>  
144 - <access>Native</access>  
145 - <database>control</database>  
146 - <port>3306</port>  
147 - <username>root</username>  
148 - <password>Encrypted </password>  
149 - <servername/>  
150 - <data_tablespace/>  
151 - <index_tablespace/>  
152 - <attributes>  
153 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
154 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
155 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
156 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
157 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
158 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
159 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
160 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
161 - <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>  
162 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
163 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
164 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
165 - </attributes>  
166 - </connection>  
167 - <connection>  
168 - <name>bus_control_&#x672c;&#x673a;</name>  
169 - <server>localhost</server>  
170 - <type>MYSQL</type>  
171 - <access>Native</access>  
172 - <database>control</database>  
173 - <port>3306</port>  
174 - <username>root</username>  
175 - <password>Encrypted </password>  
176 - <servername/>  
177 - <data_tablespace/>  
178 - <index_tablespace/>  
179 - <attributes>  
180 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
181 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
182 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
183 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
184 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
185 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
186 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
187 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
188 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
189 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
190 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
191 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
192 - </attributes>  
193 - </connection>  
194 - <connection>  
195 - <name>xlab_mysql_youle</name>  
196 - <server>101.231.124.8</server>  
197 - <type>MYSQL</type>  
198 - <access>Native</access>  
199 - <database>xlab_youle</database>  
200 - <port>45687</port>  
201 - <username>xlab-youle</username>  
202 - <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>  
203 - <servername/>  
204 - <data_tablespace/>  
205 - <index_tablespace/>  
206 - <attributes>  
207 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
208 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
209 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
210 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
211 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
212 - <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>  
213 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
214 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
215 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
216 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>  
217 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>  
218 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
219 - </attributes>  
220 - </connection>  
221 - <connection>  
222 - <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>  
223 - <server>localhost</server>  
224 - <type>MYSQL</type>  
225 - <access>Native</access>  
226 - <database>xlab_youle</database>  
227 - <port>3306</port>  
228 - <username>root</username>  
229 - <password>Encrypted </password>  
230 - <servername/>  
231 - <data_tablespace/>  
232 - <index_tablespace/>  
233 - <attributes>  
234 - <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>  
235 - <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>  
236 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
237 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
238 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
239 - <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>  
240 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
241 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
242 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
243 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>  
244 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>  
245 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
246 - </attributes>  
247 - </connection>  
248 - <connection>  
249 - <name>xlab_youle</name>  
250 - <server/>  
251 - <type>MYSQL</type>  
252 - <access>JNDI</access>  
253 - <database>xlab_youle</database>  
254 - <port>1521</port>  
255 - <username/>  
256 - <password>Encrypted </password>  
257 - <servername/>  
258 - <data_tablespace/>  
259 - <index_tablespace/>  
260 - <attributes>  
261 - <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>  
262 - <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>  
263 - <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>  
264 - <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>  
265 - <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>  
266 - <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>  
267 - <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>  
268 - <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>  
269 - <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>  
270 - <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>  
271 - </attributes>  
272 - </connection>  
273 - <order>  
274 - <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>  
275 - <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>  
276 - <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
277 - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>  
278 - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>  
279 - <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>  
280 - <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
281 - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>  
282 - <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
283 - <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
284 - <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>  
285 - <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
286 - <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>  
287 - <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
288 - <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
289 - <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>  
290 - <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>  
291 - <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>  
292 - <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>  
293 - <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>  
294 - <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x5220;&#x9664;</to><enabled>Y</enabled> </hop>  
295 - <hop> <from>&#x5220;&#x9664;</from><to>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</to><enabled>Y</enabled> </hop>  
296 - <hop> <from>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</from><to>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</to><enabled>Y</enabled> </hop>  
297 - <hop> <from>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>  
298 - </order>  
299 - <step>  
300 - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>  
301 - <type>DBLookup</type>  
302 - <description/>  
303 - <distribute>Y</distribute>  
304 - <custom_distribution/>  
305 - <copies>1</copies>  
306 - <partitioning>  
307 - <method>none</method>  
308 - <schema_name/>  
309 - </partitioning>  
310 - <connection>bus_control_variable</connection>  
311 - <cache>N</cache>  
312 - <cache_load_all>Y</cache_load_all>  
313 - <cache_size>0</cache_size>  
314 - <lookup>  
315 - <schema/>  
316 - <table>bsth_c_s_ecinfo</table>  
317 - <orderby/>  
318 - <fail_on_multiple>N</fail_on_multiple>  
319 - <eat_row_on_failure>N</eat_row_on_failure>  
320 - <key>  
321 - <name>xlid</name>  
322 - <field>xl</field>  
323 - <condition>&#x3d;</condition>  
324 - <name2/>  
325 - </key>  
326 - <key>  
327 - <name>dbbm1</name>  
328 - <field>dbbm</field>  
329 - <condition>&#x3d;</condition>  
330 - <name2/>  
331 - </key>  
332 - <key>  
333 - <name>isCancel</name>  
334 - <field>is_cancel</field>  
335 - <condition>&#x3d;</condition>  
336 - <name2/>  
337 - </key>  
338 - <value>  
339 - <name>id</name>  
340 - <rename>rycid1</rename>  
341 - <default/>  
342 - <type>Integer</type>  
343 - </value>  
344 - </lookup>  
345 - <cluster_schema/>  
346 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
347 - <xloc>904</xloc>  
348 - <yloc>101</yloc>  
349 - <draw>Y</draw>  
350 - </GUI>  
351 - </step>  
352 -  
353 - <step>  
354 - <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>  
355 - <type>DBLookup</type>  
356 - <description/>  
357 - <distribute>Y</distribute>  
358 - <custom_distribution/>  
359 - <copies>1</copies>  
360 - <partitioning>  
361 - <method>none</method>  
362 - <schema_name/>  
363 - </partitioning>  
364 - <connection>bus_control_variable</connection>  
365 - <cache>N</cache>  
366 - <cache_load_all>Y</cache_load_all>  
367 - <cache_size>0</cache_size>  
368 - <lookup>  
369 - <schema/>  
370 - <table>bsth_c_s_ecinfo</table>  
371 - <orderby/>  
372 - <fail_on_multiple>N</fail_on_multiple>  
373 - <eat_row_on_failure>N</eat_row_on_failure>  
374 - <key>  
375 - <name>xlid</name>  
376 - <field>xl</field>  
377 - <condition>&#x3d;</condition>  
378 - <name2/>  
379 - </key>  
380 - <key>  
381 - <name>dbbm2</name>  
382 - <field>dbbm</field>  
383 - <condition>&#x3d;</condition>  
384 - <name2/>  
385 - </key>  
386 - <key>  
387 - <name>isCancel</name>  
388 - <field>is_cancel</field>  
389 - <condition>&#x3d;</condition>  
390 - <name2/>  
391 - </key>  
392 - <value>  
393 - <name>id</name>  
394 - <rename>rycid2</rename>  
395 - <default/>  
396 - <type>Integer</type>  
397 - </value>  
398 - </lookup>  
399 - <cluster_schema/>  
400 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
401 - <xloc>778</xloc>  
402 - <yloc>103</yloc>  
403 - <draw>Y</draw>  
404 - </GUI>  
405 - </step>  
406 -  
407 - <step>  
408 - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>  
409 - <type>GroupBy</type>  
410 - <description/>  
411 - <distribute>Y</distribute>  
412 - <custom_distribution/>  
413 - <copies>1</copies>  
414 - <partitioning>  
415 - <method>none</method>  
416 - <schema_name/>  
417 - </partitioning>  
418 - <all_rows>N</all_rows>  
419 - <ignore_aggregate>N</ignore_aggregate>  
420 - <field_ignore/>  
421 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
422 - <prefix>grp</prefix>  
423 - <add_linenr>N</add_linenr>  
424 - <linenr_fieldname/>  
425 - <give_back_row>N</give_back_row>  
426 - <group>  
427 - <field>  
428 - <name>xlid</name>  
429 - </field>  
430 - <field>  
431 - <name>cid</name>  
432 - </field>  
433 - <field>  
434 - <name>lpnames</name>  
435 - </field>  
436 - <field>  
437 - <name>lpids</name>  
438 - </field>  
439 - <field>  
440 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
441 - </field>  
442 - <field>  
443 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
444 - </field>  
445 - <field>  
446 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
447 - </field>  
448 - <field>  
449 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
450 - </field>  
451 - <field>  
452 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
453 - </field>  
454 - <field>  
455 - <name>isCancel</name>  
456 - </field>  
457 - </group>  
458 - <fields>  
459 - <field>  
460 - <aggregate>rycids</aggregate>  
461 - <subject>rycid</subject>  
462 - <type>CONCAT_STRING</type>  
463 - <valuefield>,</valuefield>  
464 - </field>  
465 - <field>  
466 - <aggregate>rybms</aggregate>  
467 - <subject>rybm</subject>  
468 - <type>CONCAT_STRING</type>  
469 - <valuefield>,</valuefield>  
470 - </field>  
471 - </fields>  
472 - <cluster_schema/>  
473 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
474 - <xloc>780</xloc>  
475 - <yloc>291</yloc>  
476 - <draw>Y</draw>  
477 - </GUI>  
478 - </step>  
479 -  
480 - <step>  
481 - <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>  
482 - <type>GroupBy</type>  
483 - <description/>  
484 - <distribute>Y</distribute>  
485 - <custom_distribution/>  
486 - <copies>1</copies>  
487 - <partitioning>  
488 - <method>none</method>  
489 - <schema_name/>  
490 - </partitioning>  
491 - <all_rows>N</all_rows>  
492 - <ignore_aggregate>N</ignore_aggregate>  
493 - <field_ignore/>  
494 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
495 - <prefix>grp</prefix>  
496 - <add_linenr>N</add_linenr>  
497 - <linenr_fieldname/>  
498 - <give_back_row>N</give_back_row>  
499 - <group>  
500 - <field>  
501 - <name>xlid</name>  
502 - </field>  
503 - <field>  
504 - <name>cid</name>  
505 - </field>  
506 - <field>  
507 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
508 - </field>  
509 - <field>  
510 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
511 - </field>  
512 - <field>  
513 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
514 - </field>  
515 - <field>  
516 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
517 - </field>  
518 - <field>  
519 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
520 - </field>  
521 - <field>  
522 - <name>isCancel</name>  
523 - </field>  
524 - </group>  
525 - <fields>  
526 - <field>  
527 - <aggregate>lpids</aggregate>  
528 - <subject>lpid</subject>  
529 - <type>CONCAT_STRING</type>  
530 - <valuefield>,</valuefield>  
531 - </field>  
532 - <field>  
533 - <aggregate>lpnames</aggregate>  
534 - <subject>lpname</subject>  
535 - <type>CONCAT_STRING</type>  
536 - <valuefield>,</valuefield>  
537 - </field>  
538 - </fields>  
539 - <cluster_schema/>  
540 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
541 - <xloc>653</xloc>  
542 - <yloc>119</yloc>  
543 - <draw>Y</draw>  
544 - </GUI>  
545 - </step>  
546 -  
547 - <step>  
548 - <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>  
549 - <type>ExcelInput</type>  
550 - <description/>  
551 - <distribute>Y</distribute>  
552 - <custom_distribution/>  
553 - <copies>1</copies>  
554 - <partitioning>  
555 - <method>none</method>  
556 - <schema_name/>  
557 - </partitioning>  
558 - <header>Y</header>  
559 - <noempty>Y</noempty>  
560 - <stoponempty>N</stoponempty>  
561 - <filefield/>  
562 - <sheetfield/>  
563 - <sheetrownumfield/>  
564 - <rownumfield/>  
565 - <sheetfield/>  
566 - <filefield/>  
567 - <limit>0</limit>  
568 - <encoding/>  
569 - <add_to_result_filenames>Y</add_to_result_filenames>  
570 - <accept_filenames>Y</accept_filenames>  
571 - <accept_field>filepath_</accept_field>  
572 - <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>  
573 - <file>  
574 - <name/>  
575 - <filemask/>  
576 - <exclude_filemask/>  
577 - <file_required>N</file_required>  
578 - <include_subfolders>N</include_subfolders>  
579 - </file>  
580 - <fields>  
581 - <field>  
582 - <name>&#x7ebf;&#x8def;</name>  
583 - <type>String</type>  
584 - <length>-1</length>  
585 - <precision>-1</precision>  
586 - <trim_type>none</trim_type>  
587 - <repeat>N</repeat>  
588 - <format/>  
589 - <currency/>  
590 - <decimal/>  
591 - <group/>  
592 - </field>  
593 - <field>  
594 - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>  
595 - <type>String</type>  
596 - <length>-1</length>  
597 - <precision>-1</precision>  
598 - <trim_type>none</trim_type>  
599 - <repeat>N</repeat>  
600 - <format/>  
601 - <currency/>  
602 - <decimal/>  
603 - <group/>  
604 - </field>  
605 - <field>  
606 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
607 - <type>String</type>  
608 - <length>-1</length>  
609 - <precision>-1</precision>  
610 - <trim_type>none</trim_type>  
611 - <repeat>N</repeat>  
612 - <format/>  
613 - <currency/>  
614 - <decimal/>  
615 - <group/>  
616 - </field>  
617 - <field>  
618 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
619 - <type>String</type>  
620 - <length>-1</length>  
621 - <precision>-1</precision>  
622 - <trim_type>none</trim_type>  
623 - <repeat>N</repeat>  
624 - <format>&#x23;</format>  
625 - <currency/>  
626 - <decimal/>  
627 - <group/>  
628 - </field>  
629 - <field>  
630 - <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>  
631 - <type>String</type>  
632 - <length>-1</length>  
633 - <precision>-1</precision>  
634 - <trim_type>none</trim_type>  
635 - <repeat>N</repeat>  
636 - <format>&#x23;</format>  
637 - <currency/>  
638 - <decimal/>  
639 - <group/>  
640 - </field>  
641 - <field>  
642 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
643 - <type>String</type>  
644 - <length>-1</length>  
645 - <precision>-1</precision>  
646 - <trim_type>none</trim_type>  
647 - <repeat>N</repeat>  
648 - <format>&#x23;</format>  
649 - <currency/>  
650 - <decimal/>  
651 - <group/>  
652 - </field>  
653 - <field>  
654 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
655 - <type>String</type>  
656 - <length>-1</length>  
657 - <precision>-1</precision>  
658 - <trim_type>none</trim_type>  
659 - <repeat>N</repeat>  
660 - <format>&#x23;</format>  
661 - <currency/>  
662 - <decimal/>  
663 - <group/>  
664 - </field>  
665 - <field>  
666 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
667 - <type>String</type>  
668 - <length>-1</length>  
669 - <precision>-1</precision>  
670 - <trim_type>none</trim_type>  
671 - <repeat>N</repeat>  
672 - <format>&#x23;</format>  
673 - <currency/>  
674 - <decimal/>  
675 - <group/>  
676 - </field>  
677 - </fields>  
678 - <sheets>  
679 - <sheet>  
680 - <name>&#x5de5;&#x4f5c;&#x8868;1</name>  
681 - <startrow>0</startrow>  
682 - <startcol>0</startcol>  
683 - </sheet>  
684 - </sheets>  
685 - <strict_types>N</strict_types>  
686 - <error_ignored>N</error_ignored>  
687 - <error_line_skipped>N</error_line_skipped>  
688 - <bad_line_files_destination_directory/>  
689 - <bad_line_files_extension>warning</bad_line_files_extension>  
690 - <error_line_files_destination_directory/>  
691 - <error_line_files_extension>error</error_line_files_extension>  
692 - <line_number_files_destination_directory/>  
693 - <line_number_files_extension>line</line_number_files_extension>  
694 - <shortFileFieldName/>  
695 - <pathFieldName/>  
696 - <hiddenFieldName/>  
697 - <lastModificationTimeFieldName/>  
698 - <uriNameFieldName/>  
699 - <rootUriNameFieldName/>  
700 - <extensionFieldName/>  
701 - <sizeFieldName/>  
702 - <spreadsheet_type>JXL</spreadsheet_type>  
703 - <cluster_schema/>  
704 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
705 - <xloc>208</xloc>  
706 - <yloc>21</yloc>  
707 - <draw>Y</draw>  
708 - </GUI>  
709 - </step>  
710 -  
711 - <step>  
712 - <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>  
713 - <type>ScriptValueMod</type>  
714 - <description/>  
715 - <distribute>Y</distribute>  
716 - <custom_distribution/>  
717 - <copies>1</copies>  
718 - <partitioning>  
719 - <method>none</method>  
720 - <schema_name/>  
721 - </partitioning>  
722 - <compatible>N</compatible>  
723 - <optimizationLevel>9</optimizationLevel>  
724 - <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>  
725 - <jsScript_name>Script 1</jsScript_name>  
726 - <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;var rybm&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa; rybm &#x3d; dbbm1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa; rybm &#x3d; dbbm1 &#x2b; &#x22;-&#x22; &#x2b; dbbm2&#x3b;&#xa;&#x7d;</jsScript_script>  
727 - </jsScript> </jsScripts> <fields> <field> <name>rycid</name>  
728 - <rename>rycid</rename>  
729 - <type>String</type>  
730 - <length>-1</length>  
731 - <precision>-1</precision>  
732 - <replace>N</replace>  
733 - </field> <field> <name>rybm</name>  
734 - <rename>rybm</rename>  
735 - <type>String</type>  
736 - <length>-1</length>  
737 - <precision>-1</precision>  
738 - <replace>N</replace>  
739 - </field> </fields> <cluster_schema/>  
740 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
741 - <xloc>917</xloc>  
742 - <yloc>201</yloc>  
743 - <draw>Y</draw>  
744 - </GUI>  
745 - </step>  
746 -  
747 - <step>  
748 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>  
749 - <type>SelectValues</type>  
750 - <description/>  
751 - <distribute>Y</distribute>  
752 - <custom_distribution/>  
753 - <copies>1</copies>  
754 - <partitioning>  
755 - <method>none</method>  
756 - <schema_name/>  
757 - </partitioning>  
758 - <fields> <select_unspecified>N</select_unspecified>  
759 - <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
760 - <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>  
761 - <type>Timestamp</type>  
762 - <length>-2</length>  
763 - <precision>-2</precision>  
764 - <conversion_mask>yyyy-MM-dd</conversion_mask>  
765 - <date_format_lenient>false</date_format_lenient>  
766 - <date_format_locale/>  
767 - <date_format_timezone/>  
768 - <lenient_string_to_number>false</lenient_string_to_number>  
769 - <encoding/>  
770 - <decimal_symbol/>  
771 - <grouping_symbol/>  
772 - <currency_symbol/>  
773 - <storage_type/>  
774 - </meta> </fields> <cluster_schema/>  
775 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
776 - <xloc>777</xloc>  
777 - <yloc>368</yloc>  
778 - <draw>Y</draw>  
779 - </GUI>  
780 - </step>  
781 -  
782 - <step>  
783 - <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>  
784 - <type>Constant</type>  
785 - <description/>  
786 - <distribute>Y</distribute>  
787 - <custom_distribution/>  
788 - <copies>1</copies>  
789 - <partitioning>  
790 - <method>none</method>  
791 - <schema_name/>  
792 - </partitioning>  
793 - <fields>  
794 - <field>  
795 - <name>isCancel</name>  
796 - <type>Integer</type>  
797 - <format/>  
798 - <currency/>  
799 - <decimal/>  
800 - <group/>  
801 - <nullif>0</nullif>  
802 - <length>-1</length>  
803 - <precision>-1</precision>  
804 - <set_empty_string>N</set_empty_string>  
805 - </field>  
806 - </fields>  
807 - <cluster_schema/>  
808 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
809 - <xloc>361</xloc>  
810 - <yloc>22</yloc>  
811 - <draw>Y</draw>  
812 - </GUI>  
813 - </step>  
814 -  
815 - <step>  
816 - <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
817 - <type>SplitFieldToRows3</type>  
818 - <description/>  
819 - <distribute>Y</distribute>  
820 - <custom_distribution/>  
821 - <copies>1</copies>  
822 - <partitioning>  
823 - <method>none</method>  
824 - <schema_name/>  
825 - </partitioning>  
826 - <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>  
827 - <delimiter>,</delimiter>  
828 - <newfield>dbbm</newfield>  
829 - <rownum>N</rownum>  
830 - <rownum_field/>  
831 - <resetrownumber>Y</resetrownumber>  
832 - <delimiter_is_regex>N</delimiter_is_regex>  
833 - <cluster_schema/>  
834 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
835 - <xloc>777</xloc>  
836 - <yloc>22</yloc>  
837 - <draw>Y</draw>  
838 - </GUI>  
839 - </step>  
840 -  
841 - <step>  
842 - <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>  
843 - <type>FieldSplitter</type>  
844 - <description/>  
845 - <distribute>Y</distribute>  
846 - <custom_distribution/>  
847 - <copies>1</copies>  
848 - <partitioning>  
849 - <method>none</method>  
850 - <schema_name/>  
851 - </partitioning>  
852 - <splitfield>dbbm</splitfield>  
853 - <delimiter>-</delimiter>  
854 - <enclosure/>  
855 - <fields> <field> <name>dbbm1</name>  
856 - <id/>  
857 - <idrem>N</idrem>  
858 - <type>String</type>  
859 - <format/>  
860 - <group/>  
861 - <decimal/>  
862 - <currency/>  
863 - <length>-1</length>  
864 - <precision>-1</precision>  
865 - <nullif/>  
866 - <ifnull/>  
867 - <trimtype>none</trimtype>  
868 - </field> <field> <name>dbbm2</name>  
869 - <id/>  
870 - <idrem>N</idrem>  
871 - <type>String</type>  
872 - <format/>  
873 - <group/>  
874 - <decimal/>  
875 - <currency/>  
876 - <length>-1</length>  
877 - <precision>-1</precision>  
878 - <nullif/>  
879 - <ifnull/>  
880 - <trimtype>none</trimtype>  
881 - </field> </fields> <cluster_schema/>  
882 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
883 - <xloc>901</xloc>  
884 - <yloc>22</yloc>  
885 - <draw>Y</draw>  
886 - </GUI>  
887 - </step>  
888 -  
889 - <step>  
890 - <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>  
891 - <type>SplitFieldToRows3</type>  
892 - <description/>  
893 - <distribute>Y</distribute>  
894 - <custom_distribution/>  
895 - <copies>1</copies>  
896 - <partitioning>  
897 - <method>none</method>  
898 - <schema_name/>  
899 - </partitioning>  
900 - <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>  
901 - <delimiter>,</delimiter>  
902 - <newfield>lpname</newfield>  
903 - <rownum>N</rownum>  
904 - <rownum_field/>  
905 - <resetrownumber>Y</resetrownumber>  
906 - <delimiter_is_regex>N</delimiter_is_regex>  
907 - <cluster_schema/>  
908 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
909 - <xloc>364</xloc>  
910 - <yloc>259</yloc>  
911 - <draw>Y</draw>  
912 - </GUI>  
913 - </step>  
914 -  
915 - <step>  
916 - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>  
917 - <type>SortRows</type>  
918 - <description/>  
919 - <distribute>Y</distribute>  
920 - <custom_distribution/>  
921 - <copies>1</copies>  
922 - <partitioning>  
923 - <method>none</method>  
924 - <schema_name/>  
925 - </partitioning>  
926 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
927 - <prefix>out</prefix>  
928 - <sort_size>1000000</sort_size>  
929 - <free_memory/>  
930 - <compress>N</compress>  
931 - <compress_variable/>  
932 - <unique_rows>N</unique_rows>  
933 - <fields>  
934 - <field>  
935 - <name>xlid</name>  
936 - <ascending>Y</ascending>  
937 - <case_sensitive>N</case_sensitive>  
938 - <presorted>N</presorted>  
939 - </field>  
940 - <field>  
941 - <name>cid</name>  
942 - <ascending>Y</ascending>  
943 - <case_sensitive>N</case_sensitive>  
944 - <presorted>N</presorted>  
945 - </field>  
946 - <field>  
947 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
948 - <ascending>Y</ascending>  
949 - <case_sensitive>N</case_sensitive>  
950 - <presorted>N</presorted>  
951 - </field>  
952 - <field>  
953 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
954 - <ascending>Y</ascending>  
955 - <case_sensitive>N</case_sensitive>  
956 - <presorted>N</presorted>  
957 - </field>  
958 - <field>  
959 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
960 - <ascending>Y</ascending>  
961 - <case_sensitive>N</case_sensitive>  
962 - <presorted>N</presorted>  
963 - </field>  
964 - <field>  
965 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
966 - <ascending>Y</ascending>  
967 - <case_sensitive>N</case_sensitive>  
968 - <presorted>N</presorted>  
969 - </field>  
970 - <field>  
971 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
972 - <ascending>Y</ascending>  
973 - <case_sensitive>N</case_sensitive>  
974 - <presorted>N</presorted>  
975 - </field>  
976 - <field>  
977 - <name>isCancel</name>  
978 - <ascending>Y</ascending>  
979 - <case_sensitive>N</case_sensitive>  
980 - <presorted>N</presorted>  
981 - </field>  
982 - </fields>  
983 - <cluster_schema/>  
984 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
985 - <xloc>516</xloc>  
986 - <yloc>119</yloc>  
987 - <draw>Y</draw>  
988 - </GUI>  
989 - </step>  
990 -  
991 - <step>  
992 - <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>  
993 - <type>SortRows</type>  
994 - <description/>  
995 - <distribute>Y</distribute>  
996 - <custom_distribution/>  
997 - <copies>1</copies>  
998 - <partitioning>  
999 - <method>none</method>  
1000 - <schema_name/>  
1001 - </partitioning>  
1002 - <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>  
1003 - <prefix>out</prefix>  
1004 - <sort_size>1000000</sort_size>  
1005 - <free_memory/>  
1006 - <compress>N</compress>  
1007 - <compress_variable/>  
1008 - <unique_rows>N</unique_rows>  
1009 - <fields>  
1010 - <field>  
1011 - <name>xlid</name>  
1012 - <ascending>Y</ascending>  
1013 - <case_sensitive>N</case_sensitive>  
1014 - <presorted>N</presorted>  
1015 - </field>  
1016 - <field>  
1017 - <name>cid</name>  
1018 - <ascending>Y</ascending>  
1019 - <case_sensitive>N</case_sensitive>  
1020 - <presorted>N</presorted>  
1021 - </field>  
1022 - <field>  
1023 - <name>lpnames</name>  
1024 - <ascending>Y</ascending>  
1025 - <case_sensitive>N</case_sensitive>  
1026 - <presorted>N</presorted>  
1027 - </field>  
1028 - <field>  
1029 - <name>lpids</name>  
1030 - <ascending>Y</ascending>  
1031 - <case_sensitive>N</case_sensitive>  
1032 - <presorted>N</presorted>  
1033 - </field>  
1034 - <field>  
1035 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
1036 - <ascending>Y</ascending>  
1037 - <case_sensitive>N</case_sensitive>  
1038 - <presorted>N</presorted>  
1039 - </field>  
1040 - <field>  
1041 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
1042 - <ascending>Y</ascending>  
1043 - <case_sensitive>N</case_sensitive>  
1044 - <presorted>N</presorted>  
1045 - </field>  
1046 - <field>  
1047 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
1048 - <ascending>Y</ascending>  
1049 - <case_sensitive>N</case_sensitive>  
1050 - <presorted>N</presorted>  
1051 - </field>  
1052 - <field>  
1053 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
1054 - <ascending>Y</ascending>  
1055 - <case_sensitive>N</case_sensitive>  
1056 - <presorted>N</presorted>  
1057 - </field>  
1058 - <field>  
1059 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
1060 - <ascending>Y</ascending>  
1061 - <case_sensitive>N</case_sensitive>  
1062 - <presorted>N</presorted>  
1063 - </field>  
1064 - <field>  
1065 - <name>isCancel</name>  
1066 - <ascending>Y</ascending>  
1067 - <case_sensitive>N</case_sensitive>  
1068 - <presorted>N</presorted>  
1069 - </field>  
1070 - </fields>  
1071 - <cluster_schema/>  
1072 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1073 - <xloc>919</xloc>  
1074 - <yloc>289</yloc>  
1075 - <draw>Y</draw>  
1076 - </GUI>  
1077 - </step>  
1078 -  
1079 - <step>  
1080 - <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>  
1081 - <type>DBLookup</type>  
1082 - <description/>  
1083 - <distribute>Y</distribute>  
1084 - <custom_distribution/>  
1085 - <copies>1</copies>  
1086 - <partitioning>  
1087 - <method>none</method>  
1088 - <schema_name/>  
1089 - </partitioning>  
1090 - <connection>bus_control_variable</connection>  
1091 - <cache>N</cache>  
1092 - <cache_load_all>Y</cache_load_all>  
1093 - <cache_size>0</cache_size>  
1094 - <lookup>  
1095 - <schema/>  
1096 - <table>bsth_c_line</table>  
1097 - <orderby/>  
1098 - <fail_on_multiple>N</fail_on_multiple>  
1099 - <eat_row_on_failure>N</eat_row_on_failure>  
1100 - <key>  
1101 - <name>&#x7ebf;&#x8def;</name>  
1102 - <field>name</field>  
1103 - <condition>&#x3d;</condition>  
1104 - <name2/>  
1105 - </key>  
1106 - <key>  
1107 - <name>isCancel</name>  
1108 - <field>destroy</field>  
1109 - <condition>&#x3d;</condition>  
1110 - <name2/>  
1111 - </key>  
1112 - <value>  
1113 - <name>id</name>  
1114 - <rename>xlid</rename>  
1115 - <default/>  
1116 - <type>Integer</type>  
1117 - </value>  
1118 - </lookup>  
1119 - <cluster_schema/>  
1120 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1121 - <xloc>359</xloc>  
1122 - <yloc>110</yloc>  
1123 - <draw>Y</draw>  
1124 - </GUI>  
1125 - </step>  
1126 -  
1127 - <step>  
1128 - <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>  
1129 - <type>GetVariable</type>  
1130 - <description/>  
1131 - <distribute>Y</distribute>  
1132 - <custom_distribution/>  
1133 - <copies>1</copies>  
1134 - <partitioning>  
1135 - <method>none</method>  
1136 - <schema_name/>  
1137 - </partitioning>  
1138 - <fields>  
1139 - <field>  
1140 - <name>filepath_</name>  
1141 - <variable>&#x24;&#x7b;filepath&#x7d;</variable>  
1142 - <type>String</type>  
1143 - <format/>  
1144 - <currency/>  
1145 - <decimal/>  
1146 - <group/>  
1147 - <length>-1</length>  
1148 - <precision>-1</precision>  
1149 - <trim_type>none</trim_type>  
1150 - </field>  
1151 - <field>  
1152 - <name>erroroutputdir_</name>  
1153 - <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>  
1154 - <type>String</type>  
1155 - <format/>  
1156 - <currency/>  
1157 - <decimal/>  
1158 - <group/>  
1159 - <length>-1</length>  
1160 - <precision>-1</precision>  
1161 - <trim_type>none</trim_type>  
1162 - </field>  
1163 - </fields>  
1164 - <cluster_schema/>  
1165 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1166 - <xloc>53</xloc>  
1167 - <yloc>23</yloc>  
1168 - <draw>Y</draw>  
1169 - </GUI>  
1170 - </step>  
1171 -  
1172 - <step>  
1173 - <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>  
1174 - <type>DBLookup</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 - <cache>N</cache>  
1185 - <cache_load_all>Y</cache_load_all>  
1186 - <cache_size>0</cache_size>  
1187 - <lookup>  
1188 - <schema/>  
1189 - <table>bsth_c_s_gbi</table>  
1190 - <orderby/>  
1191 - <fail_on_multiple>N</fail_on_multiple>  
1192 - <eat_row_on_failure>N</eat_row_on_failure>  
1193 - <key>  
1194 - <name>xlid</name>  
1195 - <field>xl</field>  
1196 - <condition>&#x3d;</condition>  
1197 - <name2/>  
1198 - </key>  
1199 - <key>  
1200 - <name>lpname</name>  
1201 - <field>lp_name</field>  
1202 - <condition>&#x3d;</condition>  
1203 - <name2/>  
1204 - </key>  
1205 - <key>  
1206 - <name>isCancel</name>  
1207 - <field>is_cancel</field>  
1208 - <condition>&#x3d;</condition>  
1209 - <name2/>  
1210 - </key>  
1211 - <value>  
1212 - <name>id</name>  
1213 - <rename>lpid</rename>  
1214 - <default/>  
1215 - <type>Integer</type>  
1216 - </value>  
1217 - </lookup>  
1218 - <cluster_schema/>  
1219 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1220 - <xloc>516</xloc>  
1221 - <yloc>21</yloc>  
1222 - <draw>Y</draw>  
1223 - </GUI>  
1224 - </step>  
1225 -  
1226 - <step>  
1227 - <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>  
1228 - <type>DBJoin</type>  
1229 - <description/>  
1230 - <distribute>Y</distribute>  
1231 - <custom_distribution/>  
1232 - <copies>1</copies>  
1233 - <partitioning>  
1234 - <method>none</method>  
1235 - <schema_name/>  
1236 - </partitioning>  
1237 - <connection>bus_control_variable</connection>  
1238 - <rowlimit>1</rowlimit>  
1239 - <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>  
1240 - <outer_join>Y</outer_join>  
1241 - <replace_vars>N</replace_vars>  
1242 - <parameter>  
1243 - <field>  
1244 - <name>xlid</name>  
1245 - <type>Integer</type>  
1246 - </field>  
1247 - <field>  
1248 - <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>  
1249 - <type>String</type>  
1250 - </field>  
1251 - <field>  
1252 - <name>isCancel</name>  
1253 - <type>Integer</type>  
1254 - </field>  
1255 - </parameter>  
1256 - <cluster_schema/>  
1257 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1258 - <xloc>360</xloc>  
1259 - <yloc>184</yloc>  
1260 - <draw>Y</draw>  
1261 - </GUI>  
1262 - </step>  
1263 -  
1264 - <step>  
1265 - <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1266 - <type>FilterRows</type>  
1267 - <description/>  
1268 - <distribute>Y</distribute>  
1269 - <custom_distribution/>  
1270 - <copies>1</copies>  
1271 - <partitioning>  
1272 - <method>none</method>  
1273 - <schema_name/>  
1274 - </partitioning>  
1275 -<send_true_to/>  
1276 -<send_false_to/>  
1277 - <compare>  
1278 -<condition>  
1279 - <negated>N</negated>  
1280 - <conditions>  
1281 - <condition>  
1282 - <negated>N</negated>  
1283 - <leftvalue>rycid1</leftvalue>  
1284 - <function>IS NOT NULL</function>  
1285 - <rightvalue/>  
1286 - </condition>  
1287 - <condition>  
1288 - <negated>N</negated>  
1289 - <operator>OR</operator>  
1290 - <leftvalue>rycid2</leftvalue>  
1291 - <function>IS NOT NULL</function>  
1292 - <rightvalue/>  
1293 - </condition>  
1294 - </conditions>  
1295 - </condition>  
1296 - </compare>  
1297 - <cluster_schema/>  
1298 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1299 - <xloc>776</xloc>  
1300 - <yloc>204</yloc>  
1301 - <draw>Y</draw>  
1302 - </GUI>  
1303 - </step>  
1304 -  
1305 - <step>  
1306 - <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1307 - <type>FilterRows</type>  
1308 - <description/>  
1309 - <distribute>Y</distribute>  
1310 - <custom_distribution/>  
1311 - <copies>1</copies>  
1312 - <partitioning>  
1313 - <method>none</method>  
1314 - <schema_name/>  
1315 - </partitioning>  
1316 -<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>  
1317 -<send_false_to/>  
1318 - <compare>  
1319 -<condition>  
1320 - <negated>N</negated>  
1321 - <leftvalue>xlid</leftvalue>  
1322 - <function>IS NOT NULL</function>  
1323 - <rightvalue/>  
1324 - </condition>  
1325 - </compare>  
1326 - <cluster_schema/>  
1327 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1328 - <xloc>203</xloc>  
1329 - <yloc>110</yloc>  
1330 - <draw>Y</draw>  
1331 - </GUI>  
1332 - </step>  
1333 -  
1334 - <step>  
1335 - <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1336 - <type>FilterRows</type>  
1337 - <description/>  
1338 - <distribute>Y</distribute>  
1339 - <custom_distribution/>  
1340 - <copies>1</copies>  
1341 - <partitioning>  
1342 - <method>none</method>  
1343 - <schema_name/>  
1344 - </partitioning>  
1345 -<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>  
1346 -<send_false_to/>  
1347 - <compare>  
1348 -<condition>  
1349 - <negated>N</negated>  
1350 - <leftvalue>lpid</leftvalue>  
1351 - <function>IS NOT NULL</function>  
1352 - <rightvalue/>  
1353 - </condition>  
1354 - </compare>  
1355 - <cluster_schema/>  
1356 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1357 - <xloc>653</xloc>  
1358 - <yloc>23</yloc>  
1359 - <draw>Y</draw>  
1360 - </GUI>  
1361 - </step>  
1362 -  
1363 - <step>  
1364 - <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>  
1365 - <type>FilterRows</type>  
1366 - <description/>  
1367 - <distribute>Y</distribute>  
1368 - <custom_distribution/>  
1369 - <copies>1</copies>  
1370 - <partitioning>  
1371 - <method>none</method>  
1372 - <schema_name/>  
1373 - </partitioning>  
1374 -<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>  
1375 -<send_false_to/>  
1376 - <compare>  
1377 -<condition>  
1378 - <negated>N</negated>  
1379 - <leftvalue>cid</leftvalue>  
1380 - <function>IS NOT NULL</function>  
1381 - <rightvalue/>  
1382 - </condition>  
1383 - </compare>  
1384 - <cluster_schema/>  
1385 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1386 - <xloc>208</xloc>  
1387 - <yloc>182</yloc>  
1388 - <draw>Y</draw>  
1389 - </GUI>  
1390 - </step>  
1391 -  
1392 - <step>  
1393 - <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>  
1394 - <type>ExcelOutput</type>  
1395 - <description/>  
1396 - <distribute>Y</distribute>  
1397 - <custom_distribution/>  
1398 - <copies>1</copies>  
1399 - <partitioning>  
1400 - <method>none</method>  
1401 - <schema_name/>  
1402 - </partitioning>  
1403 - <header>Y</header>  
1404 - <footer>N</footer>  
1405 - <encoding>UTF-8</encoding>  
1406 - <append>N</append>  
1407 - <add_to_result_filenames>Y</add_to_result_filenames>  
1408 - <file>  
1409 - <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>  
1410 - <extention>xls</extention>  
1411 - <do_not_open_newfile_init>N</do_not_open_newfile_init>  
1412 - <create_parent_folder>N</create_parent_folder>  
1413 - <split>N</split>  
1414 - <add_date>N</add_date>  
1415 - <add_time>N</add_time>  
1416 - <SpecifyFormat>N</SpecifyFormat>  
1417 - <date_time_format/>  
1418 - <sheetname>Sheet1</sheetname>  
1419 - <autosizecolums>N</autosizecolums>  
1420 - <nullisblank>N</nullisblank>  
1421 - <protect_sheet>N</protect_sheet>  
1422 - <password>Encrypted </password>  
1423 - <splitevery>0</splitevery>  
1424 - <usetempfiles>N</usetempfiles>  
1425 - <tempdirectory/>  
1426 - </file>  
1427 - <template>  
1428 - <enabled>N</enabled>  
1429 - <append>N</append>  
1430 - <filename>template.xls</filename>  
1431 - </template>  
1432 - <fields>  
1433 - <field>  
1434 - <name>xlid</name>  
1435 - <type>Integer</type>  
1436 - <format/>  
1437 - </field>  
1438 - <field>  
1439 - <name>cid</name>  
1440 - <type>Integer</type>  
1441 - <format/>  
1442 - </field>  
1443 - <field>  
1444 - <name>lpnames</name>  
1445 - <type>String</type>  
1446 - <format/>  
1447 - </field>  
1448 - <field>  
1449 - <name>lpids</name>  
1450 - <type>String</type>  
1451 - <format/>  
1452 - </field>  
1453 - <field>  
1454 - <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>  
1455 - <type>String</type>  
1456 - <format/>  
1457 - </field>  
1458 - <field>  
1459 - <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>  
1460 - <type>String</type>  
1461 - <format/>  
1462 - </field>  
1463 - <field>  
1464 - <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>  
1465 - <type>String</type>  
1466 - <format/>  
1467 - </field>  
1468 - <field>  
1469 - <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>  
1470 - <type>Timestamp</type>  
1471 - <format/>  
1472 - </field>  
1473 - <field>  
1474 - <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>  
1475 - <type>String</type>  
1476 - <format/>  
1477 - </field>  
1478 - <field>  
1479 - <name>isCancel</name>  
1480 - <type>Integer</type>  
1481 - <format/>  
1482 - </field>  
1483 - <field>  
1484 - <name>rycids</name>  
1485 - <type>String</type>  
1486 - <format/>  
1487 - </field>  
1488 - <field>  
1489 - <name>rybms</name>  
1490 - <type>String</type>  
1491 - <format/>  
1492 - </field>  
1493 - <field>  
1494 - <name>error_count</name>  
1495 - <type>Integer</type>  
1496 - <format/>  
1497 - </field>  
1498 - <field>  
1499 - <name>error_desc</name>  
1500 - <type>String</type>  
1501 - <format/>  
1502 - </field>  
1503 - <field>  
1504 - <name>error_column1</name>  
1505 - <type>String</type>  
1506 - <format/>  
1507 - </field>  
1508 - <field>  
1509 - <name>error_column2</name>  
1510 - <type>String</type>  
1511 - <format/>  
1512 - </field>  
1513 - </fields>  
1514 - <custom>  
1515 - <header_font_name>arial</header_font_name>  
1516 - <header_font_size>10</header_font_size>  
1517 - <header_font_bold>N</header_font_bold>  
1518 - <header_font_italic>N</header_font_italic>  
1519 - <header_font_underline>no</header_font_underline>  
1520 - <header_font_orientation>horizontal</header_font_orientation>  
1521 - <header_font_color>black</header_font_color>  
1522 - <header_background_color>none</header_background_color>  
1523 - <header_row_height>255</header_row_height>  
1524 - <header_alignment>left</header_alignment>  
1525 - <header_image/>  
1526 - <row_font_name>arial</row_font_name>  
1527 - <row_font_size>10</row_font_size>  
1528 - <row_font_color>black</row_font_color>  
1529 - <row_background_color>none</row_background_color>  
1530 - </custom>  
1531 - <cluster_schema/>  
1532 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1533 - <xloc>253</xloc>  
1534 - <yloc>501</yloc>  
1535 - <draw>Y</draw>  
1536 - </GUI>  
1537 - </step>  
1538 -  
1539 - <step>  
1540 - <name>&#x5220;&#x9664;</name>  
1541 - <type>Delete</type>  
1542 - <description/>  
1543 - <distribute>Y</distribute>  
1544 - <custom_distribution/>  
1545 - <copies>1</copies>  
1546 - <partitioning>  
1547 - <method>none</method>  
1548 - <schema_name/>  
1549 - </partitioning>  
1550 - <connection>bus_control_variable</connection>  
1551 - <commit>100</commit>  
1552 - <lookup>  
1553 - <schema/>  
1554 - <table>bsth_c_s_sr1_flat</table>  
1555 - <key>  
1556 - <name>xlid</name>  
1557 - <field>xl</field>  
1558 - <condition>&#x3d;</condition>  
1559 - <name2/>  
1560 - </key>  
1561 - </lookup>  
1562 - <cluster_schema/>  
1563 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1564 - <xloc>619</xloc>  
1565 - <yloc>370</yloc>  
1566 - <draw>Y</draw>  
1567 - </GUI>  
1568 - </step>  
1569 -  
1570 - <step>  
1571 - <name>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</name>  
1572 - <type>BlockUntilStepsFinish</type>  
1573 - <description/>  
1574 - <distribute>Y</distribute>  
1575 - <custom_distribution/>  
1576 - <copies>1</copies>  
1577 - <partitioning>  
1578 - <method>none</method>  
1579 - <schema_name/>  
1580 - </partitioning>  
1581 - <steps>  
1582 - <step>  
1583 - <name>&#x5220;&#x9664;</name>  
1584 - <CopyNr>0</CopyNr>  
1585 - </step>  
1586 - </steps>  
1587 - <cluster_schema/>  
1588 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1589 - <xloc>450</xloc>  
1590 - <yloc>370</yloc>  
1591 - <draw>Y</draw>  
1592 - </GUI>  
1593 - </step>  
1594 -  
1595 - <step>  
1596 - <name>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</name>  
1597 - <type>TableOutput</type>  
1598 - <description/>  
1599 - <distribute>Y</distribute>  
1600 - <custom_distribution/>  
1601 - <copies>1</copies>  
1602 - <partitioning>  
1603 - <method>none</method>  
1604 - <schema_name/>  
1605 - </partitioning>  
1606 - <connection>bus_control_variable</connection>  
1607 - <schema/>  
1608 - <table>bsth_c_s_sr1_flat</table>  
1609 - <commit>1000</commit>  
1610 - <truncate>N</truncate>  
1611 - <ignore_errors>N</ignore_errors>  
1612 - <use_batch>Y</use_batch>  
1613 - <specify_fields>Y</specify_fields>  
1614 - <partitioning_enabled>N</partitioning_enabled>  
1615 - <partitioning_field/>  
1616 - <partitioning_daily>N</partitioning_daily>  
1617 - <partitioning_monthly>Y</partitioning_monthly>  
1618 - <tablename_in_field>N</tablename_in_field>  
1619 - <tablename_field/>  
1620 - <tablename_in_table>Y</tablename_in_table>  
1621 - <return_keys>N</return_keys>  
1622 - <return_field/>  
1623 - <fields>  
1624 - <field>  
1625 - <column_name>xl</column_name>  
1626 - <stream_name>xlid</stream_name>  
1627 - </field>  
1628 - <field>  
1629 - <column_name>car_config_info</column_name>  
1630 - <stream_name>cid</stream_name>  
1631 - </field>  
1632 - <field>  
1633 - <column_name>lp_names</column_name>  
1634 - <stream_name>lpnames</stream_name>  
1635 - </field>  
1636 - <field>  
1637 - <column_name>lp_ids</column_name>  
1638 - <stream_name>lpids</stream_name>  
1639 - </field>  
1640 - <field>  
1641 - <column_name>lp_start</column_name>  
1642 - <stream_name>&#x8d77;&#x59cb;&#x8def;&#x724c;</stream_name>  
1643 - </field>  
1644 - <field>  
1645 - <column_name>ry_start</column_name>  
1646 - <stream_name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</stream_name>  
1647 - </field>  
1648 - <field>  
1649 - <column_name>qyrq</column_name>  
1650 - <stream_name>&#x542f;&#x7528;&#x65e5;&#x671f;</stream_name>  
1651 - </field>  
1652 - <field>  
1653 - <column_name>fbgs</column_name>  
1654 - <stream_name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</stream_name>  
1655 - </field>  
1656 - <field>  
1657 - <column_name>ry_dbbms</column_name>  
1658 - <stream_name>rybms</stream_name>  
1659 - </field>  
1660 - <field>  
1661 - <column_name>ry_config_ids</column_name>  
1662 - <stream_name>rycids</stream_name>  
1663 - </field>  
1664 - </fields>  
1665 - <cluster_schema/>  
1666 - <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>  
1667 - <xloc>259</xloc>  
1668 - <yloc>369</yloc>  
1669 - <draw>Y</draw>  
1670 - </GUI>  
1671 - </step>  
1672 -  
1673 - <step_error_handling>  
1674 - <error>  
1675 - <source_step>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</source_step>  
1676 - <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>  
1677 - <is_enabled>Y</is_enabled>  
1678 - <nr_valuename>error_count</nr_valuename>  
1679 - <descriptions_valuename>error_desc</descriptions_valuename>  
1680 - <fields_valuename>error_column1</fields_valuename>  
1681 - <codes_valuename>error_column2</codes_valuename>  
1682 - <max_errors/>  
1683 - <max_pct_errors/>  
1684 - <min_pct_rows/>  
1685 - </error>  
1686 - </step_error_handling>  
1687 - <slave-step-copy-partition-distribution>  
1688 -</slave-step-copy-partition-distribution>  
1689 - <slave_transformation>N</slave_transformation>  
1690 -  
1691 -</transformation> 1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>&#x6392;&#x73ed;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</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;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1</default_value>
  15 + <description>ktr step&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
  16 + </parameter>
  17 + <parameter>
  18 + <name>filepath</name>
  19 + <default_value>&#x2f;Users&#x2f;xu&#x2f;resource&#x2f;project_code&#x2f;bsth_project&#x2f;bsth_control_etl&#x2f;&#x5bfc;&#x5165;&#x5bfc;&#x51fa;1&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;.xls</default_value>
  20 + <description>&#x5f85;&#x5904;&#x7406;&#x5bfc;&#x5165;&#x7684;excel&#x6587;&#x4ef6;</description>
  21 + </parameter>
  22 + </parameters>
  23 + <log>
  24 +<trans-log-table><connection/>
  25 +<schema/>
  26 +<table/>
  27 +<size_limit_lines/>
  28 +<interval/>
  29 +<timeout_days/>
  30 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STATUS</id><enabled>Y</enabled><name>STATUS</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name><subject/></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name><subject/></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name><subject/></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name><subject/></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name><subject/></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name><subject/></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>STARTDATE</id><enabled>Y</enabled><name>STARTDATE</name></field><field><id>ENDDATE</id><enabled>Y</enabled><name>ENDDATE</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>DEPDATE</id><enabled>Y</enabled><name>DEPDATE</name></field><field><id>REPLAYDATE</id><enabled>Y</enabled><name>REPLAYDATE</name></field><field><id>LOG_FIELD</id><enabled>Y</enabled><name>LOG_FIELD</name></field><field><id>EXECUTING_SERVER</id><enabled>N</enabled><name>EXECUTING_SERVER</name></field><field><id>EXECUTING_USER</id><enabled>N</enabled><name>EXECUTING_USER</name></field><field><id>CLIENT</id><enabled>N</enabled><name>CLIENT</name></field></trans-log-table>
  31 +<perf-log-table><connection/>
  32 +<schema/>
  33 +<table/>
  34 +<interval/>
  35 +<timeout_days/>
  36 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>SEQ_NR</id><enabled>Y</enabled><name>SEQ_NR</name></field><field><id>LOGDATE</id><enabled>Y</enabled><name>LOGDATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>INPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>INPUT_BUFFER_ROWS</name></field><field><id>OUTPUT_BUFFER_ROWS</id><enabled>Y</enabled><name>OUTPUT_BUFFER_ROWS</name></field></perf-log-table>
  37 +<channel-log-table><connection/>
  38 +<schema/>
  39 +<table/>
  40 +<timeout_days/>
  41 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>LOGGING_OBJECT_TYPE</id><enabled>Y</enabled><name>LOGGING_OBJECT_TYPE</name></field><field><id>OBJECT_NAME</id><enabled>Y</enabled><name>OBJECT_NAME</name></field><field><id>OBJECT_COPY</id><enabled>Y</enabled><name>OBJECT_COPY</name></field><field><id>REPOSITORY_DIRECTORY</id><enabled>Y</enabled><name>REPOSITORY_DIRECTORY</name></field><field><id>FILENAME</id><enabled>Y</enabled><name>FILENAME</name></field><field><id>OBJECT_ID</id><enabled>Y</enabled><name>OBJECT_ID</name></field><field><id>OBJECT_REVISION</id><enabled>Y</enabled><name>OBJECT_REVISION</name></field><field><id>PARENT_CHANNEL_ID</id><enabled>Y</enabled><name>PARENT_CHANNEL_ID</name></field><field><id>ROOT_CHANNEL_ID</id><enabled>Y</enabled><name>ROOT_CHANNEL_ID</name></field></channel-log-table>
  42 +<step-log-table><connection/>
  43 +<schema/>
  44 +<table/>
  45 +<timeout_days/>
  46 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>TRANSNAME</id><enabled>Y</enabled><name>TRANSNAME</name></field><field><id>STEPNAME</id><enabled>Y</enabled><name>STEPNAME</name></field><field><id>STEP_COPY</id><enabled>Y</enabled><name>STEP_COPY</name></field><field><id>LINES_READ</id><enabled>Y</enabled><name>LINES_READ</name></field><field><id>LINES_WRITTEN</id><enabled>Y</enabled><name>LINES_WRITTEN</name></field><field><id>LINES_UPDATED</id><enabled>Y</enabled><name>LINES_UPDATED</name></field><field><id>LINES_INPUT</id><enabled>Y</enabled><name>LINES_INPUT</name></field><field><id>LINES_OUTPUT</id><enabled>Y</enabled><name>LINES_OUTPUT</name></field><field><id>LINES_REJECTED</id><enabled>Y</enabled><name>LINES_REJECTED</name></field><field><id>ERRORS</id><enabled>Y</enabled><name>ERRORS</name></field><field><id>LOG_FIELD</id><enabled>N</enabled><name>LOG_FIELD</name></field></step-log-table>
  47 +<metrics-log-table><connection/>
  48 +<schema/>
  49 +<table/>
  50 +<timeout_days/>
  51 +<field><id>ID_BATCH</id><enabled>Y</enabled><name>ID_BATCH</name></field><field><id>CHANNEL_ID</id><enabled>Y</enabled><name>CHANNEL_ID</name></field><field><id>LOG_DATE</id><enabled>Y</enabled><name>LOG_DATE</name></field><field><id>METRICS_DATE</id><enabled>Y</enabled><name>METRICS_DATE</name></field><field><id>METRICS_CODE</id><enabled>Y</enabled><name>METRICS_CODE</name></field><field><id>METRICS_DESCRIPTION</id><enabled>Y</enabled><name>METRICS_DESCRIPTION</name></field><field><id>METRICS_SUBJECT</id><enabled>Y</enabled><name>METRICS_SUBJECT</name></field><field><id>METRICS_TYPE</id><enabled>Y</enabled><name>METRICS_TYPE</name></field><field><id>METRICS_VALUE</id><enabled>Y</enabled><name>METRICS_VALUE</name></field></metrics-log-table>
  52 + </log>
  53 + <maxdate>
  54 + <connection/>
  55 + <table/>
  56 + <field/>
  57 + <offset>0.0</offset>
  58 + <maxdiff>0.0</maxdiff>
  59 + </maxdate>
  60 + <size_rowset>10000</size_rowset>
  61 + <sleep_time_empty>50</sleep_time_empty>
  62 + <sleep_time_full>50</sleep_time_full>
  63 + <unique_connections>N</unique_connections>
  64 + <feedback_shown>Y</feedback_shown>
  65 + <feedback_size>50000</feedback_size>
  66 + <using_thread_priorities>Y</using_thread_priorities>
  67 + <shared_objects_file/>
  68 + <capture_step_performance>N</capture_step_performance>
  69 + <step_performance_capturing_delay>1000</step_performance_capturing_delay>
  70 + <step_performance_capturing_size_limit>100</step_performance_capturing_size_limit>
  71 + <dependencies>
  72 + </dependencies>
  73 + <partitionschemas>
  74 + </partitionschemas>
  75 + <slaveservers>
  76 + </slaveservers>
  77 + <clusterschemas>
  78 + </clusterschemas>
  79 + <created_user>-</created_user>
  80 + <created_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</created_date>
  81 + <modified_user>-</modified_user>
  82 + <modified_date>2017&#x2f;01&#x2f;09 10&#x3a;10&#x3a;36.915</modified_date>
  83 + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA&#x3d;</key_for_session_key>
  84 + <is_key_private>N</is_key_private>
  85 + </info>
  86 + <notepads>
  87 + </notepads>
  88 + <connection>
  89 + <name>192.168.168.1_jwgl_dw</name>
  90 + <server>192.168.168.1</server>
  91 + <type>ORACLE</type>
  92 + <access>Native</access>
  93 + <database>orcl</database>
  94 + <port>1521</port>
  95 + <username>jwgl_dw</username>
  96 + <password>Encrypted 2be98afc86aa7f2e4cb13b977d2adabcd</password>
  97 + <servername/>
  98 + <data_tablespace/>
  99 + <index_tablespace/>
  100 + <attributes>
  101 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  102 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  103 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  104 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  105 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  106 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  107 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  108 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  109 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  110 + </attributes>
  111 + </connection>
  112 + <connection>
  113 + <name>bus_control_variable</name>
  114 + <server>&#x24;&#x7b;v_db_ip&#x7d;</server>
  115 + <type>MYSQL</type>
  116 + <access>Native</access>
  117 + <database>&#x24;&#x7b;v_db_dname&#x7d;</database>
  118 + <port>3306</port>
  119 + <username>&#x24;&#x7b;v_db_uname&#x7d;</username>
  120 + <password>&#x24;&#x7b;v_db_pwd&#x7d;</password>
  121 + <servername/>
  122 + <data_tablespace/>
  123 + <index_tablespace/>
  124 + <attributes>
  125 + <attribute><code>EXTRA_OPTION_MYSQL.characterEncoding</code><attribute>utf8</attribute></attribute>
  126 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  127 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  128 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  129 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  130 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  131 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  132 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  133 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  134 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  135 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  136 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  137 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  138 + </attributes>
  139 + </connection>
  140 + <connection>
  141 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  142 + <server>localhost</server>
  143 + <type>MYSQL</type>
  144 + <access>Native</access>
  145 + <database>control</database>
  146 + <port>3306</port>
  147 + <username>root</username>
  148 + <password>Encrypted </password>
  149 + <servername/>
  150 + <data_tablespace/>
  151 + <index_tablespace/>
  152 + <attributes>
  153 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  154 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  155 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  156 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  157 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  158 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  159 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  160 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  161 + <attribute><code>STREAM_RESULTS</code><attribute>N</attribute></attribute>
  162 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  163 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  164 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  165 + </attributes>
  166 + </connection>
  167 + <connection>
  168 + <name>bus_control_&#x672c;&#x673a;</name>
  169 + <server>localhost</server>
  170 + <type>MYSQL</type>
  171 + <access>Native</access>
  172 + <database>control</database>
  173 + <port>3306</port>
  174 + <username>root</username>
  175 + <password>Encrypted </password>
  176 + <servername/>
  177 + <data_tablespace/>
  178 + <index_tablespace/>
  179 + <attributes>
  180 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  181 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  182 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  183 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  184 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  185 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  186 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  187 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  188 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  189 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  190 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  191 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  192 + </attributes>
  193 + </connection>
  194 + <connection>
  195 + <name>xlab_mysql_youle</name>
  196 + <server>101.231.124.8</server>
  197 + <type>MYSQL</type>
  198 + <access>Native</access>
  199 + <database>xlab_youle</database>
  200 + <port>45687</port>
  201 + <username>xlab-youle</username>
  202 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  203 + <servername/>
  204 + <data_tablespace/>
  205 + <index_tablespace/>
  206 + <attributes>
  207 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  208 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  209 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  210 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  211 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  212 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  213 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  214 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  215 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  216 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  217 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  218 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  219 + </attributes>
  220 + </connection>
  221 + <connection>
  222 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  223 + <server>localhost</server>
  224 + <type>MYSQL</type>
  225 + <access>Native</access>
  226 + <database>xlab_youle</database>
  227 + <port>3306</port>
  228 + <username>root</username>
  229 + <password>Encrypted </password>
  230 + <servername/>
  231 + <data_tablespace/>
  232 + <index_tablespace/>
  233 + <attributes>
  234 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  235 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  236 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  237 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  238 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  239 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  240 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  241 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  242 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  243 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  244 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  245 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  246 + </attributes>
  247 + </connection>
  248 + <connection>
  249 + <name>xlab_youle</name>
  250 + <server/>
  251 + <type>MYSQL</type>
  252 + <access>JNDI</access>
  253 + <database>xlab_youle</database>
  254 + <port>1521</port>
  255 + <username/>
  256 + <password>Encrypted </password>
  257 + <servername/>
  258 + <data_tablespace/>
  259 + <index_tablespace/>
  260 + <attributes>
  261 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  262 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  263 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  264 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  265 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  266 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  267 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  268 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  269 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  270 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  271 + </attributes>
  272 + </connection>
  273 + <order>
  274 + <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>
  275 + <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</to><enabled>Y</enabled> </hop>
  276 + <hop> <from>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</from><to>&#x8def;&#x724c;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  277 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</to><enabled>Y</enabled> </hop>
  278 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</from><to>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  279 + <hop> <from>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</from><to>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</to><enabled>Y</enabled> </hop>
  280 + <hop> <from>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  281 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</to><enabled>Y</enabled> </hop>
  282 + <hop> <from>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</from><to>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  283 + <hop> <from>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  284 + <hop> <from>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</to><enabled>Y</enabled> </hop>
  285 + <hop> <from>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  286 + <hop> <from>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</to><enabled>Y</enabled> </hop>
  287 + <hop> <from>&#x8def;&#x724c;id&#x67e5;&#x8be2;</from><to>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  288 + <hop> <from>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  289 + <hop> <from>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</from><to>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</to><enabled>Y</enabled> </hop>
  290 + <hop> <from>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</from><to>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  291 + <hop> <from>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</to><enabled>Y</enabled> </hop>
  292 + <hop> <from>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</from><to>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</to><enabled>Y</enabled> </hop>
  293 + <hop> <from>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</from><to>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</to><enabled>Y</enabled> </hop>
  294 + <hop> <from>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</from><to>&#x5220;&#x9664;</to><enabled>Y</enabled> </hop>
  295 + <hop> <from>&#x5220;&#x9664;</from><to>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</to><enabled>Y</enabled> </hop>
  296 + <hop> <from>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</from><to>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</to><enabled>Y</enabled> </hop>
  297 + <hop> <from>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</to><enabled>Y</enabled> </hop>
  298 + </order>
  299 + <step>
  300 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  301 + <type>DBLookup</type>
  302 + <description/>
  303 + <distribute>Y</distribute>
  304 + <custom_distribution/>
  305 + <copies>1</copies>
  306 + <partitioning>
  307 + <method>none</method>
  308 + <schema_name/>
  309 + </partitioning>
  310 + <connection>bus_control_variable</connection>
  311 + <cache>N</cache>
  312 + <cache_load_all>Y</cache_load_all>
  313 + <cache_size>0</cache_size>
  314 + <lookup>
  315 + <schema/>
  316 + <table>bsth_c_s_ecinfo</table>
  317 + <orderby/>
  318 + <fail_on_multiple>N</fail_on_multiple>
  319 + <eat_row_on_failure>N</eat_row_on_failure>
  320 + <key>
  321 + <name>xlid</name>
  322 + <field>xl</field>
  323 + <condition>&#x3d;</condition>
  324 + <name2/>
  325 + </key>
  326 + <key>
  327 + <name>dbbm1</name>
  328 + <field>dbbm</field>
  329 + <condition>&#x3d;</condition>
  330 + <name2/>
  331 + </key>
  332 + <key>
  333 + <name>isCancel</name>
  334 + <field>is_cancel</field>
  335 + <condition>&#x3d;</condition>
  336 + <name2/>
  337 + </key>
  338 + <value>
  339 + <name>id</name>
  340 + <rename>rycid1</rename>
  341 + <default/>
  342 + <type>Integer</type>
  343 + </value>
  344 + </lookup>
  345 + <cluster_schema/>
  346 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  347 + <xloc>904</xloc>
  348 + <yloc>101</yloc>
  349 + <draw>Y</draw>
  350 + </GUI>
  351 + </step>
  352 +
  353 + <step>
  354 + <name>&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x67e5;&#x8be2; 2</name>
  355 + <type>DBLookup</type>
  356 + <description/>
  357 + <distribute>Y</distribute>
  358 + <custom_distribution/>
  359 + <copies>1</copies>
  360 + <partitioning>
  361 + <method>none</method>
  362 + <schema_name/>
  363 + </partitioning>
  364 + <connection>bus_control_variable</connection>
  365 + <cache>N</cache>
  366 + <cache_load_all>Y</cache_load_all>
  367 + <cache_size>0</cache_size>
  368 + <lookup>
  369 + <schema/>
  370 + <table>bsth_c_s_ecinfo</table>
  371 + <orderby/>
  372 + <fail_on_multiple>N</fail_on_multiple>
  373 + <eat_row_on_failure>N</eat_row_on_failure>
  374 + <key>
  375 + <name>xlid</name>
  376 + <field>xl</field>
  377 + <condition>&#x3d;</condition>
  378 + <name2/>
  379 + </key>
  380 + <key>
  381 + <name>dbbm2</name>
  382 + <field>dbbm</field>
  383 + <condition>&#x3d;</condition>
  384 + <name2/>
  385 + </key>
  386 + <key>
  387 + <name>isCancel</name>
  388 + <field>is_cancel</field>
  389 + <condition>&#x3d;</condition>
  390 + <name2/>
  391 + </key>
  392 + <value>
  393 + <name>id</name>
  394 + <rename>rycid2</rename>
  395 + <default/>
  396 + <type>Integer</type>
  397 + </value>
  398 + </lookup>
  399 + <cluster_schema/>
  400 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  401 + <xloc>778</xloc>
  402 + <yloc>103</yloc>
  403 + <draw>Y</draw>
  404 + </GUI>
  405 + </step>
  406 +
  407 + <step>
  408 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  409 + <type>GroupBy</type>
  410 + <description/>
  411 + <distribute>Y</distribute>
  412 + <custom_distribution/>
  413 + <copies>1</copies>
  414 + <partitioning>
  415 + <method>none</method>
  416 + <schema_name/>
  417 + </partitioning>
  418 + <all_rows>N</all_rows>
  419 + <ignore_aggregate>N</ignore_aggregate>
  420 + <field_ignore/>
  421 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  422 + <prefix>grp</prefix>
  423 + <add_linenr>N</add_linenr>
  424 + <linenr_fieldname/>
  425 + <give_back_row>N</give_back_row>
  426 + <group>
  427 + <field>
  428 + <name>xlid</name>
  429 + </field>
  430 + <field>
  431 + <name>cid</name>
  432 + </field>
  433 + <field>
  434 + <name>lpnames</name>
  435 + </field>
  436 + <field>
  437 + <name>lpids</name>
  438 + </field>
  439 + <field>
  440 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  441 + </field>
  442 + <field>
  443 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  444 + </field>
  445 + <field>
  446 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  447 + </field>
  448 + <field>
  449 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  450 + </field>
  451 + <field>
  452 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  453 + </field>
  454 + <field>
  455 + <name>isCancel</name>
  456 + </field>
  457 + </group>
  458 + <fields>
  459 + <field>
  460 + <aggregate>rycids</aggregate>
  461 + <subject>rycid</subject>
  462 + <type>CONCAT_STRING</type>
  463 + <valuefield>,</valuefield>
  464 + </field>
  465 + <field>
  466 + <aggregate>rybms</aggregate>
  467 + <subject>rybm</subject>
  468 + <type>CONCAT_STRING</type>
  469 + <valuefield>,</valuefield>
  470 + </field>
  471 + </fields>
  472 + <cluster_schema/>
  473 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  474 + <xloc>780</xloc>
  475 + <yloc>291</yloc>
  476 + <draw>Y</draw>
  477 + </GUI>
  478 + </step>
  479 +
  480 + <step>
  481 + <name>&#x5206;&#x7ec4;&#x5408;&#x5e76;&#x8def;&#x724c;id</name>
  482 + <type>GroupBy</type>
  483 + <description/>
  484 + <distribute>Y</distribute>
  485 + <custom_distribution/>
  486 + <copies>1</copies>
  487 + <partitioning>
  488 + <method>none</method>
  489 + <schema_name/>
  490 + </partitioning>
  491 + <all_rows>N</all_rows>
  492 + <ignore_aggregate>N</ignore_aggregate>
  493 + <field_ignore/>
  494 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  495 + <prefix>grp</prefix>
  496 + <add_linenr>N</add_linenr>
  497 + <linenr_fieldname/>
  498 + <give_back_row>N</give_back_row>
  499 + <group>
  500 + <field>
  501 + <name>xlid</name>
  502 + </field>
  503 + <field>
  504 + <name>cid</name>
  505 + </field>
  506 + <field>
  507 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  508 + </field>
  509 + <field>
  510 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  511 + </field>
  512 + <field>
  513 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  514 + </field>
  515 + <field>
  516 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  517 + </field>
  518 + <field>
  519 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  520 + </field>
  521 + <field>
  522 + <name>isCancel</name>
  523 + </field>
  524 + </group>
  525 + <fields>
  526 + <field>
  527 + <aggregate>lpids</aggregate>
  528 + <subject>lpid</subject>
  529 + <type>CONCAT_STRING</type>
  530 + <valuefield>,</valuefield>
  531 + </field>
  532 + <field>
  533 + <aggregate>lpnames</aggregate>
  534 + <subject>lpname</subject>
  535 + <type>CONCAT_STRING</type>
  536 + <valuefield>,</valuefield>
  537 + </field>
  538 + </fields>
  539 + <cluster_schema/>
  540 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  541 + <xloc>653</xloc>
  542 + <yloc>119</yloc>
  543 + <draw>Y</draw>
  544 + </GUI>
  545 + </step>
  546 +
  547 + <step>
  548 + <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
  549 + <type>ExcelInput</type>
  550 + <description/>
  551 + <distribute>Y</distribute>
  552 + <custom_distribution/>
  553 + <copies>1</copies>
  554 + <partitioning>
  555 + <method>none</method>
  556 + <schema_name/>
  557 + </partitioning>
  558 + <header>Y</header>
  559 + <noempty>Y</noempty>
  560 + <stoponempty>N</stoponempty>
  561 + <filefield/>
  562 + <sheetfield/>
  563 + <sheetrownumfield/>
  564 + <rownumfield/>
  565 + <sheetfield/>
  566 + <filefield/>
  567 + <limit>0</limit>
  568 + <encoding/>
  569 + <add_to_result_filenames>Y</add_to_result_filenames>
  570 + <accept_filenames>Y</accept_filenames>
  571 + <accept_field>filepath_</accept_field>
  572 + <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>
  573 + <file>
  574 + <name/>
  575 + <filemask/>
  576 + <exclude_filemask/>
  577 + <file_required>N</file_required>
  578 + <include_subfolders>N</include_subfolders>
  579 + </file>
  580 + <fields>
  581 + <field>
  582 + <name>&#x7ebf;&#x8def;</name>
  583 + <type>String</type>
  584 + <length>-1</length>
  585 + <precision>-1</precision>
  586 + <trim_type>none</trim_type>
  587 + <repeat>N</repeat>
  588 + <format/>
  589 + <currency/>
  590 + <decimal/>
  591 + <group/>
  592 + </field>
  593 + <field>
  594 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  595 + <type>String</type>
  596 + <length>-1</length>
  597 + <precision>-1</precision>
  598 + <trim_type>none</trim_type>
  599 + <repeat>N</repeat>
  600 + <format/>
  601 + <currency/>
  602 + <decimal/>
  603 + <group/>
  604 + </field>
  605 + <field>
  606 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  607 + <type>String</type>
  608 + <length>-1</length>
  609 + <precision>-1</precision>
  610 + <trim_type>none</trim_type>
  611 + <repeat>N</repeat>
  612 + <format/>
  613 + <currency/>
  614 + <decimal/>
  615 + <group/>
  616 + </field>
  617 + <field>
  618 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  619 + <type>String</type>
  620 + <length>-1</length>
  621 + <precision>-1</precision>
  622 + <trim_type>none</trim_type>
  623 + <repeat>N</repeat>
  624 + <format>&#x23;</format>
  625 + <currency/>
  626 + <decimal/>
  627 + <group/>
  628 + </field>
  629 + <field>
  630 + <name>&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  631 + <type>String</type>
  632 + <length>-1</length>
  633 + <precision>-1</precision>
  634 + <trim_type>none</trim_type>
  635 + <repeat>N</repeat>
  636 + <format>&#x23;</format>
  637 + <currency/>
  638 + <decimal/>
  639 + <group/>
  640 + </field>
  641 + <field>
  642 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  643 + <type>String</type>
  644 + <length>-1</length>
  645 + <precision>-1</precision>
  646 + <trim_type>none</trim_type>
  647 + <repeat>N</repeat>
  648 + <format>&#x23;</format>
  649 + <currency/>
  650 + <decimal/>
  651 + <group/>
  652 + </field>
  653 + <field>
  654 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  655 + <type>String</type>
  656 + <length>-1</length>
  657 + <precision>-1</precision>
  658 + <trim_type>none</trim_type>
  659 + <repeat>N</repeat>
  660 + <format>&#x23;</format>
  661 + <currency/>
  662 + <decimal/>
  663 + <group/>
  664 + </field>
  665 + <field>
  666 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  667 + <type>String</type>
  668 + <length>-1</length>
  669 + <precision>-1</precision>
  670 + <trim_type>none</trim_type>
  671 + <repeat>N</repeat>
  672 + <format>&#x23;</format>
  673 + <currency/>
  674 + <decimal/>
  675 + <group/>
  676 + </field>
  677 + </fields>
  678 + <sheets>
  679 + <sheet>
  680 + <name>&#x5de5;&#x4f5c;&#x8868;1</name>
  681 + <startrow>0</startrow>
  682 + <startcol>0</startcol>
  683 + </sheet>
  684 + </sheets>
  685 + <strict_types>N</strict_types>
  686 + <error_ignored>N</error_ignored>
  687 + <error_line_skipped>N</error_line_skipped>
  688 + <bad_line_files_destination_directory/>
  689 + <bad_line_files_extension>warning</bad_line_files_extension>
  690 + <error_line_files_destination_directory/>
  691 + <error_line_files_extension>error</error_line_files_extension>
  692 + <line_number_files_destination_directory/>
  693 + <line_number_files_extension>line</line_number_files_extension>
  694 + <shortFileFieldName/>
  695 + <pathFieldName/>
  696 + <hiddenFieldName/>
  697 + <lastModificationTimeFieldName/>
  698 + <uriNameFieldName/>
  699 + <rootUriNameFieldName/>
  700 + <extensionFieldName/>
  701 + <sizeFieldName/>
  702 + <spreadsheet_type>JXL</spreadsheet_type>
  703 + <cluster_schema/>
  704 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  705 + <xloc>208</xloc>
  706 + <yloc>21</yloc>
  707 + <draw>Y</draw>
  708 + </GUI>
  709 + </step>
  710 +
  711 + <step>
  712 + <name>&#x5408;&#x5e76;&#x5206;&#x73ed;&#x4eba;&#x5458;&#x914d;&#x7f6e;id</name>
  713 + <type>ScriptValueMod</type>
  714 + <description/>
  715 + <distribute>Y</distribute>
  716 + <custom_distribution/>
  717 + <copies>1</copies>
  718 + <partitioning>
  719 + <method>none</method>
  720 + <schema_name/>
  721 + </partitioning>
  722 + <compatible>N</compatible>
  723 + <optimizationLevel>9</optimizationLevel>
  724 + <jsScripts> <jsScript> <jsScript_type>0</jsScript_type>
  725 + <jsScript_name>Script 1</jsScript_name>
  726 + <jsScript_script>&#x2f;&#x2f;Script here&#xa;&#xa;var rycid&#x3b;&#xa;var rybm&#x3b;&#xa;&#xa;if &#x28;rycid2 &#x3d;&#x3d; null&#x29; &#x7b;&#xa; rycid &#x3d; rycid1&#x3b;&#xa; rybm &#x3d; dbbm1&#x3b;&#xa;&#x7d; else &#x7b;&#xa; rycid &#x3d; rycid1 &#x2b; &#x22;-&#x22; &#x2b; rycid2&#x3b;&#xa; rybm &#x3d; dbbm1 &#x2b; &#x22;-&#x22; &#x2b; dbbm2&#x3b;&#xa;&#x7d;</jsScript_script>
  727 + </jsScript> </jsScripts> <fields> <field> <name>rycid</name>
  728 + <rename>rycid</rename>
  729 + <type>String</type>
  730 + <length>-1</length>
  731 + <precision>-1</precision>
  732 + <replace>N</replace>
  733 + </field> <field> <name>rybm</name>
  734 + <rename>rybm</rename>
  735 + <type>String</type>
  736 + <length>-1</length>
  737 + <precision>-1</precision>
  738 + <replace>N</replace>
  739 + </field> </fields> <cluster_schema/>
  740 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  741 + <xloc>917</xloc>
  742 + <yloc>201</yloc>
  743 + <draw>Y</draw>
  744 + </GUI>
  745 + </step>
  746 +
  747 + <step>
  748 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;&#x8f6c;&#x6362;</name>
  749 + <type>SelectValues</type>
  750 + <description/>
  751 + <distribute>Y</distribute>
  752 + <custom_distribution/>
  753 + <copies>1</copies>
  754 + <partitioning>
  755 + <method>none</method>
  756 + <schema_name/>
  757 + </partitioning>
  758 + <fields> <select_unspecified>N</select_unspecified>
  759 + <meta> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  760 + <rename>&#x542f;&#x7528;&#x65e5;&#x671f;</rename>
  761 + <type>Timestamp</type>
  762 + <length>-2</length>
  763 + <precision>-2</precision>
  764 + <conversion_mask>yyyy-MM-dd</conversion_mask>
  765 + <date_format_lenient>false</date_format_lenient>
  766 + <date_format_locale/>
  767 + <date_format_timezone/>
  768 + <lenient_string_to_number>false</lenient_string_to_number>
  769 + <encoding/>
  770 + <decimal_symbol/>
  771 + <grouping_symbol/>
  772 + <currency_symbol/>
  773 + <storage_type/>
  774 + </meta> </fields> <cluster_schema/>
  775 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  776 + <xloc>777</xloc>
  777 + <yloc>368</yloc>
  778 + <draw>Y</draw>
  779 + </GUI>
  780 + </step>
  781 +
  782 + <step>
  783 + <name>&#x542f;&#x7528;&#x88ab;&#x6570;&#x636e;flag</name>
  784 + <type>Constant</type>
  785 + <description/>
  786 + <distribute>Y</distribute>
  787 + <custom_distribution/>
  788 + <copies>1</copies>
  789 + <partitioning>
  790 + <method>none</method>
  791 + <schema_name/>
  792 + </partitioning>
  793 + <fields>
  794 + <field>
  795 + <name>isCancel</name>
  796 + <type>Integer</type>
  797 + <format/>
  798 + <currency/>
  799 + <decimal/>
  800 + <group/>
  801 + <nullif>0</nullif>
  802 + <length>-1</length>
  803 + <precision>-1</precision>
  804 + <set_empty_string>N</set_empty_string>
  805 + </field>
  806 + </fields>
  807 + <cluster_schema/>
  808 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  809 + <xloc>361</xloc>
  810 + <yloc>22</yloc>
  811 + <draw>Y</draw>
  812 + </GUI>
  813 + </step>
  814 +
  815 + <step>
  816 + <name>&#x62c6;&#x5206;&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  817 + <type>SplitFieldToRows3</type>
  818 + <description/>
  819 + <distribute>Y</distribute>
  820 + <custom_distribution/>
  821 + <copies>1</copies>
  822 + <partitioning>
  823 + <method>none</method>
  824 + <schema_name/>
  825 + </partitioning>
  826 + <splitfield>&#x4eba;&#x5458;&#x8303;&#x56f4;</splitfield>
  827 + <delimiter>,</delimiter>
  828 + <newfield>dbbm</newfield>
  829 + <rownum>N</rownum>
  830 + <rownum_field/>
  831 + <resetrownumber>Y</resetrownumber>
  832 + <delimiter_is_regex>N</delimiter_is_regex>
  833 + <cluster_schema/>
  834 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  835 + <xloc>777</xloc>
  836 + <yloc>22</yloc>
  837 + <draw>Y</draw>
  838 + </GUI>
  839 + </step>
  840 +
  841 + <step>
  842 + <name>&#x62c6;&#x5206;&#x5206;&#x73ed;&#x642d;&#x73ed;&#x7f16;&#x7801;&#x5b57;&#x6bb5;</name>
  843 + <type>FieldSplitter</type>
  844 + <description/>
  845 + <distribute>Y</distribute>
  846 + <custom_distribution/>
  847 + <copies>1</copies>
  848 + <partitioning>
  849 + <method>none</method>
  850 + <schema_name/>
  851 + </partitioning>
  852 + <splitfield>dbbm</splitfield>
  853 + <delimiter>-</delimiter>
  854 + <enclosure/>
  855 + <fields> <field> <name>dbbm1</name>
  856 + <id/>
  857 + <idrem>N</idrem>
  858 + <type>String</type>
  859 + <format/>
  860 + <group/>
  861 + <decimal/>
  862 + <currency/>
  863 + <length>-1</length>
  864 + <precision>-1</precision>
  865 + <nullif/>
  866 + <ifnull/>
  867 + <trimtype>none</trimtype>
  868 + </field> <field> <name>dbbm2</name>
  869 + <id/>
  870 + <idrem>N</idrem>
  871 + <type>String</type>
  872 + <format/>
  873 + <group/>
  874 + <decimal/>
  875 + <currency/>
  876 + <length>-1</length>
  877 + <precision>-1</precision>
  878 + <nullif/>
  879 + <ifnull/>
  880 + <trimtype>none</trimtype>
  881 + </field> </fields> <cluster_schema/>
  882 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  883 + <xloc>901</xloc>
  884 + <yloc>22</yloc>
  885 + <draw>Y</draw>
  886 + </GUI>
  887 + </step>
  888 +
  889 + <step>
  890 + <name>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</name>
  891 + <type>SplitFieldToRows3</type>
  892 + <description/>
  893 + <distribute>Y</distribute>
  894 + <custom_distribution/>
  895 + <copies>1</copies>
  896 + <partitioning>
  897 + <method>none</method>
  898 + <schema_name/>
  899 + </partitioning>
  900 + <splitfield>&#x8def;&#x724c;&#x8303;&#x56f4;</splitfield>
  901 + <delimiter>,</delimiter>
  902 + <newfield>lpname</newfield>
  903 + <rownum>N</rownum>
  904 + <rownum_field/>
  905 + <resetrownumber>Y</resetrownumber>
  906 + <delimiter_is_regex>N</delimiter_is_regex>
  907 + <cluster_schema/>
  908 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  909 + <xloc>364</xloc>
  910 + <yloc>259</yloc>
  911 + <draw>Y</draw>
  912 + </GUI>
  913 + </step>
  914 +
  915 + <step>
  916 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</name>
  917 + <type>SortRows</type>
  918 + <description/>
  919 + <distribute>Y</distribute>
  920 + <custom_distribution/>
  921 + <copies>1</copies>
  922 + <partitioning>
  923 + <method>none</method>
  924 + <schema_name/>
  925 + </partitioning>
  926 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  927 + <prefix>out</prefix>
  928 + <sort_size>1000000</sort_size>
  929 + <free_memory/>
  930 + <compress>N</compress>
  931 + <compress_variable/>
  932 + <unique_rows>N</unique_rows>
  933 + <fields>
  934 + <field>
  935 + <name>xlid</name>
  936 + <ascending>Y</ascending>
  937 + <case_sensitive>N</case_sensitive>
  938 + <presorted>N</presorted>
  939 + </field>
  940 + <field>
  941 + <name>cid</name>
  942 + <ascending>Y</ascending>
  943 + <case_sensitive>N</case_sensitive>
  944 + <presorted>N</presorted>
  945 + </field>
  946 + <field>
  947 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  948 + <ascending>Y</ascending>
  949 + <case_sensitive>N</case_sensitive>
  950 + <presorted>N</presorted>
  951 + </field>
  952 + <field>
  953 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  954 + <ascending>Y</ascending>
  955 + <case_sensitive>N</case_sensitive>
  956 + <presorted>N</presorted>
  957 + </field>
  958 + <field>
  959 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  960 + <ascending>Y</ascending>
  961 + <case_sensitive>N</case_sensitive>
  962 + <presorted>N</presorted>
  963 + </field>
  964 + <field>
  965 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  966 + <ascending>Y</ascending>
  967 + <case_sensitive>N</case_sensitive>
  968 + <presorted>N</presorted>
  969 + </field>
  970 + <field>
  971 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  972 + <ascending>Y</ascending>
  973 + <case_sensitive>N</case_sensitive>
  974 + <presorted>N</presorted>
  975 + </field>
  976 + <field>
  977 + <name>isCancel</name>
  978 + <ascending>Y</ascending>
  979 + <case_sensitive>N</case_sensitive>
  980 + <presorted>N</presorted>
  981 + </field>
  982 + </fields>
  983 + <cluster_schema/>
  984 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  985 + <xloc>516</xloc>
  986 + <yloc>119</yloc>
  987 + <draw>Y</draw>
  988 + </GUI>
  989 + </step>
  990 +
  991 + <step>
  992 + <name>&#x6392;&#x5e8f;&#x8bb0;&#x5f55; 2</name>
  993 + <type>SortRows</type>
  994 + <description/>
  995 + <distribute>Y</distribute>
  996 + <custom_distribution/>
  997 + <copies>1</copies>
  998 + <partitioning>
  999 + <method>none</method>
  1000 + <schema_name/>
  1001 + </partitioning>
  1002 + <directory>&#x25;&#x25;java.io.tmpdir&#x25;&#x25;</directory>
  1003 + <prefix>out</prefix>
  1004 + <sort_size>1000000</sort_size>
  1005 + <free_memory/>
  1006 + <compress>N</compress>
  1007 + <compress_variable/>
  1008 + <unique_rows>N</unique_rows>
  1009 + <fields>
  1010 + <field>
  1011 + <name>xlid</name>
  1012 + <ascending>Y</ascending>
  1013 + <case_sensitive>N</case_sensitive>
  1014 + <presorted>N</presorted>
  1015 + </field>
  1016 + <field>
  1017 + <name>cid</name>
  1018 + <ascending>Y</ascending>
  1019 + <case_sensitive>N</case_sensitive>
  1020 + <presorted>N</presorted>
  1021 + </field>
  1022 + <field>
  1023 + <name>lpnames</name>
  1024 + <ascending>Y</ascending>
  1025 + <case_sensitive>N</case_sensitive>
  1026 + <presorted>N</presorted>
  1027 + </field>
  1028 + <field>
  1029 + <name>lpids</name>
  1030 + <ascending>Y</ascending>
  1031 + <case_sensitive>N</case_sensitive>
  1032 + <presorted>N</presorted>
  1033 + </field>
  1034 + <field>
  1035 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1036 + <ascending>Y</ascending>
  1037 + <case_sensitive>N</case_sensitive>
  1038 + <presorted>N</presorted>
  1039 + </field>
  1040 + <field>
  1041 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1042 + <ascending>Y</ascending>
  1043 + <case_sensitive>N</case_sensitive>
  1044 + <presorted>N</presorted>
  1045 + </field>
  1046 + <field>
  1047 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1048 + <ascending>Y</ascending>
  1049 + <case_sensitive>N</case_sensitive>
  1050 + <presorted>N</presorted>
  1051 + </field>
  1052 + <field>
  1053 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1054 + <ascending>Y</ascending>
  1055 + <case_sensitive>N</case_sensitive>
  1056 + <presorted>N</presorted>
  1057 + </field>
  1058 + <field>
  1059 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1060 + <ascending>Y</ascending>
  1061 + <case_sensitive>N</case_sensitive>
  1062 + <presorted>N</presorted>
  1063 + </field>
  1064 + <field>
  1065 + <name>isCancel</name>
  1066 + <ascending>Y</ascending>
  1067 + <case_sensitive>N</case_sensitive>
  1068 + <presorted>N</presorted>
  1069 + </field>
  1070 + </fields>
  1071 + <cluster_schema/>
  1072 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1073 + <xloc>919</xloc>
  1074 + <yloc>289</yloc>
  1075 + <draw>Y</draw>
  1076 + </GUI>
  1077 + </step>
  1078 +
  1079 + <step>
  1080 + <name>&#x7ebf;&#x8def;id&#x67e5;&#x8be2;</name>
  1081 + <type>DBLookup</type>
  1082 + <description/>
  1083 + <distribute>Y</distribute>
  1084 + <custom_distribution/>
  1085 + <copies>1</copies>
  1086 + <partitioning>
  1087 + <method>none</method>
  1088 + <schema_name/>
  1089 + </partitioning>
  1090 + <connection>bus_control_variable</connection>
  1091 + <cache>N</cache>
  1092 + <cache_load_all>Y</cache_load_all>
  1093 + <cache_size>0</cache_size>
  1094 + <lookup>
  1095 + <schema/>
  1096 + <table>bsth_c_line</table>
  1097 + <orderby/>
  1098 + <fail_on_multiple>N</fail_on_multiple>
  1099 + <eat_row_on_failure>N</eat_row_on_failure>
  1100 + <key>
  1101 + <name>&#x7ebf;&#x8def;</name>
  1102 + <field>name</field>
  1103 + <condition>&#x3d;</condition>
  1104 + <name2/>
  1105 + </key>
  1106 + <key>
  1107 + <name>isCancel</name>
  1108 + <field>destroy</field>
  1109 + <condition>&#x3d;</condition>
  1110 + <name2/>
  1111 + </key>
  1112 + <value>
  1113 + <name>id</name>
  1114 + <rename>xlid</rename>
  1115 + <default/>
  1116 + <type>Integer</type>
  1117 + </value>
  1118 + </lookup>
  1119 + <cluster_schema/>
  1120 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1121 + <xloc>359</xloc>
  1122 + <yloc>110</yloc>
  1123 + <draw>Y</draw>
  1124 + </GUI>
  1125 + </step>
  1126 +
  1127 + <step>
  1128 + <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
  1129 + <type>GetVariable</type>
  1130 + <description/>
  1131 + <distribute>Y</distribute>
  1132 + <custom_distribution/>
  1133 + <copies>1</copies>
  1134 + <partitioning>
  1135 + <method>none</method>
  1136 + <schema_name/>
  1137 + </partitioning>
  1138 + <fields>
  1139 + <field>
  1140 + <name>filepath_</name>
  1141 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  1142 + <type>String</type>
  1143 + <format/>
  1144 + <currency/>
  1145 + <decimal/>
  1146 + <group/>
  1147 + <length>-1</length>
  1148 + <precision>-1</precision>
  1149 + <trim_type>none</trim_type>
  1150 + </field>
  1151 + <field>
  1152 + <name>erroroutputdir_</name>
  1153 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  1154 + <type>String</type>
  1155 + <format/>
  1156 + <currency/>
  1157 + <decimal/>
  1158 + <group/>
  1159 + <length>-1</length>
  1160 + <precision>-1</precision>
  1161 + <trim_type>none</trim_type>
  1162 + </field>
  1163 + </fields>
  1164 + <cluster_schema/>
  1165 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1166 + <xloc>53</xloc>
  1167 + <yloc>23</yloc>
  1168 + <draw>Y</draw>
  1169 + </GUI>
  1170 + </step>
  1171 +
  1172 + <step>
  1173 + <name>&#x8def;&#x724c;id&#x67e5;&#x8be2;</name>
  1174 + <type>DBLookup</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 + <cache>N</cache>
  1185 + <cache_load_all>Y</cache_load_all>
  1186 + <cache_size>0</cache_size>
  1187 + <lookup>
  1188 + <schema/>
  1189 + <table>bsth_c_s_gbi</table>
  1190 + <orderby/>
  1191 + <fail_on_multiple>N</fail_on_multiple>
  1192 + <eat_row_on_failure>N</eat_row_on_failure>
  1193 + <key>
  1194 + <name>xlid</name>
  1195 + <field>xl</field>
  1196 + <condition>&#x3d;</condition>
  1197 + <name2/>
  1198 + </key>
  1199 + <key>
  1200 + <name>lpname</name>
  1201 + <field>lp_name</field>
  1202 + <condition>&#x3d;</condition>
  1203 + <name2/>
  1204 + </key>
  1205 + <key>
  1206 + <name>isCancel</name>
  1207 + <field>is_cancel</field>
  1208 + <condition>&#x3d;</condition>
  1209 + <name2/>
  1210 + </key>
  1211 + <value>
  1212 + <name>id</name>
  1213 + <rename>lpid</rename>
  1214 + <default/>
  1215 + <type>Integer</type>
  1216 + </value>
  1217 + </lookup>
  1218 + <cluster_schema/>
  1219 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1220 + <xloc>516</xloc>
  1221 + <yloc>21</yloc>
  1222 + <draw>Y</draw>
  1223 + </GUI>
  1224 + </step>
  1225 +
  1226 + <step>
  1227 + <name>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</name>
  1228 + <type>DBJoin</type>
  1229 + <description/>
  1230 + <distribute>Y</distribute>
  1231 + <custom_distribution/>
  1232 + <copies>1</copies>
  1233 + <partitioning>
  1234 + <method>none</method>
  1235 + <schema_name/>
  1236 + </partitioning>
  1237 + <connection>bus_control_variable</connection>
  1238 + <rowlimit>1</rowlimit>
  1239 + <sql>select t1.id as cid from bsth_c_s_ccinfo t1 left join bsth_c_cars t2 on t1.cl &#x3d; t2.id&#xa;where t1.xl &#x3d; &#x3f; and t2.inside_code &#x3d; &#x3f; and t1.is_cancel &#x3d; &#x3f;</sql>
  1240 + <outer_join>Y</outer_join>
  1241 + <replace_vars>N</replace_vars>
  1242 + <parameter>
  1243 + <field>
  1244 + <name>xlid</name>
  1245 + <type>Integer</type>
  1246 + </field>
  1247 + <field>
  1248 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  1249 + <type>String</type>
  1250 + </field>
  1251 + <field>
  1252 + <name>isCancel</name>
  1253 + <type>Integer</type>
  1254 + </field>
  1255 + </parameter>
  1256 + <cluster_schema/>
  1257 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1258 + <xloc>360</xloc>
  1259 + <yloc>184</yloc>
  1260 + <draw>Y</draw>
  1261 + </GUI>
  1262 + </step>
  1263 +
  1264 + <step>
  1265 + <name>&#x8fc7;&#x6ee4;&#x4eba;&#x5458;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1266 + <type>FilterRows</type>
  1267 + <description/>
  1268 + <distribute>Y</distribute>
  1269 + <custom_distribution/>
  1270 + <copies>1</copies>
  1271 + <partitioning>
  1272 + <method>none</method>
  1273 + <schema_name/>
  1274 + </partitioning>
  1275 +<send_true_to/>
  1276 +<send_false_to/>
  1277 + <compare>
  1278 +<condition>
  1279 + <negated>N</negated>
  1280 + <conditions>
  1281 + <condition>
  1282 + <negated>N</negated>
  1283 + <leftvalue>rycid1</leftvalue>
  1284 + <function>IS NOT NULL</function>
  1285 + <rightvalue/>
  1286 + </condition>
  1287 + <condition>
  1288 + <negated>N</negated>
  1289 + <operator>OR</operator>
  1290 + <leftvalue>rycid2</leftvalue>
  1291 + <function>IS NOT NULL</function>
  1292 + <rightvalue/>
  1293 + </condition>
  1294 + </conditions>
  1295 + </condition>
  1296 + </compare>
  1297 + <cluster_schema/>
  1298 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1299 + <xloc>776</xloc>
  1300 + <yloc>204</yloc>
  1301 + <draw>Y</draw>
  1302 + </GUI>
  1303 + </step>
  1304 +
  1305 + <step>
  1306 + <name>&#x8fc7;&#x6ee4;&#x7ebf;&#x8def;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1307 + <type>FilterRows</type>
  1308 + <description/>
  1309 + <distribute>Y</distribute>
  1310 + <custom_distribution/>
  1311 + <copies>1</copies>
  1312 + <partitioning>
  1313 + <method>none</method>
  1314 + <schema_name/>
  1315 + </partitioning>
  1316 +<send_true_to>&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x67e5;&#x8be2;</send_true_to>
  1317 +<send_false_to/>
  1318 + <compare>
  1319 +<condition>
  1320 + <negated>N</negated>
  1321 + <leftvalue>xlid</leftvalue>
  1322 + <function>IS NOT NULL</function>
  1323 + <rightvalue/>
  1324 + </condition>
  1325 + </compare>
  1326 + <cluster_schema/>
  1327 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1328 + <xloc>203</xloc>
  1329 + <yloc>110</yloc>
  1330 + <draw>Y</draw>
  1331 + </GUI>
  1332 + </step>
  1333 +
  1334 + <step>
  1335 + <name>&#x8fc7;&#x6ee4;&#x8def;&#x724c;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1336 + <type>FilterRows</type>
  1337 + <description/>
  1338 + <distribute>Y</distribute>
  1339 + <custom_distribution/>
  1340 + <copies>1</copies>
  1341 + <partitioning>
  1342 + <method>none</method>
  1343 + <schema_name/>
  1344 + </partitioning>
  1345 +<send_true_to>&#x6392;&#x5e8f;&#x8bb0;&#x5f55;</send_true_to>
  1346 +<send_false_to/>
  1347 + <compare>
  1348 +<condition>
  1349 + <negated>N</negated>
  1350 + <leftvalue>lpid</leftvalue>
  1351 + <function>IS NOT NULL</function>
  1352 + <rightvalue/>
  1353 + </condition>
  1354 + </compare>
  1355 + <cluster_schema/>
  1356 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1357 + <xloc>653</xloc>
  1358 + <yloc>23</yloc>
  1359 + <draw>Y</draw>
  1360 + </GUI>
  1361 + </step>
  1362 +
  1363 + <step>
  1364 + <name>&#x8fc7;&#x6ee4;&#x8f66;&#x8f86;&#x914d;&#x7f6e;id&#x4e3a;&#x7a7a;&#x8bb0;&#x5f55;</name>
  1365 + <type>FilterRows</type>
  1366 + <description/>
  1367 + <distribute>Y</distribute>
  1368 + <custom_distribution/>
  1369 + <copies>1</copies>
  1370 + <partitioning>
  1371 + <method>none</method>
  1372 + <schema_name/>
  1373 + </partitioning>
  1374 +<send_true_to>&#x62c6;&#x5206;&#x8def;&#x724c;&#x8303;&#x56f4;</send_true_to>
  1375 +<send_false_to/>
  1376 + <compare>
  1377 +<condition>
  1378 + <negated>N</negated>
  1379 + <leftvalue>cid</leftvalue>
  1380 + <function>IS NOT NULL</function>
  1381 + <rightvalue/>
  1382 + </condition>
  1383 + </compare>
  1384 + <cluster_schema/>
  1385 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1386 + <xloc>208</xloc>
  1387 + <yloc>182</yloc>
  1388 + <draw>Y</draw>
  1389 + </GUI>
  1390 + </step>
  1391 +
  1392 + <step>
  1393 + <name>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</name>
  1394 + <type>ExcelOutput</type>
  1395 + <description/>
  1396 + <distribute>Y</distribute>
  1397 + <custom_distribution/>
  1398 + <copies>1</copies>
  1399 + <partitioning>
  1400 + <method>none</method>
  1401 + <schema_name/>
  1402 + </partitioning>
  1403 + <header>Y</header>
  1404 + <footer>N</footer>
  1405 + <encoding>UTF-8</encoding>
  1406 + <append>N</append>
  1407 + <add_to_result_filenames>Y</add_to_result_filenames>
  1408 + <file>
  1409 + <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x6392;&#x7248;&#x89c4;&#x5219;&#x4fe1;&#x606f;&#x5bfc;&#x5165;_&#x9519;&#x8bef;</name>
  1410 + <extention>xls</extention>
  1411 + <do_not_open_newfile_init>N</do_not_open_newfile_init>
  1412 + <create_parent_folder>N</create_parent_folder>
  1413 + <split>N</split>
  1414 + <add_date>N</add_date>
  1415 + <add_time>N</add_time>
  1416 + <SpecifyFormat>N</SpecifyFormat>
  1417 + <date_time_format/>
  1418 + <sheetname>Sheet1</sheetname>
  1419 + <autosizecolums>N</autosizecolums>
  1420 + <nullisblank>N</nullisblank>
  1421 + <protect_sheet>N</protect_sheet>
  1422 + <password>Encrypted </password>
  1423 + <splitevery>0</splitevery>
  1424 + <usetempfiles>N</usetempfiles>
  1425 + <tempdirectory/>
  1426 + </file>
  1427 + <template>
  1428 + <enabled>N</enabled>
  1429 + <append>N</append>
  1430 + <filename>template.xls</filename>
  1431 + </template>
  1432 + <fields>
  1433 + <field>
  1434 + <name>xlid</name>
  1435 + <type>Integer</type>
  1436 + <format/>
  1437 + </field>
  1438 + <field>
  1439 + <name>cid</name>
  1440 + <type>Integer</type>
  1441 + <format/>
  1442 + </field>
  1443 + <field>
  1444 + <name>lpnames</name>
  1445 + <type>String</type>
  1446 + <format/>
  1447 + </field>
  1448 + <field>
  1449 + <name>lpids</name>
  1450 + <type>String</type>
  1451 + <format/>
  1452 + </field>
  1453 + <field>
  1454 + <name>&#x8d77;&#x59cb;&#x8def;&#x724c;</name>
  1455 + <type>String</type>
  1456 + <format/>
  1457 + </field>
  1458 + <field>
  1459 + <name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</name>
  1460 + <type>String</type>
  1461 + <format/>
  1462 + </field>
  1463 + <field>
  1464 + <name>&#x4eba;&#x5458;&#x8303;&#x56f4;</name>
  1465 + <type>String</type>
  1466 + <format/>
  1467 + </field>
  1468 + <field>
  1469 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  1470 + <type>Timestamp</type>
  1471 + <format/>
  1472 + </field>
  1473 + <field>
  1474 + <name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</name>
  1475 + <type>String</type>
  1476 + <format/>
  1477 + </field>
  1478 + <field>
  1479 + <name>isCancel</name>
  1480 + <type>Integer</type>
  1481 + <format/>
  1482 + </field>
  1483 + <field>
  1484 + <name>rycids</name>
  1485 + <type>String</type>
  1486 + <format/>
  1487 + </field>
  1488 + <field>
  1489 + <name>rybms</name>
  1490 + <type>String</type>
  1491 + <format/>
  1492 + </field>
  1493 + <field>
  1494 + <name>error_count</name>
  1495 + <type>Integer</type>
  1496 + <format/>
  1497 + </field>
  1498 + <field>
  1499 + <name>error_desc</name>
  1500 + <type>String</type>
  1501 + <format/>
  1502 + </field>
  1503 + <field>
  1504 + <name>error_column1</name>
  1505 + <type>String</type>
  1506 + <format/>
  1507 + </field>
  1508 + <field>
  1509 + <name>error_column2</name>
  1510 + <type>String</type>
  1511 + <format/>
  1512 + </field>
  1513 + </fields>
  1514 + <custom>
  1515 + <header_font_name>arial</header_font_name>
  1516 + <header_font_size>10</header_font_size>
  1517 + <header_font_bold>N</header_font_bold>
  1518 + <header_font_italic>N</header_font_italic>
  1519 + <header_font_underline>no</header_font_underline>
  1520 + <header_font_orientation>horizontal</header_font_orientation>
  1521 + <header_font_color>black</header_font_color>
  1522 + <header_background_color>none</header_background_color>
  1523 + <header_row_height>255</header_row_height>
  1524 + <header_alignment>left</header_alignment>
  1525 + <header_image/>
  1526 + <row_font_name>arial</row_font_name>
  1527 + <row_font_size>10</row_font_size>
  1528 + <row_font_color>black</row_font_color>
  1529 + <row_background_color>none</row_background_color>
  1530 + </custom>
  1531 + <cluster_schema/>
  1532 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1533 + <xloc>253</xloc>
  1534 + <yloc>501</yloc>
  1535 + <draw>Y</draw>
  1536 + </GUI>
  1537 + </step>
  1538 +
  1539 + <step>
  1540 + <name>&#x5220;&#x9664;</name>
  1541 + <type>Delete</type>
  1542 + <description/>
  1543 + <distribute>Y</distribute>
  1544 + <custom_distribution/>
  1545 + <copies>1</copies>
  1546 + <partitioning>
  1547 + <method>none</method>
  1548 + <schema_name/>
  1549 + </partitioning>
  1550 + <connection>bus_control_variable</connection>
  1551 + <commit>100</commit>
  1552 + <lookup>
  1553 + <schema/>
  1554 + <table>bsth_c_s_sr1_flat</table>
  1555 + <key>
  1556 + <name>xlid</name>
  1557 + <field>xl</field>
  1558 + <condition>&#x3d;</condition>
  1559 + <name2/>
  1560 + </key>
  1561 + </lookup>
  1562 + <cluster_schema/>
  1563 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1564 + <xloc>619</xloc>
  1565 + <yloc>370</yloc>
  1566 + <draw>Y</draw>
  1567 + </GUI>
  1568 + </step>
  1569 +
  1570 + <step>
  1571 + <name>&#x963b;&#x585e;&#x6570;&#x636e;&#x76f4;&#x5230;&#x6b65;&#x9aa4;&#x90fd;&#x5b8c;&#x6210;</name>
  1572 + <type>BlockUntilStepsFinish</type>
  1573 + <description/>
  1574 + <distribute>Y</distribute>
  1575 + <custom_distribution/>
  1576 + <copies>1</copies>
  1577 + <partitioning>
  1578 + <method>none</method>
  1579 + <schema_name/>
  1580 + </partitioning>
  1581 + <steps>
  1582 + <step>
  1583 + <name>&#x5220;&#x9664;</name>
  1584 + <CopyNr>0</CopyNr>
  1585 + </step>
  1586 + </steps>
  1587 + <cluster_schema/>
  1588 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1589 + <xloc>450</xloc>
  1590 + <yloc>370</yloc>
  1591 + <draw>Y</draw>
  1592 + </GUI>
  1593 + </step>
  1594 +
  1595 + <step>
  1596 + <name>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</name>
  1597 + <type>TableOutput</type>
  1598 + <description/>
  1599 + <distribute>Y</distribute>
  1600 + <custom_distribution/>
  1601 + <copies>1</copies>
  1602 + <partitioning>
  1603 + <method>none</method>
  1604 + <schema_name/>
  1605 + </partitioning>
  1606 + <connection>bus_control_variable</connection>
  1607 + <schema/>
  1608 + <table>bsth_c_s_sr1_flat</table>
  1609 + <commit>1000</commit>
  1610 + <truncate>N</truncate>
  1611 + <ignore_errors>N</ignore_errors>
  1612 + <use_batch>Y</use_batch>
  1613 + <specify_fields>Y</specify_fields>
  1614 + <partitioning_enabled>N</partitioning_enabled>
  1615 + <partitioning_field/>
  1616 + <partitioning_daily>N</partitioning_daily>
  1617 + <partitioning_monthly>Y</partitioning_monthly>
  1618 + <tablename_in_field>N</tablename_in_field>
  1619 + <tablename_field/>
  1620 + <tablename_in_table>Y</tablename_in_table>
  1621 + <return_keys>N</return_keys>
  1622 + <return_field/>
  1623 + <fields>
  1624 + <field>
  1625 + <column_name>xl</column_name>
  1626 + <stream_name>xlid</stream_name>
  1627 + </field>
  1628 + <field>
  1629 + <column_name>car_config_info</column_name>
  1630 + <stream_name>cid</stream_name>
  1631 + </field>
  1632 + <field>
  1633 + <column_name>lp_names</column_name>
  1634 + <stream_name>lpnames</stream_name>
  1635 + </field>
  1636 + <field>
  1637 + <column_name>lp_ids</column_name>
  1638 + <stream_name>lpids</stream_name>
  1639 + </field>
  1640 + <field>
  1641 + <column_name>lp_start</column_name>
  1642 + <stream_name>&#x8d77;&#x59cb;&#x8def;&#x724c;</stream_name>
  1643 + </field>
  1644 + <field>
  1645 + <column_name>ry_start</column_name>
  1646 + <stream_name>&#x8d77;&#x59cb;&#x4eba;&#x5458;</stream_name>
  1647 + </field>
  1648 + <field>
  1649 + <column_name>qyrq</column_name>
  1650 + <stream_name>&#x542f;&#x7528;&#x65e5;&#x671f;</stream_name>
  1651 + </field>
  1652 + <field>
  1653 + <column_name>fbgs</column_name>
  1654 + <stream_name>&#x7ffb;&#x73ed;&#x683c;&#x5f0f;</stream_name>
  1655 + </field>
  1656 + <field>
  1657 + <column_name>ry_dbbms</column_name>
  1658 + <stream_name>rybms</stream_name>
  1659 + </field>
  1660 + <field>
  1661 + <column_name>ry_config_ids</column_name>
  1662 + <stream_name>rycids</stream_name>
  1663 + </field>
  1664 + </fields>
  1665 + <cluster_schema/>
  1666 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1667 + <xloc>259</xloc>
  1668 + <yloc>369</yloc>
  1669 + <draw>Y</draw>
  1670 + </GUI>
  1671 + </step>
  1672 +
  1673 + <step_error_handling>
  1674 + <error>
  1675 + <source_step>&#x89c4;&#x5219;&#x8868;&#x8f93;&#x51fa;</source_step>
  1676 + <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa; 2</target_step>
  1677 + <is_enabled>Y</is_enabled>
  1678 + <nr_valuename>error_count</nr_valuename>
  1679 + <descriptions_valuename>error_desc</descriptions_valuename>
  1680 + <fields_valuename>error_column1</fields_valuename>
  1681 + <codes_valuename>error_column2</codes_valuename>
  1682 + <max_errors/>
  1683 + <max_pct_errors/>
  1684 + <min_pct_rows/>
  1685 + </error>
  1686 + </step_error_handling>
  1687 + <slave-step-copy-partition-distribution>
  1688 +</slave-step-copy-partition-distribution>
  1689 + <slave_transformation>N</slave_transformation>
  1690 +
  1691 +</transformation>
src/main/resources/static/pages/mforms/shiftuehiclemanths/shiftuehiclemanth.html
@@ -108,6 +108,7 @@ @@ -108,6 +108,7 @@
108 $.get('/report/lineList',function(result){ 108 $.get('/report/lineList',function(result){
109 xlList=result; 109 xlList=result;
110 $.get('/user/companyData', function(result){ 110 $.get('/user/companyData', function(result){
  111 +
111 obj = result; 112 obj = result;
112 var options = ''; 113 var options = '';
113 for(var i = 0; i < obj.length; i++){ 114 for(var i = 0; i < obj.length; i++){