Skip to content

A command line to convert mysqldump file to csv and sql file

License

Notifications You must be signed in to change notification settings

mamylinx/dump2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dump2csv

A command line to convert mysqldump file to csv and sql file.

Summary

This command line is written with bash script and use awk,a universally available text processing tool on any linux environment, to parse mysql-dump file.

Usage

dump2csv -s <dump filename>

or

dump2csv --source <dump filename>

Todo

Fix this issue: if table data contains text fields that contain the sequence of characters ),( ,awk will split that field across multiple record lines.

About

A command line to convert mysqldump file to csv and sql file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages