Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 484 Bytes

ETL

数据基本清洗包括以下分类:

1.日期时间;
2.数值;
3.字符串;
4.字符;
5.金钱;
6.数据库(mysql、postgresql、mongodb、hbase、hdfs、memcached);
7.加解密(md5、sha、base64、aes、rsa);
8.文件;
9.http服务;
10.正则表达式;
11.个人信息:身份证号、手机号、姓名清洗和扩展;

后期会不断更新,望大家指正。