From c994e5c7ff362fdbccf42a9c7292c3678ea4c6de Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Sun, 8 Nov 2020 21:15:10 +0530 Subject: [PATCH 1/3] Fix script to create mock data for a clean demo --- scripts/db/data2/Achievement.json | 28 + scripts/db/data2/AchievementsProvider.json | 10 + scripts/db/data2/Attribute.json | 74 + scripts/db/data2/AttributeGroup.json | 11 + scripts/db/data2/ExternalProfile.json | 338 +++ scripts/db/data2/Organization.json | 10 + .../db/data2/OrganizationSkillsProvider.json | 11 + scripts/db/data2/User.json | 282 +++ scripts/db/data2/UserAttribute.json | 2242 +++++++++++++++++ scripts/db/data2/UsersSkill.json | 638 +++++ scripts/db/genData.js | 60 +- 11 files changed, 3675 insertions(+), 29 deletions(-) create mode 100644 scripts/db/data2/Achievement.json create mode 100644 scripts/db/data2/AchievementsProvider.json create mode 100644 scripts/db/data2/Attribute.json create mode 100644 scripts/db/data2/AttributeGroup.json create mode 100644 scripts/db/data2/ExternalProfile.json create mode 100644 scripts/db/data2/Organization.json create mode 100644 scripts/db/data2/OrganizationSkillsProvider.json create mode 100644 scripts/db/data2/User.json create mode 100644 scripts/db/data2/UserAttribute.json create mode 100644 scripts/db/data2/UsersSkill.json diff --git a/scripts/db/data2/Achievement.json b/scripts/db/data2/Achievement.json new file mode 100644 index 0000000..2366242 --- /dev/null +++ b/scripts/db/data2/Achievement.json @@ -0,0 +1,28 @@ +[ + { + "id": "b60561c9-5c9b-4d01-9c49-b11caf8028e4", + "created": "2020-05-13T06:43:20.003Z", + "updated": "2020-05-13T06:48:04.687Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "achievementsProviderId": "4dcced87-5070-40ad-8594-c679acb47e78", + "name": "Achievement 1", + "uri": "string", + "certifierId": "string", + "certifiedDate": "2020-05-13T06:33:54.708Z", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "f560bcce-e51b-4a9a-9c17-ea2c65719e0b", + "created": "2020-05-13T08:44:27.244Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "achievementsProviderId": "4dcced87-5070-40ad-8594-c679acb47e78", + "name": "Achievement 3", + "uri": "http://www.google.com/xx", + "certifierId": "certifierId", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + } +] diff --git a/scripts/db/data2/AchievementsProvider.json b/scripts/db/data2/AchievementsProvider.json new file mode 100644 index 0000000..bfe6da3 --- /dev/null +++ b/scripts/db/data2/AchievementsProvider.json @@ -0,0 +1,10 @@ +[ + { + "id": "4dcced87-5070-40ad-8594-c679acb47e78", + "created": "2020-05-13T06:23:54.712Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "name": "achievement provider demo" + } +] diff --git a/scripts/db/data2/Attribute.json b/scripts/db/data2/Attribute.json new file mode 100644 index 0000000..6a1df8f --- /dev/null +++ b/scripts/db/data2/Attribute.json @@ -0,0 +1,74 @@ +[ + { + "id": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "created": "2020-05-13T08:46:39.030Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "isAvailable" + }, + { + "id": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "created": "2020-05-13T08:35:45.512Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "company" + }, + { + "id": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "location" + }, + { + "id": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "title" + }, + { + "id": "721efed7-810c-4007-887b-c8a688b0d869", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "Billing Account" + }, + { + "id": "37682e0f-66b6-41ce-9af4-365b117c4079", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "Gender" + }, + { + "id": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "Experience (in months)" + }, + { + "id": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "created": "2020-05-13T07:32:03.128Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "name": "On internship" + } +] diff --git a/scripts/db/data2/AttributeGroup.json b/scripts/db/data2/AttributeGroup.json new file mode 100644 index 0000000..cd95e47 --- /dev/null +++ b/scripts/db/data2/AttributeGroup.json @@ -0,0 +1,11 @@ +[ + { + "id": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", + "created": "2020-05-13T08:45:33.291Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "name": "demo attribute group" + } +] diff --git a/scripts/db/data2/ExternalProfile.json b/scripts/db/data2/ExternalProfile.json new file mode 100644 index 0000000..45bfefb --- /dev/null +++ b/scripts/db/data2/ExternalProfile.json @@ -0,0 +1,338 @@ +[ + { + "id": "a1b68887-d2ec-4086-abc1-14ce1ff43a5c", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "1234567", + "uri": "http://www.new.com/new-uri" + }, + { + "id": "bff96bbf-9dad-49ea-9ce0-9cee5d24d57d", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8547899", + "uri": "http://www.new.com/new-uri" + }, + { + "id": "8411e5ad-7cd0-4754-83a9-a5a406f4cabe", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "23225544", + "uri": "http://www.new.com/new-uri" + }, + { + "id": "30ebdfd6-eaf8-4059-bf67-87e7432e5dd0", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "2838084", + "uri": "https://alfonzo.name" + }, + { + "id": "aad76adc-3659-4a6c-b8d1-07dbc0f4044d", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8637137", + "uri": "https://ora.com" + }, + { + "id": "6132b4b6-7198-4ff9-99ec-a9e429aac4cc", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "74fe899f-ba84-416d-81d3-c7f435074927", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "7724780", + "uri": "http://alanna.org" + }, + { + "id": "d2f30e92-1530-4f8f-b014-8b9370d840fa", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "3180776", + "uri": "http://clare.net" + }, + { + "id": "7904ed05-e2f3-4b11-a866-5d0b683f231a", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8944692", + "uri": "http://blake.org" + }, + { + "id": "df100844-2c86-4105-b823-d1eaa0e41fbb", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8450763", + "uri": "https://adolph.biz" + }, + { + "id": "6f242626-76dc-45ac-aac5-2e7377e56fb2", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8712185", + "uri": "http://donna.name" + }, + { + "id": "f8fb6843-725e-412a-8b71-8de1f01ce043", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "5876965", + "uri": "https://terry.info" + }, + { + "id": "315fed39-1be9-4f22-b42c-5c6ac377d8e7", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "2154615", + "uri": "https://kavon.biz" + }, + { + "id": "fdc0d424-5888-4ec9-830b-48f6cfef8353", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8591690", + "uri": "https://stefan.info" + }, + { + "id": "43428bf0-e745-4c09-b4cc-200c728b5866", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "1262746", + "uri": "http://elaina.info" + }, + { + "id": "90c36bb0-e854-4e60-adc5-c25ae080c1b3", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "5638359", + "uri": "https://jovanny.biz" + }, + { + "id": "b4516d2d-8952-4d90-aba2-bca814070a50", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "2390800", + "uri": "http://sandrine.com" + }, + { + "id": "2fb8266c-bb01-424d-a50a-2d07e2068b7d", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "1588616", + "uri": "http://bernice.biz" + }, + { + "id": "fe976424-0ddf-4726-9ea2-1650bf74a6ea", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8855875", + "uri": "http://leonor.name" + }, + { + "id": "86894c1d-5d10-4a34-b784-d75005260fbc", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "3847475", + "uri": "http://jillian.name" + }, + { + "id": "b26f6a1d-ad10-4375-a0a8-ea1f64599e17", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "1546137", + "uri": "https://aileen.com" + }, + { + "id": "ffb5d942-752f-4c85-88e9-b7df910bea6d", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "7772959", + "uri": "http://lincoln.biz" + }, + { + "id": "c2fd290d-2f6e-4422-89ed-ed979f5c6684", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "7076592", + "uri": "https://lourdes.name" + }, + { + "id": "a6231455-52a6-41b9-bdf4-70af0dcfbf1a", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "9358202", + "uri": "https://anabelle.name" + }, + { + "id": "4c3adebe-a0b1-4fd9-8a0b-175af014c1d5", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "9338436", + "uri": "http://javon.name" + }, + { + "id": "0ee3ef3b-be1f-475b-b288-2b2ddd2c3e37", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "5935690", + "uri": "https://dayton.name" + }, + { + "id": "493015f6-ba0e-4fbf-80a5-bafa3b2f6e64", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "3824834b-befc-4141-8400-64622eb44610", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "1944756", + "uri": "http://ellis.info" + }, + { + "id": "c83744e8-3c15-4eee-b300-d76f8c5278b7", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "7219520", + "uri": "https://janae.name" + }, + { + "id": "e160e2cf-fe3f-4f43-9457-d36f0215d116", + "created": "2020-05-13T06:11:21.361Z", + "updated": "2020-05-13T06:46:15.893Z", + "createdBy": "tc-Admin", + "updatedBy": "tc-Admin", + "isInactive": false, + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "externalId": "8819322", + "uri": "http://jaden.net" + } +] diff --git a/scripts/db/data2/Organization.json b/scripts/db/data2/Organization.json new file mode 100644 index 0000000..4991f54 --- /dev/null +++ b/scripts/db/data2/Organization.json @@ -0,0 +1,10 @@ +[ + { + "id": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "created": "2020-05-05T11:01:31.334Z", + "updated": "2020-05-05T11:02:10.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "name": "Demo Org" + } +] diff --git a/scripts/db/data2/OrganizationSkillsProvider.json b/scripts/db/data2/OrganizationSkillsProvider.json new file mode 100644 index 0000000..a446fee --- /dev/null +++ b/scripts/db/data2/OrganizationSkillsProvider.json @@ -0,0 +1,11 @@ +[ + { + "id": "bdb12951-16f1-4cbe-9f64-2d093f9ccae9", + "created": "2020-05-05T11:01:31.334Z", + "updated": "2020-05-05T11:02:10.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", + "skillProviderId": "7637ae1a-3b7c-44eb-a5ed-10ea02f1885d" + } +] diff --git a/scripts/db/data2/User.json b/scripts/db/data2/User.json new file mode 100644 index 0000000..30575a2 --- /dev/null +++ b/scripts/db/data2/User.json @@ -0,0 +1,282 @@ +[ + { + "id": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Jeanie92", + "firstName": "Gertrude", + "lastName": "Douglas" + }, + { + "id": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Kitty.Dicki77", + "firstName": "Summer", + "lastName": "Schuppe" + }, + { + "id": "fedf2208-97c4-4235-b404-f9ef98cbb6b6", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Heloise_Barton", + "firstName": "Celine", + "lastName": "Durgan" + }, + { + "id": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Peyton_Jaskolski37", + "firstName": "Hazel", + "lastName": "Bogisich" + }, + { + "id": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Lulu37", + "firstName": "Coleman", + "lastName": "Kreiger" + }, + { + "id": "74fe899f-ba84-416d-81d3-c7f435074927", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Eric_Tillman", + "firstName": "Verlie", + "lastName": "Kunze" + }, + { + "id": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Grady3", + "firstName": "Jaunita", + "lastName": "Mertz" + }, + { + "id": "e656e32e-1639-4446-b2f3-77a9ae27cb01", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Susan_Hermiston", + "firstName": "Garett", + "lastName": "Stracke" + }, + { + "id": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Josefina84", + "firstName": "Giovani", + "lastName": "Reynolds" + }, + { + "id": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Kelsie75", + "firstName": "Guido", + "lastName": "Daugherty" + }, + { + "id": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Nora22", + "firstName": "Thomas", + "lastName": "Lowe" + }, + { + "id": "dee13fac-c748-4332-9885-a14742d5ab8a", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Lillie_Koepp59", + "firstName": "Kraig", + "lastName": "Leffler" + }, + { + "id": "942f590e-f07a-4405-a974-244ba4ba8d8c", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Hoyt_Bogan", + "firstName": "Annamarie", + "lastName": "Leannon" + }, + { + "id": "e5fedb41-f470-472c-9789-3e0bb25d0d65", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Enoch49", + "firstName": "Hollie", + "lastName": "Altenwerth" + }, + { + "id": "2165191a-81f6-4836-beb3-94d2732fd0e1", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Adrianna_Lockman", + "firstName": "Terrance", + "lastName": "Kessler" + }, + { + "id": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Millie_Price", + "firstName": "Marilou", + "lastName": "Walker" + }, + { + "id": "a6300ebd-8cfc-4ee9-854d-403c678960ed", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Emerson21", + "firstName": "Theresia", + "lastName": "Bartoletti" + }, + { + "id": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Jazmyne.Trantow", + "firstName": "Jordan", + "lastName": "Jacobi" + }, + { + "id": "0b8bf132-8464-42e6-94ee-402a504445fb", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Odell81", + "firstName": "Garett", + "lastName": "Torphy" + }, + { + "id": "36443bb4-2b10-487e-8ae6-4de8875b575d", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Candida_McClure", + "firstName": "Maria", + "lastName": "Marquardt" + }, + { + "id": "d61fdd41-5839-45c1-bfad-bba21f533dda", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Ima.Mitchell", + "firstName": "Nestor", + "lastName": "Effertz" + }, + { + "id": "d8e37e91-598e-4c55-8650-0dd00e6627ba", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Pattie.Blanda97", + "firstName": "Lenore", + "lastName": "Stamm" + }, + { + "id": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Boyd.Baumbach29", + "firstName": "Eudora", + "lastName": "Hagenes" + }, + { + "id": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Astrid.Welch64", + "firstName": "Mireya", + "lastName": "Shanahan" + }, + { + "id": "52acca6a-d8d8-4234-9ee0-8b23d8976f92", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Emmalee.Cruickshank72", + "firstName": "Gaetano", + "lastName": "Wisoky" + }, + { + "id": "3824834b-befc-4141-8400-64622eb44610", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Nash.Hand81", + "firstName": "Damian", + "lastName": "Kling" + }, + { + "id": "57533a1c-65c7-4bab-88e5-4d90b6b011d9", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Sean_Witting23", + "firstName": "Helmer", + "lastName": "Hagenes" + }, + { + "id": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4", + "created": "2020-05-05T10:33:03.470Z", + "updated": "2020-05-05T10:40:48.900Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "handle": "Annabelle_Wisozk", + "firstName": "Garland", + "lastName": "Abbott" + } +] diff --git a/scripts/db/data2/UserAttribute.json b/scripts/db/data2/UserAttribute.json new file mode 100644 index 0000000..74eca55 --- /dev/null +++ b/scripts/db/data2/UserAttribute.json @@ -0,0 +1,2242 @@ +[ + { + "id": "5dd37dca-65f6-4bd2-8335-f4b16b264e73", + "created": "2020-05-13T08:48:30.541Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "b3df4b20-21a9-46d5-80b9-eb8cabf940a6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "London", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "0bfdab55-2bb5-4f3e-8d85-f9f209d9e917", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Bulwark International Inc", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "d8811826-2161-455a-a25b-c1c7389d472f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Senior Consultant", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "890ee06a-95a9-4b85-9729-63baa8de2c03", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "44312121", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "616f8a69-81eb-46d6-acab-96e39c150ed4", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "0a9f0a34-c4c5-47bc-8c4b-976b992c2905", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "42", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "63902d3e-e193-40e0-afe6-3ccbdaec2fdb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "12ee32cd-4945-49ac-88de-3771fd41bb89", + "created": "2020-05-13T08:48:30.541Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "59ccbfeb-ba5d-4f51-988a-39ce309acdd5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "New York", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "f4affe01-0251-4e47-aeac-11a060b41cb7", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Rhodes Fun Company", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "8e815fc5-e0da-43a9-aac1-a4e622385b4a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "IT Support Specialist", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "b9abc694-5f3f-47a6-8c36-ee83a1e06cdb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "74314457", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "72469c12-ae73-4737-b88c-a981daf65d95", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "9ed6229b-4f9e-4191-a123-b1864cf18cc6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "3", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "2e38d899-dff3-49f0-a991-c9a3eadd6d7f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "3a4e17ac-a42a-419f-9ce5-e77ecf0e2c74", + "created": "2020-05-13T08:48:30.541Z", + "updated": null, + "createdBy": "tc-user", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "e416c888-81aa-43cc-bb6e-6e068941aa95", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "New York", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "d0413feb-ece1-4af4-a7b6-4e9709a1f4c1", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Rhodes Fun Company", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "a0066349-c93a-422b-9915-6e9ec571c05f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "IT Support Specialist", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "fd0e0761-1f72-4856-8720-4cdd4e1b050c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "41331212", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "8b6ca343-58e1-47f4-87e3-32a17552126c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "2c221317-437f-4658-8513-278996436cee", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "120", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "7bcf3964-9de4-4112-bc20-5971864a827a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "1cf23571-5ada-4ab8-bd45-d9425cb52e36", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "a8de658e-d659-49e2-a778-a1e51eae7124", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Maggio - Huel", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "35bc22a3-2a5c-47f5-9c45-bb64d476adc6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "East Carmen", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "454f0c56-747f-496f-95f0-6b45b3a1a45a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Global Factors Manager", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "020a2517-f0bd-4361-934e-c046254ec05f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "21218800", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "f0ece659-2f89-485b-939d-b37fe10c81ca", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "0d2b5fcd-f231-4762-a4c3-bbc0e0d118cf", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "111", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "a64b6b9e-707c-4b34-9854-ee6f5aeb95b8", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "5e2182d2-393b-4cbc-ae7b-9ae82d02672a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "8851301d-2d9f-461b-9f7b-b1384bbaaeed", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "White and Sons", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "403d4772-bf26-4e3c-9f3c-662c36614c9c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Savanahville", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "b90213da-88c7-44f4-97aa-ed07e69581ea", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Legacy Optimization Administrator", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "589c327f-73c8-4c38-a7af-2e8e1efae822", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "24329660", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "6a1af7cf-06d5-4391-b6bb-873c7996807d", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "b72e79cb-9e03-4275-a12b-210923b67e26", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "64", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "6945ea24-8ac1-4ef9-978c-d325353f4c9d", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "e608bd67-f722-4652-a16a-327397d7f891", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "83472b12-d358-44ba-a90e-00a9ca26ea95", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Mitchell - Cormier", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "f8c06d6e-e7b7-4824-814d-222b2b3aa304", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Lake Audra", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "b4719b0f-16b0-408b-9ba0-7a49dba32f16", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "District Intranet Producer", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "34579ef2-9029-483d-adb6-afd47c0470dd", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "14990140", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "1c76e135-e4c6-4a38-8e2d-bdd3ad25eb75", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "290077ea-f924-484d-96de-f74bbdcfc895", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "62", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "6a703954-4229-4e6f-88b3-f26555a38fa5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "01448dbe-d9b7-4441-8863-8038d0435347", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "38bce652-8812-49b7-84b3-d3fecacd418c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Gleichner LLC", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "e84d14b6-310c-4e60-81e9-eb5869d9ade8", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Elainaville", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "2aed9789-5b42-4fb7-8f56-4a3157747541", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Customer Security Supervisor", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "c9df556a-267f-4239-9b16-ddc2334e2932", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "45708781", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "4830c36d-9e32-40ba-be25-58696179ee37", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "1d239d79-9bf2-4ea2-b518-e4b18abdc5cb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "86", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "90391520-e704-41a0-8ba4-1fd0d7f9ec3c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "7cb67af5-5fe9-4783-a8cb-9b3e59223870", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "3516d204-c25e-4e55-93f5-3355336bbbca", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Gottlieb - Stamm", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "9f815bed-1ff6-4b69-9348-b8917c2422fb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Howellstad", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "8775b10b-cecc-42b0-9b6c-af49ff59898b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Dynamic Paradigm Consultant", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "46fab38c-e498-4aca-a52c-1167c7345d54", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "70768145", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "e7e5cc66-d167-4c7a-a4f8-e6e6b1810404", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "527667ba-1c47-45d1-b9a6-03ecbc5fc275", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "16", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "8b7dedcc-a9e5-47b4-bae3-d5cf1775ddde", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "24605dd3-5d44-4e4f-9367-8e2b1f0a36ec", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "152ab6a7-0861-4508-a111-0b440e801052", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "McClure, Sipes and Gleason", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "682b06cd-aaf7-4559-9009-b1cec24bad9d", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "West Reneefort", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "f45c8066-ea2a-42d8-b8ed-e99fe133b671", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Internal Infrastructure Architect", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "36034587-13ab-43c9-b94a-bd74e36a530a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "37263884", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "5cf47aa3-9e97-435c-b833-d868fd20a1e9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "1273c7ed-ee77-4af1-9f4d-caf103d530f7", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "119", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "744e0976-f37c-4221-be15-5c6a62d98b29", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "d139ddb5-3b05-41aa-a1e3-45d327e84c38", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "f513b970-70c5-4bac-8d80-7e62bdc45f8b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Robel - Schamberger", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "082db5f4-919e-48f6-9c9c-140e78c1e335", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Vanside", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "5c7c5054-226f-445f-864d-cbf76de37187", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "District Solutions Orchestrator", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "b447ff47-6458-46e6-98bf-0881c169aaee", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "33923288", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "7fef0ea9-642f-481b-85c6-3968398b4663", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "3c2d3367-8042-443c-bf69-126c0af7bbc1", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "61", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "912ac9eb-266b-4b87-b751-805b0a075a01", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "a177dd6c-e7a3-4423-84a5-4908d5d5bb36", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "10ad18c8-111b-4f7c-af18-44f99ae5f2ed", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Kris and Sons", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "1d8282d9-a4d0-4351-a753-64ebe9a3721e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "East Jonatan", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "ec78a04b-6cd1-49d7-93b2-26add204628a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Direct Interactions Developer", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "61edc7c4-7cba-4b13-9198-ed63521ecec6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "77157857", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "2678472e-292e-49e2-8bf2-33d38df8ba9c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "013f528a-5ccf-4518-9caa-6f4367ce9f17", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "68", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "95ae3f21-788d-478f-8219-ac3afa48d67d", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "548ada95-f6ca-4de1-9d71-fc2e5582eee9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "757a895e-d34d-4d8c-a9e0-7f947dc1de03", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Schmeler - Luettgen", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "83e2ede1-aed7-43dc-ba31-0420a5cab9d9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Gottliebton", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "efa9bb75-c60d-4015-854d-d9be548b0a3b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Dynamic Solutions Supervisor", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "5eb2a152-97e4-489e-8b1f-26bbe5a23278", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "33295693", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "f6db9a68-69d3-4ed4-82a1-d5b6d813aca8", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "dd1c93db-1c31-49d3-bcee-cc676760d9df", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "47", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "4a46fc03-7354-4024-8190-3614b242810e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "76b3d38a-54a4-4d49-a44f-bce64c04710a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "b9411ff1-5420-4be4-bf72-e412b8309cb5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Armstrong - Huels", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "6796948d-b725-49dd-9c69-58d64fe59a30", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Ervinchester", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "12298781-5688-4cd1-a1c0-b45657c9ee78", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Internal Integration Engineer", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "2b9ea870-7b86-44e6-b5ae-db0eea9a8556", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "99775367", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "068f609d-8768-49c6-897f-e722b96e81ef", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "9cbba642-e3ba-4ef3-9fa4-f2c813e9d0b2", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "27", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "ed101936-5c3c-450e-9d28-cdc01c11abf9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "f1c5b14d-f9b6-4bf2-a457-c7b50d895e00", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "6429a9a6-c524-4b27-a8f4-f9585f93c987", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Huel LLC", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "94004432-44b1-46eb-b37f-3b02cc94d83e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Matteoburgh", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "7aba8f12-726e-494e-a421-128b3320b8f6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Principal Tactics Executive", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "48f0fa54-e769-4831-b446-e866053ee9ee", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "66713622", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "4e641e09-aded-4b96-b5ff-dfe2c038e4b6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "c1de5da8-334f-4006-99bd-ae9524493b6b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "70", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "2c3b7d2e-e583-4fdc-8179-9d349eed7ff8", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "cdb86395-8037-4149-8dc5-f88fb053bc33", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "75dfbdea-49a5-4525-a06c-deba633ac1ae", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Friesen - Ward", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "2d863d39-2051-4ee5-bd6f-66adeece1562", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Curtmouth", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "0f47dd19-461a-45cd-859b-98d1b9ae91f9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Dynamic Creative Architect", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "ed12c64a-075d-4d04-bf0b-86536bf7b9d1", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "55925984", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "41f5fa5f-f2d6-41ef-ba66-4ee9d4f04d06", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "2e8e14fb-0748-4937-9ecd-8f8663a6eb1a", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "81", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "c74a9b8c-fb12-4ec5-a13a-e733eb2c2982", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "8f8005e6-0d9b-42dd-81c6-87aea516451c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "9e8ea6ec-581b-43dc-8f8d-4dd9a7f895fb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Watsica, Pouros and Hintz", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "511a8f94-df5b-4f68-9d1e-54e7ff70833d", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "North Raphaelleton", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "2b628367-924d-4150-965e-91d27a54746c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Forward Usability Manager", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "3e15177b-f9dd-4437-86a2-026d101d1c85", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "23132031", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "f417d301-3459-45ba-93d2-c2b637fff671", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "80772dc2-2d2f-408f-8164-b44ca2006876", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "99", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "358aeea6-aa9f-42cd-a663-ef0eb253e178", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "215538be-5aab-4a32-95d1-151d27de085e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "3bcef8d0-caee-47db-bbf6-a7c35018ad13", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Lueilwitz - Towne", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "eacd460f-eb30-4cd0-8eb3-bc918328f608", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Laishaside", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "51063bca-1b17-4bc5-943a-04de736dca26", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Human Interactions Orchestrator", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "062ac549-9059-4884-90c0-9377ff7cb946", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "75367167", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "b9b1e1db-3d69-45d1-9804-c193e966773e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "1209bdfe-eac6-4c3b-896d-f2081f34e2c9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "115", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "9e2b3b8d-7d4e-4e0f-b34d-209005404d41", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "5ce68486-49b9-4c58-b29a-bfd1b4c96a75", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "7963adea-e106-4cdd-a4df-65f9a0059f84", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Nienow, Wilkinson and Orn", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "506f5739-6cc6-4d83-a832-de262fb95562", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "West Trystanmouth", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "04591bfd-1e16-4a0e-93d9-2f8365dcb25b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Customer Creative Liaison", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "26a8ad85-b9c5-4622-93fe-57d3be8448e5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "25337335", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "7e41fa75-64f1-46f9-8b2c-366eab23b32e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "a09b6023-2b26-40dc-865a-50344d9f8afd", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "63", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "a6301ba5-00b3-4e4f-86ed-f306f6c3d575", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "85456b04-8bc5-48c9-989f-bbf4ddaae172", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "ceb65d8d-4a56-45e3-adca-4d0c65568c40", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Hills - Kuphal", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "0b30e9b1-f04a-463d-a7e9-d34c8bb01b57", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "West Torrey", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "07ca4e25-2553-43ab-9d54-e065adfffdb7", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "International Accounts Administrator", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "85c0bced-b65c-4a5a-a7e6-5ae616137f06", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "26014689", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "eaddd76e-abb3-4f18-a04e-8597f8966377", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "d9b30796-8e9d-448d-ada3-1169c8d87a64", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "93", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "547b0473-095e-48f1-9ab5-f52a5a80d701", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "1aab9587-d80b-4119-ade7-1377a32e909c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "0531cfd7-4ef5-454c-b3cf-bb082f538f96", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Barrows Group", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "4986c0b9-c728-45cc-a611-8832ee172baf", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Abernathystad", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "dfea79c7-718f-4c61-9bab-487c80e3fc89", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Principal Functionality Representative", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "fe1131df-b8af-4ca2-bb16-f6ecd7454577", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "38578266", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "c1f4e4d2-7b64-4024-848c-9db8e38f2abb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "33bab1b6-521c-4dca-8f9d-a0a16e96d988", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "50", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "a928eb63-964f-4a5e-a068-1dee82e0cf22", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "16ac812b-d17e-4a5e-ab78-e8d150b1d481", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "b0833e94-8c42-43e3-a1e3-b1830da0e97b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Schuster, Russel and Howell", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "7fbf753e-0192-4e95-8f6c-f86d54b7063f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Danland", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "8d1cc6f6-e8d3-4369-aff0-cb8c8e03e3c5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Chief Identity Director", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "5bd6ee1c-7ba9-43a4-9895-7f003dead527", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "70382986", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "a5efa2e8-e497-4650-b57b-a17d910eca19", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "88202cf4-a255-4de0-9ac7-21ae78fbfd54", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "10", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "8cf7ef40-e312-452c-9854-73681b834b87", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "0b93a07f-c05e-444b-8f0f-bae31288f671", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "41398d72-4d8d-42a6-b12e-2eaa847d32aa", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Kohler - Satterfield", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "8ce43b39-52c4-486d-8225-91801b8d6056", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Lednertown", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "54f6665c-a9d8-465f-af6b-a15f88fb6a26", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Investor Intranet Strategist", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "b60ce49d-d605-43d7-8305-b24deedd9cdb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "52530174", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "138992cb-c25d-471f-b768-329a0227ef8b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "96d2a751-8526-49a0-8fb8-21d7e194ab5b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "9", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "55534138-05f5-4bf9-ba07-52dfbcae74e5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "77f84185-1847-4377-afde-caa3a59e1ca9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "d4b16ba0-ff82-4c7e-b413-85e25b8f41d4", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Ortiz Inc", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "12d8d5de-f900-4f1e-a902-ffd0bd8046ca", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Athenamouth", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "a24c4756-120b-43e1-920f-31a678339dbb", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Central Mobility Manager", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "84c826d3-c2db-4628-97dd-6b3f0443f0c1", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "32047233", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "38776368-a9b8-4e12-860d-8e02a793d5fc", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Female", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "7389b1eb-2276-46b8-8b2b-8cd788bd176b", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "47", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "a6225d95-2249-436a-be12-cd369aa6c813", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "b65694a7-c811-4c27-87f1-1ee404fae46c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "355df1d1-9578-4073-b5b4-148c976711de", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Walsh - Gibson", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "e1b9868a-f576-4bd6-ad36-e2289d2ffe5c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "North Abagailport", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "e11db789-82e5-457c-9b86-609fa337bdf0", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Dynamic Functionality Facilitator", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "2da5e1cc-c267-4452-adae-5a82095d2215", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "72206031", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "b6b2ae0e-5230-4d9f-b58e-bcb0dafb37f6", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "b8fadc0f-f16a-4e7c-b35c-683cff9a1552", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "119", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "56602b13-ceae-410f-9ded-d313942f88b9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "e25044af-e0d6-4cd1-9c6e-598284e92c50", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "c88e9daa-e427-448c-99d9-01001843392e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Hamill - Kuhn", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "283f137c-100a-457d-91a6-1dac6d781771", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "North Andres", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "83e121ef-cb9b-4039-8c60-51a06bd3f44e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "International Group Designer", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "849a0ac7-d04a-4f7d-bf79-8922351718cf", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "05112487", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "d5da8ac4-9f7d-4454-9a61-eea7c1739f55", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "f7215cb5-9e6b-4dbf-a7a0-aa559007a955", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "120", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "e1b125a6-1847-4d1c-93d1-a48a63535e24", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "8b868d07-bfa4-4024-8ef1-0ddbe188bc15", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "false", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "e3599f83-7b76-4a32-a3e5-1f0b940e9ca7", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Reichel Inc", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "24d13686-91b1-4bc5-ac46-9ef62abd5cdc", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "New Herbert", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "30f427d2-5cf8-494b-84f0-020cb4df8262", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Lead Configuration Orchestrator", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "ddf5e800-6362-4ac3-9395-c6aa57dccf5c", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "97879088", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "efa8c1ea-7f7d-45ca-b9fe-0499b171baaa", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "494acce7-aaff-4ce8-8bad-7deb1c2570c9", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "105", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "3a90f4d9-6ebc-4bad-8945-864eed369959", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "Yes", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "f46bf49c-4363-4591-9300-cc3b8e5f3641", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "e48c68a2-e14d-446b-b334-738e363c96cf", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Armstrong LLC", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "b3ba25e7-9186-4738-815b-b70d31b02852", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "Bergstrombury", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "1b72b8db-ec3e-4717-a653-46256df448ba", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Future Optimization Planner", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "583dcdc4-1dd1-4886-8705-efedc6ec9a7e", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "94537520", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "8bd29afd-187e-4db1-8f54-1ea1e6d193d4", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "f2d5929a-9f1d-4927-ab0f-dde4424e019f", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "54", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "9551969d-5a23-40f4-9b20-41541b8cc008", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "070a34d4-d258-48ba-a3df-a230bfaefca5", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", + "value": "true", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "30931239-c3c3-4cf9-a393-beeabefbbc41", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", + "value": "Armstrong LLC", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "e6900aab-1dff-4c53-8264-735a5364fd11", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", + "value": "West Santinoside", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "6b85cbb2-e888-4efd-8b78-4d07f9e60793", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", + "value": "Legacy Research Coordinator", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "8f30c6d7-cce6-49c0-be92-d6ddb5f63431", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", + "value": "46152109", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "a0ec783d-a0cf-429c-83ff-29447ec50226", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", + "value": "Male", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "6cabce40-4361-4bf4-a97b-07f3e0ad1b32", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", + "value": "8", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + }, + { + "id": "2e4d94fd-b134-4da8-b626-0b8a16fcc192", + "created": "2020-05-13T08:19:13.709Z", + "updated": null, + "createdBy": "tc-Admin", + "updatedBy": null, + "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", + "value": "No", + "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" + } +] diff --git a/scripts/db/data2/UsersSkill.json b/scripts/db/data2/UsersSkill.json new file mode 100644 index 0000000..183bc7c --- /dev/null +++ b/scripts/db/data2/UsersSkill.json @@ -0,0 +1,638 @@ +[ + { + "id": "5ba7ef65-ccf6-4055-8fd1-4993d474060d", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "01ebc3e1-3683-4097-ab08-f1b6f8b780f2", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "f7c370ad-7f9d-464a-96ae-7dd00c195c81", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" + }, + { + "id": "5663262a-c913-4d07-a70b-5e6885ac5a2d", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "34630976-b1fb-4747-9b6a-f1961fe1d2b9", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "6df99fc1-3115-4b0c-bf2b-21ecd52fa64b", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" + }, + { + "id": "d16355b7-3df0-4d9d-a9d9-cb448f81a3e5", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" + }, + { + "id": "b25dc0ca-dc94-4bb2-a74d-be96878ad90f", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "43c2ef90-fbe4-427b-94df-da6e06275322", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" + }, + { + "id": "c643e3a5-0496-4b6a-9ae3-54e9a938935e", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "05502e4c-9e84-4692-b07e-ac8ed52b2239", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" + }, + { + "id": "3224b624-6ee8-4089-b429-f59ae66231a1", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "6eda1fcb-28ad-4ad2-bcb4-7656a9382aeb", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "74fe899f-ba84-416d-81d3-c7f435074927" + }, + { + "id": "354e501e-75e4-4c81-ba90-d1184758c641", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "b13ceba4-0a06-48e8-aa62-109732d9d609", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" + }, + { + "id": "3e664627-aaaa-4cfc-a024-6e0ee71574d2", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "e871590a-efee-43f9-b448-a858b19d537b", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" + }, + { + "id": "77b8322c-157c-4514-b341-d95963d2c524", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "803f628e-6812-4c28-a94c-072089ce8527", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" + }, + { + "id": "3ee5a5c5-542c-42d8-9e04-1b10f52d1f77", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" + }, + { + "id": "c1cc4f6e-4598-43f1-88aa-4164fbcfab57", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" + }, + { + "id": "d4373f7e-6bc7-48c5-b6f3-b3dd63bc6aea", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" + }, + { + "id": "3a9e5db5-3181-465e-96e3-90a210cc1f6e", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "b0f44196-ee38-4947-a22a-49fe597c049b", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "2b98ac8d-0534-475b-a3af-5683786ca711", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" + }, + { + "id": "068fc9e5-6070-4cfb-ac1e-6d8c318691f6", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "fd09dabb-f52d-4d6e-9810-36d812e02c12", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "a05d7c31-4831-4605-a201-672fac6fede5", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" + }, + { + "id": "3a36c94f-ceed-49da-8322-6f4f6860e6da", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" + }, + { + "id": "a5b3bd60-90ef-45f1-8be5-8663ad27fdfc", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "8117bb42-2783-48e3-a1e5-5926bfe220f3", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "70368a57-0e94-4eaf-a2dd-ddb5e98e29b4", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" + }, + { + "id": "379187b0-3b05-4a12-adef-51327da63c98", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "bfda6dfe-62ff-4633-9e01-392e2ec9d6b4", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" + }, + { + "id": "9998cbdb-f085-4005-bf07-51bc775a756e", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "11f2edd5-29bb-4cc0-ab72-43e1d6875044", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" + }, + { + "id": "a6ab1fb9-fbeb-486d-9e8c-7345d3a84e7c", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "d33f7dee-9e90-404e-8ce5-b428a63f2149", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" + }, + { + "id": "55bc69dd-aafd-4e74-ad74-d9727c183685", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "01fab1cd-6466-42e2-a996-f6440407437f", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "9bb46d0d-c199-4e78-99c6-5ed684d1112b", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" + }, + { + "id": "03105d3b-5e44-4105-84b6-62fd065be150", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "68023b0d-cdaf-4d1b-a6af-312b6e56a3f9", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" + }, + { + "id": "388120f8-f51f-46af-9d23-08360d6be6b2", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" + }, + { + "id": "b667b334-a0d6-4737-b150-88e776554dbc", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" + }, + { + "id": "409bc41d-3b79-40c1-aa8a-548ab3dba5d6", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "586dcff8-d4a2-4a9a-81f5-965ae7be2f68", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "d58230ff-581f-4f97-b67f-518cea710d0b", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" + }, + { + "id": "42670a39-01c3-49ca-9131-4b6f3a972c2d", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "fe1f6c9d-479b-4b54-a56e-22858ab7bc8d", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" + }, + { + "id": "512692ec-e8f2-4b9a-86e8-d155e52331e0", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "3824834b-befc-4141-8400-64622eb44610" + }, + { + "id": "51158bad-86e4-4566-96b4-f47a528fe328", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "65b2fb37-fa3c-480b-9cc5-1e4c7cfcf8a9", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + }, + { + "id": "79d9720c-00a3-4db8-b21a-3c9f6a10892c", + "created": "2020-05-05T11:04:51.134Z", + "updated": "2020-05-05T11:05:13.574Z", + "createdBy": "tc-Copilot", + "updatedBy": "tc-Copilot", + "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", + "metricValue": "4.5L", + "certifierId": "certifier_id", + "certifiedDate": "2020-05-04T07:36:28.036Z", + "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" + } +] diff --git a/scripts/db/genData.js b/scripts/db/genData.js index 97681ac..560fa70 100644 --- a/scripts/db/genData.js +++ b/scripts/db/genData.js @@ -129,30 +129,30 @@ async function createAndExecuteEnrichPolicy (modelName) { const esResourceName = modelToESIndexMapping[modelName] if (_.includes(_.keys(topResources), esResourceName) && topResources[esResourceName].enrich) { - await client.enrich.putPolicy({ - name: topResources[esResourceName].enrich.policyName, - body: { - match: { - indices: topResources[esResourceName].index, - match_field: topResources[esResourceName].enrich.matchField, - enrich_fields: topResources[esResourceName].enrich.enrichFields - } - } - }) + // await client.enrich.putPolicy({ + // name: topResources[esResourceName].enrich.policyName, + // body: { + // match: { + // indices: topResources[esResourceName].index, + // match_field: topResources[esResourceName].enrich.matchField, + // enrich_fields: topResources[esResourceName].enrich.enrichFields + // } + // } + // }) await client.enrich.executePolicy({ name: topResources[esResourceName].enrich.policyName }) } else if (_.includes(_.keys(organizationResources), esResourceName)) { // For organization, execute enrich policy AFTER the sub documents on the org (namely orgskillprovider) is in // This is because external profile on user is enriched with org, and it needs to have the orgskillprovider details in it - await client.enrich.putPolicy({ - name: organizationResources[esResourceName].enrich.policyName, - body: { - match: { - indices: topResources.organization.index, - match_field: organizationResources[esResourceName].enrich.matchField, - enrich_fields: organizationResources[esResourceName].enrich.enrichFields - } - } - }) + // await client.enrich.putPolicy({ + // name: organizationResources[esResourceName].enrich.policyName, + // body: { + // match: { + // indices: topResources.organization.index, + // match_field: organizationResources[esResourceName].enrich.matchField, + // enrich_fields: organizationResources[esResourceName].enrich.enrichFields + // } + // } + // }) await client.enrich.executePolicy({ name: organizationResources[esResourceName].enrich.policyName }) } } @@ -231,11 +231,13 @@ async function main () { }) keys = _.compact(temp) + keys = keys.filter(k => !['Role', 'Skill', 'UsersRole', 'SkillsProvider'].includes(k)) + for (let i = 0; i < keys.length; i++) { const key = keys[i] try { - const data = require(`./data/${key}.json`) - await models.DBHelper.clear(models[key]) + const data = require(`./data2/${key}.json`) + // await models.DBHelper.clear(models[key]) for (let i = 0; i < data.length; i++) { logger.info(`Inserting data ${i + 1} of ${data.length}`) await models.DBHelper.save(models[key], new models[key]().from(data[i]), true) @@ -256,13 +258,13 @@ async function main () { logger.warn('create and execute enrich policy for ' + key + ' failed') } - try { - await createEnrichProcessor(key) - logger.info('create enrich processor (pipeline) for ' + key + ' done') - } catch (e) { - logger.error(e) - logger.warn('create enrich processor (pipeline) for ' + key + ' failed') - } + // try { + // await createEnrichProcessor(key) + // logger.info('create enrich processor (pipeline) for ' + key + ' done') + // } catch (e) { + // logger.error(e) + // logger.warn('create enrich processor (pipeline) for ' + key + ' failed') + // } } logger.info('all done') process.exit(0) From c1ef2426bf8d10dcf8b047fd0f05b545a13a122f Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Fri, 20 Nov 2020 20:33:16 +0530 Subject: [PATCH 2/3] Revert "Fix script to create mock data for a clean demo" This reverts commit c994e5c7ff362fdbccf42a9c7292c3678ea4c6de. --- scripts/db/data2/Achievement.json | 28 - scripts/db/data2/AchievementsProvider.json | 10 - scripts/db/data2/Attribute.json | 74 - scripts/db/data2/AttributeGroup.json | 11 - scripts/db/data2/ExternalProfile.json | 338 --- scripts/db/data2/Organization.json | 10 - .../db/data2/OrganizationSkillsProvider.json | 11 - scripts/db/data2/User.json | 282 --- scripts/db/data2/UserAttribute.json | 2242 ----------------- scripts/db/data2/UsersSkill.json | 638 ----- scripts/db/genData.js | 60 +- 11 files changed, 29 insertions(+), 3675 deletions(-) delete mode 100644 scripts/db/data2/Achievement.json delete mode 100644 scripts/db/data2/AchievementsProvider.json delete mode 100644 scripts/db/data2/Attribute.json delete mode 100644 scripts/db/data2/AttributeGroup.json delete mode 100644 scripts/db/data2/ExternalProfile.json delete mode 100644 scripts/db/data2/Organization.json delete mode 100644 scripts/db/data2/OrganizationSkillsProvider.json delete mode 100644 scripts/db/data2/User.json delete mode 100644 scripts/db/data2/UserAttribute.json delete mode 100644 scripts/db/data2/UsersSkill.json diff --git a/scripts/db/data2/Achievement.json b/scripts/db/data2/Achievement.json deleted file mode 100644 index 2366242..0000000 --- a/scripts/db/data2/Achievement.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "id": "b60561c9-5c9b-4d01-9c49-b11caf8028e4", - "created": "2020-05-13T06:43:20.003Z", - "updated": "2020-05-13T06:48:04.687Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "achievementsProviderId": "4dcced87-5070-40ad-8594-c679acb47e78", - "name": "Achievement 1", - "uri": "string", - "certifierId": "string", - "certifiedDate": "2020-05-13T06:33:54.708Z", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "f560bcce-e51b-4a9a-9c17-ea2c65719e0b", - "created": "2020-05-13T08:44:27.244Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "achievementsProviderId": "4dcced87-5070-40ad-8594-c679acb47e78", - "name": "Achievement 3", - "uri": "http://www.google.com/xx", - "certifierId": "certifierId", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - } -] diff --git a/scripts/db/data2/AchievementsProvider.json b/scripts/db/data2/AchievementsProvider.json deleted file mode 100644 index bfe6da3..0000000 --- a/scripts/db/data2/AchievementsProvider.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "id": "4dcced87-5070-40ad-8594-c679acb47e78", - "created": "2020-05-13T06:23:54.712Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "name": "achievement provider demo" - } -] diff --git a/scripts/db/data2/Attribute.json b/scripts/db/data2/Attribute.json deleted file mode 100644 index 6a1df8f..0000000 --- a/scripts/db/data2/Attribute.json +++ /dev/null @@ -1,74 +0,0 @@ -[ - { - "id": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "created": "2020-05-13T08:46:39.030Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "isAvailable" - }, - { - "id": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "created": "2020-05-13T08:35:45.512Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "company" - }, - { - "id": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "location" - }, - { - "id": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "title" - }, - { - "id": "721efed7-810c-4007-887b-c8a688b0d869", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "Billing Account" - }, - { - "id": "37682e0f-66b6-41ce-9af4-365b117c4079", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "Gender" - }, - { - "id": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "Experience (in months)" - }, - { - "id": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "created": "2020-05-13T07:32:03.128Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeGroupId": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "name": "On internship" - } -] diff --git a/scripts/db/data2/AttributeGroup.json b/scripts/db/data2/AttributeGroup.json deleted file mode 100644 index cd95e47..0000000 --- a/scripts/db/data2/AttributeGroup.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "id": "e5acf0fc-d372-472e-aaef-7b3d02a73ffd", - "created": "2020-05-13T08:45:33.291Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "name": "demo attribute group" - } -] diff --git a/scripts/db/data2/ExternalProfile.json b/scripts/db/data2/ExternalProfile.json deleted file mode 100644 index 45bfefb..0000000 --- a/scripts/db/data2/ExternalProfile.json +++ /dev/null @@ -1,338 +0,0 @@ -[ - { - "id": "a1b68887-d2ec-4086-abc1-14ce1ff43a5c", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "1234567", - "uri": "http://www.new.com/new-uri" - }, - { - "id": "bff96bbf-9dad-49ea-9ce0-9cee5d24d57d", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8547899", - "uri": "http://www.new.com/new-uri" - }, - { - "id": "8411e5ad-7cd0-4754-83a9-a5a406f4cabe", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "23225544", - "uri": "http://www.new.com/new-uri" - }, - { - "id": "30ebdfd6-eaf8-4059-bf67-87e7432e5dd0", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "2838084", - "uri": "https://alfonzo.name" - }, - { - "id": "aad76adc-3659-4a6c-b8d1-07dbc0f4044d", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8637137", - "uri": "https://ora.com" - }, - { - "id": "6132b4b6-7198-4ff9-99ec-a9e429aac4cc", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "74fe899f-ba84-416d-81d3-c7f435074927", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "7724780", - "uri": "http://alanna.org" - }, - { - "id": "d2f30e92-1530-4f8f-b014-8b9370d840fa", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "3180776", - "uri": "http://clare.net" - }, - { - "id": "7904ed05-e2f3-4b11-a866-5d0b683f231a", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8944692", - "uri": "http://blake.org" - }, - { - "id": "df100844-2c86-4105-b823-d1eaa0e41fbb", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8450763", - "uri": "https://adolph.biz" - }, - { - "id": "6f242626-76dc-45ac-aac5-2e7377e56fb2", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8712185", - "uri": "http://donna.name" - }, - { - "id": "f8fb6843-725e-412a-8b71-8de1f01ce043", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "5876965", - "uri": "https://terry.info" - }, - { - "id": "315fed39-1be9-4f22-b42c-5c6ac377d8e7", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "2154615", - "uri": "https://kavon.biz" - }, - { - "id": "fdc0d424-5888-4ec9-830b-48f6cfef8353", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8591690", - "uri": "https://stefan.info" - }, - { - "id": "43428bf0-e745-4c09-b4cc-200c728b5866", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "1262746", - "uri": "http://elaina.info" - }, - { - "id": "90c36bb0-e854-4e60-adc5-c25ae080c1b3", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "5638359", - "uri": "https://jovanny.biz" - }, - { - "id": "b4516d2d-8952-4d90-aba2-bca814070a50", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "2390800", - "uri": "http://sandrine.com" - }, - { - "id": "2fb8266c-bb01-424d-a50a-2d07e2068b7d", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "1588616", - "uri": "http://bernice.biz" - }, - { - "id": "fe976424-0ddf-4726-9ea2-1650bf74a6ea", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8855875", - "uri": "http://leonor.name" - }, - { - "id": "86894c1d-5d10-4a34-b784-d75005260fbc", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "3847475", - "uri": "http://jillian.name" - }, - { - "id": "b26f6a1d-ad10-4375-a0a8-ea1f64599e17", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "1546137", - "uri": "https://aileen.com" - }, - { - "id": "ffb5d942-752f-4c85-88e9-b7df910bea6d", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "7772959", - "uri": "http://lincoln.biz" - }, - { - "id": "c2fd290d-2f6e-4422-89ed-ed979f5c6684", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "7076592", - "uri": "https://lourdes.name" - }, - { - "id": "a6231455-52a6-41b9-bdf4-70af0dcfbf1a", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "9358202", - "uri": "https://anabelle.name" - }, - { - "id": "4c3adebe-a0b1-4fd9-8a0b-175af014c1d5", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "9338436", - "uri": "http://javon.name" - }, - { - "id": "0ee3ef3b-be1f-475b-b288-2b2ddd2c3e37", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "5935690", - "uri": "https://dayton.name" - }, - { - "id": "493015f6-ba0e-4fbf-80a5-bafa3b2f6e64", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "3824834b-befc-4141-8400-64622eb44610", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "1944756", - "uri": "http://ellis.info" - }, - { - "id": "c83744e8-3c15-4eee-b300-d76f8c5278b7", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "7219520", - "uri": "https://janae.name" - }, - { - "id": "e160e2cf-fe3f-4f43-9457-d36f0215d116", - "created": "2020-05-13T06:11:21.361Z", - "updated": "2020-05-13T06:46:15.893Z", - "createdBy": "tc-Admin", - "updatedBy": "tc-Admin", - "isInactive": false, - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "externalId": "8819322", - "uri": "http://jaden.net" - } -] diff --git a/scripts/db/data2/Organization.json b/scripts/db/data2/Organization.json deleted file mode 100644 index 4991f54..0000000 --- a/scripts/db/data2/Organization.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "id": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "created": "2020-05-05T11:01:31.334Z", - "updated": "2020-05-05T11:02:10.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "name": "Demo Org" - } -] diff --git a/scripts/db/data2/OrganizationSkillsProvider.json b/scripts/db/data2/OrganizationSkillsProvider.json deleted file mode 100644 index a446fee..0000000 --- a/scripts/db/data2/OrganizationSkillsProvider.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "id": "bdb12951-16f1-4cbe-9f64-2d093f9ccae9", - "created": "2020-05-05T11:01:31.334Z", - "updated": "2020-05-05T11:02:10.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "organizationId": "c52ca16a-60e5-4b96-9c85-b1a6b1ae3802", - "skillProviderId": "7637ae1a-3b7c-44eb-a5ed-10ea02f1885d" - } -] diff --git a/scripts/db/data2/User.json b/scripts/db/data2/User.json deleted file mode 100644 index 30575a2..0000000 --- a/scripts/db/data2/User.json +++ /dev/null @@ -1,282 +0,0 @@ -[ - { - "id": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Jeanie92", - "firstName": "Gertrude", - "lastName": "Douglas" - }, - { - "id": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Kitty.Dicki77", - "firstName": "Summer", - "lastName": "Schuppe" - }, - { - "id": "fedf2208-97c4-4235-b404-f9ef98cbb6b6", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Heloise_Barton", - "firstName": "Celine", - "lastName": "Durgan" - }, - { - "id": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Peyton_Jaskolski37", - "firstName": "Hazel", - "lastName": "Bogisich" - }, - { - "id": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Lulu37", - "firstName": "Coleman", - "lastName": "Kreiger" - }, - { - "id": "74fe899f-ba84-416d-81d3-c7f435074927", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Eric_Tillman", - "firstName": "Verlie", - "lastName": "Kunze" - }, - { - "id": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Grady3", - "firstName": "Jaunita", - "lastName": "Mertz" - }, - { - "id": "e656e32e-1639-4446-b2f3-77a9ae27cb01", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Susan_Hermiston", - "firstName": "Garett", - "lastName": "Stracke" - }, - { - "id": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Josefina84", - "firstName": "Giovani", - "lastName": "Reynolds" - }, - { - "id": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Kelsie75", - "firstName": "Guido", - "lastName": "Daugherty" - }, - { - "id": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Nora22", - "firstName": "Thomas", - "lastName": "Lowe" - }, - { - "id": "dee13fac-c748-4332-9885-a14742d5ab8a", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Lillie_Koepp59", - "firstName": "Kraig", - "lastName": "Leffler" - }, - { - "id": "942f590e-f07a-4405-a974-244ba4ba8d8c", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Hoyt_Bogan", - "firstName": "Annamarie", - "lastName": "Leannon" - }, - { - "id": "e5fedb41-f470-472c-9789-3e0bb25d0d65", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Enoch49", - "firstName": "Hollie", - "lastName": "Altenwerth" - }, - { - "id": "2165191a-81f6-4836-beb3-94d2732fd0e1", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Adrianna_Lockman", - "firstName": "Terrance", - "lastName": "Kessler" - }, - { - "id": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Millie_Price", - "firstName": "Marilou", - "lastName": "Walker" - }, - { - "id": "a6300ebd-8cfc-4ee9-854d-403c678960ed", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Emerson21", - "firstName": "Theresia", - "lastName": "Bartoletti" - }, - { - "id": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Jazmyne.Trantow", - "firstName": "Jordan", - "lastName": "Jacobi" - }, - { - "id": "0b8bf132-8464-42e6-94ee-402a504445fb", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Odell81", - "firstName": "Garett", - "lastName": "Torphy" - }, - { - "id": "36443bb4-2b10-487e-8ae6-4de8875b575d", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Candida_McClure", - "firstName": "Maria", - "lastName": "Marquardt" - }, - { - "id": "d61fdd41-5839-45c1-bfad-bba21f533dda", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Ima.Mitchell", - "firstName": "Nestor", - "lastName": "Effertz" - }, - { - "id": "d8e37e91-598e-4c55-8650-0dd00e6627ba", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Pattie.Blanda97", - "firstName": "Lenore", - "lastName": "Stamm" - }, - { - "id": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Boyd.Baumbach29", - "firstName": "Eudora", - "lastName": "Hagenes" - }, - { - "id": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Astrid.Welch64", - "firstName": "Mireya", - "lastName": "Shanahan" - }, - { - "id": "52acca6a-d8d8-4234-9ee0-8b23d8976f92", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Emmalee.Cruickshank72", - "firstName": "Gaetano", - "lastName": "Wisoky" - }, - { - "id": "3824834b-befc-4141-8400-64622eb44610", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Nash.Hand81", - "firstName": "Damian", - "lastName": "Kling" - }, - { - "id": "57533a1c-65c7-4bab-88e5-4d90b6b011d9", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Sean_Witting23", - "firstName": "Helmer", - "lastName": "Hagenes" - }, - { - "id": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4", - "created": "2020-05-05T10:33:03.470Z", - "updated": "2020-05-05T10:40:48.900Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "handle": "Annabelle_Wisozk", - "firstName": "Garland", - "lastName": "Abbott" - } -] diff --git a/scripts/db/data2/UserAttribute.json b/scripts/db/data2/UserAttribute.json deleted file mode 100644 index 74eca55..0000000 --- a/scripts/db/data2/UserAttribute.json +++ /dev/null @@ -1,2242 +0,0 @@ -[ - { - "id": "5dd37dca-65f6-4bd2-8335-f4b16b264e73", - "created": "2020-05-13T08:48:30.541Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "b3df4b20-21a9-46d5-80b9-eb8cabf940a6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "London", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "0bfdab55-2bb5-4f3e-8d85-f9f209d9e917", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Bulwark International Inc", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "d8811826-2161-455a-a25b-c1c7389d472f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Senior Consultant", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "890ee06a-95a9-4b85-9729-63baa8de2c03", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "44312121", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "616f8a69-81eb-46d6-acab-96e39c150ed4", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "0a9f0a34-c4c5-47bc-8c4b-976b992c2905", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "42", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "63902d3e-e193-40e0-afe6-3ccbdaec2fdb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "12ee32cd-4945-49ac-88de-3771fd41bb89", - "created": "2020-05-13T08:48:30.541Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "59ccbfeb-ba5d-4f51-988a-39ce309acdd5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "New York", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "f4affe01-0251-4e47-aeac-11a060b41cb7", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Rhodes Fun Company", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "8e815fc5-e0da-43a9-aac1-a4e622385b4a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "IT Support Specialist", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "b9abc694-5f3f-47a6-8c36-ee83a1e06cdb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "74314457", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "72469c12-ae73-4737-b88c-a981daf65d95", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "9ed6229b-4f9e-4191-a123-b1864cf18cc6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "3", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "2e38d899-dff3-49f0-a991-c9a3eadd6d7f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "3a4e17ac-a42a-419f-9ce5-e77ecf0e2c74", - "created": "2020-05-13T08:48:30.541Z", - "updated": null, - "createdBy": "tc-user", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "e416c888-81aa-43cc-bb6e-6e068941aa95", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "New York", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "d0413feb-ece1-4af4-a7b6-4e9709a1f4c1", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Rhodes Fun Company", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "a0066349-c93a-422b-9915-6e9ec571c05f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "IT Support Specialist", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "fd0e0761-1f72-4856-8720-4cdd4e1b050c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "41331212", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "8b6ca343-58e1-47f4-87e3-32a17552126c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "2c221317-437f-4658-8513-278996436cee", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "120", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "7bcf3964-9de4-4112-bc20-5971864a827a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "1cf23571-5ada-4ab8-bd45-d9425cb52e36", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "a8de658e-d659-49e2-a778-a1e51eae7124", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Maggio - Huel", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "35bc22a3-2a5c-47f5-9c45-bb64d476adc6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "East Carmen", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "454f0c56-747f-496f-95f0-6b45b3a1a45a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Global Factors Manager", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "020a2517-f0bd-4361-934e-c046254ec05f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "21218800", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "f0ece659-2f89-485b-939d-b37fe10c81ca", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "0d2b5fcd-f231-4762-a4c3-bbc0e0d118cf", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "111", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "a64b6b9e-707c-4b34-9854-ee6f5aeb95b8", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "5e2182d2-393b-4cbc-ae7b-9ae82d02672a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "8851301d-2d9f-461b-9f7b-b1384bbaaeed", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "White and Sons", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "403d4772-bf26-4e3c-9f3c-662c36614c9c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Savanahville", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "b90213da-88c7-44f4-97aa-ed07e69581ea", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Legacy Optimization Administrator", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "589c327f-73c8-4c38-a7af-2e8e1efae822", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "24329660", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "6a1af7cf-06d5-4391-b6bb-873c7996807d", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "b72e79cb-9e03-4275-a12b-210923b67e26", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "64", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "6945ea24-8ac1-4ef9-978c-d325353f4c9d", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "e608bd67-f722-4652-a16a-327397d7f891", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "83472b12-d358-44ba-a90e-00a9ca26ea95", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Mitchell - Cormier", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "f8c06d6e-e7b7-4824-814d-222b2b3aa304", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Lake Audra", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "b4719b0f-16b0-408b-9ba0-7a49dba32f16", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "District Intranet Producer", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "34579ef2-9029-483d-adb6-afd47c0470dd", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "14990140", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "1c76e135-e4c6-4a38-8e2d-bdd3ad25eb75", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "290077ea-f924-484d-96de-f74bbdcfc895", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "62", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "6a703954-4229-4e6f-88b3-f26555a38fa5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "01448dbe-d9b7-4441-8863-8038d0435347", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "38bce652-8812-49b7-84b3-d3fecacd418c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Gleichner LLC", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "e84d14b6-310c-4e60-81e9-eb5869d9ade8", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Elainaville", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "2aed9789-5b42-4fb7-8f56-4a3157747541", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Customer Security Supervisor", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "c9df556a-267f-4239-9b16-ddc2334e2932", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "45708781", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "4830c36d-9e32-40ba-be25-58696179ee37", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "1d239d79-9bf2-4ea2-b518-e4b18abdc5cb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "86", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "90391520-e704-41a0-8ba4-1fd0d7f9ec3c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "7cb67af5-5fe9-4783-a8cb-9b3e59223870", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "3516d204-c25e-4e55-93f5-3355336bbbca", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Gottlieb - Stamm", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "9f815bed-1ff6-4b69-9348-b8917c2422fb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Howellstad", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "8775b10b-cecc-42b0-9b6c-af49ff59898b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Dynamic Paradigm Consultant", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "46fab38c-e498-4aca-a52c-1167c7345d54", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "70768145", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "e7e5cc66-d167-4c7a-a4f8-e6e6b1810404", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "527667ba-1c47-45d1-b9a6-03ecbc5fc275", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "16", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "8b7dedcc-a9e5-47b4-bae3-d5cf1775ddde", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "24605dd3-5d44-4e4f-9367-8e2b1f0a36ec", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "152ab6a7-0861-4508-a111-0b440e801052", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "McClure, Sipes and Gleason", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "682b06cd-aaf7-4559-9009-b1cec24bad9d", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "West Reneefort", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "f45c8066-ea2a-42d8-b8ed-e99fe133b671", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Internal Infrastructure Architect", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "36034587-13ab-43c9-b94a-bd74e36a530a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "37263884", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "5cf47aa3-9e97-435c-b833-d868fd20a1e9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "1273c7ed-ee77-4af1-9f4d-caf103d530f7", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "119", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "744e0976-f37c-4221-be15-5c6a62d98b29", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "d139ddb5-3b05-41aa-a1e3-45d327e84c38", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "f513b970-70c5-4bac-8d80-7e62bdc45f8b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Robel - Schamberger", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "082db5f4-919e-48f6-9c9c-140e78c1e335", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Vanside", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "5c7c5054-226f-445f-864d-cbf76de37187", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "District Solutions Orchestrator", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "b447ff47-6458-46e6-98bf-0881c169aaee", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "33923288", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "7fef0ea9-642f-481b-85c6-3968398b4663", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "3c2d3367-8042-443c-bf69-126c0af7bbc1", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "61", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "912ac9eb-266b-4b87-b751-805b0a075a01", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "a177dd6c-e7a3-4423-84a5-4908d5d5bb36", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "10ad18c8-111b-4f7c-af18-44f99ae5f2ed", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Kris and Sons", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "1d8282d9-a4d0-4351-a753-64ebe9a3721e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "East Jonatan", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "ec78a04b-6cd1-49d7-93b2-26add204628a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Direct Interactions Developer", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "61edc7c4-7cba-4b13-9198-ed63521ecec6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "77157857", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "2678472e-292e-49e2-8bf2-33d38df8ba9c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "013f528a-5ccf-4518-9caa-6f4367ce9f17", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "68", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "95ae3f21-788d-478f-8219-ac3afa48d67d", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "548ada95-f6ca-4de1-9d71-fc2e5582eee9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "757a895e-d34d-4d8c-a9e0-7f947dc1de03", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Schmeler - Luettgen", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "83e2ede1-aed7-43dc-ba31-0420a5cab9d9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Gottliebton", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "efa9bb75-c60d-4015-854d-d9be548b0a3b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Dynamic Solutions Supervisor", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "5eb2a152-97e4-489e-8b1f-26bbe5a23278", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "33295693", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "f6db9a68-69d3-4ed4-82a1-d5b6d813aca8", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "dd1c93db-1c31-49d3-bcee-cc676760d9df", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "47", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "4a46fc03-7354-4024-8190-3614b242810e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "76b3d38a-54a4-4d49-a44f-bce64c04710a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "b9411ff1-5420-4be4-bf72-e412b8309cb5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Armstrong - Huels", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "6796948d-b725-49dd-9c69-58d64fe59a30", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Ervinchester", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "12298781-5688-4cd1-a1c0-b45657c9ee78", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Internal Integration Engineer", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "2b9ea870-7b86-44e6-b5ae-db0eea9a8556", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "99775367", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "068f609d-8768-49c6-897f-e722b96e81ef", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "9cbba642-e3ba-4ef3-9fa4-f2c813e9d0b2", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "27", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "ed101936-5c3c-450e-9d28-cdc01c11abf9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "f1c5b14d-f9b6-4bf2-a457-c7b50d895e00", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "6429a9a6-c524-4b27-a8f4-f9585f93c987", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Huel LLC", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "94004432-44b1-46eb-b37f-3b02cc94d83e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Matteoburgh", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "7aba8f12-726e-494e-a421-128b3320b8f6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Principal Tactics Executive", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "48f0fa54-e769-4831-b446-e866053ee9ee", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "66713622", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "4e641e09-aded-4b96-b5ff-dfe2c038e4b6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "c1de5da8-334f-4006-99bd-ae9524493b6b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "70", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "2c3b7d2e-e583-4fdc-8179-9d349eed7ff8", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "cdb86395-8037-4149-8dc5-f88fb053bc33", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "75dfbdea-49a5-4525-a06c-deba633ac1ae", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Friesen - Ward", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "2d863d39-2051-4ee5-bd6f-66adeece1562", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Curtmouth", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "0f47dd19-461a-45cd-859b-98d1b9ae91f9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Dynamic Creative Architect", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "ed12c64a-075d-4d04-bf0b-86536bf7b9d1", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "55925984", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "41f5fa5f-f2d6-41ef-ba66-4ee9d4f04d06", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "2e8e14fb-0748-4937-9ecd-8f8663a6eb1a", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "81", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "c74a9b8c-fb12-4ec5-a13a-e733eb2c2982", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "8f8005e6-0d9b-42dd-81c6-87aea516451c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "9e8ea6ec-581b-43dc-8f8d-4dd9a7f895fb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Watsica, Pouros and Hintz", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "511a8f94-df5b-4f68-9d1e-54e7ff70833d", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "North Raphaelleton", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "2b628367-924d-4150-965e-91d27a54746c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Forward Usability Manager", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "3e15177b-f9dd-4437-86a2-026d101d1c85", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "23132031", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "f417d301-3459-45ba-93d2-c2b637fff671", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "80772dc2-2d2f-408f-8164-b44ca2006876", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "99", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "358aeea6-aa9f-42cd-a663-ef0eb253e178", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "215538be-5aab-4a32-95d1-151d27de085e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "3bcef8d0-caee-47db-bbf6-a7c35018ad13", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Lueilwitz - Towne", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "eacd460f-eb30-4cd0-8eb3-bc918328f608", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Laishaside", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "51063bca-1b17-4bc5-943a-04de736dca26", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Human Interactions Orchestrator", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "062ac549-9059-4884-90c0-9377ff7cb946", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "75367167", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "b9b1e1db-3d69-45d1-9804-c193e966773e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "1209bdfe-eac6-4c3b-896d-f2081f34e2c9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "115", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "9e2b3b8d-7d4e-4e0f-b34d-209005404d41", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "5ce68486-49b9-4c58-b29a-bfd1b4c96a75", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "7963adea-e106-4cdd-a4df-65f9a0059f84", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Nienow, Wilkinson and Orn", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "506f5739-6cc6-4d83-a832-de262fb95562", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "West Trystanmouth", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "04591bfd-1e16-4a0e-93d9-2f8365dcb25b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Customer Creative Liaison", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "26a8ad85-b9c5-4622-93fe-57d3be8448e5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "25337335", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "7e41fa75-64f1-46f9-8b2c-366eab23b32e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "a09b6023-2b26-40dc-865a-50344d9f8afd", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "63", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "a6301ba5-00b3-4e4f-86ed-f306f6c3d575", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "85456b04-8bc5-48c9-989f-bbf4ddaae172", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "ceb65d8d-4a56-45e3-adca-4d0c65568c40", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Hills - Kuphal", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "0b30e9b1-f04a-463d-a7e9-d34c8bb01b57", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "West Torrey", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "07ca4e25-2553-43ab-9d54-e065adfffdb7", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "International Accounts Administrator", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "85c0bced-b65c-4a5a-a7e6-5ae616137f06", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "26014689", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "eaddd76e-abb3-4f18-a04e-8597f8966377", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "d9b30796-8e9d-448d-ada3-1169c8d87a64", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "93", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "547b0473-095e-48f1-9ab5-f52a5a80d701", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "1aab9587-d80b-4119-ade7-1377a32e909c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "0531cfd7-4ef5-454c-b3cf-bb082f538f96", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Barrows Group", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "4986c0b9-c728-45cc-a611-8832ee172baf", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Abernathystad", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "dfea79c7-718f-4c61-9bab-487c80e3fc89", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Principal Functionality Representative", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "fe1131df-b8af-4ca2-bb16-f6ecd7454577", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "38578266", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "c1f4e4d2-7b64-4024-848c-9db8e38f2abb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "33bab1b6-521c-4dca-8f9d-a0a16e96d988", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "50", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "a928eb63-964f-4a5e-a068-1dee82e0cf22", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "16ac812b-d17e-4a5e-ab78-e8d150b1d481", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "b0833e94-8c42-43e3-a1e3-b1830da0e97b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Schuster, Russel and Howell", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "7fbf753e-0192-4e95-8f6c-f86d54b7063f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Danland", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "8d1cc6f6-e8d3-4369-aff0-cb8c8e03e3c5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Chief Identity Director", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "5bd6ee1c-7ba9-43a4-9895-7f003dead527", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "70382986", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "a5efa2e8-e497-4650-b57b-a17d910eca19", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "88202cf4-a255-4de0-9ac7-21ae78fbfd54", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "10", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "8cf7ef40-e312-452c-9854-73681b834b87", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "0b93a07f-c05e-444b-8f0f-bae31288f671", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "41398d72-4d8d-42a6-b12e-2eaa847d32aa", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Kohler - Satterfield", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "8ce43b39-52c4-486d-8225-91801b8d6056", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Lednertown", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "54f6665c-a9d8-465f-af6b-a15f88fb6a26", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Investor Intranet Strategist", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "b60ce49d-d605-43d7-8305-b24deedd9cdb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "52530174", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "138992cb-c25d-471f-b768-329a0227ef8b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "96d2a751-8526-49a0-8fb8-21d7e194ab5b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "9", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "55534138-05f5-4bf9-ba07-52dfbcae74e5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "77f84185-1847-4377-afde-caa3a59e1ca9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "d4b16ba0-ff82-4c7e-b413-85e25b8f41d4", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Ortiz Inc", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "12d8d5de-f900-4f1e-a902-ffd0bd8046ca", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Athenamouth", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "a24c4756-120b-43e1-920f-31a678339dbb", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Central Mobility Manager", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "84c826d3-c2db-4628-97dd-6b3f0443f0c1", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "32047233", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "38776368-a9b8-4e12-860d-8e02a793d5fc", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Female", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "7389b1eb-2276-46b8-8b2b-8cd788bd176b", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "47", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "a6225d95-2249-436a-be12-cd369aa6c813", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "b65694a7-c811-4c27-87f1-1ee404fae46c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "355df1d1-9578-4073-b5b4-148c976711de", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Walsh - Gibson", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "e1b9868a-f576-4bd6-ad36-e2289d2ffe5c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "North Abagailport", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "e11db789-82e5-457c-9b86-609fa337bdf0", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Dynamic Functionality Facilitator", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "2da5e1cc-c267-4452-adae-5a82095d2215", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "72206031", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "b6b2ae0e-5230-4d9f-b58e-bcb0dafb37f6", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "b8fadc0f-f16a-4e7c-b35c-683cff9a1552", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "119", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "56602b13-ceae-410f-9ded-d313942f88b9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "e25044af-e0d6-4cd1-9c6e-598284e92c50", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "c88e9daa-e427-448c-99d9-01001843392e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Hamill - Kuhn", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "283f137c-100a-457d-91a6-1dac6d781771", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "North Andres", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "83e121ef-cb9b-4039-8c60-51a06bd3f44e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "International Group Designer", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "849a0ac7-d04a-4f7d-bf79-8922351718cf", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "05112487", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "d5da8ac4-9f7d-4454-9a61-eea7c1739f55", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "f7215cb5-9e6b-4dbf-a7a0-aa559007a955", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "120", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "e1b125a6-1847-4d1c-93d1-a48a63535e24", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "8b868d07-bfa4-4024-8ef1-0ddbe188bc15", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "false", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "e3599f83-7b76-4a32-a3e5-1f0b940e9ca7", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Reichel Inc", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "24d13686-91b1-4bc5-ac46-9ef62abd5cdc", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "New Herbert", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "30f427d2-5cf8-494b-84f0-020cb4df8262", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Lead Configuration Orchestrator", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "ddf5e800-6362-4ac3-9395-c6aa57dccf5c", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "97879088", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "efa8c1ea-7f7d-45ca-b9fe-0499b171baaa", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "494acce7-aaff-4ce8-8bad-7deb1c2570c9", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "105", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "3a90f4d9-6ebc-4bad-8945-864eed369959", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "Yes", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "f46bf49c-4363-4591-9300-cc3b8e5f3641", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "e48c68a2-e14d-446b-b334-738e363c96cf", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Armstrong LLC", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "b3ba25e7-9186-4738-815b-b70d31b02852", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "Bergstrombury", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "1b72b8db-ec3e-4717-a653-46256df448ba", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Future Optimization Planner", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "583dcdc4-1dd1-4886-8705-efedc6ec9a7e", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "94537520", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "8bd29afd-187e-4db1-8f54-1ea1e6d193d4", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "f2d5929a-9f1d-4927-ab0f-dde4424e019f", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "54", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "9551969d-5a23-40f4-9b20-41541b8cc008", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "070a34d4-d258-48ba-a3df-a230bfaefca5", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "28732fe4-20b0-4d58-81f1-e4230beb2ba4", - "value": "true", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "30931239-c3c3-4cf9-a393-beeabefbbc41", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "a39161f7-9b23-4c3d-9818-8ffffe58f78b", - "value": "Armstrong LLC", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "e6900aab-1dff-4c53-8264-735a5364fd11", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "7a4e1ad7-1a98-4e68-850f-0f8c7f178073", - "value": "West Santinoside", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "6b85cbb2-e888-4efd-8b78-4d07f9e60793", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "9b9dd7b5-7a2a-4d62-b526-9262281566c8", - "value": "Legacy Research Coordinator", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "8f30c6d7-cce6-49c0-be92-d6ddb5f63431", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "721efed7-810c-4007-887b-c8a688b0d869", - "value": "46152109", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "a0ec783d-a0cf-429c-83ff-29447ec50226", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "37682e0f-66b6-41ce-9af4-365b117c4079", - "value": "Male", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "6cabce40-4361-4bf4-a97b-07f3e0ad1b32", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "af35b8c7-a435-4801-8965-559bc90dcd3b", - "value": "8", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - }, - { - "id": "2e4d94fd-b134-4da8-b626-0b8a16fcc192", - "created": "2020-05-13T08:19:13.709Z", - "updated": null, - "createdBy": "tc-Admin", - "updatedBy": null, - "attributeId": "804d1c58-9aca-4ad9-af7d-02aa14fb0441", - "value": "No", - "userId": "9c4be02c-5aab-4b03-9bea-ef1dab2d09a4" - } -] diff --git a/scripts/db/data2/UsersSkill.json b/scripts/db/data2/UsersSkill.json deleted file mode 100644 index 183bc7c..0000000 --- a/scripts/db/data2/UsersSkill.json +++ /dev/null @@ -1,638 +0,0 @@ -[ - { - "id": "5ba7ef65-ccf6-4055-8fd1-4993d474060d", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "01ebc3e1-3683-4097-ab08-f1b6f8b780f2", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "f7c370ad-7f9d-464a-96ae-7dd00c195c81", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "c3a4fd50-fa53-4636-baf6-ebf2fd9d39f9" - }, - { - "id": "5663262a-c913-4d07-a70b-5e6885ac5a2d", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "34630976-b1fb-4747-9b6a-f1961fe1d2b9", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "6df99fc1-3115-4b0c-bf2b-21ecd52fa64b", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d66878d5-22fd-4f01-b3b4-1cd5c070f62e" - }, - { - "id": "d16355b7-3df0-4d9d-a9d9-cb448f81a3e5", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "fedf2208-97c4-4235-b404-f9ef98cbb6b6" - }, - { - "id": "b25dc0ca-dc94-4bb2-a74d-be96878ad90f", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "43c2ef90-fbe4-427b-94df-da6e06275322", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "3b9ec0a0-511c-4fc3-836f-4e0b0d6a4e70" - }, - { - "id": "c643e3a5-0496-4b6a-9ae3-54e9a938935e", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "05502e4c-9e84-4692-b07e-ac8ed52b2239", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "b0129d09-d9db-448f-9fb0-f2ae100e8ae0" - }, - { - "id": "3224b624-6ee8-4089-b429-f59ae66231a1", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "6eda1fcb-28ad-4ad2-bcb4-7656a9382aeb", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "74fe899f-ba84-416d-81d3-c7f435074927" - }, - { - "id": "354e501e-75e4-4c81-ba90-d1184758c641", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "b13ceba4-0a06-48e8-aa62-109732d9d609", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d6c42ae7-b5e4-4123-b536-4ca9736bff8f" - }, - { - "id": "3e664627-aaaa-4cfc-a024-6e0ee71574d2", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "e871590a-efee-43f9-b448-a858b19d537b", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "e656e32e-1639-4446-b2f3-77a9ae27cb01" - }, - { - "id": "77b8322c-157c-4514-b341-d95963d2c524", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "803f628e-6812-4c28-a94c-072089ce8527", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "de5f36e9-0196-41d2-bd6e-6d3c6b582a96" - }, - { - "id": "3ee5a5c5-542c-42d8-9e04-1b10f52d1f77", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "a74f25ae-d94d-49ea-a2a7-45eb81e5be57" - }, - { - "id": "c1cc4f6e-4598-43f1-88aa-4164fbcfab57", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "f72f0361-4b2e-4d2e-a6a9-ad11e2ace56a" - }, - { - "id": "d4373f7e-6bc7-48c5-b6f3-b3dd63bc6aea", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "dee13fac-c748-4332-9885-a14742d5ab8a" - }, - { - "id": "3a9e5db5-3181-465e-96e3-90a210cc1f6e", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "b0f44196-ee38-4947-a22a-49fe597c049b", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "2b98ac8d-0534-475b-a3af-5683786ca711", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "942f590e-f07a-4405-a974-244ba4ba8d8c" - }, - { - "id": "068fc9e5-6070-4cfb-ac1e-6d8c318691f6", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "fd09dabb-f52d-4d6e-9810-36d812e02c12", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "a05d7c31-4831-4605-a201-672fac6fede5", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "e5fedb41-f470-472c-9789-3e0bb25d0d65" - }, - { - "id": "3a36c94f-ceed-49da-8322-6f4f6860e6da", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "2165191a-81f6-4836-beb3-94d2732fd0e1" - }, - { - "id": "a5b3bd60-90ef-45f1-8be5-8663ad27fdfc", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "8117bb42-2783-48e3-a1e5-5926bfe220f3", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "70368a57-0e94-4eaf-a2dd-ddb5e98e29b4", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "4caea0a4-7a9c-4ee5-86d8-638b505fcf91" - }, - { - "id": "379187b0-3b05-4a12-adef-51327da63c98", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "bfda6dfe-62ff-4633-9e01-392e2ec9d6b4", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "a6300ebd-8cfc-4ee9-854d-403c678960ed" - }, - { - "id": "9998cbdb-f085-4005-bf07-51bc775a756e", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "11f2edd5-29bb-4cc0-ab72-43e1d6875044", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "43c0c26b-affd-4db3-8cf4-cbf90a85f4db" - }, - { - "id": "a6ab1fb9-fbeb-486d-9e8c-7345d3a84e7c", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "d33f7dee-9e90-404e-8ce5-b428a63f2149", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "0b8bf132-8464-42e6-94ee-402a504445fb" - }, - { - "id": "55bc69dd-aafd-4e74-ad74-d9727c183685", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "01fab1cd-6466-42e2-a996-f6440407437f", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "9bb46d0d-c199-4e78-99c6-5ed684d1112b", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "36443bb4-2b10-487e-8ae6-4de8875b575d" - }, - { - "id": "03105d3b-5e44-4105-84b6-62fd065be150", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "68023b0d-cdaf-4d1b-a6af-312b6e56a3f9", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d61fdd41-5839-45c1-bfad-bba21f533dda" - }, - { - "id": "388120f8-f51f-46af-9d23-08360d6be6b2", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "d8e37e91-598e-4c55-8650-0dd00e6627ba" - }, - { - "id": "b667b334-a0d6-4737-b150-88e776554dbc", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "ccb1ce2d-b46a-4d71-8d55-f2b3954285ed" - }, - { - "id": "409bc41d-3b79-40c1-aa8a-548ab3dba5d6", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "586dcff8-d4a2-4a9a-81f5-965ae7be2f68", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "d58230ff-581f-4f97-b67f-518cea710d0b", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "5cf6efb3-aff4-421a-a6a1-1cc6da07a935" - }, - { - "id": "42670a39-01c3-49ca-9131-4b6f3a972c2d", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "fe1f6c9d-479b-4b54-a56e-22858ab7bc8d", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "52acca6a-d8d8-4234-9ee0-8b23d8976f92" - }, - { - "id": "512692ec-e8f2-4b9a-86e8-d155e52331e0", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "3824834b-befc-4141-8400-64622eb44610" - }, - { - "id": "51158bad-86e4-4566-96b4-f47a528fe328", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0de5cb8b-d217-4133-8483-a3a09db9ab3d", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "65b2fb37-fa3c-480b-9cc5-1e4c7cfcf8a9", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "0aec2956-cbcb-4c80-8c00-25cc02a71611", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - }, - { - "id": "79d9720c-00a3-4db8-b21a-3c9f6a10892c", - "created": "2020-05-05T11:04:51.134Z", - "updated": "2020-05-05T11:05:13.574Z", - "createdBy": "tc-Copilot", - "updatedBy": "tc-Copilot", - "skillId": "ab8f01fc-9686-4cc1-9b59-c412b4bae3f2", - "metricValue": "4.5L", - "certifierId": "certifier_id", - "certifiedDate": "2020-05-04T07:36:28.036Z", - "userId": "57533a1c-65c7-4bab-88e5-4d90b6b011d9" - } -] diff --git a/scripts/db/genData.js b/scripts/db/genData.js index 560fa70..97681ac 100644 --- a/scripts/db/genData.js +++ b/scripts/db/genData.js @@ -129,30 +129,30 @@ async function createAndExecuteEnrichPolicy (modelName) { const esResourceName = modelToESIndexMapping[modelName] if (_.includes(_.keys(topResources), esResourceName) && topResources[esResourceName].enrich) { - // await client.enrich.putPolicy({ - // name: topResources[esResourceName].enrich.policyName, - // body: { - // match: { - // indices: topResources[esResourceName].index, - // match_field: topResources[esResourceName].enrich.matchField, - // enrich_fields: topResources[esResourceName].enrich.enrichFields - // } - // } - // }) + await client.enrich.putPolicy({ + name: topResources[esResourceName].enrich.policyName, + body: { + match: { + indices: topResources[esResourceName].index, + match_field: topResources[esResourceName].enrich.matchField, + enrich_fields: topResources[esResourceName].enrich.enrichFields + } + } + }) await client.enrich.executePolicy({ name: topResources[esResourceName].enrich.policyName }) } else if (_.includes(_.keys(organizationResources), esResourceName)) { // For organization, execute enrich policy AFTER the sub documents on the org (namely orgskillprovider) is in // This is because external profile on user is enriched with org, and it needs to have the orgskillprovider details in it - // await client.enrich.putPolicy({ - // name: organizationResources[esResourceName].enrich.policyName, - // body: { - // match: { - // indices: topResources.organization.index, - // match_field: organizationResources[esResourceName].enrich.matchField, - // enrich_fields: organizationResources[esResourceName].enrich.enrichFields - // } - // } - // }) + await client.enrich.putPolicy({ + name: organizationResources[esResourceName].enrich.policyName, + body: { + match: { + indices: topResources.organization.index, + match_field: organizationResources[esResourceName].enrich.matchField, + enrich_fields: organizationResources[esResourceName].enrich.enrichFields + } + } + }) await client.enrich.executePolicy({ name: organizationResources[esResourceName].enrich.policyName }) } } @@ -231,13 +231,11 @@ async function main () { }) keys = _.compact(temp) - keys = keys.filter(k => !['Role', 'Skill', 'UsersRole', 'SkillsProvider'].includes(k)) - for (let i = 0; i < keys.length; i++) { const key = keys[i] try { - const data = require(`./data2/${key}.json`) - // await models.DBHelper.clear(models[key]) + const data = require(`./data/${key}.json`) + await models.DBHelper.clear(models[key]) for (let i = 0; i < data.length; i++) { logger.info(`Inserting data ${i + 1} of ${data.length}`) await models.DBHelper.save(models[key], new models[key]().from(data[i]), true) @@ -258,13 +256,13 @@ async function main () { logger.warn('create and execute enrich policy for ' + key + ' failed') } - // try { - // await createEnrichProcessor(key) - // logger.info('create enrich processor (pipeline) for ' + key + ' done') - // } catch (e) { - // logger.error(e) - // logger.warn('create enrich processor (pipeline) for ' + key + ' failed') - // } + try { + await createEnrichProcessor(key) + logger.info('create enrich processor (pipeline) for ' + key + ' done') + } catch (e) { + logger.error(e) + logger.warn('create enrich processor (pipeline) for ' + key + ' failed') + } } logger.info('all done') process.exit(0) From 927caa78b351f867c5f615f303b6d763561c739c Mon Sep 17 00:00:00 2001 From: Mithun Kamath Date: Fri, 11 Dec 2020 11:57:42 +0530 Subject: [PATCH 3/3] #70 - support sort by name for skills --- docs/swagger.yaml | 4 ++++ src/common/es-helper.js | 8 ++------ src/modules/skill/service.js | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index cd1de3d..1608721 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -975,6 +975,10 @@ paths: in: "query" description: "The name of the skill" type: "string" + - name: "orderBy" + in: "query" + type: "string" + description: "Specify by which field to sort by. Sorts in ascending order only" responses: "200": description: "OK - the request was successful" diff --git a/src/common/es-helper.js b/src/common/es-helper.js index 3cdf833..6552392 100644 --- a/src/common/es-helper.js +++ b/src/common/es-helper.js @@ -1108,6 +1108,8 @@ async function searchElasticSearch (resource, ...args) { if (params.orderBy) { sortClause = sortClause.concat(await resolveSortClauseFromDb(params.orderBy, authUser, authUserOrganizationId)) } + } else if (params.orderBy) { + sortClause = [{ [`${params.orderBy}.keyword`]: 'asc' }] } // construct ES query @@ -1279,18 +1281,14 @@ async function searchUsers (authUser, filter, params) { const authUserOrganizationId = filter.organizationId const filterKey = Object.keys(userFilters) - console.time('resolveUserFilterFromDb') for (const key of filterKey) { const resolved = await resolveUserFilterFromDb(userFilters[key], authUser, authUserOrganizationId) resolvedUserFilters.push(resolved) } - console.timeEnd('resolveUserFilterFromDb') - console.time('resolveSortClauseFromDb') if (params.orderBy) { sortClause = sortClause.concat(await resolveSortClauseFromDb(params.orderBy, authUser, authUserOrganizationId)) } - console.timeEnd('resolveSortClauseFromDb') const esQuery = { index: queryDoc.index, @@ -1343,9 +1341,7 @@ async function searchUsers (authUser, filter, params) { }) logger.debug(`ES query for searching users: ${JSON.stringify(esQuery, null, 2)}`) - console.time('mainesquery') const { body: docs } = await esClient.search(esQuery) - console.timeEnd('mainesquery') const result = docs.hits.hits.map(hit => hit._source) return { diff --git a/src/modules/skill/service.js b/src/modules/skill/service.js index a869e88..b8039e2 100644 --- a/src/modules/skill/service.js +++ b/src/modules/skill/service.js @@ -22,7 +22,8 @@ const methods = helper.getServiceMethods( { skillProviderId: joi.string(), name: joi.string(), - externalId: joi.string() + externalId: joi.string(), + orderBy: joi.string() }, async query => { const dbQueries = []