logstash-filter-csv
logstash-filter-csv copied to clipboard
remove :date and :date_time converters
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.