-
Notifications
You must be signed in to change notification settings - Fork 58
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
9e8e0b5
commit 37ee367
Showing
1 changed file
with
8 additions
and
18 deletions.
There are no files selected for viewing
26 changes: 8 additions & 18 deletions
26
Mail-Merge/Two-records-per-page/.NET/Two-records-per-page/Data/Data.json
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,54 +1,44 @@ | ||
{ | ||
"Employees": [ | ||
{ | ||
"NAME": "John Doe", | ||
"NAME": "Nancy", | ||
"DESIGNATION": "Software Engineer", | ||
"COUNTRY": "USA" | ||
}, | ||
{ | ||
"NAME": "Jane Smith", | ||
"NAME": "Janet", | ||
"DESIGNATION": "Project Manager", | ||
"COUNTRY": "Canada" | ||
}, | ||
{ | ||
"NAME": "David Johnson", | ||
"NAME": "Andrew", | ||
"DESIGNATION": "UI/UX Designer", | ||
"COUNTRY": "UK" | ||
}, | ||
{ | ||
"NAME": "Emma Williams", | ||
"NAME": "Maria", | ||
"DESIGNATION": "QA Engineer", | ||
"COUNTRY": "Australia" | ||
}, | ||
{ | ||
"NAME": "Michael Brown", | ||
"NAME": "Antonio", | ||
"DESIGNATION": "Business Analyst", | ||
"COUNTRY": "India" | ||
}, | ||
{ | ||
"NAME": "Olivia Jones", | ||
"NAME": "Thomas", | ||
"DESIGNATION": "DevOps Engineer", | ||
"COUNTRY": "Germany" | ||
}, | ||
{ | ||
"NAME": "James Davis", | ||
"NAME": "Elizabeth", | ||
"DESIGNATION": "Product Owner", | ||
"COUNTRY": "USA" | ||
}, | ||
{ | ||
"NAME": "Sophia Wilson", | ||
"NAME": "James", | ||
"DESIGNATION": "Data Scientist", | ||
"COUNTRY": "France" | ||
}, | ||
{ | ||
"NAME": "Daniel Garcia", | ||
"DESIGNATION": "System Architect", | ||
"COUNTRY": "Spain" | ||
}, | ||
{ | ||
"NAME": "Mia Martinez", | ||
"DESIGNATION": "Software Tester", | ||
"COUNTRY": "Italy" | ||
} | ||
] | ||
} |