Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Udms
    • Sync_mysql_new
  • catalog

catalog · Changes

Page history
update: 添加同一家企业判断 authored Mar 13, 2021 by 吴一博's avatar 吴一博
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 1 deletion
+2 -1
  • udms/sync_mysql_new/catalog.md udms/sync_mysql_new/catalog.md +2 -1
  • No files found.
udms/sync_mysql_new/catalog.md
View page @ 23376bbc
...@@ -36,7 +36,8 @@ table_explode中定义了要炸开数据 ...@@ -36,7 +36,8 @@ table_explode中定义了要炸开数据
这个功能是对输入的数据进行过滤。而不是针对表进行匹配。data_match 更为合理 这个功能是对输入的数据进行过滤。而不是针对表进行匹配。data_match 更为合理
--> -->
table_match中定义了数据要匹配正则表达式才可以入库: table_match中定义了数据要匹配条件(符合Python逻辑表达式语法)才可以入库:
table_b: "b1=='5' and b2=='5'", table_b要匹配正则才可以入库 table_b: "b1=='5' and b2=='5'", table_b要匹配正则才可以入库
table_c: ["c1=='5'", "c3=='4'"], table_c匹配list中任意一个正则就可以入库(正则之间或的关系) table_c: ["c1=='5'", "c3=='4'"], table_c匹配list中任意一个正则就可以入库(正则之间或的关系)
......
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages