Skip to content

rohit-saharan/python-db-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Python-Db-Importer

This project was created when I needed to import different formats of csv files, with varying columns, into existing mysql tables.

I would like to extend this project to not only read csv files, but also excel, openxml, and other varying file formats.

The original base of the code is from http://128.174.125.122/wiki/index.php/Python_script_for_loading_CSV_to_mySQL .

#Installation

Just clone the repository, and run the import.py file. It requires the python-mysqldb package, to install that:

sudo apt-get install python-mysqldb

#Contact

Contact me using github on any issues or questions.

Thank you.

About

Import csv files into mysql tables, with option to match the tables from csv to the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages