An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Cleansing-and-Masking-using-PostgreSQL
Cleansing bad Phone number and Address format using PostgreSQL

The 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 data

Please open sql file for better understanding

![image](https://github.com/user-attachments/assets/9261c305-5948-4e76-b1e8-a125fec46da0)