https://github.com/ffatahillah7/sql-cleansing-and-masking-using-postgresql
Cleansing bad Phone number and Address format using PostgreSQL
https://github.com/ffatahillah7/sql-cleansing-and-masking-using-postgresql
Last synced: 3 months ago
JSON representation
Cleansing bad Phone number and Address format using PostgreSQL
- Host: GitHub
- URL: https://github.com/ffatahillah7/sql-cleansing-and-masking-using-postgresql
- Owner: ffatahillah7
- Created: 2025-01-08T06:46:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T07:18:52.000Z (5 months ago)
- Last Synced: 2025-01-08T07:38:27.329Z (5 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cleansing-and-Masking-using-PostgreSQL
Cleansing bad Phone number and Address format using PostgreSQLThe purpose of this project is to cleansing phone number value with bad format and also address value as well using PostgreSQL.
## Goals of the Project
1. Using Regexp_replace function for replace or change unformated value
2. Using case when function for masking
3. Using CTE function to create query
4. Create view as table virtual for storing the clean dataPlease open sql file for better understanding
