Skip to content

Instantly share code, notes, and snippets.

@eugene-goldberg
Created March 7, 2016 20:26
Show Gist options
  • Save eugene-goldberg/874de39ba1bed24a6457 to your computer and use it in GitHub Desktop.
Save eugene-goldberg/874de39ba1bed24a6457 to your computer and use it in GitHub Desktop.
MongoDB dpcument
{
"_id" : ObjectId("56dddbda8a09bc202b05fb47"),
"FIELD1" : "ASINC0000710793",
"HPD_SUBMITTER" : "blah",
"person_id" : "PPL000000021124",
"Resolved_date" : "2014-04-17 05:07:19.000",
"owner_group" : "Service Desk - Incident Management Team",
"submitter" : "blah",
"submit_date" : "2014-04-17 05:07:32.000",
"reported_date" : "2014-04-17 05:06:06.000",
"Call_Duration" : 86,
"resolution_category" : "NULL",
"resolution_category_tier_2" : "NULL",
"resolution_category_tier_3" : "NULL",
"CATEGORIZATION_TIER_1" : "Application",
"CATEGORIZATION_TIER_2" : "System",
"CATEGORIZATION_TIER_3" : "Single User Affected",
"Description" : "VDI unable to logon",
"Escalated" : "NULL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment