Query
{
"as": "c",
"from": "Customers",
"select": {
"yearGroups": {
"group": {
"into": "yg",
"by": "o.orderDate.year"
},
"as": "o",
"from": "c.Orders",
"select": {
"monthGroups": {
"group": {
"into": "mg",
"by": "o.orderDate.month"
},
"as": "o",
"from": "yg",
"select": {
"orders": "mg",
"month": "mg.key"
}
},
"year": "yg.key"
}
},
"companyName": "c.companyName"
}
}
Results
[
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10643,
"total": 814.5,
"orderDate": "8/25/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10692,
"total": 878.0,
"orderDate": "10/3/1997"
},
{
"orderId": 10702,
"total": 330.0,
"orderDate": "10/13/1997"
}
],
"month": 10
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10835,
"total": 845.8,
"orderDate": "1/15/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10952,
"total": 471.2,
"orderDate": "3/16/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11011,
"total": 933.5,
"orderDate": "4/9/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Alfreds Futterkiste"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10308,
"total": 88.8,
"orderDate": "9/18/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10625,
"total": 479.75,
"orderDate": "8/8/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10759,
"total": 320.0,
"orderDate": "11/28/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10926,
"total": 514.4,
"orderDate": "3/4/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Ana Trujillo Emparedados y helados"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10365,
"total": 403.2,
"orderDate": "11/27/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10507,
"total": 749.06,
"orderDate": "4/15/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10535,
"total": 1940.85,
"orderDate": "5/13/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10573,
"total": 2082.0,
"orderDate": "6/19/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10677,
"total": 813.36,
"orderDate": "9/22/1997"
},
{
"orderId": 10682,
"total": 375.5,
"orderDate": "9/25/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10856,
"total": 660.0,
"orderDate": "1/28/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Antonio Moreno Taquer\u00c3\u00ada"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10355,
"total": 480.0,
"orderDate": "11/15/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10383,
"total": 899.0,
"orderDate": "12/16/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10453,
"total": 407.7,
"orderDate": "2/21/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10558,
"total": 2142.9,
"orderDate": "6/4/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10707,
"total": 1641.0,
"orderDate": "10/16/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10741,
"total": 228.0,
"orderDate": "11/14/1997"
},
{
"orderId": 10743,
"total": 319.2,
"orderDate": "11/17/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10768,
"total": 1477.0,
"orderDate": "12/8/1997"
},
{
"orderId": 10793,
"total": 191.1,
"orderDate": "12/24/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10864,
"total": 282.0,
"orderDate": "2/2/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10920,
"total": 390.0,
"orderDate": "3/3/1998"
},
{
"orderId": 10953,
"total": 4441.25,
"orderDate": "3/16/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11016,
"total": 491.5,
"orderDate": "4/10/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Around the Horn"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10278,
"total": 1488.8,
"orderDate": "8/12/1996"
},
{
"orderId": 10280,
"total": 613.2,
"orderDate": "8/14/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10384,
"total": 2222.4,
"orderDate": "12/16/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10444,
"total": 1031.7,
"orderDate": "2/12/1997"
},
{
"orderId": 10445,
"total": 174.9,
"orderDate": "2/13/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10524,
"total": 3192.65,
"orderDate": "5/1/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10572,
"total": 1501.08,
"orderDate": "6/18/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10626,
"total": 1503.6,
"orderDate": "8/11/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10654,
"total": 601.83,
"orderDate": "9/2/1997"
},
{
"orderId": 10672,
"total": 3815.25,
"orderDate": "9/17/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10689,
"total": 472.5,
"orderDate": "10/1/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10733,
"total": 1459.0,
"orderDate": "11/7/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10778,
"total": 96.5,
"orderDate": "12/16/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10837,
"total": 1064.5,
"orderDate": "1/16/1998"
},
{
"orderId": 10857,
"total": 2048.21,
"orderDate": "1/28/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10866,
"total": 1096.2,
"orderDate": "2/3/1998"
},
{
"orderId": 10875,
"total": 709.55,
"orderDate": "2/6/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10924,
"total": 1835.7,
"orderDate": "3/4/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Berglunds snabbk\u00c3\u00b6p"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10501,
"total": 149.0,
"orderDate": "4/9/1997"
},
{
"orderId": 10509,
"total": 136.8,
"orderDate": "4/17/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10582,
"total": 330.0,
"orderDate": "6/27/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10614,
"total": 464.0,
"orderDate": "7/29/1997"
}
],
"month": 7
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10853,
"total": 625.0,
"orderDate": "1/27/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10956,
"total": 677.0,
"orderDate": "3/17/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11058,
"total": 858.0,
"orderDate": "4/29/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Blauer See Delikatessen"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10265,
"total": 1176.0,
"orderDate": "7/25/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10297,
"total": 1420.0,
"orderDate": "9/4/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10360,
"total": 7390.2,
"orderDate": "11/22/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10436,
"total": 1994.52,
"orderDate": "2/5/1997"
},
{
"orderId": 10449,
"total": 1838.2,
"orderDate": "2/18/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10559,
"total": 520.41,
"orderDate": "6/5/1997"
},
{
"orderId": 10566,
"total": 1761.0,
"orderDate": "6/12/1997"
},
{
"orderId": 10584,
"total": 593.75,
"orderDate": "6/30/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10628,
"total": 450.0,
"orderDate": "8/12/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10679,
"total": 660.0,
"orderDate": "9/23/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10826,
"total": 730.0,
"orderDate": "1/12/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Blondel p\u00c3\u00a8re et fils"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10326,
"total": 982.0,
"orderDate": "10/10/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10801,
"total": 3026.85,
"orderDate": "12/29/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10970,
"total": 224.0,
"orderDate": "3/24/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "B\u00c3\u00b3lido Comidas preparadas"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10331,
"total": 88.5,
"orderDate": "10/16/1996"
},
{
"orderId": 10340,
"total": 2436.18,
"orderDate": "10/29/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10362,
"total": 1549.6,
"orderDate": "11/25/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10470,
"total": 1820.8,
"orderDate": "3/11/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10511,
"total": 2550.0,
"orderDate": "4/18/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10525,
"total": 818.4,
"orderDate": "5/2/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10663,
"total": 1930.4,
"orderDate": "9/10/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10715,
"total": 1296.0,
"orderDate": "10/23/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10730,
"total": 484.26,
"orderDate": "11/5/1997"
},
{
"orderId": 10732,
"total": 360.0,
"orderDate": "11/6/1997"
},
{
"orderId": 10755,
"total": 1948.5,
"orderDate": "11/26/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10827,
"total": 843.0,
"orderDate": "1/12/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10871,
"total": 1979.23,
"orderDate": "2/5/1998"
},
{
"orderId": 10876,
"total": 917.0,
"orderDate": "2/9/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10932,
"total": 1788.63,
"orderDate": "3/6/1998"
},
{
"orderId": 10940,
"total": 360.0,
"orderDate": "3/11/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11076,
"total": 792.75,
"orderDate": "5/6/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Bon app'"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10389,
"total": 1832.8,
"orderDate": "12/20/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10410,
"total": 802.0,
"orderDate": "1/10/1997"
},
{
"orderId": 10411,
"total": 966.8,
"orderDate": "1/10/1997"
},
{
"orderId": 10431,
"total": 1892.25,
"orderDate": "1/30/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10492,
"total": 851.2,
"orderDate": "4/1/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10742,
"total": 3118.0,
"orderDate": "11/14/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10918,
"total": 1447.5,
"orderDate": "3/2/1998"
},
{
"orderId": 10944,
"total": 1025.32,
"orderDate": "3/12/1998"
},
{
"orderId": 10949,
"total": 4422.0,
"orderDate": "3/13/1998"
},
{
"orderId": 10975,
"total": 717.5,
"orderDate": "3/25/1998"
},
{
"orderId": 10982,
"total": 1014.0,
"orderDate": "3/27/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11027,
"total": 877.72,
"orderDate": "4/16/1998"
},
{
"orderId": 11045,
"total": 1309.5,
"orderDate": "4/23/1998"
},
{
"orderId": 11048,
"total": 525.0,
"orderDate": "4/24/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Bottom-Dollar Markets"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10289,
"total": 479.4,
"orderDate": "8/26/1996"
}
],
"month": 8
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10471,
"total": 1328.0,
"orderDate": "3/11/1997"
},
{
"orderId": 10484,
"total": 386.2,
"orderDate": "3/24/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10538,
"total": 139.8,
"orderDate": "5/15/1997"
},
{
"orderId": 10539,
"total": 355.5,
"orderDate": "5/16/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10578,
"total": 477.0,
"orderDate": "6/24/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10599,
"total": 493.0,
"orderDate": "7/15/1997"
}
],
"month": 7
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10943,
"total": 711.0,
"orderDate": "3/11/1998"
},
{
"orderId": 10947,
"total": 220.0,
"orderDate": "3/13/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11023,
"total": 1500.0,
"orderDate": "4/14/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "B's Beverages"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10521,
"total": 225.5,
"orderDate": "4/29/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10782,
"total": 12.5,
"orderDate": "12/17/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10819,
"total": 477.0,
"orderDate": "1/7/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10881,
"total": 150.0,
"orderDate": "2/11/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10937,
"total": 644.8,
"orderDate": "3/10/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11054,
"total": 305.0,
"orderDate": "4/28/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Cactus Comidas para llevar"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10259,
"total": 100.8,
"orderDate": "7/18/1996"
}
],
"month": 7
}
],
"year": 1996
}
],
"companyName": "Centro comercial Moctezuma"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10254,
"total": 556.62,
"orderDate": "7/11/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10370,
"total": 1117.6,
"orderDate": "12/3/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10519,
"total": 2314.2,
"orderDate": "4/28/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10731,
"total": 1890.5,
"orderDate": "11/6/1997"
},
{
"orderId": 10746,
"total": 2311.7,
"orderDate": "11/19/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10966,
"total": 1098.46,
"orderDate": "3/20/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11029,
"total": 1286.8,
"orderDate": "4/16/1998"
},
{
"orderId": 11041,
"total": 1773.0,
"orderDate": "4/22/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Chop-suey Chinese"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10290,
"total": 2169.0,
"orderDate": "8/27/1996"
}
],
"month": 8
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10466,
"total": 216.0,
"orderDate": "3/6/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10494,
"total": 912.0,
"orderDate": "4/2/1997"
}
],
"month": 4
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10969,
"total": 108.0,
"orderDate": "3/23/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11042,
"total": 405.75,
"orderDate": "4/22/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Com\u00c3\u00a9rcio Mineiro"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10435,
"total": 631.6,
"orderDate": "2/4/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10462,
"total": 156.0,
"orderDate": "3/3/1997"
}
],
"month": 3
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10848,
"total": 931.5,
"orderDate": "1/23/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Consolidated Holdings"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10363,
"total": 447.2,
"orderDate": "11/26/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10391,
"total": 86.4,
"orderDate": "12/23/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10797,
"total": 420.0,
"orderDate": "12/25/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10825,
"total": 1030.76,
"orderDate": "1/9/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 11036,
"total": 1692.0,
"orderDate": "4/20/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11067,
"total": 86.85,
"orderDate": "5/4/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Drachenblut Delikatessen"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10311,
"total": 268.8,
"orderDate": "9/20/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10609,
"total": 424.0,
"orderDate": "7/24/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10683,
"total": 63.0,
"orderDate": "9/26/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10890,
"total": 860.1,
"orderDate": "2/16/1998"
}
],
"month": 2
}
],
"year": 1998
}
],
"companyName": "Du monde entier"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10364,
"total": 950.0,
"orderDate": "11/26/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10400,
"total": 3063.0,
"orderDate": "1/1/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10532,
"total": 796.35,
"orderDate": "5/9/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10726,
"total": 655.0,
"orderDate": "11/3/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10987,
"total": 2772.0,
"orderDate": "3/31/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11024,
"total": 1966.81,
"orderDate": "4/15/1998"
},
{
"orderId": 11047,
"total": 817.88,
"orderDate": "4/24/1998"
},
{
"orderId": 11056,
"total": 3740.0,
"orderDate": "4/28/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Eastern Connection"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10258,
"total": 1614.88,
"orderDate": "7/17/1996"
},
{
"orderId": 10263,
"total": 1873.8,
"orderDate": "7/23/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10351,
"total": 5398.72,
"orderDate": "11/11/1996"
},
{
"orderId": 10368,
"total": 1689.78,
"orderDate": "11/29/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10382,
"total": 2900.0,
"orderDate": "12/13/1996"
},
{
"orderId": 10390,
"total": 2090.88,
"orderDate": "12/23/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10402,
"total": 2713.5,
"orderDate": "1/2/1997"
},
{
"orderId": 10403,
"total": 855.02,
"orderDate": "1/3/1997"
},
{
"orderId": 10430,
"total": 4899.2,
"orderDate": "1/30/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10442,
"total": 1792.0,
"orderDate": "2/11/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10514,
"total": 8623.45,
"orderDate": "4/22/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10571,
"total": 550.59,
"orderDate": "6/17/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10595,
"total": 4725.0,
"orderDate": "7/10/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10633,
"total": 5510.59,
"orderDate": "8/15/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10667,
"total": 1536.8,
"orderDate": "9/12/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10698,
"total": 3436.44,
"orderDate": "10/9/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10764,
"total": 2286.0,
"orderDate": "12/3/1997"
},
{
"orderId": 10771,
"total": 344.0,
"orderDate": "12/10/1997"
},
{
"orderId": 10773,
"total": 2030.4,
"orderDate": "12/11/1997"
},
{
"orderId": 10776,
"total": 6635.28,
"orderDate": "12/15/1997"
},
{
"orderId": 10795,
"total": 2158.0,
"orderDate": "12/24/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10836,
"total": 4705.5,
"orderDate": "1/16/1998"
},
{
"orderId": 10854,
"total": 2966.5,
"orderDate": "1/27/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10895,
"total": 6379.4,
"orderDate": "2/18/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10968,
"total": 1408.0,
"orderDate": "3/23/1998"
},
{
"orderId": 10979,
"total": 4813.5,
"orderDate": "3/26/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10990,
"total": 4288.85,
"orderDate": "4/1/1998"
},
{
"orderId": 11008,
"total": 4680.9,
"orderDate": "4/8/1998"
},
{
"orderId": 11017,
"total": 6750.0,
"orderDate": "4/13/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11072,
"total": 5218.0,
"orderDate": "5/5/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Ernst Handel"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10347,
"total": 814.42,
"orderDate": "11/6/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10386,
"total": 166.0,
"orderDate": "12/18/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10414,
"total": 224.83,
"orderDate": "1/14/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10512,
"total": 525.3,
"orderDate": "4/21/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10581,
"total": 310.0,
"orderDate": "6/26/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10650,
"total": 1779.2,
"orderDate": "8/29/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10725,
"total": 287.8,
"orderDate": "10/31/1997"
}
],
"month": 10
}
],
"year": 1997
}
],
"companyName": "Familia Arquibaldo"
},
{
"companyName": "FISSA Fabrica Inter. Salchichas S.A."
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10408,
"total": 1622.4,
"orderDate": "1/8/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10480,
"total": 756.0,
"orderDate": "3/20/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10634,
"total": 4985.5,
"orderDate": "8/15/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10763,
"total": 616.0,
"orderDate": "12/3/1997"
},
{
"orderId": 10789,
"total": 3687.0,
"orderDate": "12/22/1997"
}
],
"month": 12
}
],
"year": 1997
}
],
"companyName": "Folies gourmandes"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10264,
"total": 695.62,
"orderDate": "7/24/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10327,
"total": 1810.0,
"orderDate": "10/11/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10378,
"total": 103.2,
"orderDate": "12/10/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10434,
"total": 321.12,
"orderDate": "2/3/1997"
},
{
"orderId": 10460,
"total": 176.1,
"orderDate": "2/28/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10533,
"total": 2222.2,
"orderDate": "5/12/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10561,
"total": 2844.5,
"orderDate": "6/6/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10703,
"total": 2545.0,
"orderDate": "10/14/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10762,
"total": 4337.0,
"orderDate": "12/2/1997"
},
{
"orderId": 10774,
"total": 868.75,
"orderDate": "12/11/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10824,
"total": 250.8,
"orderDate": "1/9/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10880,
"total": 1500.0,
"orderDate": "2/10/1998"
},
{
"orderId": 10902,
"total": 863.43,
"orderDate": "2/23/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10955,
"total": 74.4,
"orderDate": "3/17/1998"
},
{
"orderId": 10977,
"total": 2233.0,
"orderDate": "3/26/1998"
},
{
"orderId": 10980,
"total": 248.0,
"orderDate": "3/27/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10993,
"total": 4895.44,
"orderDate": "4/1/1998"
},
{
"orderId": 11001,
"total": 2769.0,
"orderDate": "4/6/1998"
},
{
"orderId": 11050,
"total": 810.0,
"orderDate": "4/27/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Folk och f\u00c3\u00a4 HB"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10267,
"total": 3536.6,
"orderDate": "7/29/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10337,
"total": 2467.0,
"orderDate": "10/24/1996"
},
{
"orderId": 10342,
"total": 1840.64,
"orderDate": "10/30/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10396,
"total": 1903.8,
"orderDate": "12/27/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10488,
"total": 1512.0,
"orderDate": "3/27/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10560,
"total": 1072.42,
"orderDate": "6/6/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10623,
"total": 1336.95,
"orderDate": "8/7/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10653,
"total": 1083.15,
"orderDate": "9/2/1997"
},
{
"orderId": 10670,
"total": 2301.75,
"orderDate": "9/16/1997"
},
{
"orderId": 10675,
"total": 1423.0,
"orderDate": "9/19/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10717,
"total": 1270.75,
"orderDate": "10/24/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10791,
"total": 1829.76,
"orderDate": "12/23/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10859,
"total": 1078.69,
"orderDate": "1/29/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10929,
"total": 1174.75,
"orderDate": "3/5/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11012,
"total": 2825.3,
"orderDate": "4/9/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Frankenversand"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10671,
"total": 920.1,
"orderDate": "9/17/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10860,
"total": 519.0,
"orderDate": "1/29/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10971,
"total": 1733.06,
"orderDate": "3/24/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "France restauration"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10422,
"total": 49.8,
"orderDate": "1/22/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10710,
"total": 93.5,
"orderDate": "10/20/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10753,
"total": 88.0,
"orderDate": "11/25/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10807,
"total": 18.4,
"orderDate": "12/31/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11026,
"total": 1030.0,
"orderDate": "4/15/1998"
},
{
"orderId": 11060,
"total": 266.0,
"orderDate": "4/30/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Franchi S.p.A."
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10328,
"total": 1168.0,
"orderDate": "10/14/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10352,
"total": 136.3,
"orderDate": "11/12/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10464,
"total": 1609.28,
"orderDate": "3/4/1997"
},
{
"orderId": 10491,
"total": 259.5,
"orderDate": "3/31/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10551,
"total": 1677.3,
"orderDate": "5/28/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10604,
"total": 230.85,
"orderDate": "7/18/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10664,
"total": 1288.39,
"orderDate": "9/10/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10963,
"total": 57.8,
"orderDate": "3/19/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Furia Bacalhau e Frutos do Mar"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10366,
"total": 136.0,
"orderDate": "11/28/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10426,
"total": 338.2,
"orderDate": "1/27/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10568,
"total": 155.0,
"orderDate": "6/13/1997"
}
],
"month": 6
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10887,
"total": 70.0,
"orderDate": "2/13/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10928,
"total": 137.5,
"orderDate": "3/5/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Galer\u00c3\u00ada del gastr\u00c3\u00b3nomo"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10303,
"total": 1117.8,
"orderDate": "9/11/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10550,
"total": 683.3,
"orderDate": "5/28/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10629,
"total": 2775.05,
"orderDate": "8/12/1997"
}
],
"month": 8
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10872,
"total": 2058.46,
"orderDate": "2/5/1998"
},
{
"orderId": 10874,
"total": 310.0,
"orderDate": "2/6/1998"
},
{
"orderId": 10888,
"total": 605.0,
"orderDate": "2/16/1998"
},
{
"orderId": 10911,
"total": 858.0,
"orderDate": "2/26/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10948,
"total": 2362.25,
"orderDate": "3/13/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11009,
"total": 616.5,
"orderDate": "4/8/1998"
},
{
"orderId": 11037,
"total": 60.0,
"orderDate": "4/21/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Godos Cocina T\u00c3\u00adpica"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10423,
"total": 1020.0,
"orderDate": "1/23/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10652,
"total": 318.84,
"orderDate": "9/1/1997"
},
{
"orderId": 10685,
"total": 801.1,
"orderDate": "9/29/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10709,
"total": 3424.0,
"orderDate": "10/17/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10734,
"total": 1498.35,
"orderDate": "11/7/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10777,
"total": 224.0,
"orderDate": "12/15/1997"
},
{
"orderId": 10790,
"total": 722.5,
"orderDate": "12/22/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10959,
"total": 131.75,
"orderDate": "3/18/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11049,
"total": 273.6,
"orderDate": "4/24/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Gourmet Lanchonetes"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10528,
"total": 392.2,
"orderDate": "5/6/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10589,
"total": 72.0,
"orderDate": "7/4/1997"
},
{
"orderId": 10616,
"total": 4807.0,
"orderDate": "7/31/1997"
},
{
"orderId": 10617,
"total": 1402.5,
"orderDate": "7/31/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10656,
"total": 604.22,
"orderDate": "9/4/1997"
},
{
"orderId": 10681,
"total": 1287.4,
"orderDate": "9/25/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10816,
"total": 8446.45,
"orderDate": "1/6/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10936,
"total": 456.0,
"orderDate": "3/9/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11006,
"total": 329.68,
"orderDate": "4/7/1998"
},
{
"orderId": 11040,
"total": 200.0,
"orderDate": "4/22/1998"
},
{
"orderId": 11061,
"total": 510.0,
"orderDate": "4/30/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Great Lakes Food Market"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10268,
"total": 1101.2,
"orderDate": "7/30/1996"
}
],
"month": 7
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10785,
"total": 387.5,
"orderDate": "12/18/1997"
}
],
"month": 12
}
],
"year": 1997
}
],
"companyName": "GROSELLA-Restaurante"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10250,
"total": 1552.6,
"orderDate": "7/8/1996"
},
{
"orderId": 10253,
"total": 1444.8,
"orderDate": "7/10/1996"
}
],
"month": 7
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10541,
"total": 1946.52,
"orderDate": "5/19/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10645,
"total": 1535.0,
"orderDate": "8/26/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10690,
"total": 862.5,
"orderDate": "10/2/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10770,
"total": 236.25,
"orderDate": "12/9/1997"
},
{
"orderId": 10783,
"total": 1442.5,
"orderDate": "12/18/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10886,
"total": 3127.5,
"orderDate": "2/13/1998"
},
{
"orderId": 10903,
"total": 932.05,
"orderDate": "2/24/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10922,
"total": 742.5,
"orderDate": "3/3/1998"
},
{
"orderId": 10925,
"total": 475.15,
"orderDate": "3/4/1998"
},
{
"orderId": 10981,
"total": 15810.0,
"orderDate": "3/27/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11022,
"total": 1402.0,
"orderDate": "4/14/1998"
},
{
"orderId": 11052,
"total": 1332.0,
"orderDate": "4/27/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Hanari Carnes"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10257,
"total": 1119.9,
"orderDate": "7/16/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10395,
"total": 2122.92,
"orderDate": "12/26/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10476,
"total": 180.48,
"orderDate": "3/17/1997"
},
{
"orderId": 10486,
"total": 1272.0,
"orderDate": "3/26/1997"
},
{
"orderId": 10490,
"total": 3163.2,
"orderDate": "3/31/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10498,
"total": 575.0,
"orderDate": "4/7/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10552,
"total": 880.5,
"orderDate": "5/29/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10601,
"total": 2285.0,
"orderDate": "7/16/1997"
},
{
"orderId": 10613,
"total": 353.2,
"orderDate": "7/29/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10641,
"total": 2054.0,
"orderDate": "8/22/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10705,
"total": 378.0,
"orderDate": "10/15/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10796,
"total": 2341.36,
"orderDate": "12/25/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10863,
"total": 441.15,
"orderDate": "2/2/1998"
},
{
"orderId": 10901,
"total": 934.5,
"orderDate": "2/23/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10957,
"total": 1762.7,
"orderDate": "3/18/1998"
},
{
"orderId": 10960,
"total": 265.35,
"orderDate": "3/19/1998"
},
{
"orderId": 10976,
"total": 912.0,
"orderDate": "3/25/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11055,
"total": 1727.5,
"orderDate": "4/28/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "HILARI\u00c3\"N-Abastos"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10375,
"total": 338.0,
"orderDate": "12/6/1996"
},
{
"orderId": 10394,
"total": 442.0,
"orderDate": "12/25/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10415,
"total": 102.4,
"orderDate": "1/15/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10600,
"total": 479.8,
"orderDate": "7/16/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10660,
"total": 1701.0,
"orderDate": "9/8/1997"
}
],
"month": 9
}
],
"year": 1997
}
],
"companyName": "Hungry Coyote Import Store"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10298,
"total": 2645.0,
"orderDate": "9/5/1996"
},
{
"orderId": 10309,
"total": 1762.0,
"orderDate": "9/19/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10335,
"total": 2036.16,
"orderDate": "10/22/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10373,
"total": 1366.4,
"orderDate": "12/5/1996"
},
{
"orderId": 10380,
"total": 1313.82,
"orderDate": "12/12/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10429,
"total": 1441.38,
"orderDate": "1/29/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10503,
"total": 2048.5,
"orderDate": "4/11/1997"
},
{
"orderId": 10516,
"total": 2381.05,
"orderDate": "4/24/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10567,
"total": 2519.0,
"orderDate": "6/12/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10646,
"total": 1446.0,
"orderDate": "8/27/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10661,
"total": 562.6,
"orderDate": "9/9/1997"
},
{
"orderId": 10687,
"total": 4960.9,
"orderDate": "9/30/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10701,
"total": 2864.5,
"orderDate": "10/13/1997"
},
{
"orderId": 10712,
"total": 1233.48,
"orderDate": "10/21/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10736,
"total": 997.0,
"orderDate": "11/11/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10897,
"total": 10835.24,
"orderDate": "2/19/1998"
},
{
"orderId": 10912,
"total": 6200.55,
"orderDate": "2/26/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10985,
"total": 2023.38,
"orderDate": "3/30/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11063,
"total": 1342.95,
"orderDate": "4/30/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Hungry Owl All-Night Grocers"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10315,
"total": 516.8,
"orderDate": "9/26/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10318,
"total": 240.4,
"orderDate": "10/1/1996"
},
{
"orderId": 10321,
"total": 144.0,
"orderDate": "10/3/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10473,
"total": 230.4,
"orderDate": "3/13/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10621,
"total": 758.5,
"orderDate": "8/5/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10674,
"total": 45.0,
"orderDate": "9/18/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10749,
"total": 1080.0,
"orderDate": "11/20/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10798,
"total": 446.6,
"orderDate": "12/26/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10829,
"total": 1764.0,
"orderDate": "1/13/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10933,
"total": 920.6,
"orderDate": "3/6/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Island Trading"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10323,
"total": 164.4,
"orderDate": "10/7/1996"
},
{
"orderId": 10325,
"total": 1497.0,
"orderDate": "10/9/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10456,
"total": 557.6,
"orderDate": "2/25/1997"
},
{
"orderId": 10457,
"total": 1584.0,
"orderDate": "2/25/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10468,
"total": 717.6,
"orderDate": "3/7/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10506,
"total": 415.8,
"orderDate": "4/15/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10542,
"total": 469.11,
"orderDate": "5/20/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10630,
"total": 903.6,
"orderDate": "8/13/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10718,
"total": 3463.0,
"orderDate": "10/27/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10799,
"total": 1553.5,
"orderDate": "12/26/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10817,
"total": 10952.84,
"orderDate": "1/6/1998"
},
{
"orderId": 10849,
"total": 967.82,
"orderDate": "1/23/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10893,
"total": 5502.11,
"orderDate": "2/18/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11028,
"total": 2160.0,
"orderDate": "4/16/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "K\u00c3\u00b6niglich Essen"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10858,
"total": 649.0,
"orderDate": "1/29/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10927,
"total": 800.0,
"orderDate": "3/5/1998"
},
{
"orderId": 10972,
"total": 251.5,
"orderDate": "3/24/1998"
},
{
"orderId": 10973,
"total": 291.55,
"orderDate": "3/24/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "La corne d'abondance"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10350,
"total": 642.06,
"orderDate": "11/11/1996"
},
{
"orderId": 10358,
"total": 429.4,
"orderDate": "11/20/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10371,
"total": 72.96,
"orderDate": "12/3/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10413,
"total": 2123.2,
"orderDate": "1/14/1997"
},
{
"orderId": 10425,
"total": 360.0,
"orderDate": "1/24/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10454,
"total": 331.2,
"orderDate": "2/21/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10493,
"total": 608.4,
"orderDate": "4/2/1997"
},
{
"orderId": 10500,
"total": 523.26,
"orderDate": "4/9/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10610,
"total": 299.25,
"orderDate": "7/25/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10631,
"total": 55.8,
"orderDate": "8/14/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10787,
"total": 2622.76,
"orderDate": "12/19/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10832,
"total": 475.11,
"orderDate": "1/14/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10923,
"total": 748.8,
"orderDate": "3/3/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11051,
"total": 36.0,
"orderDate": "4/27/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "La maison d'Asie"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10495,
"total": 278.0,
"orderDate": "4/3/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10620,
"total": 57.5,
"orderDate": "8/5/1997"
}
],
"month": 8
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10810,
"total": 187.0,
"orderDate": "1/1/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Laughing Bacchus Wine Cellars"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10482,
"total": 147.0,
"orderDate": "3/21/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10545,
"total": 210.0,
"orderDate": "5/22/1997"
}
],
"month": 5
}
],
"year": 1997
}
],
"companyName": "Lazy K Kountry Store"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10279,
"total": 351.0,
"orderDate": "8/13/1996"
},
{
"orderId": 10284,
"total": 1170.38,
"orderDate": "8/19/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10343,
"total": 1584.0,
"orderDate": "10/31/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10497,
"total": 1380.6,
"orderDate": "4/4/1997"
},
{
"orderId": 10522,
"total": 2318.24,
"orderDate": "4/30/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10534,
"total": 465.7,
"orderDate": "5/12/1997"
},
{
"orderId": 10536,
"total": 1645.0,
"orderDate": "5/14/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10557,
"total": 1152.5,
"orderDate": "6/3/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10592,
"total": 516.47,
"orderDate": "7/8/1997"
},
{
"orderId": 10593,
"total": 1994.4,
"orderDate": "7/9/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10772,
"total": 3603.22,
"orderDate": "12/10/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10862,
"total": 581.0,
"orderDate": "1/30/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10891,
"total": 368.93,
"orderDate": "2/17/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10934,
"total": 500.0,
"orderDate": "3/9/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11070,
"total": 1629.98,
"orderDate": "5/5/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Lehmanns Marktstand"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10579,
"total": 317.75,
"orderDate": "6/25/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10719,
"total": 844.25,
"orderDate": "10/27/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10735,
"total": 536.4,
"orderDate": "11/10/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10884,
"total": 1378.07,
"orderDate": "2/12/1998"
}
],
"month": 2
}
],
"year": 1998
}
],
"companyName": "Let's Stop N Shop"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10283,
"total": 1414.8,
"orderDate": "8/16/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10296,
"total": 1050.6,
"orderDate": "9/3/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10330,
"total": 1649.0,
"orderDate": "10/16/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10357,
"total": 1167.68,
"orderDate": "11/19/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10381,
"total": 112.0,
"orderDate": "12/12/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10461,
"total": 1538.7,
"orderDate": "2/28/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10499,
"total": 1412.0,
"orderDate": "4/8/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10543,
"total": 1504.5,
"orderDate": "5/21/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10780,
"total": 720.0,
"orderDate": "12/16/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10823,
"total": 2826.0,
"orderDate": "1/9/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10899,
"total": 122.4,
"orderDate": "2/20/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10997,
"total": 1885.0,
"orderDate": "4/3/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11065,
"total": 189.42,
"orderDate": "5/1/1998"
},
{
"orderId": 11071,
"total": 484.5,
"orderDate": "5/5/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "LILA-Supermercado"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10405,
"total": 400.0,
"orderDate": "1/6/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10485,
"total": 1584.0,
"orderDate": "3/25/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10638,
"total": 2720.05,
"orderDate": "8/20/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10697,
"total": 805.42,
"orderDate": "10/8/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10729,
"total": 1850.0,
"orderDate": "11/4/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10811,
"total": 852.0,
"orderDate": "1/2/1998"
},
{
"orderId": 10838,
"total": 1938.38,
"orderDate": "1/19/1998"
},
{
"orderId": 10840,
"total": 211.2,
"orderDate": "1/19/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10919,
"total": 1122.8,
"orderDate": "3/2/1998"
},
{
"orderId": 10954,
"total": 1659.54,
"orderDate": "3/17/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11014,
"total": 243.18,
"orderDate": "4/10/1998"
},
{
"orderId": 11039,
"total": 3090.0,
"orderDate": "4/21/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "LINO-Delicateses"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10307,
"total": 424.0,
"orderDate": "9/17/1996"
},
{
"orderId": 10317,
"total": 288.0,
"orderDate": "9/30/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10544,
"total": 417.2,
"orderDate": "5/21/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10662,
"total": 125.0,
"orderDate": "9/9/1997"
},
{
"orderId": 10665,
"total": 1295.0,
"orderDate": "9/11/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10867,
"total": 98.4,
"orderDate": "2/3/1998"
},
{
"orderId": 10883,
"total": 36.0,
"orderDate": "2/12/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11018,
"total": 1575.0,
"orderDate": "4/13/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Lonesome Pine Restaurant"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10275,
"total": 291.84,
"orderDate": "8/7/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10300,
"total": 608.0,
"orderDate": "9/9/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10404,
"total": 1591.25,
"orderDate": "1/3/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10467,
"total": 235.2,
"orderDate": "3/6/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10635,
"total": 1326.22,
"orderDate": "8/18/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10754,
"total": 55.2,
"orderDate": "11/25/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10784,
"total": 1488.0,
"orderDate": "12/18/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10818,
"total": 833.0,
"orderDate": "1/7/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10939,
"total": 637.5,
"orderDate": "3/10/1998"
},
{
"orderId": 10950,
"total": 110.0,
"orderDate": "3/16/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Magazzini Alimentari Riuniti"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10529,
"total": 946.0,
"orderDate": "5/7/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10649,
"total": 1434.0,
"orderDate": "8/28/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10760,
"total": 2917.0,
"orderDate": "12/1/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10892,
"total": 2090.0,
"orderDate": "2/17/1998"
},
{
"orderId": 10896,
"total": 750.5,
"orderDate": "2/19/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10978,
"total": 1303.2,
"orderDate": "3/26/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11004,
"total": 295.38,
"orderDate": "4/7/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Maison Dewey"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10332,
"total": 1786.88,
"orderDate": "10/17/1996"
},
{
"orderId": 10339,
"total": 3354.0,
"orderDate": "10/28/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10376,
"total": 399.0,
"orderDate": "12/9/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10424,
"total": 9194.56,
"orderDate": "1/23/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10439,
"total": 1078.0,
"orderDate": "2/7/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10505,
"total": 147.9,
"orderDate": "4/14/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10565,
"total": 639.9,
"orderDate": "6/11/1997"
},
{
"orderId": 10570,
"total": 2465.25,
"orderDate": "6/17/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10590,
"total": 1101.0,
"orderDate": "7/7/1997"
},
{
"orderId": 10605,
"total": 4109.7,
"orderDate": "7/21/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10618,
"total": 2697.5,
"orderDate": "8/1/1997"
},
{
"orderId": 10619,
"total": 1260.0,
"orderDate": "8/4/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10724,
"total": 638.5,
"orderDate": "10/30/1997"
}
],
"month": 10
}
],
"year": 1997
}
],
"companyName": "M\u00c3\u00a8re Paillarde"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10277,
"total": 1200.8,
"orderDate": "8/9/1996"
}
],
"month": 8
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10575,
"total": 2147.4,
"orderDate": "6/20/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10699,
"total": 114.0,
"orderDate": "10/9/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10779,
"total": 1335.0,
"orderDate": "12/16/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10945,
"total": 245.0,
"orderDate": "3/12/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Morgenstern Gesundkost"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10517,
"total": 352.0,
"orderDate": "4/24/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10752,
"total": 252.0,
"orderDate": "11/24/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11057,
"total": 45.0,
"orderDate": "4/29/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "North/South"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10409,
"total": 319.2,
"orderDate": "1/9/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10531,
"total": 110.0,
"orderDate": "5/8/1997"
}
],
"month": 5
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10898,
"total": 30.0,
"orderDate": "2/20/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10958,
"total": 781.0,
"orderDate": "3/18/1998"
},
{
"orderId": 10986,
"total": 2220.0,
"orderDate": "3/30/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Oc\u00c3\u00a9ano Atl\u00c3\u00a1ntico Ltda."
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10260,
"total": 1504.65,
"orderDate": "7/19/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10305,
"total": 3741.3,
"orderDate": "9/13/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10338,
"total": 934.5,
"orderDate": "10/25/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10441,
"total": 1755.0,
"orderDate": "2/10/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10594,
"total": 565.5,
"orderDate": "7/9/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10680,
"total": 1261.88,
"orderDate": "9/24/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10706,
"total": 1893.0,
"orderDate": "10/16/1997"
}
],
"month": 10
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10855,
"total": 2227.89,
"orderDate": "1/27/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10965,
"total": 848.0,
"orderDate": "3/20/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11034,
"total": 539.4,
"orderDate": "4/20/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Old World Delicatessen"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10407,
"total": 1194.0,
"orderDate": "1/7/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10508,
"total": 240.0,
"orderDate": "4/16/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10554,
"total": 1728.52,
"orderDate": "5/30/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10580,
"total": 1013.74,
"orderDate": "6/26/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10684,
"total": 1768.0,
"orderDate": "9/26/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10766,
"total": 2310.0,
"orderDate": "12/5/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10833,
"total": 906.93,
"orderDate": "1/15/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10999,
"total": 1197.95,
"orderDate": "4/3/1998"
},
{
"orderId": 11020,
"total": 632.4,
"orderDate": "4/14/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Ottilies K\u00c3\u00a4seladen"
},
{
"companyName": "Paris sp\u00c3\u00a9cialit\u00c3\u00a9s"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10322,
"total": 112.0,
"orderDate": "10/4/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10354,
"total": 568.8,
"orderDate": "11/14/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10474,
"total": 1249.1,
"orderDate": "3/13/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10502,
"total": 816.3,
"orderDate": "4/10/1997"
}
],
"month": 4
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10995,
"total": 1196.0,
"orderDate": "4/2/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11073,
"total": 300.0,
"orderDate": "5/5/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Pericles Comidas cl\u00c3\u00a1sicas"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10353,
"total": 8593.28,
"orderDate": "11/13/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10392,
"total": 1440.0,
"orderDate": "12/24/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10427,
"total": 651.0,
"orderDate": "1/27/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10489,
"total": 439.2,
"orderDate": "3/28/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10530,
"total": 4180.0,
"orderDate": "5/8/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10597,
"total": 718.08,
"orderDate": "7/11/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10686,
"total": 1404.45,
"orderDate": "9/30/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10747,
"total": 1912.85,
"orderDate": "11/19/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10844,
"total": 735.0,
"orderDate": "1/21/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 11053,
"total": 3055.0,
"orderDate": "4/27/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Piccolo und mehr"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10336,
"total": 285.12,
"orderDate": "10/23/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10397,
"total": 716.72,
"orderDate": "12/27/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10433,
"total": 851.2,
"orderDate": "2/3/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10477,
"total": 558.0,
"orderDate": "3/17/1997"
}
],
"month": 3
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10808,
"total": 1411.0,
"orderDate": "1/1/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 11007,
"total": 2633.9,
"orderDate": "4/8/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Princesa Isabel Vinhos"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10261,
"total": 448.0,
"orderDate": "7/19/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10291,
"total": 497.52,
"orderDate": "8/27/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10379,
"total": 863.28,
"orderDate": "12/11/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10421,
"total": 1194.27,
"orderDate": "1/21/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10587,
"total": 807.38,
"orderDate": "7/2/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10647,
"total": 636.0,
"orderDate": "8/27/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10720,
"total": 550.0,
"orderDate": "10/28/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10794,
"total": 314.76,
"orderDate": "12/24/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10989,
"total": 1353.6,
"orderDate": "3/31/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Que Del\u00c3\u00adcia"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10372,
"total": 9210.9,
"orderDate": "12/4/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10406,
"total": 1830.78,
"orderDate": "1/7/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10487,
"total": 889.7,
"orderDate": "3/26/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10637,
"total": 2761.94,
"orderDate": "8/19/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10659,
"total": 1227.02,
"orderDate": "9/5/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10704,
"total": 595.5,
"orderDate": "10/14/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10728,
"total": 1296.75,
"orderDate": "11/4/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10786,
"total": 1531.08,
"orderDate": "12/19/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10868,
"total": 1920.6,
"orderDate": "2/4/1998"
},
{
"orderId": 10913,
"total": 768.75,
"orderDate": "2/26/1998"
},
{
"orderId": 10914,
"total": 537.5,
"orderDate": "2/27/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10961,
"total": 1119.9,
"orderDate": "3/19/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11068,
"total": 2027.08,
"orderDate": "5/4/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Queen Cozinha"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10273,
"total": 2037.28,
"orderDate": "8/5/1996"
},
{
"orderId": 10285,
"total": 1743.36,
"orderDate": "8/20/1996"
},
{
"orderId": 10286,
"total": 3016.0,
"orderDate": "8/21/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10313,
"total": 182.4,
"orderDate": "9/24/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10345,
"total": 2924.8,
"orderDate": "11/4/1996"
},
{
"orderId": 10361,
"total": 2046.24,
"orderDate": "11/22/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10418,
"total": 1814.8,
"orderDate": "1/17/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10451,
"total": 3849.66,
"orderDate": "2/19/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10515,
"total": 9921.3,
"orderDate": "4/23/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10527,
"total": 1503.0,
"orderDate": "5/5/1997"
},
{
"orderId": 10540,
"total": 10191.7,
"orderDate": "5/19/1997"
},
{
"orderId": 10549,
"total": 3554.28,
"orderDate": "5/27/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10588,
"total": 3120.0,
"orderDate": "7/3/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10658,
"total": 4464.6,
"orderDate": "9/5/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10691,
"total": 10164.8,
"orderDate": "10/3/1997"
},
{
"orderId": 10694,
"total": 4825.0,
"orderDate": "10/6/1997"
},
{
"orderId": 10721,
"total": 923.88,
"orderDate": "10/29/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10745,
"total": 4529.8,
"orderDate": "11/18/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10765,
"total": 1515.6,
"orderDate": "12/4/1997"
},
{
"orderId": 10788,
"total": 731.5,
"orderDate": "12/22/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10845,
"total": 3812.7,
"orderDate": "1/21/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10865,
"total": 16387.5,
"orderDate": "2/2/1998"
},
{
"orderId": 10878,
"total": 1539.0,
"orderDate": "2/10/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10938,
"total": 2731.88,
"orderDate": "3/10/1998"
},
{
"orderId": 10962,
"total": 3584.0,
"orderDate": "3/19/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10991,
"total": 2296.0,
"orderDate": "4/1/1998"
},
{
"orderId": 10996,
"total": 560.0,
"orderDate": "4/2/1998"
},
{
"orderId": 11021,
"total": 6306.24,
"orderDate": "4/14/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "QUICK-Stop"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10448,
"total": 443.4,
"orderDate": "2/17/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10716,
"total": 706.0,
"orderDate": "10/24/1997"
}
],
"month": 10
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10828,
"total": 932.0,
"orderDate": "1/13/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10916,
"total": 686.7,
"orderDate": "2/27/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11019,
"total": 76.0,
"orderDate": "4/13/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Rancho grande"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10262,
"total": 584.0,
"orderDate": "7/22/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10272,
"total": 1456.0,
"orderDate": "8/2/1996"
},
{
"orderId": 10294,
"total": 1887.6,
"orderDate": "8/30/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10314,
"total": 2094.3,
"orderDate": "9/25/1996"
},
{
"orderId": 10316,
"total": 2835.0,
"orderDate": "9/27/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10346,
"total": 1618.88,
"orderDate": "11/5/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10401,
"total": 3868.6,
"orderDate": "1/1/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10479,
"total": 10495.6,
"orderDate": "3/19/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10564,
"total": 1234.05,
"orderDate": "6/10/1997"
},
{
"orderId": 10569,
"total": 890.0,
"orderDate": "6/16/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10598,
"total": 2388.5,
"orderDate": "7/14/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10761,
"total": 507.0,
"orderDate": "12/2/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10820,
"total": 1140.0,
"orderDate": "1/7/1998"
},
{
"orderId": 10852,
"total": 2984.0,
"orderDate": "1/26/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10889,
"total": 11380.0,
"orderDate": "2/16/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10988,
"total": 3574.8,
"orderDate": "3/31/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11000,
"total": 903.75,
"orderDate": "4/6/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11077,
"total": 1255.72,
"orderDate": "5/6/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Rattlesnake Canyon Grocery"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10288,
"total": 80.1,
"orderDate": "8/23/1996"
}
],
"month": 8
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10428,
"total": 192.0,
"orderDate": "1/28/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10443,
"total": 517.44,
"orderDate": "2/12/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10562,
"total": 488.7,
"orderDate": "6/9/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10586,
"total": 23.8,
"orderDate": "7/2/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10655,
"total": 154.4,
"orderDate": "9/3/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10727,
"total": 1624.5,
"orderDate": "11/3/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10812,
"total": 1692.8,
"orderDate": "1/2/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10908,
"total": 663.1,
"orderDate": "2/26/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10942,
"total": 560.0,
"orderDate": "3/11/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11010,
"total": 645.0,
"orderDate": "4/9/1998"
},
{
"orderId": 11062,
"total": 406.4,
"orderDate": "4/30/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Reggiani Caseifici"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10287,
"total": 819.0,
"orderDate": "8/22/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10299,
"total": 349.5,
"orderDate": "9/6/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10447,
"total": 914.4,
"orderDate": "2/14/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10481,
"total": 1472.0,
"orderDate": "3/20/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10563,
"total": 965.0,
"orderDate": "6/10/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10622,
"total": 560.0,
"orderDate": "8/6/1997"
},
{
"orderId": 10648,
"total": 372.38,
"orderDate": "8/28/1997"
}
],
"month": 8
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10813,
"total": 602.4,
"orderDate": "1/5/1998"
},
{
"orderId": 10851,
"total": 2603.0,
"orderDate": "1/26/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10877,
"total": 1955.12,
"orderDate": "2/9/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11059,
"total": 1838.0,
"orderDate": "4/29/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Ricardo Adocicados"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10255,
"total": 2490.5,
"orderDate": "7/12/1996"
}
],
"month": 7
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10419,
"total": 2097.6,
"orderDate": "1/20/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10537,
"total": 1823.8,
"orderDate": "5/14/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10666,
"total": 4666.94,
"orderDate": "9/12/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10751,
"total": 1631.48,
"orderDate": "11/24/1997"
},
{
"orderId": 10758,
"total": 1644.6,
"orderDate": "11/28/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10931,
"total": 799.2,
"orderDate": "3/6/1998"
},
{
"orderId": 10951,
"total": 458.76,
"orderDate": "3/16/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11033,
"total": 3232.8,
"orderDate": "4/17/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11075,
"total": 498.1,
"orderDate": "5/6/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Richter Supermarkt"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10281,
"total": 86.5,
"orderDate": "8/14/1996"
},
{
"orderId": 10282,
"total": 155.4,
"orderDate": "8/15/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10306,
"total": 498.5,
"orderDate": "9/16/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10917,
"total": 365.89,
"orderDate": "3/2/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11013,
"total": 361.0,
"orderDate": "4/9/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Romero y tomillo"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10387,
"total": 1058.4,
"orderDate": "12/18/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10520,
"total": 200.0,
"orderDate": "4/29/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10639,
"total": 500.0,
"orderDate": "8/20/1997"
}
],
"month": 8
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10831,
"total": 2684.4,
"orderDate": "1/14/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10909,
"total": 670.0,
"orderDate": "2/26/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11015,
"total": 622.35,
"orderDate": "4/10/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Sant\u00c3\u00a9 Gourmet"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10324,
"total": 5275.72,
"orderDate": "10/8/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10393,
"total": 2556.95,
"orderDate": "12/25/1996"
},
{
"orderId": 10398,
"total": 2505.6,
"orderDate": "12/30/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10440,
"total": 4924.14,
"orderDate": "2/10/1997"
},
{
"orderId": 10452,
"total": 2018.5,
"orderDate": "2/20/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10510,
"total": 4707.54,
"orderDate": "4/18/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10555,
"total": 2944.4,
"orderDate": "6/2/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10603,
"total": 1483.0,
"orderDate": "7/18/1997"
},
{
"orderId": 10607,
"total": 6475.4,
"orderDate": "7/22/1997"
},
{
"orderId": 10612,
"total": 6375.0,
"orderDate": "7/28/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10627,
"total": 1185.75,
"orderDate": "8/11/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10657,
"total": 4371.6,
"orderDate": "9/4/1997"
},
{
"orderId": 10678,
"total": 5256.5,
"orderDate": "9/23/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10700,
"total": 1638.4,
"orderDate": "10/10/1997"
},
{
"orderId": 10711,
"total": 4451.7,
"orderDate": "10/21/1997"
},
{
"orderId": 10713,
"total": 2827.9,
"orderDate": "10/22/1997"
},
{
"orderId": 10714,
"total": 2205.75,
"orderDate": "10/22/1997"
},
{
"orderId": 10722,
"total": 1570.0,
"orderDate": "10/29/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10748,
"total": 2196.0,
"orderDate": "11/20/1997"
},
{
"orderId": 10757,
"total": 3082.0,
"orderDate": "11/27/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10815,
"total": 40.0,
"orderDate": "1/5/1998"
},
{
"orderId": 10847,
"total": 4931.92,
"orderDate": "1/22/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10882,
"total": 892.64,
"orderDate": "2/11/1998"
},
{
"orderId": 10894,
"total": 2753.1,
"orderDate": "2/18/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10941,
"total": 4011.75,
"orderDate": "3/11/1998"
},
{
"orderId": 10983,
"total": 720.9,
"orderDate": "3/27/1998"
},
{
"orderId": 10984,
"total": 1809.75,
"orderDate": "3/30/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11002,
"total": 1811.1,
"orderDate": "4/6/1998"
},
{
"orderId": 11030,
"total": 12615.05,
"orderDate": "4/17/1998"
},
{
"orderId": 11031,
"total": 2393.5,
"orderDate": "4/17/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11064,
"total": 4330.4,
"orderDate": "5/1/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Save-a-lot Markets"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10359,
"total": 3471.68,
"orderDate": "11/21/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10377,
"total": 863.6,
"orderDate": "12/9/1996"
},
{
"orderId": 10388,
"total": 1228.8,
"orderDate": "12/19/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10472,
"total": 1036.8,
"orderDate": "3/12/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10523,
"total": 2444.31,
"orderDate": "5/1/1997"
},
{
"orderId": 10547,
"total": 1792.8,
"orderDate": "5/23/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10800,
"total": 1468.94,
"orderDate": "12/26/1997"
},
{
"orderId": 10804,
"total": 2278.4,
"orderDate": "12/30/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10869,
"total": 1630.0,
"orderDate": "2/4/1998"
}
],
"month": 2
}
],
"year": 1998
}
],
"companyName": "Seven Seas Imports"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10341,
"total": 352.6,
"orderDate": "10/29/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10417,
"total": 11188.4,
"orderDate": "1/16/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10556,
"total": 835.2,
"orderDate": "6/3/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10642,
"total": 696.0,
"orderDate": "8/22/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10669,
"total": 570.0,
"orderDate": "9/15/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10802,
"total": 2942.81,
"orderDate": "12/29/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11074,
"total": 232.08,
"orderDate": "5/6/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Simons bistro"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10738,
"total": 52.35,
"orderDate": "11/12/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10907,
"total": 108.5,
"orderDate": "2/25/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10964,
"total": 2052.5,
"orderDate": "3/20/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11043,
"total": 210.0,
"orderDate": "4/22/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Sp\u00c3\u00a9cialit\u00c3\u00a9s du monde"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10271,
"total": 48.0,
"orderDate": "8/1/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10329,
"total": 4578.43,
"orderDate": "10/15/1996"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10349,
"total": 141.6,
"orderDate": "11/8/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10369,
"total": 2390.4,
"orderDate": "12/2/1996"
},
{
"orderId": 10385,
"total": 691.2,
"orderDate": "12/17/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10432,
"total": 485.0,
"orderDate": "1/31/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10756,
"total": 1990.0,
"orderDate": "11/27/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10821,
"total": 678.0,
"orderDate": "1/8/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10974,
"total": 439.0,
"orderDate": "3/25/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Split Rail Beer & Ale"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10252,
"total": 3597.9,
"orderDate": "7/9/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10302,
"total": 2708.8,
"orderDate": "9/10/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10458,
"total": 3891.0,
"orderDate": "2/26/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10463,
"total": 713.3,
"orderDate": "3/4/1997"
},
{
"orderId": 10475,
"total": 1505.18,
"orderDate": "3/14/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10767,
"total": 28.0,
"orderDate": "12/5/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10841,
"total": 4581.0,
"orderDate": "1/20/1998"
},
{
"orderId": 10846,
"total": 1112.0,
"orderDate": "1/22/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10885,
"total": 1209.0,
"orderDate": "2/12/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10930,
"total": 2255.5,
"orderDate": "3/6/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 11035,
"total": 1754.5,
"orderDate": "4/20/1998"
},
{
"orderId": 11038,
"total": 732.6,
"orderDate": "4/21/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Supr\u00c3\u00aames d\u00c3\u00a9lices"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10310,
"total": 336.0,
"orderDate": "9/20/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10708,
"total": 180.4,
"orderDate": "10/17/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10805,
"total": 2775.0,
"orderDate": "12/30/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10992,
"total": 69.6,
"orderDate": "4/1/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "The Big Cheese"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10624,
"total": 1393.24,
"orderDate": "8/7/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10775,
"total": 228.0,
"orderDate": "12/12/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11003,
"total": 326.0,
"orderDate": "4/6/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "The Cracker Box"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10438,
"total": 454.0,
"orderDate": "2/6/1997"
},
{
"orderId": 10446,
"total": 246.24,
"orderDate": "2/14/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10548,
"total": 240.1,
"orderDate": "5/26/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10608,
"total": 1064.0,
"orderDate": "7/23/1997"
}
],
"month": 7
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10967,
"total": 910.4,
"orderDate": "3/23/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Toms Spezialit\u00c3\u00a4ten"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10276,
"total": 420.0,
"orderDate": "8/8/1996"
},
{
"orderId": 10293,
"total": 848.7,
"orderDate": "8/29/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10304,
"total": 954.4,
"orderDate": "9/12/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10319,
"total": 1191.2,
"orderDate": "10/2/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10518,
"total": 4150.05,
"orderDate": "4/25/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10576,
"total": 838.45,
"orderDate": "6/23/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10676,
"total": 534.85,
"orderDate": "9/22/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10842,
"total": 975.0,
"orderDate": "1/20/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10915,
"total": 539.5,
"orderDate": "2/27/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11069,
"total": 360.0,
"orderDate": "5/4/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "Tortuga Restaurante"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10249,
"total": 1863.4,
"orderDate": "7/5/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10292,
"total": 1296.0,
"orderDate": "8/28/1996"
}
],
"month": 8
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10496,
"total": 190.0,
"orderDate": "4/4/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10606,
"total": 1130.4,
"orderDate": "7/22/1997"
}
],
"month": 7
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10830,
"total": 1974.0,
"orderDate": "1/13/1998"
},
{
"orderId": 10834,
"total": 1432.71,
"orderDate": "1/15/1998"
},
{
"orderId": 10839,
"total": 827.55,
"orderDate": "1/19/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Tradi\u00c3\u00a7\u00c3\u00a3o Hipermercados"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10574,
"total": 764.3,
"orderDate": "6/19/1997"
},
{
"orderId": 10577,
"total": 569.0,
"orderDate": "6/23/1997"
}
],
"month": 6
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10822,
"total": 237.9,
"orderDate": "1/8/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Trail's Head Gourmet Provisioners"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10367,
"total": 834.2,
"orderDate": "11/28/1996"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10399,
"total": 1765.6,
"orderDate": "12/31/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10465,
"total": 2518.0,
"orderDate": "3/5/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10591,
"total": 812.5,
"orderDate": "7/7/1997"
},
{
"orderId": 10602,
"total": 48.75,
"orderDate": "7/17/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10688,
"total": 3160.6,
"orderDate": "10/1/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10744,
"total": 736.0,
"orderDate": "11/17/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10769,
"total": 1684.28,
"orderDate": "12/8/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10921,
"total": 1936.0,
"orderDate": "3/3/1998"
},
{
"orderId": 10946,
"total": 1407.5,
"orderDate": "3/12/1998"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10994,
"total": 940.5,
"orderDate": "4/2/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Vaffeljernet"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10251,
"total": 654.06,
"orderDate": "7/8/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10334,
"total": 144.8,
"orderDate": "10/21/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10450,
"total": 425.12,
"orderDate": "2/19/1997"
},
{
"orderId": 10459,
"total": 1659.2,
"orderDate": "2/27/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10478,
"total": 471.2,
"orderDate": "3/18/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10546,
"total": 2812.0,
"orderDate": "5/23/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10806,
"total": 439.6,
"orderDate": "12/31/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10814,
"total": 1788.45,
"orderDate": "1/5/1998"
},
{
"orderId": 10843,
"total": 159.0,
"orderDate": "1/21/1998"
},
{
"orderId": 10850,
"total": 629.0,
"orderDate": "1/23/1998"
}
],
"month": 1
}
],
"year": 1998
}
],
"companyName": "Victuailles en stock"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10274,
"total": 538.6,
"orderDate": "8/6/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10295,
"total": 121.6,
"orderDate": "9/2/1996"
}
],
"month": 9
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10737,
"total": 139.8,
"orderDate": "11/11/1997"
},
{
"orderId": 10739,
"total": 240.0,
"orderDate": "11/12/1997"
}
],
"month": 11
}
],
"year": 1997
}
],
"companyName": "Vins et alcools Chevalier"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10301,
"total": 755.0,
"orderDate": "9/9/1996"
},
{
"orderId": 10312,
"total": 1614.8,
"orderDate": "9/23/1996"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10348,
"total": 363.6,
"orderDate": "11/7/1996"
},
{
"orderId": 10356,
"total": 1106.4,
"orderDate": "11/18/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10513,
"total": 1942.0,
"orderDate": "4/22/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10632,
"total": 589.0,
"orderDate": "8/14/1997"
},
{
"orderId": 10640,
"total": 708.75,
"orderDate": "8/21/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10651,
"total": 397.8,
"orderDate": "9/1/1997"
},
{
"orderId": 10668,
"total": 625.28,
"orderDate": "9/15/1997"
}
],
"month": 9
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11046,
"total": 1485.8,
"orderDate": "4/23/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Die Wandernde Kuh"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10266,
"total": 346.56,
"orderDate": "7/26/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10270,
"total": 1376.0,
"orderDate": "8/1/1996"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10320,
"total": 516.0,
"orderDate": "10/3/1996"
},
{
"orderId": 10333,
"total": 877.2,
"orderDate": "10/18/1996"
}
],
"month": 10
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10412,
"total": 334.8,
"orderDate": "1/13/1997"
},
{
"orderId": 10416,
"total": 720.0,
"orderDate": "1/16/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10437,
"total": 393.0,
"orderDate": "2/5/1997"
},
{
"orderId": 10455,
"total": 2684.0,
"orderDate": "2/24/1997"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10526,
"total": 1151.4,
"orderDate": "5/5/1997"
},
{
"orderId": 10553,
"total": 1546.3,
"orderDate": "5/30/1997"
}
],
"month": 5
},
{
"orders": [
{
"orderId": 10583,
"total": 2237.5,
"orderDate": "6/30/1997"
}
],
"month": 6
},
{
"orders": [
{
"orderId": 10636,
"total": 629.5,
"orderDate": "8/19/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10750,
"total": 1590.56,
"orderDate": "11/21/1997"
}
],
"month": 11
},
{
"orders": [
{
"orderId": 10781,
"total": 975.88,
"orderDate": "12/17/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 11025,
"total": 270.0,
"orderDate": "4/15/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Wartian Herkku"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10256,
"total": 517.8,
"orderDate": "7/15/1996"
}
],
"month": 7
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10420,
"total": 1707.84,
"orderDate": "1/21/1997"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10585,
"total": 142.5,
"orderDate": "7/1/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10644,
"total": 1371.8,
"orderDate": "8/25/1997"
}
],
"month": 8
},
{
"orders": [
{
"orderId": 10803,
"total": 1193.01,
"orderDate": "12/30/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10809,
"total": 140.0,
"orderDate": "1/1/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10900,
"total": 33.75,
"orderDate": "2/20/1998"
},
{
"orderId": 10905,
"total": 342.0,
"orderDate": "2/24/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10935,
"total": 619.5,
"orderDate": "3/9/1998"
}
],
"month": 3
}
],
"year": 1998
}
],
"companyName": "Wellington Importadora"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10269,
"total": 642.2,
"orderDate": "7/31/1996"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10344,
"total": 2296.0,
"orderDate": "11/1/1996"
}
],
"month": 11
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10469,
"total": 956.68,
"orderDate": "3/10/1997"
},
{
"orderId": 10483,
"total": 668.8,
"orderDate": "3/24/1997"
}
],
"month": 3
},
{
"orders": [
{
"orderId": 10504,
"total": 1388.5,
"orderDate": "4/11/1997"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 10596,
"total": 1180.88,
"orderDate": "7/11/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10693,
"total": 2071.2,
"orderDate": "10/6/1997"
},
{
"orderId": 10696,
"total": 996.0,
"orderDate": "10/8/1997"
},
{
"orderId": 10723,
"total": 468.45,
"orderDate": "10/30/1997"
}
],
"month": 10
},
{
"orders": [
{
"orderId": 10740,
"total": 1416.0,
"orderDate": "11/13/1997"
}
],
"month": 11
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10861,
"total": 3523.4,
"orderDate": "1/30/1998"
}
],
"month": 1
},
{
"orders": [
{
"orderId": 10904,
"total": 1924.25,
"orderDate": "2/24/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11032,
"total": 8902.5,
"orderDate": "4/17/1998"
}
],
"month": 4
},
{
"orders": [
{
"orderId": 11066,
"total": 928.75,
"orderDate": "5/1/1998"
}
],
"month": 5
}
],
"year": 1998
}
],
"companyName": "White Clover Markets"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10248,
"total": 440.0,
"orderDate": "7/4/1996"
}
],
"month": 7
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10615,
"total": 120.0,
"orderDate": "7/30/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10673,
"total": 412.35,
"orderDate": "9/18/1997"
}
],
"month": 9
},
{
"orders": [
{
"orderId": 10695,
"total": 642.0,
"orderDate": "10/7/1997"
}
],
"month": 10
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10873,
"total": 336.8,
"orderDate": "2/6/1998"
},
{
"orderId": 10879,
"total": 611.3,
"orderDate": "2/10/1998"
},
{
"orderId": 10910,
"total": 452.9,
"orderDate": "2/26/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 11005,
"total": 586.0,
"orderDate": "4/7/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Wilman Kala"
},
{
"yearGroups": [
{
"monthGroups": [
{
"orders": [
{
"orderId": 10374,
"total": 459.0,
"orderDate": "12/5/1996"
}
],
"month": 12
}
],
"year": 1996
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10611,
"total": 808.0,
"orderDate": "7/25/1997"
}
],
"month": 7
},
{
"orders": [
{
"orderId": 10792,
"total": 399.85,
"orderDate": "12/23/1997"
}
],
"month": 12
}
],
"year": 1997
},
{
"monthGroups": [
{
"orders": [
{
"orderId": 10870,
"total": 160.0,
"orderDate": "2/4/1998"
},
{
"orderId": 10906,
"total": 427.5,
"orderDate": "2/25/1998"
}
],
"month": 2
},
{
"orders": [
{
"orderId": 10998,
"total": 686.0,
"orderDate": "4/3/1998"
},
{
"orderId": 11044,
"total": 591.6,
"orderDate": "4/23/1998"
}
],
"month": 4
}
],
"year": 1998
}
],
"companyName": "Wolski Zajazd"
}
]