Skip to content
/ CSVLoader Public
forked from avinashse/CSVLoader

This application willl load big CSV files into database (given connection string)

Notifications You must be signed in to change notification settings

ijbo/CSVLoader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

##############SQL Loader generation################ ##############Create table sql generation###########

##############Date : 15-March-2018################## This code works to do the following :

  1. Take the CSV file as input , which is need to be loaded into the Oracle DB.
  2. Assumption : The CSV file should have header of the Oracle create table column name.
  3. Generate the SQL loader (.ctl) file
  4. Generate the create table (.sql ) file.
  5. These two files need to be run on the unix env to load the data. ##############Date : 15-March-2018##################

####################################################

About

This application willl load big CSV files into database (given connection string)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%