Skip to content

Create Sql scripts for output Data related to given time period. This is to get data separately from a large data collection.

Notifications You must be signed in to change notification settings

MadhushanES/Data_Output_SQL_Script_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Data_Output_SQL_Script_creator

Create Sql scripts for output Data related to given time period. This is to get data separately from a large data collection.

For this I used python language and user can input start date and end date of the data that want and then user can input number of days for separate data sets to separate csv files. Then the programm will generate single sql files for each data ranges and one master script for run all scripts. In this I used Arrival date for start date of data set and departure date for end date. And I used a table called TEST_TABLE_OF_OROJECT for data table. User can customized this according to requirement.

Libraries : datetime - used for handling dates and times timedelta - used for representing the difference between two dates

-By Madhushan Pilapitiya

About

Create Sql scripts for output Data related to given time period. This is to get data separately from a large data collection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages