Convert mysql database backup to csv format for easy view and easy data manipulation
./mysql-to-csv.sh -u user -d database -o output -t table
- -u, --users Database username
- -d, --database Database name
- -o, --output Output file name
- -t, --table Database table name
- -h, --help Show this help message and exit