Spaces:
Sleeping
Sleeping
Create data/customers.json
Browse files- data/customers.json +165 -0
data/customers.json
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"customer_id": "CUST-2001",
|
| 4 |
+
"first_name": "John",
|
| 5 |
+
"last_name": "Smith",
|
| 6 |
+
"full_name": "John Smith",
|
| 7 |
+
"email": "john.smith@gmail.com",
|
| 8 |
+
"phone_primary": "+1-555-123-4567",
|
| 9 |
+
"phone_secondary": null,
|
| 10 |
+
"date_of_birth": "1985-03-15",
|
| 11 |
+
"ssn_last_four": "6789",
|
| 12 |
+
"home_address": {
|
| 13 |
+
"street": "123 Main Street",
|
| 14 |
+
"city": "New York",
|
| 15 |
+
"state": "NY",
|
| 16 |
+
"zip_code": "10001",
|
| 17 |
+
"country": "USA"
|
| 18 |
+
},
|
| 19 |
+
"work_address": {
|
| 20 |
+
"street": "456 Business Ave",
|
| 21 |
+
"city": "New York",
|
| 22 |
+
"state": "NY",
|
| 23 |
+
"zip_code": "10002",
|
| 24 |
+
"country": "USA"
|
| 25 |
+
},
|
| 26 |
+
"account_created": "2022-01-15T10:30:00",
|
| 27 |
+
"account_status": "active",
|
| 28 |
+
"loyalty_points": 5240,
|
| 29 |
+
"loyalty_tier": "Gold",
|
| 30 |
+
"preferred_contact": "email",
|
| 31 |
+
"marketing_consent": true,
|
| 32 |
+
"total_purchases": 47,
|
| 33 |
+
"total_spent": 12849.53,
|
| 34 |
+
"average_order_value": 273.39,
|
| 35 |
+
"last_login": "2024-01-28T14:22:00"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"customer_id": "CUST-2002",
|
| 39 |
+
"first_name": "Emma",
|
| 40 |
+
"last_name": "Johnson",
|
| 41 |
+
"full_name": "Emma Johnson",
|
| 42 |
+
"email": "emma.j92@yahoo.com",
|
| 43 |
+
"phone_primary": "+1-555-987-6543",
|
| 44 |
+
"phone_secondary": "+1-555-987-6544",
|
| 45 |
+
"date_of_birth": "1992-07-22",
|
| 46 |
+
"ssn_last_four": "3421",
|
| 47 |
+
"home_address": {
|
| 48 |
+
"street": "789 Oak Lane",
|
| 49 |
+
"city": "Los Angeles",
|
| 50 |
+
"state": "CA",
|
| 51 |
+
"zip_code": "90001",
|
| 52 |
+
"country": "USA"
|
| 53 |
+
},
|
| 54 |
+
"work_address": null,
|
| 55 |
+
"account_created": "2021-06-20T09:15:00",
|
| 56 |
+
"account_status": "active",
|
| 57 |
+
"loyalty_points": 8930,
|
| 58 |
+
"loyalty_tier": "Platinum",
|
| 59 |
+
"preferred_contact": "sms",
|
| 60 |
+
"marketing_consent": true,
|
| 61 |
+
"total_purchases": 82,
|
| 62 |
+
"total_spent": 23456.78,
|
| 63 |
+
"average_order_value": 286.06,
|
| 64 |
+
"last_login": "2024-01-27T18:45:00"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"customer_id": "CUST-2003",
|
| 68 |
+
"first_name": "Michael",
|
| 69 |
+
"last_name": "Williams",
|
| 70 |
+
"full_name": "Michael Williams",
|
| 71 |
+
"email": "m.williams@outlook.com",
|
| 72 |
+
"phone_primary": "+1-555-246-8135",
|
| 73 |
+
"phone_secondary": null,
|
| 74 |
+
"date_of_birth": "1978-11-30",
|
| 75 |
+
"ssn_last_four": "9876",
|
| 76 |
+
"home_address": {
|
| 77 |
+
"street": "321 Elm Street",
|
| 78 |
+
"city": "Chicago",
|
| 79 |
+
"state": "IL",
|
| 80 |
+
"zip_code": "60601",
|
| 81 |
+
"country": "USA"
|
| 82 |
+
},
|
| 83 |
+
"work_address": {
|
| 84 |
+
"street": "999 Corporate Blvd",
|
| 85 |
+
"city": "Chicago",
|
| 86 |
+
"state": "IL",
|
| 87 |
+
"zip_code": "60602",
|
| 88 |
+
"country": "USA"
|
| 89 |
+
},
|
| 90 |
+
"account_created": "2020-09-10T11:20:00",
|
| 91 |
+
"account_status": "active",
|
| 92 |
+
"loyalty_points": 2150,
|
| 93 |
+
"loyalty_tier": "Silver",
|
| 94 |
+
"preferred_contact": "phone",
|
| 95 |
+
"marketing_consent": false,
|
| 96 |
+
"total_purchases": 23,
|
| 97 |
+
"total_spent": 5678.90,
|
| 98 |
+
"average_order_value": 246.91,
|
| 99 |
+
"last_login": "2024-01-26T08:30:00"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"customer_id": "CUST-2004",
|
| 103 |
+
"first_name": "Sarah",
|
| 104 |
+
"last_name": "Davis",
|
| 105 |
+
"full_name": "Sarah Davis",
|
| 106 |
+
"email": "sarah.davis@gmail.com",
|
| 107 |
+
"phone_primary": "+1-555-369-2580",
|
| 108 |
+
"phone_secondary": null,
|
| 109 |
+
"date_of_birth": "1990-05-18",
|
| 110 |
+
"ssn_last_four": "1234",
|
| 111 |
+
"home_address": {
|
| 112 |
+
"street": "567 Park Avenue",
|
| 113 |
+
"city": "Houston",
|
| 114 |
+
"state": "TX",
|
| 115 |
+
"zip_code": "77001",
|
| 116 |
+
"country": "USA"
|
| 117 |
+
},
|
| 118 |
+
"work_address": null,
|
| 119 |
+
"account_created": "2023-03-25T14:45:00",
|
| 120 |
+
"account_status": "active",
|
| 121 |
+
"loyalty_points": 890,
|
| 122 |
+
"loyalty_tier": "Bronze",
|
| 123 |
+
"preferred_contact": "email",
|
| 124 |
+
"marketing_consent": true,
|
| 125 |
+
"total_purchases": 8,
|
| 126 |
+
"total_spent": 1234.56,
|
| 127 |
+
"average_order_value": 154.32,
|
| 128 |
+
"last_login": "2024-01-28T16:10:00"
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"customer_id": "CUST-2005",
|
| 132 |
+
"first_name": "Robert",
|
| 133 |
+
"last_name": "Brown",
|
| 134 |
+
"full_name": "Robert Brown",
|
| 135 |
+
"email": "rbrown@hotmail.com",
|
| 136 |
+
"phone_primary": "+1-555-147-2589",
|
| 137 |
+
"phone_secondary": "+1-555-147-2590",
|
| 138 |
+
"date_of_birth": "1982-09-08",
|
| 139 |
+
"ssn_last_four": "5678",
|
| 140 |
+
"home_address": {
|
| 141 |
+
"street": "890 Madison Street",
|
| 142 |
+
"city": "Phoenix",
|
| 143 |
+
"state": "AZ",
|
| 144 |
+
"zip_code": "85001",
|
| 145 |
+
"country": "USA"
|
| 146 |
+
},
|
| 147 |
+
"work_address": {
|
| 148 |
+
"street": "1234 Tech Park",
|
| 149 |
+
"city": "Phoenix",
|
| 150 |
+
"state": "AZ",
|
| 151 |
+
"zip_code": "85002",
|
| 152 |
+
"country": "USA"
|
| 153 |
+
},
|
| 154 |
+
"account_created": "2021-11-30T08:00:00",
|
| 155 |
+
"account_status": "inactive",
|
| 156 |
+
"loyalty_points": 0,
|
| 157 |
+
"loyalty_tier": "Bronze",
|
| 158 |
+
"preferred_contact": "email",
|
| 159 |
+
"marketing_consent": false,
|
| 160 |
+
"total_purchases": 3,
|
| 161 |
+
"total_spent": 450.00,
|
| 162 |
+
"average_order_value": 150.00,
|
| 163 |
+
"last_login": "2023-08-15T10:20:00"
|
| 164 |
+
}
|
| 165 |
+
]
|