Last active
December 16, 2019 15:29
-
-
Save trennepohl/d9a79e4672a4df1d6fd8c3dda009f176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "_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