8000 GitHub - sartim/MySql-Python-Import-Script at 846b967c360b7600feacd54fae59601b12a32765
[go: up one dir, main page]

Skip to content

sartim/MySql-Python-Import-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySql-Python-Import-Script

Python script for importing data from .csv, .xls, or .xlsx to MySql database.

Setup

Requirements

Setup

$ virtualenv <envname> -p python3
$ source <envname>/bin/activate
$ pip install -r requirements.txt

Running script

$ python import.py -t spreadsheet -d data/users.xlsx -s source
arguments

-t (type)

spreadsheet, csv

-d (dataset)

Path to dataset

-s (sheet name)

Used if the dataset type in use is a spreadsheet

About

Python script for importing data from .csv, .xls, or .xlsx to MySQL database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0