News

Playbook for converting Python dictionary into CSV file (e.g. when ingesting Rest API into Redshift tables) Python CSV library provides nice functionality to convert Python dictionary to CSV file ...
PYAML: For reading the yaml file PrettyTable: For printing text tables or HTML table ** Note ** : In this script I actually used oyaml as it preserves order in python dictionary For field description, ...