Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In current "TimedJsonStreamParser", it assumes the timestamp column is a long type (unix time). While in some case the time is repesented by other type/format, e.g, "Jul 20, 2016 9:59:17 AM". The parser need be able to parse such a format.