mysql-dump-to-csv
mysql-dump-to-csv copied to clipboard
Script to parse a mysql dump and generate CSVs for all of the tables in the dump
Results
1
mysql-dump-to-csv issues
Sort by
recently updated
recently updated
newest added
A single row mysqldump fails iteration writer.writerow(dict(zip(schema, value))) TypeError: zip argument #2 must support iteration Considered adding this as a workaround unless there are alternatives. ``` if type(values[-1]) is not...