-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2986c68
commit 73cd65e
Showing
1 changed file
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"}] | ||
[ | ||
{ | ||
"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" | ||
} | ||
] |