Appdynamics / AppDynamics.DEXTER

Turn your APM data store into a Data Warehouse with advanced reporting, including entities, configuration, metrics, flowmaps, events, snapshots and call graph flame graphs
https://www.appdynamics.com/community/exchange/extension/appdynamics-dexter-data-extraction-enhanced-reporting/
Apache License 2.0
88 stars 48 forks source link

Time Format Changing for each dexter run #116

Open SaikiranVala opened 4 years ago

SaikiranVala commented 4 years ago

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

danielodievich commented 4 years ago

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.