##############SQL Loader generation################ ##############Create table sql generation###########
##############Date : 15-March-2018################## This code works to do the following :
- Take the CSV file as input , which is need to be loaded into the Oracle DB.
- Assumption : The CSV file should have header of the Oracle create table column name.
- Generate the SQL loader (.ctl) file
- Generate the create table (.sql ) file.
- These two files need to be run on the unix env to load the data. ##############Date : 15-March-2018##################
####################################################