当前位置:网站首页>Kettle实验
Kettle实验
2022-04-23 09:07:00 【风梳烟】
针对生成数据进行分析,需要处理的点有:
(1)将挂号日期时间设置String,由于不能直接从预设格式中提取日,需要采取字符串截取; (2)对日期和身份证进行字符串截取,分别提取日和省份代码(身份证前两位);
(3)按照待分组的字段进行排序;
(4)对省份和时间段进行值映射;
(4) 进行分组统计。
1. 正式实验
在“Excel输入”组件,设置如下:
在“字段选择”组件,设置如下:
在“剪切字符串”组件,设置如下:
在“排序记录”组件,设置如下:
在“值映射”组件,设置如下: 省份对应表见text文件“身份证号码前两位对应省份”
在“值映射”组件,设置如下:
在“分组”组件,设置如下:
执行,结果如图所示:
版权声明
本文为[风梳烟]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_56814370/article/details/123446986
边栏推荐
- web页面如何渲染
- OpenCV中的图像处理 —— 轮廓入门+轮廓特征
- Correct method of calculating inference time of neural network
- Harbor enterprise image management system
- node安装
- 112. 路径总和
- BK3633 规格书
- Output first order traversal according to second order and middle order traversal (25 points)
- PCTP考试经验分享
- Write down the post order traversal of the ~ binary tree
猜你喜欢
随机推荐
L2-023 graph coloring problem (25 points) (graph traversal)
Multi view depth estimation by fusing single view depth probability with multi view geometry
Concave hull acquisition method based on convex hull of point cloud
501. 二叉搜索树中的众数
数字政府建设中政务中台中的技术创新点
企业微信应用授权/静默登录
Restore binary tree (25 points)
The most concerned occupations after 00: civil servants ranked second. What was the first?
Four pictures to understand some basic usage of Matplotlib
Node installation
A must see wechat applet development guide 1 - basic knowledge
To remember the composition ~ the pre order traversal of binary tree
Solidity 问题汇总
Mini - exercice MySQL (seulement pour les débutants, pas pour les non - débutants)
Colorui solves the problem of blocking content in bottom navigation
Share the office and improve the settled experience
What is augmented reality technology? Where can it be used?
node安装
Non duplicate data values of two MySQL query tables
Machine learning (VI) -- Bayesian classifier