Skip to content

Instantly share code, notes, and snippets.

@brandon-braner
Last active July 31, 2024 03:55
Show Gist options
  • Save brandon-braner/4a01a7dd01aa63eb60f6c85843e56102 to your computer and use it in GitHub Desktop.
Save brandon-braner/4a01a7dd01aa63eb60f6c85843e56102 to your computer and use it in GitHub Desktop.
example contact data
# input without adName
{"id": "1", "locationId": "loc1", "contactName": "John Doe", "firstName": "John", "lastName": "Doe", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": []}
{"id": "2", "locationId": "loc2", "contactName": "Jane Smith", "firstName": "Jane", "lastName": "Smith", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": []}
{"id": "3", "locationId": "loc3", "contactName": "Alice Johnson", "firstName": "Alice", "lastName": "Johnson", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": []}
{"id": "4", "locationId": "loc4", "contactName": "Bob Brown", "firstName": "Bob", "lastName": "Brown", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": []}
{"id": "5", "locationId": "loc5", "contactName": "Charlie Davis", "firstName": "Charlie", "lastName": "Davis", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": []}
{"id": "6", "locationId": "loc6", "contactName": "David Evans", "firstName": "David", "lastName": "Evans", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad"]}
{"id": "7", "locationId": "loc7", "contactName": "Eva Green", "firstName": "Eva", "lastName": "Green", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1"]}
{"id": "8", "locationId": "loc8", "contactName": "Frank Harris", "firstName": "Frank", "lastName": "Harris", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1", "tag2"]}
{"id": "9", "locationId": "loc9", "contactName": "Grace Lee", "firstName": "Grace", "lastName": "Lee", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1", "tag2", "tag3"]}
{"id": "10", "locationId": "loc10", "contactName": "Henry King", "firstName": "Henry", "lastName": "King", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad"]}
{"id": "11", "locationId": "loc11", "contactName": "Ivy Martinez", "firstName": "Ivy", "lastName": "Martinez", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random1", "random2"]}
{"id": "12", "locationId": "loc12", "contactName": "Jack Nelson", "firstName": "Jack", "lastName": "Nelson", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random3", "random4"]}
{"id": "13", "locationId": "loc13", "contactName": "Karen Owens", "firstName": "Karen", "lastName": "Owens", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random5", "random6"]}
{"id": "14", "locationId": "loc14", "contactName": "Leo Perez", "firstName": "Leo", "lastName": "Perez", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random7", "random8"]}
{"id": "15", "locationId": "loc15", "contactName": "Mia Quinn", "firstName": "Mia", "lastName": "Quinn", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random9", "random10"]}
{"id": "16", "locationId": "loc16", "contactName": "Noah Roberts", "firstName": "Noah", "lastName": "Roberts", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random11", "random12"]}
{"id": "17", "locationId": "loc17", "contactName": "Olivia Scott", "firstName": "Olivia", "lastName": "Scott", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random13", "random14"]}
{"id": "18", "locationId": "loc18", "contactName": "Paul Turner", "firstName": "Paul", "lastName": "Turner", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random15", "random16"]}
{"id": "19", "locationId": "loc19", "contactName": "Quinn Underwood", "firstName": "Quinn", "lastName": "Underwood", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random17", "random18"]}
{"id": "20", "locationId": "loc20", "contactName": "Rachel Vance", "firstName": "Rachel", "lastName": "Vance", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random19", "random20"]}
#output with adName
{"id": "1", "locationId": "loc1", "contactName": "John Doe", "firstName": "John", "lastName": "Doe", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": [], "adName": null}
{"id": "2", "locationId": "loc2", "contactName": "Jane Smith", "firstName": "Jane", "lastName": "Smith", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": [], "adName": null}
{"id": "3", "locationId": "loc3", "contactName": "Alice Johnson", "firstName": "Alice", "lastName": "Johnson", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": [], "adName": null}
{"id": "4", "locationId": "loc4", "contactName": "Bob Brown", "firstName": "Bob", "lastName": "Brown", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": [], "adName": null}
{"id": "5", "locationId": "loc5", "contactName": "Charlie Davis", "firstName": "Charlie", "lastName": "Davis", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": [], "adName": null}
{"id": "6", "locationId": "loc6", "contactName": "David Evans", "firstName": "David", "lastName": "Evans", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad"], "adName": "this is an ad"}
{"id": "7", "locationId": "loc7", "contactName": "Eva Green", "firstName": "Eva", "lastName": "Green", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1"], "adName": "this is an ad"}
{"id": "8", "locationId": "loc8", "contactName": "Frank Harris", "firstName": "Frank", "lastName": "Harris", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1", "tag2"], "adName": "this is an ad"}
{"id": "9", "locationId": "loc9", "contactName": "Grace Lee", "firstName": "Grace", "lastName": "Lee", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad", "tag1", "tag2", "tag3"], "adName": "this is an ad"}
{"id": "10", "locationId": "loc10", "contactName": "Henry King", "firstName": "Henry", "lastName": "King", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["ad name: this is an ad"], "adName": "this is an ad"}
{"id": "11", "locationId": "loc11", "contactName": "Ivy Martinez", "firstName": "Ivy", "lastName": "Martinez", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random1", "random2"], "adName": null}
{"id": "12", "locationId": "loc12", "contactName": "Jack Nelson", "firstName": "Jack", "lastName": "Nelson", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random3", "random4"], "adName": null}
{"id": "13", "locationId": "loc13", "contactName": "Karen Owens", "firstName": "Karen", "lastName": "Owens", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random5", "random6"], "adName": null}
{"id": "14", "locationId": "loc14", "contactName": "Leo Perez", "firstName": "Leo", "lastName": "Perez", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random7", "random8"], "adName": null}
{"id": "15", "locationId": "loc15", "contactName": "Mia Quinn", "firstName": "Mia", "lastName": "Quinn", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random9", "random10"], "adName": null}
{"id": "16", "locationId": "loc16", "contactName": "Noah Roberts", "firstName": "Noah", "lastName": "Roberts", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random11", "random12"], "adName": null}
{"id": "17", "locationId": "loc17", "contactName": "Olivia Scott", "firstName": "Olivia", "lastName": "Scott", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random13", "random14"], "adName": null}
{"id": "18", "locationId": "loc18", "contactName": "Paul Turner", "firstName": "Paul", "lastName": "Turner", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random15", "random16"], "adName": null}
{"id": "19", "locationId": "loc19", "contactName": "Quinn Underwood", "firstName": "Quinn", "lastName": "Underwood", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random17", "random18"], "adName": null}
{"id": "20", "locationId": "loc20", "contactName": "Rachel Vance", "firstName": "Rachel", "lastName": "Vance", "email": "[email protected]", "dateAdded": "2023-10-01T00:00:00", "dateUpdated": "2023-10-01T00:00:00", "tags": ["random19", "random20"], "adName": null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment