logstash-filter-csv icon indicating copy to clipboard operation
logstash-filter-csv copied to clipboard

remove :date and :date_time converters

Open colinsurprenant opened this issue 8 years ago • 0 comments

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.

colinsurprenant avatar May 24 '17 19:05 colinsurprenant