dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
406 stars 214 forks source link

Data cleanup that fixes #42 #80

Closed jbeales closed 6 years ago

jbeales commented 6 years ago

Adds a few extra SQL statements to clean up the data in the raw_table data before trying to insert it into contributions. Fixes #42 so that mysql_init_db.py runs properly when dealing with MySQL 5.7

fgregg commented 6 years ago

Thanks!