diff --git a/samples/snippets/src/test/resources/NewCustomers.json b/samples/snippets/src/test/resources/NewCustomers.json index 19ca90b2db..25b6fd82a6 100644 --- a/samples/snippets/src/test/resources/NewCustomers.json +++ b/samples/snippets/src/test/resources/NewCustomers.json @@ -1 +1,83 @@ -[{"Customer_ID":1,"Customer_Enrollment_Date":19301,"Customer_Name":"Nick","Customer_Address":"1600 Amphitheatre Pkwy, Mountain View, CA","Customer_Tier":"Commercial","Active_Subscriptions":"{\"Internet_Subscription\":\"Trial\",\"Music_Subscription\":\"Free\"}","_CHANGE_TYPE":"UPSERT"},{"Customer_ID":2,"Customer_Enrollment_Date":19318,"Customer_Name":"Heather","Customer_Address":"350 Fifth Avenue, New York, NY","Customer_Tier":"Commercial","Active_Subscriptions":"{}","_CHANGE_TYPE":"UPSERT"},{"Customer_ID":3,"Customer_Enrollment_Date":19250,"Customer_Name":"Lyle","Customer_Address":"10 Downing Street, London, England","Customer_Tier":"Enterprise","Active_Subscriptions":"{\"Internet_Subscription\":\"Paid\",\"Music_Subscription\":\"Paid\"}",",_CHANGE_TYPE":"UPSERT"},{"Customer_ID":4,"Customer_Enrollment_Date":19140,"Customer_Name":"Heidi","Customer_Address":"4059 Mt Lee Dr., Hollywood, CA","Customer_Tier":"Commercial","Active_Subscriptions":"{\"TV_Subscription\":\"Free\"}",",_CHANGE_TYPE":"UPSERT"},{"Customer_ID":5,"Customer_Enrollment_Date":19299,"Customer_Name":"Paul","Customer_Address":"221 B Baker St, London, England","Customer_Tier":"Commercial","Active_Subscriptions":"{\"Music_Subscription\":\"Free\"}",",_CHANGE_TYPE":"UPSERT"},{"Customer_ID":6,"Customer_Enrollment_Date":19329,"Customer_Name":"Dylan","Customer_Address":"1 Dr Carlton B Goodlett Pl, San Francisco, CA","Customer_Tier":"Commercial","Active_Subscriptions":"{\"TV_Subscription\":\"Trial\"}","_CHANGE_TYPE":"UPSERT"},{"Customer_ID":7,"Customer_Enrollment_Date":19400,"Customer_Name":"Monica","Customer_Address":"Piazza del Colosseo, 1, 00184 Roma RM, Italy","Customer_Tier":"Commercial","Active_Subscriptions":"{\"Internet_Subscription\":\"Paid\"}","_CHANGE_TYPE":"UPSERT"},{"Customer_ID":8,"Customer_Enrollment_Date":19377,"Customer_Name":"Katie","Customer_Address":"11 Wall Street, New York, NY","Customer_Tier":"Enterprise","Active_Subscriptions":"{\"Music_Subscription\":\"Paid\"}","_CHANGE_TYPE":"UPSERT"},{"Customer_ID":9,"Customer_Enrollment_Date":19410,"Customer_Name":"Jeremy","Customer_Address":"1600 Pennsylvania Avenue, Washington DC","Customer_Tier":"Enterprise","Active_Subscriptions":"{\"Internet_Subscription\":\"Paid\",\"TV_Subscription\":\"Paid\",\"Music_Subscription\":\"Trial\"}","_CHANGE_TYPE":"UPSERT"}] \ No newline at end of file +[ + { + "Customer_ID": 1, + "Customer_Enrollment_Date": 19301, + "Customer_Name": "Nick", + "Customer_Address": "1600 Amphitheatre Pkwy, Mountain View, CA", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{\"Internet_Subscription\":\"Trial\",\"Music_Subscription\":\"Free\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 2, + "Customer_Enrollment_Date": 19318, + "Customer_Name": "Heather", + "Customer_Address": "350 Fifth Avenue, New York, NY", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 3, + "Customer_Enrollment_Date": 19250, + "Customer_Name": "Lyle", + "Customer_Address": "10 Downing Street, London, England", + "Customer_Tier": "Enterprise", + "Active_Subscriptions": "{\"Internet_Subscription\":\"Paid\",\"Music_Subscription\":\"Paid\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 4, + "Customer_Enrollment_Date": 19140, + "Customer_Name": "Heidi", + "Customer_Address": "4059 Mt Lee Dr., Hollywood, CA", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{\"TV_Subscription\":\"Free\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 5, + "Customer_Enrollment_Date": 19299, + "Customer_Name": "Paul", + "Customer_Address": "221 B Baker St, London, England", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{\"Music_Subscription\":\"Free\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 6, + "Customer_Enrollment_Date": 19329, + "Customer_Name": "Dylan", + "Customer_Address": "1 Dr Carlton B Goodlett Pl, San Francisco, CA", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{\"TV_Subscription\":\"Trial\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 7, + "Customer_Enrollment_Date": 19400, + "Customer_Name": "Monica", + "Customer_Address": "Piazza del Colosseo, 1, 00184 Roma RM, Italy", + "Customer_Tier": "Commercial", + "Active_Subscriptions": "{\"Internet_Subscription\":\"Paid\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 8, + "Customer_Enrollment_Date": 19377, + "Customer_Name": "Katie", + "Customer_Address": "11 Wall Street, New York, NY", + "Customer_Tier": "Enterprise", + "Active_Subscriptions": "{\"Music_Subscription\":\"Paid\"}", + "_CHANGE_TYPE": "UPSERT" + }, + { + "Customer_ID": 9, + "Customer_Enrollment_Date": 19410, + "Customer_Name": "Jeremy", + "Customer_Address": "1600 Pennsylvania Avenue, Washington DC", + "Customer_Tier": "Enterprise", + "Active_Subscriptions": "{\"Internet_Subscription\":\"Paid\",\"TV_Subscription\":\"Paid\",\"Music_Subscription\":\"Trial\"}", + "_CHANGE_TYPE": "UPSERT" + } +] \ No newline at end of file