Project Destructure
Recently had to work on translating JSON to a relational database-like structure with Delta Lake Tables.
There are generally two ways to transform JSON into a table-like structure. Option 1, you can flatten the JSON (see https://github.com/amirziai/f...
wind010.hashnode.dev4 min read