Commit 9b2f289ada65ee5ae25830c3941ee4c693374851

Authored by 徐烜
1 parent 74118666

update

... ... @@ -71,7 +71,11 @@
71 71 <groupId>commons-dbcp</groupId>
72 72 <artifactId>commons-dbcp</artifactId>
73 73 </dependency>
74   -
  74 + <dependency>
  75 + <groupId>commons-lang</groupId>
  76 + <artifactId>commons-lang</artifactId>
  77 + <version>2.6</version>
  78 + </dependency>
75 79 <dependency>
76 80 <groupId>org.apache.commons</groupId>
77 81 <artifactId>commons-lang3</artifactId>
... ...
src/main/java/com/bsth/controller/CarsController.java
... ... @@ -59,7 +59,7 @@ public class CarsController extends BaseController&lt;Cars, Integer&gt; {
59 59 try {
60 60 // 获取ktr转换文件绝对路径
61 61 File ktrfile = new File(this.getClass().getResource(
62   - dataToolsProperties.getTempDatainputktr()).toURI());
  62 + dataToolsProperties.getCarsDatainputktr()).toURI());
63 63 System.out.println(ktrfile.getAbsolutePath());
64 64 // 导入数据
65 65 dataImportExportService.fileDataImport(file, ktrfile);
... ...
src/main/java/com/bsth/service/schedule/utils/DataImportExportServiceImpl.java
... ... @@ -45,7 +45,8 @@ public class DataImportExportServiceImpl implements DataImportExportService {
45 45 TransMeta transMeta = new TransMeta(ktrFile.getAbsolutePath());
46 46 Trans trans = new Trans(transMeta);
47 47 // 2.3、设定命名参数,用于指定数据文件,注意每个ktr必须都有以下指定的命名参数
48   - trans.setParameterValue("filepath", uploadFile.getAbsolutePath());
  48 + trans.setParameterValue("filepath", uploadFile.getAbsolutePath()); // 指定导入数据文件的位置
  49 + trans.setParameterValue("erroroutputdir", dataToolsProperties.getTransErrordir()); // ktr转换错误输出目录
49 50 // TODO:可以考虑设定日志输出
50 51 // 2.4、执行转换
51 52 trans.execute(null);
... ...
src/main/java/com/bsth/service/schedule/utils/DataToolsProperties.java
... ... @@ -25,6 +25,9 @@ public class DataToolsProperties {
25 25 /** 测试temp的ktr转换文件 */
26 26 @NotNull
27 27 private String tempDatainputktr;
  28 + /** 车辆信息导入ktr转换 */
  29 + @NotNull
  30 + private String carsDatainputktr;
28 31  
29 32 public String getFileuploadDir() {
30 33 return fileuploadDir;
... ... @@ -49,4 +52,12 @@ public class DataToolsProperties {
49 52 public void setTempDatainputktr(String tempDatainputktr) {
50 53 this.tempDatainputktr = tempDatainputktr;
51 54 }
  55 +
  56 + public String getCarsDatainputktr() {
  57 + return carsDatainputktr;
  58 + }
  59 +
  60 + public void setCarsDatainputktr(String carsDatainputktr) {
  61 + this.carsDatainputktr = carsDatainputktr;
  62 + }
52 63 }
... ...
src/main/resources/datatools/config.properties
... ... @@ -3,8 +3,21 @@
3 3 # 上传文件目录配置(根据不同的环境需要修正)
4 4 datatools.fileupload_dir=/Users/xu/resource/project/bsth_control_u_d_files
5 5 # ktr转换文件,中配置的错误输出目录(根据不同的环境需要修正)
6   -datatools.trans_errordir=/Users/xu/resource/project/bsth_control_u_d_files
  6 +datatools.trans_errordir=/Users/xu/resource/project/bsth_control_u_d_files/erroroutput
7 7  
8 8 # 以下是封装数据导入导出逻辑的ktr转换文件,类路径,以后考虑放到数据库中
9 9 # 测试temp的ktr转换文件
10   -datatools.temp_datainputktr=/datatools/ktrs/test.ktr
11 10 \ No newline at end of file
  11 +datatools.temp_datainputktr=/datatools/ktrs/test.ktr
  12 +# 车辆信息导入ktr转换
  13 +datatools.cars_datainputktr=/datatools/ktrs/carsDataInput.ktr
  14 +# 人员信息导入
  15 +
  16 +# 时刻表基础信息导入
  17 +
  18 +# 时刻明细信息导入
  19 +
  20 +# 车辆配置信息导入
  21 +
  22 +# 人员配置信息导入
  23 +
  24 +# 排班规则信息导入**
12 25 \ No newline at end of file
... ...
src/main/resources/datatools/ktrs/carsDataInput.ktr 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<transformation>
  3 + <info>
  4 + <name>carsDataInput</name>
  5 + <description>&#x8f66;&#x8f86;&#x4fe1;&#x606f;&#x5bfc;&#x5165;</description>
  6 + <extended_description>&#x8f66;&#x8f86;&#x57fa;&#x7840;&#x4fe1;&#x606f;</extended_description>
  7 + <trans_version/>
  8 + <trans_type>Normal</trans_type>
  9 + <trans_status>0</trans_status>
  10 + <directory>&#x2f;</directory>
  11 + <parameters>
  12 + <parameter>
  13 + <name>erroroutputdir</name>
  14 + <default_value/>
  15 + <description>ktr&#x914d;&#x7f6e;&#x7684;&#x9519;&#x8bef;&#x8f93;&#x51fa;&#x76ee;&#x5f55;</description>
  16 + </parameter>
  17 + <parameter>
  18 + <name>filepath</name>
  19 + <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>2016&#x2f;06&#x2f;23 17&#x3a;44&#x3a;46.781</created_date>
  81 + <modified_user>-</modified_user>
  82 + <modified_date>2016&#x2f;06&#x2f;23 17&#x3a;44&#x3a;46.781</modified_date>
  83 + <key_for_session_key/>
  84 + <is_key_private>N</is_key_private>
  85 + </info>
  86 + <notepads>
  87 + <notepad>
  88 + <note>&#x539f;&#x7cfb;&#x7edf;&#x7684;&#x5bfc;&#x51fa;&#x8868;&#xff0c;&#x6709;&#x4e9b;&#x6570;&#x636e;&#x662f;&#x6ca1;&#x6709;&#x7684;&#xff0c;&#x6709;&#x4e9b;&#x6570;&#x636e;&#x4e5f;&#x6709;&#x95ee;&#x9898;&#xff0c;&#x5982;&#x4e0b;&#xa;&#x62a5;&#x5e9f;&#x65e5;&#x671f;&#x53bb;&#x6389;&#xa;&#x8f66;&#x8f86;&#x7f16;&#x7801;&#xff0c;&#x6682;&#x65f6;&#x7528;1&#x4ee3;&#x66ff;&#xa;&#x662f;&#x5426;&#x7535;&#x8f66; &#x6ca1;&#x6709;&#xa;&#x8f66;&#x8f86;&#x5e8f;&#x53f7; &#x6ca1;&#x6709;&#xa;&#x662f;&#x5426;&#x5207;&#x6362; &#x6ca1;&#x6709;&#xa;&#x7ebf;&#x8def;&#x540d;&#x79f0;&#xff08;&#x8fd9;&#x91cc;&#x4e0d;&#x505a;&#x5173;&#x8054;&#xff0c;&#x53ea;&#x662f;&#x767b;&#x8bb0;&#x7684;&#x65f6;&#x5019;&#x4f7f;&#x7528;&#xff09; &#x54a9;&#x6709;</note>
  89 + <xloc>365</xloc>
  90 + <yloc>136</yloc>
  91 + <width>346</width>
  92 + <heigth>122</heigth>
  93 + <fontname>YaHei Consolas Hybrid</fontname>
  94 + <fontsize>12</fontsize>
  95 + <fontbold>N</fontbold>
  96 + <fontitalic>N</fontitalic>
  97 + <fontcolorred>0</fontcolorred>
  98 + <fontcolorgreen>0</fontcolorgreen>
  99 + <fontcolorblue>0</fontcolorblue>
  100 + <backgroundcolorred>255</backgroundcolorred>
  101 + <backgroundcolorgreen>205</backgroundcolorgreen>
  102 + <backgroundcolorblue>112</backgroundcolorblue>
  103 + <bordercolorred>100</bordercolorred>
  104 + <bordercolorgreen>100</bordercolorgreen>
  105 + <bordercolorblue>100</bordercolorblue>
  106 + <drawshadow>Y</drawshadow>
  107 + </notepad>
  108 + </notepads>
  109 + <connection>
  110 + <name>bus_control_&#x516c;&#x53f8;_201</name>
  111 + <server>192.168.168.201</server>
  112 + <type>MYSQL</type>
  113 + <access>Native</access>
  114 + <database>control</database>
  115 + <port>3306</port>
  116 + <username>root</username>
  117 + <password>Encrypted 2be98afc86aa7f2e4cb79ff228dc6fa8c</password>
  118 + <servername/>
  119 + <data_tablespace/>
  120 + <index_tablespace/>
  121 + <attributes>
  122 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  123 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  124 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  125 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  126 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  127 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  128 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  129 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  130 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  131 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  132 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  133 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  134 + </attributes>
  135 + </connection>
  136 + <connection>
  137 + <name>xlab_mysql_youle</name>
  138 + <server>101.231.124.8</server>
  139 + <type>MYSQL</type>
  140 + <access>Native</access>
  141 + <database>xlab_youle</database>
  142 + <port>45687</port>
  143 + <username>xlab-youle</username>
  144 + <password>Encrypted 2be98afc86aa78a88aa1be369d187a3df</password>
  145 + <servername/>
  146 + <data_tablespace/>
  147 + <index_tablespace/>
  148 + <attributes>
  149 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  150 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  151 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  152 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  153 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  154 + <attribute><code>PORT_NUMBER</code><attribute>45687</attribute></attribute>
  155 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  156 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  157 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  158 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  159 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  160 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  161 + </attributes>
  162 + </connection>
  163 + <connection>
  164 + <name>xlab_mysql_youle&#xff08;&#x672c;&#x673a;&#xff09;</name>
  165 + <server>localhost</server>
  166 + <type>MYSQL</type>
  167 + <access>Native</access>
  168 + <database>xlab_youle</database>
  169 + <port>3306</port>
  170 + <username>root</username>
  171 + <password>Encrypted </password>
  172 + <servername/>
  173 + <data_tablespace/>
  174 + <index_tablespace/>
  175 + <attributes>
  176 + <attribute><code>EXTRA_OPTION_MYSQL.defaultFetchSize</code><attribute>500</attribute></attribute>
  177 + <attribute><code>EXTRA_OPTION_MYSQL.useCursorFetch</code><attribute>true</attribute></attribute>
  178 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  179 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  180 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  181 + <attribute><code>PORT_NUMBER</code><attribute>3306</attribute></attribute>
  182 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  183 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  184 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  185 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>N</attribute></attribute>
  186 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>N</attribute></attribute>
  187 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  188 + </attributes>
  189 + </connection>
  190 + <connection>
  191 + <name>xlab_youle</name>
  192 + <server/>
  193 + <type>MYSQL</type>
  194 + <access>JNDI</access>
  195 + <database>xlab_youle</database>
  196 + <port>1521</port>
  197 + <username/>
  198 + <password>Encrypted </password>
  199 + <servername/>
  200 + <data_tablespace/>
  201 + <index_tablespace/>
  202 + <attributes>
  203 + <attribute><code>FORCE_IDENTIFIERS_TO_LOWERCASE</code><attribute>N</attribute></attribute>
  204 + <attribute><code>FORCE_IDENTIFIERS_TO_UPPERCASE</code><attribute>N</attribute></attribute>
  205 + <attribute><code>IS_CLUSTERED</code><attribute>N</attribute></attribute>
  206 + <attribute><code>PORT_NUMBER</code><attribute>1521</attribute></attribute>
  207 + <attribute><code>PRESERVE_RESERVED_WORD_CASE</code><attribute>N</attribute></attribute>
  208 + <attribute><code>QUOTE_ALL_FIELDS</code><attribute>N</attribute></attribute>
  209 + <attribute><code>STREAM_RESULTS</code><attribute>Y</attribute></attribute>
  210 + <attribute><code>SUPPORTS_BOOLEAN_DATA_TYPE</code><attribute>Y</attribute></attribute>
  211 + <attribute><code>SUPPORTS_TIMESTAMP_DATA_TYPE</code><attribute>Y</attribute></attribute>
  212 + <attribute><code>USE_POOLING</code><attribute>N</attribute></attribute>
  213 + </attributes>
  214 + </connection>
  215 + <order>
  216 + <hop> <from>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</from><to>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</to><enabled>Y</enabled> </hop>
  217 + <hop> <from>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</from><to>&#x662f;&#x5426;&#x7a7a;&#x8c03;&#x8f66;</to><enabled>Y</enabled> </hop>
  218 + <hop> <from>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_cars</from><to>&#x9519;&#x8bef;&#x8f93;&#x51fa;</to><enabled>Y</enabled> </hop>
  219 + <hop> <from>&#x662f;&#x5426;&#x6709;LED&#x670d;&#x52a1;&#x5c4f;</from><to>&#x662f;&#x5426;&#x6709;TV&#x89c6;&#x9891;</to><enabled>Y</enabled> </hop>
  220 + <hop> <from>&#x662f;&#x5426;&#x6709;TV&#x89c6;&#x9891;</from><to>&#x662f;&#x5426;&#x7684;&#x53d8;&#x6210;&#x6570;&#x5b57;&#x578b;</to><enabled>Y</enabled> </hop>
  221 + <hop> <from>&#x662f;&#x5426;&#x7684;&#x53d8;&#x6210;&#x6570;&#x5b57;&#x578b;</from><to>&#x516c;&#x4ea4;&#x4f01;&#x4e1a;&#x4ee3;&#x7801;</to><enabled>Y</enabled> </hop>
  222 + <hop> <from>&#x662f;&#x5426;&#x7a7a;&#x8c03;&#x8f66;</from><to>&#x6709;&#x65e0;&#x4eba;&#x552e;&#x7968;</to><enabled>Y</enabled> </hop>
  223 + <hop> <from>&#x6709;&#x65e0;&#x4eba;&#x552e;&#x7968;</from><to>&#x662f;&#x5426;&#x6709;LED&#x670d;&#x52a1;&#x5c4f;</to><enabled>Y</enabled> </hop>
  224 + <hop> <from>&#x516c;&#x4ea4;&#x4f01;&#x4e1a;&#x4ee3;&#x7801;</from><to>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_cars</to><enabled>Y</enabled> </hop>
  225 + <hop> <from>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</from><to>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</to><enabled>Y</enabled> </hop>
  226 + </order>
  227 + <step>
  228 + <name>&#x516c;&#x4ea4;&#x4f01;&#x4e1a;&#x4ee3;&#x7801;</name>
  229 + <type>ValueMapper</type>
  230 + <description/>
  231 + <distribute>Y</distribute>
  232 + <custom_distribution/>
  233 + <copies>1</copies>
  234 + <partitioning>
  235 + <method>none</method>
  236 + <schema_name/>
  237 + </partitioning>
  238 + <field_to_use>company</field_to_use>
  239 + <target_field>businessCode</target_field>
  240 + <non_match_default/>
  241 + <fields>
  242 + <field>
  243 + <source_value>&#x4e0a;&#x5357;&#x516c;&#x53f8;</source_value>
  244 + <target_value>55</target_value>
  245 + </field>
  246 + <field>
  247 + <source_value>&#x91d1;&#x9ad8;&#x516c;&#x53f8;</source_value>
  248 + <target_value>22</target_value>
  249 + </field>
  250 + <field>
  251 + <source_value>&#x6768;&#x9ad8;&#x516c;&#x53f8;</source_value>
  252 + <target_value>05</target_value>
  253 + </field>
  254 + <field>
  255 + <source_value>&#x5357;&#x6c47;&#x516c;&#x53f8;</source_value>
  256 + <target_value>26</target_value>
  257 + </field>
  258 + <field>
  259 + <source_value>&#x516c;&#x4ea4;&#x516c;&#x53f8;</source_value>
  260 + <target_value>88</target_value>
  261 + </field>
  262 + <field>
  263 + <source_value>&#x95f5;&#x884c;&#x516c;&#x4ea4;</source_value>
  264 + <target_value>77</target_value>
  265 + </field>
  266 + </fields>
  267 + <cluster_schema/>
  268 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  269 + <xloc>841</xloc>
  270 + <yloc>166</yloc>
  271 + <draw>Y</draw>
  272 + </GUI>
  273 + </step>
  274 +
  275 + <step>
  276 + <name>&#x539f;&#x59cb;&#x7cfb;&#x7edf;&#x5bfc;&#x51fa;&#x7684;Excel&#x8f93;&#x5165;</name>
  277 + <type>ExcelInput</type>
  278 + <description/>
  279 + <distribute>Y</distribute>
  280 + <custom_distribution/>
  281 + <copies>1</copies>
  282 + <partitioning>
  283 + <method>none</method>
  284 + <schema_name/>
  285 + </partitioning>
  286 + <header>Y</header>
  287 + <noempty>Y</noempty>
  288 + <stoponempty>N</stoponempty>
  289 + <filefield/>
  290 + <sheetfield/>
  291 + <sheetrownumfield/>
  292 + <rownumfield/>
  293 + <sheetfield/>
  294 + <filefield/>
  295 + <limit>0</limit>
  296 + <encoding/>
  297 + <add_to_result_filenames>Y</add_to_result_filenames>
  298 + <accept_filenames>Y</accept_filenames>
  299 + <accept_field>filepath_</accept_field>
  300 + <accept_stepname>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</accept_stepname>
  301 + <file>
  302 + <name/>
  303 + <filemask/>
  304 + <exclude_filemask/>
  305 + <file_required>N</file_required>
  306 + <include_subfolders>N</include_subfolders>
  307 + </file>
  308 + <fields>
  309 + <field>
  310 + <name>&#x8f66;&#x724c;&#x53f7;</name>
  311 + <type>String</type>
  312 + <length>-1</length>
  313 + <precision>-1</precision>
  314 + <trim_type>none</trim_type>
  315 + <repeat>N</repeat>
  316 + <format/>
  317 + <currency/>
  318 + <decimal/>
  319 + <group/>
  320 + </field>
  321 + <field>
  322 + <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  323 + <type>String</type>
  324 + <length>-1</length>
  325 + <precision>-1</precision>
  326 + <trim_type>none</trim_type>
  327 + <repeat>N</repeat>
  328 + <format/>
  329 + <currency/>
  330 + <decimal/>
  331 + <group/>
  332 + </field>
  333 + <field>
  334 + <name>&#x8f66;&#x8f86;&#x7f16;&#x7801;</name>
  335 + <type>String</type>
  336 + <length>-1</length>
  337 + <precision>-1</precision>
  338 + <trim_type>none</trim_type>
  339 + <repeat>N</repeat>
  340 + <format/>
  341 + <currency/>
  342 + <decimal/>
  343 + <group/>
  344 + </field>
  345 + <field>
  346 + <name>&#x8f66;&#x578b;&#x7c7b;&#x522b;</name>
  347 + <type>String</type>
  348 + <length>-1</length>
  349 + <precision>-1</precision>
  350 + <trim_type>none</trim_type>
  351 + <repeat>N</repeat>
  352 + <format/>
  353 + <currency/>
  354 + <decimal/>
  355 + <group/>
  356 + </field>
  357 + <field>
  358 + <name>&#x5ea7;&#x4f4d;&#x6570;</name>
  359 + <type>String</type>
  360 + <length>-1</length>
  361 + <precision>-1</precision>
  362 + <trim_type>none</trim_type>
  363 + <repeat>N</repeat>
  364 + <format/>
  365 + <currency/>
  366 + <decimal/>
  367 + <group/>
  368 + </field>
  369 + <field>
  370 + <name>&#x8f7d;&#x5ba2;&#x6807;&#x51c6;</name>
  371 + <type>String</type>
  372 + <length>-1</length>
  373 + <precision>-1</precision>
  374 + <trim_type>none</trim_type>
  375 + <repeat>N</repeat>
  376 + <format/>
  377 + <currency/>
  378 + <decimal/>
  379 + <group/>
  380 + </field>
  381 + <field>
  382 + <name>&#x6280;&#x672f;&#x901f;&#x5ea6;</name>
  383 + <type>String</type>
  384 + <length>-1</length>
  385 + <precision>-1</precision>
  386 + <trim_type>none</trim_type>
  387 + <repeat>N</repeat>
  388 + <format/>
  389 + <currency/>
  390 + <decimal/>
  391 + <group/>
  392 + </field>
  393 + <field>
  394 + <name>&#x662f;&#x5426;&#x7a7a;&#x8c03;</name>
  395 + <type>String</type>
  396 + <length>-1</length>
  397 + <precision>-1</precision>
  398 + <trim_type>none</trim_type>
  399 + <repeat>N</repeat>
  400 + <format/>
  401 + <currency/>
  402 + <decimal/>
  403 + <group/>
  404 + </field>
  405 + <field>
  406 + <name>&#x6807;&#x51c6;&#x6cb9;&#x8017;&#x28;&#x5f00;&#x7a7a;&#x8c03;&#x29;</name>
  407 + <type>String</type>
  408 + <length>-1</length>
  409 + <precision>-1</precision>
  410 + <trim_type>none</trim_type>
  411 + <repeat>N</repeat>
  412 + <format/>
  413 + <currency/>
  414 + <decimal/>
  415 + <group/>
  416 + </field>
  417 + <field>
  418 + <name>&#x6807;&#x51c6;&#x6cb9;&#x8017;&#x28;&#x5173;&#x7a7a;&#x8c03;&#x29;</name>
  419 + <type>String</type>
  420 + <length>-1</length>
  421 + <precision>-1</precision>
  422 + <trim_type>none</trim_type>
  423 + <repeat>N</repeat>
  424 + <format/>
  425 + <currency/>
  426 + <decimal/>
  427 + <group/>
  428 + </field>
  429 + <field>
  430 + <name>&#x6709;&#x65e0;&#x4eba;&#x552e;&#x7968;</name>
  431 + <type>String</type>
  432 + <length>-1</length>
  433 + <precision>-1</precision>
  434 + <trim_type>none</trim_type>
  435 + <repeat>N</repeat>
  436 + <format/>
  437 + <currency/>
  438 + <decimal/>
  439 + <group/>
  440 + </field>
  441 + <field>
  442 + <name>&#x662f;&#x5426;&#x6709;TV&#x89c6;&#x9891;</name>
  443 + <type>String</type>
  444 + <length>-1</length>
  445 + <precision>-1</precision>
  446 + <trim_type>none</trim_type>
  447 + <repeat>N</repeat>
  448 + <format/>
  449 + <currency/>
  450 + <decimal/>
  451 + <group/>
  452 + </field>
  453 + <field>
  454 + <name>&#x662f;&#x5426;&#x6709;LED&#x670d;&#x52a1;&#x5c4f;</name>
  455 + <type>String</type>
  456 + <length>-1</length>
  457 + <precision>-1</precision>
  458 + <trim_type>none</trim_type>
  459 + <repeat>N</repeat>
  460 + <format/>
  461 + <currency/>
  462 + <decimal/>
  463 + <group/>
  464 + </field>
  465 + <field>
  466 + <name>&#x8fd0;&#x8425;&#x72b6;&#x6001;</name>
  467 + <type>String</type>
  468 + <length>-1</length>
  469 + <precision>-1</precision>
  470 + <trim_type>none</trim_type>
  471 + <repeat>N</repeat>
  472 + <format/>
  473 + <currency/>
  474 + <decimal/>
  475 + <group/>
  476 + </field>
  477 + <field>
  478 + <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  479 + <type>String</type>
  480 + <length>-1</length>
  481 + <precision>-1</precision>
  482 + <trim_type>none</trim_type>
  483 + <repeat>N</repeat>
  484 + <format/>
  485 + <currency/>
  486 + <decimal/>
  487 + <group/>
  488 + </field>
  489 + <field>
  490 + <name>&#x53d6;&#x6d88;&#x65e5;&#x671f;</name>
  491 + <type>String</type>
  492 + <length>-1</length>
  493 + <precision>-1</precision>
  494 + <trim_type>none</trim_type>
  495 + <repeat>N</repeat>
  496 + <format/>
  497 + <currency/>
  498 + <decimal/>
  499 + <group/>
  500 + </field>
  501 + <field>
  502 + <name>&#x62a5;&#x5e9f;&#x53f7;</name>
  503 + <type>String</type>
  504 + <length>-1</length>
  505 + <precision>-1</precision>
  506 + <trim_type>none</trim_type>
  507 + <repeat>N</repeat>
  508 + <format/>
  509 + <currency/>
  510 + <decimal/>
  511 + <group/>
  512 + </field>
  513 + <field>
  514 + <name>&#x62a5;&#x5e9f;&#x65e5;&#x671f;</name>
  515 + <type>String</type>
  516 + <length>-1</length>
  517 + <precision>-1</precision>
  518 + <trim_type>none</trim_type>
  519 + <repeat>N</repeat>
  520 + <format/>
  521 + <currency/>
  522 + <decimal/>
  523 + <group/>
  524 + </field>
  525 + <field>
  526 + <name>&#x5907;&#x6ce8;</name>
  527 + <type>String</type>
  528 + <length>-1</length>
  529 + <precision>-1</precision>
  530 + <trim_type>none</trim_type>
  531 + <repeat>N</repeat>
  532 + <format/>
  533 + <currency/>
  534 + <decimal/>
  535 + <group/>
  536 + </field>
  537 + <field>
  538 + <name>&#x8bbe;&#x5907;&#x7f16;&#x53f7;</name>
  539 + <type>String</type>
  540 + <length>-1</length>
  541 + <precision>-1</precision>
  542 + <trim_type>none</trim_type>
  543 + <repeat>N</repeat>
  544 + <format/>
  545 + <currency/>
  546 + <decimal/>
  547 + <group/>
  548 + </field>
  549 + <field>
  550 + <name>&#x5382;&#x724c;&#x578b;&#x53f7;</name>
  551 + <type>String</type>
  552 + <length>-1</length>
  553 + <precision>-1</precision>
  554 + <trim_type>none</trim_type>
  555 + <repeat>N</repeat>
  556 + <format/>
  557 + <currency/>
  558 + <decimal/>
  559 + <group/>
  560 + </field>
  561 + <field>
  562 + <name>&#x5382;&#x724c;&#x578b;&#x53f7;2</name>
  563 + <type>String</type>
  564 + <length>-1</length>
  565 + <precision>-1</precision>
  566 + <trim_type>none</trim_type>
  567 + <repeat>N</repeat>
  568 + <format/>
  569 + <currency/>
  570 + <decimal/>
  571 + <group/>
  572 + </field>
  573 + <field>
  574 + <name>&#x8f66;&#x8f86;&#x7b49;&#x7ea7;&#x6807;&#x51c6;</name>
  575 + <type>String</type>
  576 + <length>-1</length>
  577 + <precision>-1</precision>
  578 + <trim_type>none</trim_type>
  579 + <repeat>N</repeat>
  580 + <format/>
  581 + <currency/>
  582 + <decimal/>
  583 + <group/>
  584 + </field>
  585 + <field>
  586 + <name>&#x51fa;&#x5382;&#x6392;&#x653e;&#x6807;&#x51c6;</name>
  587 + <type>String</type>
  588 + <length>-1</length>
  589 + <precision>-1</precision>
  590 + <trim_type>none</trim_type>
  591 + <repeat>N</repeat>
  592 + <format/>
  593 + <currency/>
  594 + <decimal/>
  595 + <group/>
  596 + </field>
  597 + <field>
  598 + <name>&#x53d1;&#x52a8;&#x673a;&#x53f7;&#x7801;1</name>
  599 + <type>String</type>
  600 + <length>-1</length>
  601 + <precision>-1</precision>
  602 + <trim_type>none</trim_type>
  603 + <repeat>N</repeat>
  604 + <format/>
  605 + <currency/>
  606 + <decimal/>
  607 + <group/>
  608 + </field>
  609 + <field>
  610 + <name>&#x53d1;&#x52a8;&#x673a;&#x53f7;&#x7801;2</name>
  611 + <type>String</type>
  612 + <length>-1</length>
  613 + <precision>-1</precision>
  614 + <trim_type>none</trim_type>
  615 + <repeat>N</repeat>
  616 + <format/>
  617 + <currency/>
  618 + <decimal/>
  619 + <group/>
  620 + </field>
  621 + <field>
  622 + <name>&#x8f66;&#x67b6;&#x53f7;&#x7801;1</name>
  623 + <type>String</type>
  624 + <length>-1</length>
  625 + <precision>-1</precision>
  626 + <trim_type>none</trim_type>
  627 + <repeat>N</repeat>
  628 + <format/>
  629 + <currency/>
  630 + <decimal/>
  631 + <group/>
  632 + </field>
  633 + <field>
  634 + <name>&#x8f66;&#x67b6;&#x53f7;&#x7801;2</name>
  635 + <type>String</type>
  636 + <length>-1</length>
  637 + <precision>-1</precision>
  638 + <trim_type>none</trim_type>
  639 + <repeat>N</repeat>
  640 + <format/>
  641 + <currency/>
  642 + <decimal/>
  643 + <group/>
  644 + </field>
  645 + <field>
  646 + <name>&#x8f66;&#x8f86;&#x7c7b;&#x578b;</name>
  647 + <type>String</type>
  648 + <length>-1</length>
  649 + <precision>-1</precision>
  650 + <trim_type>none</trim_type>
  651 + <repeat>N</repeat>
  652 + <format/>
  653 + <currency/>
  654 + <decimal/>
  655 + <group/>
  656 + </field>
  657 + <field>
  658 + <name>&#x6240;&#x5c5e;&#x516c;&#x53f8;</name>
  659 + <type>String</type>
  660 + <length>-1</length>
  661 + <precision>-1</precision>
  662 + <trim_type>none</trim_type>
  663 + <repeat>N</repeat>
  664 + <format/>
  665 + <currency/>
  666 + <decimal/>
  667 + <group/>
  668 + </field>
  669 + <field>
  670 + <name>&#x4fee;&#x6539;&#x65e5;&#x671f;</name>
  671 + <type>String</type>
  672 + <length>-1</length>
  673 + <precision>-1</precision>
  674 + <trim_type>none</trim_type>
  675 + <repeat>N</repeat>
  676 + <format/>
  677 + <currency/>
  678 + <decimal/>
  679 + <group/>
  680 + </field>
  681 + <field>
  682 + <name>&#x662f;&#x5426;&#x673a;&#x52a8;&#x8f66;</name>
  683 + <type>String</type>
  684 + <length>-1</length>
  685 + <precision>-1</precision>
  686 + <trim_type>none</trim_type>
  687 + <repeat>N</repeat>
  688 + <format/>
  689 + <currency/>
  690 + <decimal/>
  691 + <group/>
  692 + </field>
  693 + <field>
  694 + <name>&#x89c6;&#x9891;&#x7f16;&#x53f7;</name>
  695 + <type>String</type>
  696 + <length>-1</length>
  697 + <precision>-1</precision>
  698 + <trim_type>none</trim_type>
  699 + <repeat>N</repeat>
  700 + <format/>
  701 + <currency/>
  702 + <decimal/>
  703 + <group/>
  704 + </field>
  705 + <field>
  706 + <name>&#x8bbe;&#x5907;&#x4f9b;&#x5e94;&#x5382;&#x5546;</name>
  707 + <type>String</type>
  708 + <length>-1</length>
  709 + <precision>-1</precision>
  710 + <trim_type>none</trim_type>
  711 + <repeat>N</repeat>
  712 + <format/>
  713 + <currency/>
  714 + <decimal/>
  715 + <group/>
  716 + </field>
  717 + <field>
  718 + <name>&#x5206;&#x516c;&#x53f8;</name>
  719 + <type>String</type>
  720 + <length>-1</length>
  721 + <precision>-1</precision>
  722 + <trim_type>none</trim_type>
  723 + <repeat>N</repeat>
  724 + <format/>
  725 + <currency/>
  726 + <decimal/>
  727 + <group/>
  728 + </field>
  729 + </fields>
  730 + <sheets>
  731 + <sheet>
  732 + <name>&#x5de5;&#x4f5c;&#x8868;1</name>
  733 + <startrow>0</startrow>
  734 + <startcol>0</startcol>
  735 + </sheet>
  736 + </sheets>
  737 + <strict_types>N</strict_types>
  738 + <error_ignored>N</error_ignored>
  739 + <error_line_skipped>N</error_line_skipped>
  740 + <bad_line_files_destination_directory/>
  741 + <bad_line_files_extension>warning</bad_line_files_extension>
  742 + <error_line_files_destination_directory/>
  743 + <error_line_files_extension>error</error_line_files_extension>
  744 + <line_number_files_destination_directory/>
  745 + <line_number_files_extension>line</line_number_files_extension>
  746 + <shortFileFieldName/>
  747 + <pathFieldName/>
  748 + <hiddenFieldName/>
  749 + <lastModificationTimeFieldName/>
  750 + <uriNameFieldName/>
  751 + <rootUriNameFieldName/>
  752 + <extensionFieldName/>
  753 + <sizeFieldName/>
  754 + <spreadsheet_type>JXL</spreadsheet_type>
  755 + <cluster_schema/>
  756 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  757 + <xloc>131</xloc>
  758 + <yloc>58</yloc>
  759 + <draw>Y</draw>
  760 + </GUI>
  761 + </step>
  762 +
  763 + <step>
  764 + <name>&#x5b57;&#x6bb5;&#x9009;&#x62e9;</name>
  765 + <type>SelectValues</type>
  766 + <description/>
  767 + <distribute>Y</distribute>
  768 + <custom_distribution/>
  769 + <copies>1</copies>
  770 + <partitioning>
  771 + <method>none</method>
  772 + <schema_name/>
  773 + </partitioning>
  774 + <fields> <field> <name>&#x5185;&#x90e8;&#x7f16;&#x7801;</name>
  775 + <rename>insideCode</rename>
  776 + <length>-2</length>
  777 + <precision>-2</precision>
  778 + </field> <field> <name>&#x8f66;&#x8f86;&#x7f16;&#x7801;</name>
  779 + <rename>carCode</rename>
  780 + <length>-2</length>
  781 + <precision>-2</precision>
  782 + </field> <field> <name>&#x6240;&#x5c5e;&#x516c;&#x53f8;</name>
  783 + <rename>company</rename>
  784 + <length>-2</length>
  785 + <precision>-2</precision>
  786 + </field> <field> <name>&#x5206;&#x516c;&#x53f8;</name>
  787 + <rename>brancheCompany</rename>
  788 + <length>-2</length>
  789 + <precision>-2</precision>
  790 + </field> <field> <name>&#x8f66;&#x724c;&#x53f7;</name>
  791 + <rename>carPlate</rename>
  792 + <length>-2</length>
  793 + <precision>-2</precision>
  794 + </field> <field> <name>&#x8bbe;&#x5907;&#x4f9b;&#x5e94;&#x5382;&#x5546;</name>
  795 + <rename>supplierName</rename>
  796 + <length>-2</length>
  797 + <precision>-2</precision>
  798 + </field> <field> <name>&#x8bbe;&#x5907;&#x7f16;&#x53f7;</name>
  799 + <rename>equipmentCode</rename>
  800 + <length>-2</length>
  801 + <precision>-2</precision>
  802 + </field> <field> <name>&#x8f66;&#x578b;&#x7c7b;&#x522b;</name>
  803 + <rename>carClass</rename>
  804 + <length>-2</length>
  805 + <precision>-2</precision>
  806 + </field> <field> <name>&#x6280;&#x672f;&#x901f;&#x5ea6;</name>
  807 + <rename>speed</rename>
  808 + <length>-2</length>
  809 + <precision>-2</precision>
  810 + </field> <field> <name>&#x5ea7;&#x4f4d;&#x6570;</name>
  811 + <rename>carSeatnNumber</rename>
  812 + <length>-2</length>
  813 + <precision>-2</precision>
  814 + </field> <field> <name>&#x8f7d;&#x5ba2;&#x6807;&#x51c6;</name>
  815 + <rename>carStandard</rename>
  816 + <length>-2</length>
  817 + <precision>-2</precision>
  818 + </field> <field> <name>&#x6807;&#x51c6;&#x6cb9;&#x8017;&#x28;&#x5f00;&#x7a7a;&#x8c03;&#x29;</name>
  819 + <rename>kburnStandard</rename>
  820 + <length>-2</length>
  821 + <precision>-2</precision>
  822 + </field> <field> <name>&#x6807;&#x51c6;&#x6cb9;&#x8017;&#x28;&#x5173;&#x7a7a;&#x8c03;&#x29;</name>
  823 + <rename>gburnStandard</rename>
  824 + <length>-2</length>
  825 + <precision>-2</precision>
  826 + </field> <field> <name>&#x62a5;&#x5e9f;&#x53f7;</name>
  827 + <rename>scrapCode</rename>
  828 + <length>-2</length>
  829 + <precision>-2</precision>
  830 + </field> <field> <name>&#x5382;&#x724c;&#x578b;&#x53f7;</name>
  831 + <rename>makeCodeOne</rename>
  832 + <length>-2</length>
  833 + <precision>-2</precision>
  834 + </field> <field> <name>&#x5382;&#x724c;&#x578b;&#x53f7;2</name>
  835 + <rename>makeCodeTwo</rename>
  836 + <length>-2</length>
  837 + <precision>-2</precision>
  838 + </field> <field> <name>&#x8f66;&#x8f86;&#x7b49;&#x7ea7;&#x6807;&#x51c6;</name>
  839 + <rename>carGride</rename>
  840 + <length>-2</length>
  841 + <precision>-2</precision>
  842 + </field> <field> <name>&#x51fa;&#x5382;&#x6392;&#x653e;&#x6807;&#x51c6;</name>
  843 + <rename>emissionsStandard</rename>
  844 + <length>-2</length>
  845 + <precision>-2</precision>
  846 + </field> <field> <name>&#x53d1;&#x52a8;&#x673a;&#x53f7;&#x7801;1</name>
  847 + <rename>engineCodeOne</rename>
  848 + <length>-2</length>
  849 + <precision>-2</precision>
  850 + </field> <field> <name>&#x53d1;&#x52a8;&#x673a;&#x53f7;&#x7801;2</name>
  851 + <rename>engineCodeTwo</rename>
  852 + <length>-2</length>
  853 + <precision>-2</precision>
  854 + </field> <field> <name>&#x8f66;&#x67b6;&#x53f7;&#x7801;1</name>
  855 + <rename>carNumberOne</rename>
  856 + <length>-2</length>
  857 + <precision>-2</precision>
  858 + </field> <field> <name>&#x8f66;&#x67b6;&#x53f7;&#x7801;2</name>
  859 + <rename>carNumberTwo</rename>
  860 + <length>-2</length>
  861 + <precision>-2</precision>
  862 + </field> <field> <name>&#x542f;&#x7528;&#x65e5;&#x671f;</name>
  863 + <rename>openDate</rename>
  864 + <length>-2</length>
  865 + <precision>-2</precision>
  866 + </field> <field> <name>&#x53d6;&#x6d88;&#x65e5;&#x671f;</name>
  867 + <rename>closeDate</rename>
  868 + <length>-2</length>
  869 + <precision>-2</precision>
  870 + </field> <field> <name>&#x662f;&#x5426;&#x7a7a;&#x8c03;</name>
  871 + <rename>hvacCar</rename>
  872 + <length>-2</length>
  873 + <precision>-2</precision>
  874 + </field> <field> <name>&#x6709;&#x65e0;&#x4eba;&#x552e;&#x7968;</name>
  875 + <rename>ticketType</rename>
  876 + <length>-2</length>
  877 + <precision>-2</precision>
  878 + </field> <field> <name>&#x662f;&#x5426;&#x6709;LED&#x670d;&#x52a1;&#x5c4f;</name>
  879 + <rename>ledScreen</rename>
  880 + <length>-2</length>
  881 + <precision>-2</precision>
  882 + </field> <field> <name>&#x662f;&#x5426;&#x6709;TV&#x89c6;&#x9891;</name>
  883 + <rename>tvVideoType</rename>
  884 + <length>-2</length>
  885 + <precision>-2</precision>
  886 + </field> <field> <name>&#x8f66;&#x8f86;&#x7c7b;&#x578b;</name>
  887 + <rename>carType</rename>
  888 + <length>-2</length>
  889 + <precision>-2</precision>
  890 + </field> <field> <name>&#x662f;&#x5426;&#x673a;&#x52a8;&#x8f66;</name>
  891 + <rename>vehicleStats</rename>
  892 + <length>-2</length>
  893 + <precision>-2</precision>
  894 + </field> <field> <name>&#x8fd0;&#x8425;&#x72b6;&#x6001;</name>
  895 + <rename>operatorsState</rename>
  896 + <length>-2</length>
  897 + <precision>-2</precision>
  898 + </field> <field> <name>&#x5907;&#x6ce8;</name>
  899 + <rename>descriptions</rename>
  900 + <length>-2</length>
  901 + <precision>-2</precision>
  902 + </field> <field> <name>&#x89c6;&#x9891;&#x7f16;&#x53f7;</name>
  903 + <rename>videoCode</rename>
  904 + <length>-2</length>
  905 + <precision>-2</precision>
  906 + </field> <select_unspecified>Y</select_unspecified>
  907 + </fields> <cluster_schema/>
  908 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  909 + <xloc>279</xloc>
  910 + <yloc>59</yloc>
  911 + <draw>Y</draw>
  912 + </GUI>
  913 + </step>
  914 +
  915 + <step>
  916 + <name>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_cars</name>
  917 + <type>InsertUpdate</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 + <connection>bus_control_&#x516c;&#x53f8;_201</connection>
  927 + <commit>1000</commit>
  928 + <update_bypassed>N</update_bypassed>
  929 + <lookup>
  930 + <schema/>
  931 + <table>bsth_c_cars</table>
  932 + <key>
  933 + <name>insideCode</name>
  934 + <field>inside_code</field>
  935 + <condition>&#x3d;</condition>
  936 + <name2/>
  937 + </key>
  938 + <value>
  939 + <name>inside_code</name>
  940 + <rename>insideCode</rename>
  941 + <update>Y</update>
  942 + </value>
  943 + <value>
  944 + <name>company</name>
  945 + <rename>company</rename>
  946 + <update>Y</update>
  947 + </value>
  948 + <value>
  949 + <name>branche_company</name>
  950 + <rename>brancheCompany</rename>
  951 + <update>Y</update>
  952 + </value>
  953 + <value>
  954 + <name>car_plate</name>
  955 + <rename>carPlate</rename>
  956 + <update>Y</update>
  957 + </value>
  958 + <value>
  959 + <name>supplier_name</name>
  960 + <rename>supplierName</rename>
  961 + <update>Y</update>
  962 + </value>
  963 + <value>
  964 + <name>equipment_code</name>
  965 + <rename>equipmentCode</rename>
  966 + <update>Y</update>
  967 + </value>
  968 + <value>
  969 + <name>car_class</name>
  970 + <rename>carClass</rename>
  971 + <update>Y</update>
  972 + </value>
  973 + <value>
  974 + <name>speed</name>
  975 + <rename>speed</rename>
  976 + <update>Y</update>
  977 + </value>
  978 + <value>
  979 + <name>car_seatn_number</name>
  980 + <rename>carSeatnNumber</rename>
  981 + <update>Y</update>
  982 + </value>
  983 + <value>
  984 + <name>car_standard</name>
  985 + <rename>carStandard</rename>
  986 + <update>Y</update>
  987 + </value>
  988 + <value>
  989 + <name>car_code</name>
  990 + <rename>carCode</rename>
  991 + <update>Y</update>
  992 + </value>
  993 + <value>
  994 + <name>kburn_standard</name>
  995 + <rename>kburnStandard</rename>
  996 + <update>Y</update>
  997 + </value>
  998 + <value>
  999 + <name>gburn_standard</name>
  1000 + <rename>gburnStandard</rename>
  1001 + <update>Y</update>
  1002 + </value>
  1003 + <value>
  1004 + <name>scrap_code</name>
  1005 + <rename>scrapCode</rename>
  1006 + <update>Y</update>
  1007 + </value>
  1008 + <value>
  1009 + <name>make_code_one</name>
  1010 + <rename>makeCodeOne</rename>
  1011 + <update>Y</update>
  1012 + </value>
  1013 + <value>
  1014 + <name>make_code_two</name>
  1015 + <rename>makeCodeTwo</rename>
  1016 + <update>Y</update>
  1017 + </value>
  1018 + <value>
  1019 + <name>car_gride</name>
  1020 + <rename>carGride</rename>
  1021 + <update>Y</update>
  1022 + </value>
  1023 + <value>
  1024 + <name>emissions_standard</name>
  1025 + <rename>emissionsStandard</rename>
  1026 + <update>Y</update>
  1027 + </value>
  1028 + <value>
  1029 + <name>engine_code_one</name>
  1030 + <rename>engineCodeOne</rename>
  1031 + <update>Y</update>
  1032 + </value>
  1033 + <value>
  1034 + <name>engine_code_two</name>
  1035 + <rename>engineCodeTwo</rename>
  1036 + <update>Y</update>
  1037 + </value>
  1038 + <value>
  1039 + <name>car_number_one</name>
  1040 + <rename>carNumberOne</rename>
  1041 + <update>Y</update>
  1042 + </value>
  1043 + <value>
  1044 + <name>car_number_two</name>
  1045 + <rename>carNumberTwo</rename>
  1046 + <update>Y</update>
  1047 + </value>
  1048 + <value>
  1049 + <name>open_date</name>
  1050 + <rename>openDate</rename>
  1051 + <update>Y</update>
  1052 + </value>
  1053 + <value>
  1054 + <name>close_date</name>
  1055 + <rename>closeDate</rename>
  1056 + <update>Y</update>
  1057 + </value>
  1058 + <value>
  1059 + <name>hvac_car</name>
  1060 + <rename>hvacCar</rename>
  1061 + <update>Y</update>
  1062 + </value>
  1063 + <value>
  1064 + <name>ticket_type</name>
  1065 + <rename>ticketType</rename>
  1066 + <update>Y</update>
  1067 + </value>
  1068 + <value>
  1069 + <name>led_screen</name>
  1070 + <rename>ledScreen</rename>
  1071 + <update>Y</update>
  1072 + </value>
  1073 + <value>
  1074 + <name>tv_video_type</name>
  1075 + <rename>tvVideoType</rename>
  1076 + <update>Y</update>
  1077 + </value>
  1078 + <value>
  1079 + <name>car_type</name>
  1080 + <rename>carType</rename>
  1081 + <update>Y</update>
  1082 + </value>
  1083 + <value>
  1084 + <name>vehicle_stats</name>
  1085 + <rename>vehicleStats</rename>
  1086 + <update>Y</update>
  1087 + </value>
  1088 + <value>
  1089 + <name>operators_state</name>
  1090 + <rename>operatorsState</rename>
  1091 + <update>Y</update>
  1092 + </value>
  1093 + <value>
  1094 + <name>descriptions</name>
  1095 + <rename>descriptions</rename>
  1096 + <update>Y</update>
  1097 + </value>
  1098 + <value>
  1099 + <name>video_code</name>
  1100 + <rename>videoCode</rename>
  1101 + <update>Y</update>
  1102 + </value>
  1103 + <value>
  1104 + <name>business_code</name>
  1105 + <rename>businessCode</rename>
  1106 + <update>Y</update>
  1107 + </value>
  1108 + </lookup>
  1109 + <cluster_schema/>
  1110 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1111 + <xloc>842</xloc>
  1112 + <yloc>319</yloc>
  1113 + <draw>Y</draw>
  1114 + </GUI>
  1115 + </step>
  1116 +
  1117 + <step>
  1118 + <name>&#x662f;&#x5426;&#x6709;LED&#x670d;&#x52a1;&#x5c4f;</name>
  1119 + <type>ValueMapper</type>
  1120 + <description/>
  1121 + <distribute>Y</distribute>
  1122 + <custom_distribution/>
  1123 + <copies>1</copies>
  1124 + <partitioning>
  1125 + <method>none</method>
  1126 + <schema_name/>
  1127 + </partitioning>
  1128 + <field_to_use>ledScreen</field_to_use>
  1129 + <target_field/>
  1130 + <non_match_default/>
  1131 + <fields>
  1132 + <field>
  1133 + <source_value>&#x662f;</source_value>
  1134 + <target_value>1</target_value>
  1135 + </field>
  1136 + <field>
  1137 + <source_value>&#x5426;</source_value>
  1138 + <target_value>0</target_value>
  1139 + </field>
  1140 + </fields>
  1141 + <cluster_schema/>
  1142 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1143 + <xloc>590</xloc>
  1144 + <yloc>61</yloc>
  1145 + <draw>Y</draw>
  1146 + </GUI>
  1147 + </step>
  1148 +
  1149 + <step>
  1150 + <name>&#x662f;&#x5426;&#x6709;TV&#x89c6;&#x9891;</name>
  1151 + <type>ValueMapper</type>
  1152 + <description/>
  1153 + <distribute>Y</distribute>
  1154 + <custom_distribution/>
  1155 + <copies>1</copies>
  1156 + <partitioning>
  1157 + <method>none</method>
  1158 + <schema_name/>
  1159 + </partitioning>
  1160 + <field_to_use>tvVideoType</field_to_use>
  1161 + <target_field/>
  1162 + <non_match_default/>
  1163 + <fields>
  1164 + <field>
  1165 + <source_value>&#x662f;</source_value>
  1166 + <target_value>1</target_value>
  1167 + </field>
  1168 + <field>
  1169 + <source_value>&#x5426;</source_value>
  1170 + <target_value>0</target_value>
  1171 + </field>
  1172 + </fields>
  1173 + <cluster_schema/>
  1174 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1175 + <xloc>706</xloc>
  1176 + <yloc>61</yloc>
  1177 + <draw>Y</draw>
  1178 + </GUI>
  1179 + </step>
  1180 +
  1181 + <step>
  1182 + <name>&#x662f;&#x5426;&#x7684;&#x53d8;&#x6210;&#x6570;&#x5b57;&#x578b;</name>
  1183 + <type>SelectValues</type>
  1184 + <description/>
  1185 + <distribute>Y</distribute>
  1186 + <custom_distribution/>
  1187 + <copies>1</copies>
  1188 + <partitioning>
  1189 + <method>none</method>
  1190 + <schema_name/>
  1191 + </partitioning>
  1192 + <fields> <select_unspecified>N</select_unspecified>
  1193 + <meta> <name>hvacCar</name>
  1194 + <rename>hvacCar</rename>
  1195 + <type>Integer</type>
  1196 + <length>1</length>
  1197 + <precision>-2</precision>
  1198 + <conversion_mask/>
  1199 + <date_format_lenient>false</date_format_lenient>
  1200 + <date_format_locale/>
  1201 + <date_format_timezone/>
  1202 + <lenient_string_to_number>false</lenient_string_to_number>
  1203 + <encoding/>
  1204 + <decimal_symbol/>
  1205 + <grouping_symbol/>
  1206 + <currency_symbol/>
  1207 + <storage_type/>
  1208 + </meta> <meta> <name>ticketType</name>
  1209 + <rename>ticketType</rename>
  1210 + <type>Integer</type>
  1211 + <length>1</length>
  1212 + <precision>-2</precision>
  1213 + <conversion_mask/>
  1214 + <date_format_lenient>false</date_format_lenient>
  1215 + <date_format_locale/>
  1216 + <date_format_timezone/>
  1217 + <lenient_string_to_number>false</lenient_string_to_number>
  1218 + <encoding/>
  1219 + <decimal_symbol/>
  1220 + <grouping_symbol/>
  1221 + <currency_symbol/>
  1222 + <storage_type/>
  1223 + </meta> <meta> <name>ledScreen</name>
  1224 + <rename>ledScreen</rename>
  1225 + <type>Integer</type>
  1226 + <length>1</length>
  1227 + <precision>-2</precision>
  1228 + <conversion_mask/>
  1229 + <date_format_lenient>false</date_format_lenient>
  1230 + <date_format_locale/>
  1231 + <date_format_timezone/>
  1232 + <lenient_string_to_number>false</lenient_string_to_number>
  1233 + <encoding/>
  1234 + <decimal_symbol/>
  1235 + <grouping_symbol/>
  1236 + <currency_symbol/>
  1237 + <storage_type/>
  1238 + </meta> <meta> <name>tvVideoType</name>
  1239 + <rename>tvVideoType</rename>
  1240 + <type>Integer</type>
  1241 + <length>1</length>
  1242 + <precision>-2</precision>
  1243 + <conversion_mask/>
  1244 + <date_format_lenient>false</date_format_lenient>
  1245 + <date_format_locale/>
  1246 + <date_format_timezone/>
  1247 + <lenient_string_to_number>false</lenient_string_to_number>
  1248 + <encoding/>
  1249 + <decimal_symbol/>
  1250 + <grouping_symbol/>
  1251 + <currency_symbol/>
  1252 + <storage_type/>
  1253 + </meta> </fields> <cluster_schema/>
  1254 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1255 + <xloc>839</xloc>
  1256 + <yloc>61</yloc>
  1257 + <draw>Y</draw>
  1258 + </GUI>
  1259 + </step>
  1260 +
  1261 + <step>
  1262 + <name>&#x662f;&#x5426;&#x7a7a;&#x8c03;&#x8f66;</name>
  1263 + <type>ValueMapper</type>
  1264 + <description/>
  1265 + <distribute>Y</distribute>
  1266 + <custom_distribution/>
  1267 + <copies>1</copies>
  1268 + <partitioning>
  1269 + <method>none</method>
  1270 + <schema_name/>
  1271 + </partitioning>
  1272 + <field_to_use>hvacCar</field_to_use>
  1273 + <target_field/>
  1274 + <non_match_default/>
  1275 + <fields>
  1276 + <field>
  1277 + <source_value>&#x662f;</source_value>
  1278 + <target_value>1</target_value>
  1279 + </field>
  1280 + <field>
  1281 + <source_value>&#x5426;</source_value>
  1282 + <target_value>0</target_value>
  1283 + </field>
  1284 + </fields>
  1285 + <cluster_schema/>
  1286 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1287 + <xloc>388</xloc>
  1288 + <yloc>61</yloc>
  1289 + <draw>Y</draw>
  1290 + </GUI>
  1291 + </step>
  1292 +
  1293 + <step>
  1294 + <name>&#x6709;&#x65e0;&#x4eba;&#x552e;&#x7968;</name>
  1295 + <type>ValueMapper</type>
  1296 + <description/>
  1297 + <distribute>Y</distribute>
  1298 + <custom_distribution/>
  1299 + <copies>1</copies>
  1300 + <partitioning>
  1301 + <method>none</method>
  1302 + <schema_name/>
  1303 + </partitioning>
  1304 + <field_to_use>ticketType</field_to_use>
  1305 + <target_field/>
  1306 + <non_match_default/>
  1307 + <fields>
  1308 + <field>
  1309 + <source_value>&#x662f;</source_value>
  1310 + <target_value>1</target_value>
  1311 + </field>
  1312 + <field>
  1313 + <source_value>&#x5426;</source_value>
  1314 + <target_value>0</target_value>
  1315 + </field>
  1316 + </fields>
  1317 + <cluster_schema/>
  1318 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1319 + <xloc>485</xloc>
  1320 + <yloc>61</yloc>
  1321 + <draw>Y</draw>
  1322 + </GUI>
  1323 + </step>
  1324 +
  1325 + <step>
  1326 + <name>&#x9519;&#x8bef;&#x8f93;&#x51fa;</name>
  1327 + <type>ExcelOutput</type>
  1328 + <description/>
  1329 + <distribute>Y</distribute>
  1330 + <custom_distribution/>
  1331 + <copies>1</copies>
  1332 + <partitioning>
  1333 + <method>none</method>
  1334 + <schema_name/>
  1335 + </partitioning>
  1336 + <header>Y</header>
  1337 + <footer>N</footer>
  1338 + <encoding/>
  1339 + <append>N</append>
  1340 + <add_to_result_filenames>Y</add_to_result_filenames>
  1341 + <file>
  1342 + <name>&#x24;&#x7b;erroroutputdir&#x7d;&#x2f;&#x8f66;&#x8f86;&#x57fa;&#x7840;&#x4fe1;&#x606f;_&#x9519;&#x8bef;</name>
  1343 + <extention>xls</extention>
  1344 + <do_not_open_newfile_init>N</do_not_open_newfile_init>
  1345 + <create_parent_folder>N</create_parent_folder>
  1346 + <split>N</split>
  1347 + <add_date>N</add_date>
  1348 + <add_time>N</add_time>
  1349 + <SpecifyFormat>N</SpecifyFormat>
  1350 + <date_time_format/>
  1351 + <sheetname>Sheet1</sheetname>
  1352 + <autosizecolums>N</autosizecolums>
  1353 + <nullisblank>N</nullisblank>
  1354 + <protect_sheet>N</protect_sheet>
  1355 + <password>Encrypted </password>
  1356 + <splitevery>0</splitevery>
  1357 + <usetempfiles>N</usetempfiles>
  1358 + <tempdirectory/>
  1359 + </file>
  1360 + <template>
  1361 + <enabled>N</enabled>
  1362 + <append>N</append>
  1363 + <filename>template.xls</filename>
  1364 + </template>
  1365 + <fields>
  1366 + <field>
  1367 + <name>insideCode</name>
  1368 + <type>String</type>
  1369 + <format/>
  1370 + </field>
  1371 + <field>
  1372 + <name>company</name>
  1373 + <type>String</type>
  1374 + <format/>
  1375 + </field>
  1376 + <field>
  1377 + <name>brancheCompany</name>
  1378 + <type>String</type>
  1379 + <format/>
  1380 + </field>
  1381 + <field>
  1382 + <name>carPlate</name>
  1383 + <type>String</type>
  1384 + <format/>
  1385 + </field>
  1386 + <field>
  1387 + <name>supplierName</name>
  1388 + <type>String</type>
  1389 + <format/>
  1390 + </field>
  1391 + <field>
  1392 + <name>equipmentCode</name>
  1393 + <type>String</type>
  1394 + <format/>
  1395 + </field>
  1396 + <field>
  1397 + <name>carClass</name>
  1398 + <type>String</type>
  1399 + <format/>
  1400 + </field>
  1401 + <field>
  1402 + <name>speed</name>
  1403 + <type>String</type>
  1404 + <format/>
  1405 + </field>
  1406 + <field>
  1407 + <name>carSeatnNumber</name>
  1408 + <type>String</type>
  1409 + <format/>
  1410 + </field>
  1411 + <field>
  1412 + <name>carStandard</name>
  1413 + <type>String</type>
  1414 + <format/>
  1415 + </field>
  1416 + <field>
  1417 + <name>kburnStandard</name>
  1418 + <type>String</type>
  1419 + <format/>
  1420 + </field>
  1421 + <field>
  1422 + <name>gburnStandard</name>
  1423 + <type>String</type>
  1424 + <format/>
  1425 + </field>
  1426 + <field>
  1427 + <name>scrapCode</name>
  1428 + <type>String</type>
  1429 + <format/>
  1430 + </field>
  1431 + <field>
  1432 + <name>makeCodeOne</name>
  1433 + <type>String</type>
  1434 + <format/>
  1435 + </field>
  1436 + <field>
  1437 + <name>makeCodeTwo</name>
  1438 + <type>String</type>
  1439 + <format/>
  1440 + </field>
  1441 + <field>
  1442 + <name>carGride</name>
  1443 + <type>String</type>
  1444 + <format/>
  1445 + </field>
  1446 + <field>
  1447 + <name>emissionsStandard</name>
  1448 + <type>String</type>
  1449 + <format/>
  1450 + </field>
  1451 + <field>
  1452 + <name>engineCodeOne</name>
  1453 + <type>String</type>
  1454 + <format/>
  1455 + </field>
  1456 + <field>
  1457 + <name>engineCodeTwo</name>
  1458 + <type>String</type>
  1459 + <format/>
  1460 + </field>
  1461 + <field>
  1462 + <name>carNumberOne</name>
  1463 + <type>String</type>
  1464 + <format/>
  1465 + </field>
  1466 + <field>
  1467 + <name>carNumberTwo</name>
  1468 + <type>String</type>
  1469 + <format/>
  1470 + </field>
  1471 + <field>
  1472 + <name>openDate</name>
  1473 + <type>String</type>
  1474 + <format/>
  1475 + </field>
  1476 + <field>
  1477 + <name>closeDate</name>
  1478 + <type>String</type>
  1479 + <format/>
  1480 + </field>
  1481 + <field>
  1482 + <name>hvacCar</name>
  1483 + <type>Integer</type>
  1484 + <format/>
  1485 + </field>
  1486 + <field>
  1487 + <name>ticketType</name>
  1488 + <type>Integer</type>
  1489 + <format/>
  1490 + </field>
  1491 + <field>
  1492 + <name>ledScreen</name>
  1493 + <type>Integer</type>
  1494 + <format/>
  1495 + </field>
  1496 + <field>
  1497 + <name>tvVideoType</name>
  1498 + <type>Integer</type>
  1499 + <format/>
  1500 + </field>
  1501 + <field>
  1502 + <name>carType</name>
  1503 + <type>String</type>
  1504 + <format/>
  1505 + </field>
  1506 + <field>
  1507 + <name>vehicleStats</name>
  1508 + <type>String</type>
  1509 + <format/>
  1510 + </field>
  1511 + <field>
  1512 + <name>operatorsState</name>
  1513 + <type>String</type>
  1514 + <format/>
  1515 + </field>
  1516 + <field>
  1517 + <name>descriptions</name>
  1518 + <type>String</type>
  1519 + <format/>
  1520 + </field>
  1521 + <field>
  1522 + <name>videoCode</name>
  1523 + <type>String</type>
  1524 + <format/>
  1525 + </field>
  1526 + <field>
  1527 + <name>businessCode</name>
  1528 + <type>String</type>
  1529 + <format/>
  1530 + </field>
  1531 + <field>
  1532 + <name>carCode</name>
  1533 + <type>String</type>
  1534 + <format/>
  1535 + </field>
  1536 + <field>
  1537 + <name>error_count</name>
  1538 + <type>Integer</type>
  1539 + <format/>
  1540 + </field>
  1541 + <field>
  1542 + <name>error_desc</name>
  1543 + <type>String</type>
  1544 + <format/>
  1545 + </field>
  1546 + <field>
  1547 + <name>error_column1</name>
  1548 + <type>String</type>
  1549 + <format/>
  1550 + </field>
  1551 + <field>
  1552 + <name>error_column2</name>
  1553 + <type>String</type>
  1554 + <format/>
  1555 + </field>
  1556 + </fields>
  1557 + <custom>
  1558 + <header_font_name>arial</header_font_name>
  1559 + <header_font_size>10</header_font_size>
  1560 + <header_font_bold>N</header_font_bold>
  1561 + <header_font_italic>N</header_font_italic>
  1562 + <header_font_underline>no</header_font_underline>
  1563 + <header_font_orientation>horizontal</header_font_orientation>
  1564 + <header_font_color>black</header_font_color>
  1565 + <header_background_color>none</header_background_color>
  1566 + <header_row_height>255</header_row_height>
  1567 + <header_alignment>left</header_alignment>
  1568 + <header_image/>
  1569 + <row_font_name>arial</row_font_name>
  1570 + <row_font_size>10</row_font_size>
  1571 + <row_font_color>black</row_font_color>
  1572 + <row_background_color>none</row_background_color>
  1573 + </custom>
  1574 + <cluster_schema/>
  1575 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1576 + <xloc>637</xloc>
  1577 + <yloc>320</yloc>
  1578 + <draw>Y</draw>
  1579 + </GUI>
  1580 + </step>
  1581 +
  1582 + <step>
  1583 + <name>&#x83b7;&#x53d6;&#x53d8;&#x91cf;</name>
  1584 + <type>GetVariable</type>
  1585 + <description/>
  1586 + <distribute>Y</distribute>
  1587 + <custom_distribution/>
  1588 + <copies>1</copies>
  1589 + <partitioning>
  1590 + <method>none</method>
  1591 + <schema_name/>
  1592 + </partitioning>
  1593 + <fields>
  1594 + <field>
  1595 + <name>filepath_</name>
  1596 + <variable>&#x24;&#x7b;filepath&#x7d;</variable>
  1597 + <type>String</type>
  1598 + <format/>
  1599 + <currency/>
  1600 + <decimal/>
  1601 + <group/>
  1602 + <length>-1</length>
  1603 + <precision>-1</precision>
  1604 + <trim_type>none</trim_type>
  1605 + </field>
  1606 + <field>
  1607 + <name>erroroutputdir_</name>
  1608 + <variable>&#x24;&#x7b;erroroutputdir&#x7d;</variable>
  1609 + <type>String</type>
  1610 + <format/>
  1611 + <currency/>
  1612 + <decimal/>
  1613 + <group/>
  1614 + <length>-1</length>
  1615 + <precision>-1</precision>
  1616 + <trim_type>none</trim_type>
  1617 + </field>
  1618 + </fields>
  1619 + <cluster_schema/>
  1620 + <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI>
  1621 + <xloc>134</xloc>
  1622 + <yloc>183</yloc>
  1623 + <draw>Y</draw>
  1624 + </GUI>
  1625 + </step>
  1626 +
  1627 + <step_error_handling>
  1628 + <error>
  1629 + <source_step>&#x63d2;&#x5165;&#x2f;&#x66f4;&#x65b0;bsth_c_cars</source_step>
  1630 + <target_step>&#x9519;&#x8bef;&#x8f93;&#x51fa;</target_step>
  1631 + <is_enabled>Y</is_enabled>
  1632 + <nr_valuename>error_count</nr_valuename>
  1633 + <descriptions_valuename>error_desc</descriptions_valuename>
  1634 + <fields_valuename>error_column1</fields_valuename>
  1635 + <codes_valuename>error_column2</codes_valuename>
  1636 + <max_errors/>
  1637 + <max_pct_errors/>
  1638 + <min_pct_rows/>
  1639 + </error>
  1640 + </step_error_handling>
  1641 + <slave-step-copy-partition-distribution>
  1642 +</slave-step-copy-partition-distribution>
  1643 + <slave_transformation>N</slave_transformation>
  1644 +
  1645 +</transformation>
... ...
src/main/resources/static/pages/scheduleApp/module/basicInfo/employeeInfoManage/employeeInfoManage.js
... ... @@ -110,7 +110,7 @@ angular.module(&#39;ScheduleApp&#39;).controller(&#39;EmployeeInfoManageCtrl&#39;, [&#39;EmployeeInf
110 110 // 切换到form状态
111 111 self.goForm = function() {
112 112 //alert("切换");
113   - $state.go("deviceInfoManage_form");
  113 + $state.go("employeeInfoManage_form");
114 114 }
115 115 }]);
116 116  
... ...