Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kettle_yuejuan_new
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
许梁
kettle_yuejuan_new
Commits
6a028437
Commit
6a028437
authored
Jul 02, 2021
by
zsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zsy--对表
parent
f93eebf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
269 additions
and
26 deletions
+269
-26
intelligent/single_yuejuan/transfer/source/area.ktr
+269
-26
No files found.
intelligent/single_yuejuan/transfer/source/area.ktr
View file @
6a028437
...
...
@@ -428,7 +428,7 @@
<created_user>admin</created_user>
<created_date>2021/03/03 10:44:03.367</created_date>
<modified_user>admin</modified_user>
<modified_date>2021/07/02 1
4:46:27.233
</modified_date>
<modified_date>2021/07/02 1
6:21:45.812
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
</info>
...
...
@@ -492,11 +492,60 @@
<order>
<hop>
<from>area</from>
<to>字段选择</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>字段选择</from>
<to>Text file output</to>
<enabled>Y</enabled>
</hop>
</order>
<step>
<name>area</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_basic</connection>
<sql>select
id,
created_time,
deleted,
modified_time,
child_count,
full_name,
level,
name,
parent_id,
ordinal
from area
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>208</xloc>
<yloc>208</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>Text file output</name>
<type>TextFileOutput</type>
<description/>
...
...
@@ -548,14 +597,14 @@
</output>
</remotesteps>
<GUI>
<xloc>
427
</xloc>
<yloc>20
5
</yloc>
<xloc>
608
</xloc>
<yloc>20
8
</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>
area
</name>
<type>
TableInput
</type>
<name>
字段选择
</name>
<type>
SelectValues
</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
...
...
@@ -564,25 +613,219 @@
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_basic</connection>
<sql>select
id,
created_time,
deleted,
modified_time,
child_count,
full_name,
level,
name,
parent_id,
ordinal
from area
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<fields>
<field>
<name>id</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>child_count</name>
<rename/>
</field>
<field>
<name>full_name</name>
<rename/>
</field>
<field>
<name>level</name>
<rename/>
</field>
<field>
<name>name</name>
<rename/>
</field>
<field>
<name>parent_id</name>
<rename/>
</field>
<field>
<name>ordinal</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<meta>
<name>id</name>
<rename>id</rename>
<type>None</type>
<length>20</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>child_count</name>
<rename>child_count</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>full_name</name>
<rename>full_name</rename>
<type>None</type>
<length>255</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>level</name>
<rename>level</rename>
<type>None</type>
<length>10</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>name</name>
<rename>name</rename>
<type>None</type>
<length>100</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>parent_id</name>
<rename>parent_id</rename>
<type>None</type>
<length>20</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>ordinal</name>
<rename>ordinal</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
</fields>
<attributes/>
<cluster_schema/>
<remotesteps>
...
...
@@ -592,8 +835,8 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
</output>
</remotesteps>
<GUI>
<xloc>
251
</xloc>
<yloc>20
5
</yloc>
<xloc>
400
</xloc>
<yloc>20
8
</yloc>
<draw>Y</draw>
</GUI>
</step>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment