Flatten a JSON Object Quickly using json_normalize
December 14, 2023While building out my data lake, one helpful function I took advantage of was json_normalize. This helped me flatten out the responses from various API endpoints while creating my raw tables. Helping preserve the original object and key names when blending and processing the data down the line. The data I’m working has roughly this… Continue reading Flatten a JSON Object Quickly using json_normalize