mysqldump-to-csv icon indicating copy to clipboard operation
mysqldump-to-csv copied to clipboard

Error

Open fbchow opened this issue 9 years ago • 3 comments

Fran-MacBook-Air:hw4 fran$ python mysqldump_to_csv.py data.sql Traceback (most recent call last): File "mysqldump_to_csv.py", line 111, in main() File "mysqldump_to_csv.py", line 105, in main if values_sanity_check(values): File "mysqldump_to_csv.py", line 29, in values_sanity_check assert values AssertionError

What does this error mean? Is it because I'm reading in the wrong type of file? Thanks!

fbchow avatar Nov 15 '15 01:11 fbchow

I'm getting this too. Not sure what the issue is

sa7mon avatar May 08 '16 20:05 sa7mon

I'm getting this as well in my attempt to convert Crunchbase's 2013 Snapshot mysqldump (.sql) files. Any help is appreciated!

mattlevan avatar May 09 '16 15:05 mattlevan

I'm getting this problem right now. Did anybody figure it out?

pianomonology avatar Oct 13 '18 22:10 pianomonology