Datafable / epu-index

EPU index
http://www.applieddatamining.com/cms/?q=content/economic-policy-uncertainty-index
1 stars 0 forks source link

Import journals in database #50

Closed bartaelterman closed 9 years ago

bartaelterman commented 9 years ago

I have a csvfile with news journals. These should be imported in the application.

Column 1: name Column 2: spider_name

Delimiter: ";"

bartaelterman commented 9 years ago

I needed a data migration script for developement. Maybe this can help: https://github.com/Datafable/epu-index/blob/master/tmp/migrate_data.py

niconoe commented 9 years ago

Command implemented. Two addiditonal questions:

bartaelterman commented 9 years ago

Thanks!

niconoe commented 9 years ago

Data loaded on Heroku. Please note there was already an entry for "Het Laatste Nieuws", I didn't dared to delete it since there were linked articles!

bartaelterman commented 9 years ago

Ok. Actually that's all dummy data. So next time, the table can be trunced before uploading new data. I did not consider that database as production so far.