This repository contains all the useful python scripts that I have developed over time.
- Transform for TOAD - This program is used to transform the "your_dump_file_name" file containing dump data from certain database into a format readable by TOAD. This program was developed as part of a requirement.
Input file --> your_dump_file_name (sample file here is "LoadDB")
To run --> Go to CLI and type command "python transform_script.py"
Output File --> your_dump_file_name_out.txt (sample output file here is "LoadDB_out.txt"