-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing with sqlite3.OperationalError: duplicate column name #5
Comments
Same issue here
|
How is the status @simonw ? |
I ran into this problem as well. It looks like Gmail outputs multiple columns that are the same name and just different capitalization. Unfortunately, SQLite column names are case-insensitive. I output the SQL command that https://gist.github.com/McPolemic/5ac8b4bf4d5668c86b21cd92a7eb2488 |
Same here.. I got: from @McPolemic's gist, it looks there are two columns which are causing the issue in my case: |
Hey,
interesting project! I tried to give it a spin, but the mbox file I'm trying to analyze throws me this error:
The text was updated successfully, but these errors were encountered: