logstash-plugins / logstash-filter-csv

Apache License 2.0
15 stars 41 forks source link

remove :date and :date_time converters #50

Open colinsurprenant opened 7 years ago

colinsurprenant commented 7 years ago

relates to #48 and #49

Instead of relying on the Ruby CSV library :date and :date_time format parsers I think we should instead support the formats our own Timestamp.coece() methods support and defer any other unsupported formats to using the date filter.