jamesmishra / mysqldump-to-csv

A quickly-hacked-together Python script to turn mysqldump files to CSV files. Optimized for Wikipedia database dumps.
MIT License
329 stars 129 forks source link

Error #3

Open fbchow opened 8 years ago

fbchow commented 8 years ago

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!

sa7mon commented 8 years ago

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

mattlevan commented 8 years ago

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

pianomonology commented 5 years ago

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