Skip to content

Instantly share code, notes, and snippets.

@trennepohl
Last active December 16, 2019 15:29
Show Gist options
  • Save trennepohl/d9a79e4672a4df1d6fd8c3dda009f176 to your computer and use it in GitHub Desktop.
Save trennepohl/d9a79e4672a4df1d6fd8c3dda009f176 to your computer and use it in GitHub Desktop.
[
{ "_id": 1, "cust_id": "abc1", "ord_date": "2012-11-02T17:04:11.102Z", "status": "A", "amount": 50 },
{ "_id": 2, "cust_id": "xyz1", "ord_date": "2013-10-01T17:04:11.102Z", "status": "A", "amount": 100 },
{ "_id": 3, "cust_id": "xyz1", "ord_date": "2013-10-12T17:04:11.102Z", "status": "D", "amount": 25 },
{ "_id": 4, "cust_id": "xyz1", "ord_date": "2013-10-11T17:04:11.102Z", "status": "D", "amount": 125 },
{ "_id": 5, "cust_id": "abc1", "ord_date": "2013-11-12T17:04:11.102Z", "status": "A", "amount": 25 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment