Skip to content

a simple python script for exporting a CSV file into a mysql database or mysql based databases such as mariadb

Notifications You must be signed in to change notification settings

SakoDroid/CSVExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

CSVExporter

A simple python script for exporting a CSV file into a mysql database or mysql based databases such as mariadb. Notes :

  1. Csv file should contain header or the table you want to export data into should exist.
  2. If table does not exist, the script will create one based on the csv file titles (first row).

About

a simple python script for exporting a CSV file into a mysql database or mysql based databases such as mariadb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages