Skip to content

Script to parse a mysql dump and generate CSVs for all of the tables in the dump

License

Notifications You must be signed in to change notification settings

mwildehahn/mysql-dump-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mysql-dump-to-csv

Quickly put together script to parse a mysql dump and generate CSVs for all of the tables in the dump.

Example:

python mysql_dump_to_csv.py dump.sql output

Should output a CSV file for each table that has data within the dump file.

About

Script to parse a mysql dump and generate CSVs for all of the tables in the dump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages