File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
Mail-Merge/Two-records-per-page/.NET/Two-records-per-page/Data Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"Employees" : [
3
3
{
4
- "NAME" : " John Doe " ,
4
+ "NAME" : " Nancy " ,
5
5
"DESIGNATION" : " Software Engineer" ,
6
6
"COUNTRY" : " USA"
7
7
},
8
8
{
9
- "NAME" : " Jane Smith " ,
9
+ "NAME" : " Janet " ,
10
10
"DESIGNATION" : " Project Manager" ,
11
11
"COUNTRY" : " Canada"
12
12
},
13
13
{
14
- "NAME" : " David Johnson " ,
14
+ "NAME" : " Andrew " ,
15
15
"DESIGNATION" : " UI/UX Designer" ,
16
16
"COUNTRY" : " UK"
17
17
},
18
18
{
19
- "NAME" : " Emma Williams " ,
19
+ "NAME" : " Maria " ,
20
20
"DESIGNATION" : " QA Engineer" ,
21
21
"COUNTRY" : " Australia"
22
22
},
23
23
{
24
- "NAME" : " Michael Brown " ,
24
+ "NAME" : " Antonio " ,
25
25
"DESIGNATION" : " Business Analyst" ,
26
26
"COUNTRY" : " India"
27
27
},
28
28
{
29
- "NAME" : " Olivia Jones " ,
29
+ "NAME" : " Thomas " ,
30
30
"DESIGNATION" : " DevOps Engineer" ,
31
31
"COUNTRY" : " Germany"
32
32
},
33
33
{
34
- "NAME" : " James Davis " ,
34
+ "NAME" : " Elizabeth " ,
35
35
"DESIGNATION" : " Product Owner" ,
36
36
"COUNTRY" : " USA"
37
37
},
38
38
{
39
- "NAME" : " Sophia Wilson " ,
39
+ "NAME" : " James " ,
40
40
"DESIGNATION" : " Data Scientist" ,
41
41
"COUNTRY" : " France"
42
- },
43
- {
44
- "NAME" : " Daniel Garcia" ,
45
- "DESIGNATION" : " System Architect" ,
46
- "COUNTRY" : " Spain"
47
- },
48
- {
49
- "NAME" : " Mia Martinez" ,
50
- "DESIGNATION" : " Software Tester" ,
51
- "COUNTRY" : " Italy"
52
42
}
53
43
]
54
44
}
You can’t perform that action at this time.
0 commit comments