18F / open-data-maker

make it easy to turn a lot of potentially large csv files into easily accessible open data
Other
200 stars 135 forks source link

Support Elasticsearch date types in import #308

Open theonlyrao opened 8 years ago

theonlyrao commented 8 years ago

This commit modifies the DataMagic module to support the Elasticsearch "date" datatype (https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html).

This commit responds directly to the open issue #105 (support date type). It does not incorporate any of the work done in the issue closed as #128 ([WIP] Add date type to map_field_types method -- not tested).