epogrebnyak / data-rosstat-kep

Time series dataset of Rosstat Short-term Economic Indicators ("KEP") publication
http://www.gks.ru/wps/wcm/connect/rosstat_main/rosstat/ru/statistics/publications/catalog/doc_1140080765391
6 stars 6 forks source link

Converter: 2 conditional behaviours for import_csv() #50

Closed epogrebnyak closed 8 years ago

epogrebnyak commented 8 years ago

kep.parser.csv2db.import_csv must issue warning and continue if:

import_csv() must also accept import_csv( , overwrite = False) flag, default behavior is no overwrite

epogrebnyak commented 8 years ago

Note: can detect Word by try statement in word.py.

epogrebnyak commented 8 years ago

CSV checked in 22c82dd75cefbf6a19a9ffcfc9ba812922a48a91, no Word installation check.