Build an application that consumes/accepts a CSV (Comma Separated Values) file of N-Rows. Each Row is comprised of:
- object_id: is a unique identifier for a specific object.
- object_type: denotes the object type.
- timestamp: needs no explanation
- object_changes: serialized json comprised of properties that changed at timestamp, and their accompanying values.
Here's an example CSV:
object_id,object_type,timestamp,object_changes