Welcome to the Extract-Transform-Load (ETL) project! This project focuses on the ETL concept, where data is extracted from a database, transformed using specified operations from a config.json file, ...
Why a another JSON to Object library? After years of python development, I grew tired of receiving data from APIs, database, csv files and so on and working with them as python dictionaries. The ...