Turn your APM data store into a Data Warehouse with advanced reporting, including entities, configuration, metrics, flowmaps, events, snapshots and call graph flame graphs
We are using Dexter 20.7.0.0 to extract AppD events data and feeding it to a analytics tool. We noticed the Date/Time format is not constant for every run, it keep changing and this is breaking our scripts.
We updated the ver to 20.8.0.0 and now we are seeing a new format. Is there a way we can standardize the date/time format?
Example:
All CSVs should now be using https://en.wikipedia.org/wiki/ISO_8601 format (2020-09-08T02:34:55.0020000+00:00) which should be compatible with any ETL software pipelines.
Hi Team,
We are using Dexter 20.7.0.0 to extract AppD events data and feeding it to a analytics tool. We noticed the Date/Time format is not constant for every run, it keep changing and this is breaking our scripts. We updated the ver to 20.8.0.0 and now we are seeing a new format. Is there a way we can standardize the date/time format? Example:
9/8/2020 1:14:55 AM (20.7.0.0 ver) 09/02/2020 00:20:55 (20.7.0.0 ver) 2020-09-08T02:34:55.0020000+00:00 (20.8.0.0 ver)
Thanks, Saikiran Vala