-
Notifications
You must be signed in to change notification settings - Fork 0
/
customer-data.json
57 lines (57 loc) · 1.33 KB
/
customer-data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"customerID": 1,
"name": {
"first": "Peter",
"last": "Smith"
},
"birthday": "1996-10-12",
"gender": "m",
"lastContact": "2017-06-01T23:28:56.782Z",
"customerLifetimeValue": 191.12
},
{
"customerID": 2,
"name": {
"first": "Anna",
"last": "Hopp"
},
"birthday": "1987-05-03",
"gender": "w",
"lastContact": "2017-07-08T13:18:56.888Z",
"customerLifetimeValue": 50.99
},
{
"customerID": 3,
"name": {
"first": "Christian",
"last": "Cox"
},
"birthday": "1991-02-21",
"gender": "m",
"lastContact": "2017-08-01T11:57:47.142Z",
"customerLifetimeValue": 0
},
{
"customerID": 4,
"name": {
"first": "Roxy",
"last": "Fox"
},
"birthday": "1979-06-30",
"gender": "w",
"lastContact": "2017-01-29T21:08:50.700Z",
"customerLifetimeValue": 213.12
},
{
"customerID": 5,
"name": {
"first": "Eric",
"last": "Adam"
},
"birthday": "1969-11-21",
"gender": "m",
"lastContact": "2017-03-18T12:20:06.702Z",
"customerLifetimeValue": 1019.91
}
]