Home / Companies / Airbyte / Blog / Post Details
Content Deep Dive

Using SQL String Functions to Clean Raw Data

Blog post from Airbyte

Post Details
Company
Date Published
Author
Madison Schott
Word Count
2,240
Language
English
Hacker News Points
-
Summary

This article discusses how to clean and transform raw data using SQL functions, focusing on data extracted from Google Sheets. It highlights common issues encountered when working with messy data and provides solutions using built-in SQL string functions such as split_part(), lower(), try_to_number(), iff(), round(), len(), charindex(), and to_date(). The article also emphasizes the importance of maintaining separate databases for raw and transformed data, following ELT principles.