You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is part of a Deloitte coding task. It converts telemetry data from two different JSON formats into a single unified format. The solution handles: - Data transformation and mapping - Nested JSON structure conversion - ISO timestamp to milliseconds conversion All unit tests are successfully passed.