diff --git a/site/sigmaguides/src/apiapps_fundamentals/apiapps_fundamentals.md b/site/sigmaguides/src/apiapps_fundamentals/apiapps_fundamentals.md
index b55da3c5..34be3cbf 100644
--- a/site/sigmaguides/src/apiapps_fundamentals/apiapps_fundamentals.md
+++ b/site/sigmaguides/src/apiapps_fundamentals/apiapps_fundamentals.md
@@ -6,7 +6,7 @@ environments: web
status: Published
feedback link: https://github.com/sigmacomputing/sigmaquickstarts/issues
tags: Default
-lastUpdated: 2026-05-06
+lastUpdated: 2026-06-20
# AI Apps Fundamentals
@@ -27,71 +27,6 @@ This QuickStart is a bit longer than usual, and we understand that people can be
[How to contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
-### Project Tracker use case
-The `Project Tracker` will support the following:
-
-
-
-
- Category
- Description
-
-
-
-
- Projects
- Top Level reporting.
-
-
- Tasks
- Tasks are children of projects. Each project may have 1 or more tasks.
-
-
- Status
- Project status changes over time. Create a flow to track status over time while displaying just the latest status for a project.
-
-
- Approvals
- All projects must be reviewed and approved prior to being marked as complete.
-
-
- UI
- Able to see all project details in one place.
-
-
-
-
-
-**Some of the core Sigma functionalities we will touch are:**
-
-
- Input Tables:
-
- Data Validation
- Input tables + Actions
-
-
- Overlays / Modals:
-
-
- Controls:
-
- Building a control panel
- Interaction of controls and actions
-
-
- Building the Application Interface
- Approval Workflow
- Themes
-
-
-
-NOTE: Pay attention to naming conventions used in this QuickStart, especially around control IDs. This will make your build far easier as the sections progress.
-
-
### What we will build
After completing this QuickStart, we will have built a fully functional AI App based on a project management use case.
@@ -100,11 +35,17 @@ The finished product can look something like this (depending on your styling cho
-IMPORTANT: Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma is continuously adding and enhancing functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.
+IMPORTANT: Some screens in Sigma may appear slightly different from those shown in QuickStarts. Sigma continuously adds and enhances functionality, but these differences won’t prevent you from completing the steps.
+
+
+If something isn’t working as expected, here’s how to [contact Sigma support](https://help.sigmacomputing.com/docs/sigma-support)
+
+
+IMPORTANT: Some features may carry the "Beta" tag. Beta features are subject to quick, iterative changes, so the latest product version may differ from what’s shown here.
-For more information on Sigma's product release strategy, see [Sigma product releases.](https://help.sigmacomputing.com/docs/sigma-product-releases)
-
+For more information on Sigma's product release strategy, see [Sigma product releases](https://help.sigmacomputing.com/docs/sigma-product-releases)
+
### Target Audience
Sigma builders interested in leveraging the advanced capabilities to create fully functioning AI Apps.
@@ -121,7 +62,46 @@ Sigma builders interested in leveraging the advanced capabilities to create full
[Sigma Free Trial](https://www.sigmacomputing.com/free-trial/)
-
+
+
+
+
+## Project Tracker use case
+Duration: 5
+
+Teams managing work across initiatives, customer rollouts, and internal programs need a way to see what's in flight, what's blocked, who owns each task, and whether the work has been approved. Spreadsheets get messy; standalone project tools mean another login, another data silo, and integration work to get the numbers back into your analytics.
+
+The Project Tracker built in this QuickStart keeps the entire app inside a Sigma workbook, backed by your warehouse. Project records, task hierarchy, status history, approval state, and the UI to manage all of it land in one place — no separate database, no hand-built forms, no custom approval routing.
+
+The app supports the following capabilities:
+
+| Category | Description |
+| --- | --- |
+| Projects | Top level reporting. |
+| Tasks | Tasks are children of projects. Each project may have one or more tasks. |
+| Status | Project status changes over time. The app tracks status history while displaying only the latest status for each project. |
+| Approvals | All projects must be reviewed and approved before being marked complete. |
+| UI | All project details visible in one place. |
+
+Throughout the build, we'll exercise these core Sigma areas:
+
+- **Input Tables:**
+ - Data validation
+ - Input tables + Actions
+- **Overlays / Modals:**
+ - Forms
+ - Filters
+- **Controls:**
+ - Building a control panel
+ - Interaction of controls and actions
+- **Building the application interface**
+- **Approval workflow**
+- **Themes**
+
+
+NOTE: Pay attention to naming conventions used in this QuickStart, especially around control IDs. This will make your build far easier as the sections progress.
+
+

@@ -155,14 +135,12 @@ There are many options to control how users are permitted to use input tables.
For more information on this topic, see: [Configure data governance options in input tables](https://help.sigmacomputing.com/docs/configure-data-governance-options-in-input-tables)
-### Create Project Tracker Input Table
-
-#### Step 1: Open a blank workbook in Sigma:
+### Step 1: Open a blank workbook in Sigma:
Log into Sigma and select the `+ Create New` > `Workbook` from the homepage:
-#### Step 2: Add empty input table:
+### Step 2: Add empty input table:
Create an empty input table on Sigma Sample Database by clicking on `Input` in the element bar and dragging an `Empty` input table onto the page.
@@ -173,7 +151,7 @@ Change the title of the new input table (by double-clicking its current title) t
-#### Step 3: Add new columns:
+### Step 3: Add new columns:
In this step, we will create three new columns: two as `text` and one as `date` format.
First, rename the existing `Text` column to `Project Name`.
@@ -186,12 +164,12 @@ Rename the new columns to `Project Owner`, `Project Type`, and `Project Due Date
-#### Step 4: Rename the page
+### Step 4: Rename the page
Rename the workbook page to `Project Tracker` and add a new page, by clicking the `+` icon in the footer. Rename it to `Data Validation`:
-#### Step 5: Validation input tables
+### Step 5: Validation input tables
In this step we will create three additional input tables, reloading them with data from csv files.
@@ -222,7 +200,7 @@ Once all three input tables are added, rename them to match the content:
-#### Step 6:
+### Step 6:
On the `Project Tracker` page, open the menu for the `Project Owner` column on the `Project Tracker Input Table` and select `Data validation`:
@@ -247,7 +225,7 @@ Use the `Project Type` input table as the source of validation value.
Delete any blank rows that may be present in the `Project Tracker Input Table` while we were building.
-#### Step 7:
+### Step 7:
Add the following row of data to the `Project Tracker Input Table`.
@@ -256,10 +234,10 @@ Add the following row of data to the `Project Tracker Input Table`.
NOTE: Make sure to always set the "Project Due Date" value to a date that is in the future when using the AI App.
-#### Step 8:
-Click the `Save as` button and name workbook as `AI Apps Fundamentals`.
+### Step 8:
+Click the `Save as` button and name the workbook `AI Apps Fundamentals`.
-#### Step 9:
+### Step 9:
Using the element bar, in the `Controls` group, add a `Text Input` control above the input table:
@@ -274,7 +252,7 @@ With the `Project Name` control selected, change the `Control ID` to `cp-Project
IMPORTANT: Setting and following a control naming convention at the beginning of your application build will help you maintain order as your application grows. In this case, we use “cp-ControlName” to indicate that the process this control is used for is “Create Project” i.e. cp.
-#### Step 10:
+### Step 10:
Add a `List Values` control element and name it `Project Owner`.
In the element panel under `Value Source`, select `Data Validation` > `Employee` and set the `Source column` to `Name`.
@@ -293,26 +271,26 @@ Rename the `Control ID` to `cp_ProjectOwner`:
NOTE: Make sure to hit enter when renaming controls to be sure that the name change is confirmed.
-#### Step 11:
+### Step 11:
Repeat step 10 for `Project Type`.
In the element panel under `Value Source`, select `Data Validation` > `Project Type` and the `Project Type` column.
Rename the `Control ID` to `cp_ProjectType`.
-#### Step 12:
+### Step 12:
Add a `Date` control titled `Project Due Date` with a `Control ID` of `cp_ProjectDueDate`.
The page should look like this now:
-#### Step 13:
+### Step 13:
Add a `Button` from the element bar, `UI` group to the page and set its name to `Create Project`:
-#### Step 14:
+### Step 14:
On the `Actions` panel of the `Create Project` button, add a new action and select `Insert Row`.
Ensure the values align for each control to the `Project Tracker Input Table`:
@@ -325,7 +303,7 @@ If you click the button with no values provided, an empty row is added to the in
Click `Publish`.
-#### Step 15:
+### Step 15:
Now let’s create some projects. It does not really matter what you decide to use for the control, it is test data anyway.
@@ -346,7 +324,7 @@ Click `Create Project` to test if everything was set up correctly:
NOTE: The control values were not cleared after we created the new project. We will handle that in a bit.
-#### Step 16:
+### Step 16:
Select each control (shift+click) and the `Create Project` button.
At the top right, choose the `Create container` option from the selected elements menu:
@@ -360,7 +338,7 @@ At the top right, choose the `Create container` option from the selected element
PRO TIP: You can also use hot keys! "Command+G" will put all selected items into a container.
-#### Step 17:
+### Step 17:
Rename the container `Create Project Container`
@@ -369,14 +347,14 @@ Rename the container `Create Project Container`
IMPORTANT: Naming containers as you create them will make life much easier as the app grows.
-#### Step 18:
+### Step 18:
Select the `Create Project` button, and go to `Actions`.
Create a second action set to `Clear control` applied to `Container` with our newly created `Create Project Container`. This will set the action to automatically target all four control elements:
-#### Step 19:
+### Step 19:
Add an additional row of data to test the clear action on each control element within the container.
The updated `Project Tracker` should look as follows, with a new row of data and the controls cleared once the `Create Project` button is clicked:
@@ -818,28 +796,15 @@ On the `Control Panel` page create a new blank input table and connect to the `S
Rename it to `Status Update Input Table`.
Create the following columns:
-
-
-
-
-
- Project ID
- type = text
-
-
- Project Status
- type = text
-
-
- Status Owner
- type = text
-
-
- Status Date
- type = date
-
-
-
+
+```copy-code
+Project ID
+Project Status
+Status Owner
+Status Date
+```
+
+Set the type for `Project ID`, `Project Status`, and `Status Owner` to `text`; set `Status Date` to `date`.
Add the `Last updated at`, `Last updated by`, and `row ID` columns using the menu options.
@@ -970,7 +935,7 @@ lookup(max([Second of Status Date]), [Project ID], [Project ID]
-NOTE: This formula is doing a recursive lookup to this table - it is getting the latest "Status Update Date" for each project. This operates similar to a window function in SQL.
+NOTE: This formula is doing a recursive lookup to this table — it is getting the latest "Status Update Date" for each project. This operates similar to a window function in SQL.
For more information about functions in Sigma, see [Function index](https://help.sigmacomputing.com/docs/function-index)
@@ -1109,7 +1074,7 @@ We also want to include all the related tasks for the selected project.
Repeat the steps used for the `Details` table to add a `Tasks` table:
-On the `Control Panel` page, create a `Child table` on the `Task Tracking Input Table` and move it to the` Modal - Project Details`.
+On the `Control Panel` page, create a `Child table` on the `Task Tracking Input Table` and move it to the `Modal - Project Details`.
Open the modal by clicking the `ⓘ` or by directly opening the modal page.
@@ -1126,7 +1091,7 @@ On the `Modal - Project Details` modal, add a button titled `Add New Task` that
-Click the `Add another task` and test the workflow, to add another task to the list. After moving a few elements around:
+Click `Add another task` and test the workflow to add another task to the list. After moving a few elements around:
diff --git a/site/sigmaguides/src/developers_migrating_from_tableau_made_easy/developers_migrating_from_tableau_made_easy.md b/site/sigmaguides/src/developers_migrating_from_tableau_made_easy/developers_migrating_from_tableau_made_easy.md
index aa907c65..a7682a5a 100644
--- a/site/sigmaguides/src/developers_migrating_from_tableau_made_easy/developers_migrating_from_tableau_made_easy.md
+++ b/site/sigmaguides/src/developers_migrating_from_tableau_made_easy/developers_migrating_from_tableau_made_easy.md
@@ -40,6 +40,7 @@ Sigma SEs, technical CSMs, and migration partners running Tableau-to-Sigma conve
- Tableau Cloud / Server access
- A Tableau dashboard you're authorized to convert, hosted on Tableau Cloud or Server. Tableau Desktop alone won't work — the skill reads through Tableau's REST and VDS APIs, which only Cloud/Server expose.
- The warehouse tables behind the dashboard must be reachable from a Sigma connection (Snowflake, BigQuery, Databricks, Redshift, Postgres and others).
+- `Node.js` (any recent LTS) for building the converter MCP. The conversion uses a separate MCP server, [`sigma-data-model-mcp`](https://github.com/twells89/sigma-data-model-mcp), cloned + built (`npm install && npm run build`) into `~/Desktop/sigma-data-model-mcp`. The skill prompts you to install it mid-conversion — no upfront work needed — but pre-build it if you'd rather skip the gate.
NOTE: Use a non-production Sigma org for your first run. The skill creates real workbooks, and error-recovery paths may iterate via PUT to update them.
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/ABSENCE_RECORDS.csv b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/ABSENCE_RECORDS.csv
new file mode 100644
index 00000000..04fbfa10
--- /dev/null
+++ b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/ABSENCE_RECORDS.csv
@@ -0,0 +1,5091 @@
+ABSENCE_ID,EMPLOYEE_ID,DATE,ABSENCE_TYPE,HOURS,APPROVED,DAY_OF_WEEK,DEPARTMENT,LOCATION
+ABS-005112,EMP-1120,2026-06-11,Sick,4.6,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-005114,EMP-1182,2026-06-11,PTO,6.4,TRUE,Thu,Engineering,Austin Hub
+ABS-005113,EMP-1287,2026-06-11,Personal,4.4,TRUE,Thu,Sales,Austin Hub
+ABS-005091,EMP-1027,2026-06-07,Sick,5.0,FALSE,Sun,Engineering,Austin Hub
+ABS-005092,EMP-1035,2026-06-07,Sick,7.8,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-005094,EMP-1258,2026-06-07,Sick,5.6,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-005085,EMP-1027,2026-06-06,Sick,4.6,TRUE,Sat,Engineering,Austin Hub
+ABS-005087,EMP-1201,2026-06-06,PTO,6.4,TRUE,Sat,Finance,Atlanta DC
+ABS-005086,EMP-1038,2026-06-06,Personal,4.4,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-005082,EMP-1246,2026-06-05,Sick,4.6,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-005084,EMP-1062,2026-06-05,PTO,6.4,TRUE,Fri,Customer Service,Atlanta DC
+ABS-005083,EMP-1351,2026-06-05,Personal,4.4,TRUE,Fri,Engineering,Atlanta DC
+ABS-005070,EMP-1115,2026-06-03,Sick,5.0,FALSE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-005071,EMP-1057,2026-06-03,Sick,7.8,TRUE,Wed,Customer Service,Atlanta DC
+ABS-005058,EMP-1065,2026-06-02,Sick,4.6,TRUE,Tue,Customer Service,Atlanta DC
+ABS-005060,EMP-1174,2026-06-02,PTO,6.4,TRUE,Tue,Human Resources,Denver Office
+ABS-005059,EMP-1223,2026-06-02,Personal,4.4,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-005063,EMP-1141,2026-06-02,Sick,7.9,TRUE,Tue,Sales,Austin Hub
+ABS-005065,EMP-1163,2026-06-02,PTO,5.7,TRUE,Tue,Sales,Denver Office
+ABS-005056,EMP-1191,2026-06-01,Sick,5.0,FALSE,Mon,Sales,Atlanta DC
+ABS-005057,EMP-1190,2026-06-01,Sick,7.8,TRUE,Mon,Human Resources,Denver Office
+ABS-005050,EMP-1313,2026-05-31,Sick,4.6,TRUE,Sun,Finance,Austin Hub
+ABS-005052,EMP-1247,2026-05-31,PTO,6.4,TRUE,Sun,Customer Service,Austin Hub
+ABS-005051,EMP-1362,2026-05-31,Personal,4.4,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-005046,EMP-1057,2026-05-30,Sick,5.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-005047,EMP-1313,2026-05-30,Sick,7.8,TRUE,Sat,Finance,Austin Hub
+ABS-005049,EMP-1107,2026-05-30,Sick,5.6,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-005041,EMP-1135,2026-05-29,Sick,5.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-005042,EMP-1081,2026-05-29,Sick,7.8,TRUE,Fri,Sales,Baltimore HQ
+ABS-005026,EMP-1306,2026-05-26,Sick,5.0,FALSE,Tue,Human Resources,Baltimore HQ
+ABS-005027,EMP-1016,2026-05-26,Sick,7.8,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-005017,EMP-1002,2026-05-24,Sick,4.6,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-005019,EMP-1283,2026-05-24,PTO,6.4,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-005018,EMP-1209,2026-05-24,Personal,4.4,TRUE,Sun,Sales,Chicago Plant
+ABS-005009,EMP-1222,2026-05-23,Sick,4.6,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-005011,EMP-1188,2026-05-23,PTO,6.4,TRUE,Sat,Engineering,Baltimore HQ
+ABS-005010,EMP-1153,2026-05-23,Personal,4.4,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-005014,EMP-1013,2026-05-23,Sick,7.9,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-005016,EMP-1267,2026-05-23,PTO,5.7,TRUE,Sat,Finance,Austin Hub
+ABS-004997,EMP-1080,2026-05-21,Sick,4.6,TRUE,Thu,Sales,Austin Hub
+ABS-004999,EMP-1123,2026-05-21,PTO,6.4,TRUE,Thu,Finance,Austin Hub
+ABS-004998,EMP-1092,2026-05-21,Personal,4.4,TRUE,Thu,Engineering,Atlanta DC
+ABS-004988,EMP-1075,2026-05-20,Sick,4.6,TRUE,Wed,Customer Service,Atlanta DC
+ABS-004990,EMP-1286,2026-05-20,PTO,6.4,TRUE,Wed,Human Resources,Atlanta DC
+ABS-004989,EMP-1146,2026-05-20,Personal,4.4,TRUE,Wed,Sales,Denver Office
+ABS-004993,EMP-1214,2026-05-20,Sick,7.9,TRUE,Wed,Human Resources,Chicago Plant
+ABS-004995,EMP-1165,2026-05-20,PTO,5.7,TRUE,Wed,Engineering,Austin Hub
+ABS-004984,EMP-1188,2026-05-19,Sick,5.0,FALSE,Tue,Engineering,Baltimore HQ
+ABS-004985,EMP-1261,2026-05-19,Sick,7.8,TRUE,Tue,Finance,Atlanta DC
+ABS-004987,EMP-1267,2026-05-19,Sick,5.6,TRUE,Tue,Finance,Austin Hub
+ABS-004975,EMP-1198,2026-05-18,Sick,5.0,FALSE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-004976,EMP-1311,2026-05-18,Sick,7.8,TRUE,Mon,Customer Service,Austin Hub
+ABS-004978,EMP-1104,2026-05-18,Sick,5.6,TRUE,Mon,Engineering,Austin Hub
+ABS-004980,EMP-1275,2026-05-18,Sick,6.7,TRUE,Mon,Sales,Denver Office
+ABS-004969,EMP-1319,2026-05-17,Sick,4.6,TRUE,Sun,Sales,Baltimore HQ
+ABS-004971,EMP-1326,2026-05-17,PTO,6.4,TRUE,Sun,Finance,Denver Office
+ABS-004970,EMP-1078,2026-05-17,Personal,4.4,TRUE,Sun,Human Resources,Denver Office
+ABS-004952,EMP-1007,2026-05-14,Sick,5.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-004953,EMP-1153,2026-05-14,Sick,7.8,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-004955,EMP-1160,2026-05-14,Sick,5.6,TRUE,Thu,Customer Service,Chicago Plant
+ABS-004926,EMP-1027,2026-05-12,Sick,4.6,TRUE,Tue,Engineering,Austin Hub
+ABS-004928,EMP-1171,2026-05-12,PTO,6.4,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-004927,EMP-1199,2026-05-12,Personal,4.4,TRUE,Tue,Customer Service,Chicago Plant
+ABS-004931,EMP-1213,2026-05-12,Sick,7.9,TRUE,Tue,Finance,Baltimore HQ
+ABS-004933,EMP-1124,2026-05-12,PTO,5.7,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-004925,EMP-1336,2026-05-11,Sick,5.0,FALSE,Mon,Sales,Austin Hub
+ABS-004921,EMP-1117,2026-05-10,Sick,5.0,FALSE,Sun,Customer Service,Chicago Plant
+ABS-004914,EMP-1171,2026-05-09,Sick,4.6,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-004916,EMP-1061,2026-05-09,PTO,6.4,TRUE,Sat,Customer Service,Atlanta DC
+ABS-004915,EMP-1181,2026-05-09,Personal,4.4,TRUE,Sat,Customer Service,Atlanta DC
+ABS-004911,EMP-1045,2026-05-08,Sick,5.0,FALSE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-004912,EMP-1218,2026-05-08,Sick,7.8,TRUE,Fri,Engineering,Baltimore HQ
+ABS-004902,EMP-1248,2026-05-07,Sick,4.6,TRUE,Thu,Engineering,Baltimore HQ
+ABS-004904,EMP-1207,2026-05-07,PTO,6.4,TRUE,Thu,Finance,Austin Hub
+ABS-004903,EMP-1208,2026-05-07,Personal,4.4,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-004907,EMP-1070,2026-05-07,Sick,7.9,TRUE,Thu,Customer Service,Atlanta DC
+ABS-004896,EMP-1051,2026-05-06,Sick,4.6,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-004898,EMP-1266,2026-05-06,PTO,6.4,TRUE,Wed,Engineering,Atlanta DC
+ABS-004897,EMP-1193,2026-05-06,Personal,4.4,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-004901,EMP-1293,2026-05-06,Sick,7.9,TRUE,Wed,Sales,Baltimore HQ
+ABS-004885,EMP-1124,2026-05-04,Sick,5.0,FALSE,Mon,Customer Service,Baltimore HQ
+ABS-004886,EMP-1003,2026-05-04,Sick,7.8,TRUE,Mon,Engineering,Austin Hub
+ABS-004888,EMP-1172,2026-05-04,Sick,5.6,TRUE,Mon,Sales,Austin Hub
+ABS-004880,EMP-1064,2026-05-03,Sick,5.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-004881,EMP-1043,2026-05-03,Sick,7.8,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-004873,EMP-1011,2026-05-02,Sick,5.0,FALSE,Sat,Customer Service,Denver Office
+ABS-004874,EMP-1121,2026-05-02,Sick,7.8,TRUE,Sat,Finance,Chicago Plant
+ABS-004876,EMP-1142,2026-05-02,Sick,5.6,TRUE,Sat,Engineering,Atlanta DC
+ABS-04856,EMP-1015,2026-05-01,Personal,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-04857,EMP-1043,2026-05-01,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-04858,EMP-1011,2026-05-01,Sick,4.0,FALSE,Fri,Customer Service,Denver Office
+ABS-04859,EMP-1258,2026-05-01,Sick,4.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-04860,EMP-1301,2026-05-01,PTO,4.0,FALSE,Fri,Sales,Atlanta DC
+ABS-04861,EMP-1152,2026-05-01,PTO,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-04862,EMP-1018,2026-05-01,PTO,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-04863,EMP-1080,2026-05-01,Personal,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-04847,EMP-1172,2026-04-30,PTO,4.0,TRUE,Thu,Sales,Austin Hub
+ABS-04848,EMP-1191,2026-04-30,Sick,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-04849,EMP-1098,2026-04-30,Personal,4.0,FALSE,Thu,Sales,Atlanta DC
+ABS-04850,EMP-1229,2026-04-30,Personal,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-04851,EMP-1061,2026-04-30,Sick,4.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-04852,EMP-1017,2026-04-30,Sick,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-04853,EMP-1183,2026-04-30,Sick,4.0,TRUE,Thu,Finance,Baltimore HQ
+ABS-04854,EMP-1028,2026-04-30,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-04855,EMP-1313,2026-04-30,Personal,8.0,FALSE,Thu,Finance,Austin Hub
+ABS-04721,EMP-1107,2026-04-06,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-04722,EMP-1152,2026-04-06,Sick,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-04723,EMP-1186,2026-04-06,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-04724,EMP-1217,2026-04-06,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04725,EMP-1249,2026-04-06,Sick,4.0,TRUE,Mon,Finance,Chicago Plant
+ABS-04726,EMP-1083,2026-04-07,Sick,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-04727,EMP-1107,2026-04-07,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-04728,EMP-1137,2026-04-07,Sick,4.0,FALSE,Tue,Warehouse & Logistics,Denver Office
+ABS-04729,EMP-1138,2026-04-07,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-04730,EMP-1141,2026-04-07,PTO,4.0,FALSE,Tue,Sales,Austin Hub
+ABS-04731,EMP-1195,2026-04-07,PTO,4.0,TRUE,Tue,Finance,Denver Office
+ABS-04732,EMP-1208,2026-04-07,Sick,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-04733,EMP-1271,2026-04-07,PTO,4.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-04734,EMP-1273,2026-04-07,Sick,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-04735,EMP-1293,2026-04-07,Personal,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-04736,EMP-1296,2026-04-07,Personal,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04737,EMP-1299,2026-04-07,Personal,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04738,EMP-1301,2026-04-07,Personal,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-04739,EMP-1314,2026-04-07,PTO,8.0,FALSE,Tue,Engineering,Baltimore HQ
+ABS-04740,EMP-1014,2026-04-08,Personal,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-04741,EMP-1039,2026-04-08,Personal,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04742,EMP-1077,2026-04-08,Sick,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-04743,EMP-1094,2026-04-08,Sick,4.0,TRUE,Wed,Engineering,Denver Office
+ABS-04744,EMP-1110,2026-04-08,Sick,8.0,FALSE,Wed,Finance,Chicago Plant
+ABS-04745,EMP-1116,2026-04-08,Sick,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04746,EMP-1168,2026-04-08,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-04747,EMP-1202,2026-04-08,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04748,EMP-1222,2026-04-08,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-04749,EMP-1230,2026-04-08,Sick,4.0,TRUE,Wed,Engineering,Denver Office
+ABS-04750,EMP-1259,2026-04-08,Personal,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-04751,EMP-1281,2026-04-08,PTO,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-04752,EMP-1285,2026-04-08,Sick,8.0,FALSE,Wed,Finance,Denver Office
+ABS-04753,EMP-1308,2026-04-08,Personal,8.0,TRUE,Wed,Finance,Denver Office
+ABS-04754,EMP-1317,2026-04-08,PTO,4.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-04755,EMP-1031,2026-04-09,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04756,EMP-1060,2026-04-09,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-04757,EMP-1066,2026-04-09,Personal,8.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-04758,EMP-1080,2026-04-09,Sick,4.0,TRUE,Thu,Sales,Austin Hub
+ABS-04759,EMP-1091,2026-04-09,Sick,4.0,FALSE,Thu,Sales,Denver Office
+ABS-04760,EMP-1095,2026-04-09,Sick,4.0,TRUE,Thu,Sales,Denver Office
+ABS-04761,EMP-1202,2026-04-09,Sick,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04762,EMP-1221,2026-04-09,PTO,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-04763,EMP-1251,2026-04-09,Sick,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-04764,EMP-1279,2026-04-09,Sick,4.0,FALSE,Thu,Finance,Chicago Plant
+ABS-04765,EMP-1280,2026-04-09,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-04766,EMP-1285,2026-04-09,Sick,4.0,TRUE,Thu,Finance,Denver Office
+ABS-04767,EMP-1296,2026-04-09,PTO,4.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-04768,EMP-1315,2026-04-09,Sick,4.0,TRUE,Thu,Finance,Denver Office
+ABS-04769,EMP-1320,2026-04-09,Sick,8.0,FALSE,Thu,Engineering,Baltimore HQ
+ABS-04770,EMP-1021,2026-04-10,Sick,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-04771,EMP-1053,2026-04-10,PTO,4.0,TRUE,Fri,Sales,Chicago Plant
+ABS-04772,EMP-1066,2026-04-10,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04773,EMP-1075,2026-04-10,Sick,8.0,FALSE,Fri,Customer Service,Atlanta DC
+ABS-04774,EMP-1101,2026-04-10,PTO,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04775,EMP-1107,2026-04-10,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-04776,EMP-1111,2026-04-10,Personal,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-04777,EMP-1114,2026-04-10,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04778,EMP-1130,2026-04-10,PTO,4.0,FALSE,Fri,Customer Service,Baltimore HQ
+ABS-04779,EMP-1219,2026-04-10,PTO,4.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04780,EMP-1247,2026-04-10,Sick,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-04781,EMP-1277,2026-04-10,PTO,4.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-04782,EMP-1295,2026-04-10,PTO,8.0,FALSE,Fri,Customer Service,Denver Office
+ABS-04618,EMP-1230,2026-04-23,Sick,4.0,TRUE,Thu,Engineering,Denver Office
+ABS-04619,EMP-1157,2026-04-23,Personal,4.0,TRUE,Thu,Sales,Denver Office
+ABS-04620,EMP-1183,2026-04-23,PTO,4.0,FALSE,Thu,Finance,Baltimore HQ
+ABS-04621,EMP-1154,2026-04-23,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-04622,EMP-1235,2026-04-23,Personal,4.0,FALSE,Thu,Customer Service,Denver Office
+ABS-04623,EMP-1265,2026-04-23,Personal,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-04624,EMP-1304,2026-04-23,Personal,4.0,TRUE,Thu,Sales,Denver Office
+ABS-04595,EMP-1229,2026-04-20,PTO,4.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04596,EMP-1080,2026-04-20,Sick,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-04597,EMP-1127,2026-04-20,Personal,4.0,FALSE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-04598,EMP-1164,2026-04-20,Personal,4.0,TRUE,Mon,Sales,Denver Office
+ABS-04599,EMP-1148,2026-04-20,Sick,4.0,FALSE,Mon,Human Resources,Baltimore HQ
+ABS-04590,EMP-1284,2026-04-19,Personal,4.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-04591,EMP-1123,2026-04-19,PTO,4.0,TRUE,Sun,Finance,Austin Hub
+ABS-04592,EMP-1122,2026-04-19,Sick,4.0,FALSE,Sun,Engineering,Baltimore HQ
+ABS-04593,EMP-1313,2026-04-19,Sick,4.0,TRUE,Sun,Finance,Austin Hub
+ABS-04594,EMP-1031,2026-04-19,PTO,4.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-04586,EMP-1189,2026-04-18,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-04587,EMP-1042,2026-04-18,Personal,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04588,EMP-1174,2026-04-18,Sick,4.0,FALSE,Sat,Human Resources,Denver Office
+ABS-04589,EMP-1247,2026-04-18,Sick,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-01954,EMP-1151,2025-12-18,Sick,8.0,TRUE,Thu,Engineering,Denver Office
+ABS-01955,EMP-1151,2025-12-29,PTO,4.0,TRUE,Mon,Engineering,Denver Office
+ABS-01956,EMP-1151,2026-01-17,Sick,8.0,TRUE,Sat,Engineering,Denver Office
+ABS-01957,EMP-1152,2025-08-15,PTO,4.0,TRUE,Fri,Engineering,Denver Office
+ABS-01958,EMP-1152,2025-11-22,PTO,8.0,TRUE,Sat,Engineering,Denver Office
+ABS-01959,EMP-1153,2025-08-11,Sick,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-01960,EMP-1153,2025-10-31,PTO,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-01961,EMP-1154,2025-10-31,Personal,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-01962,EMP-1154,2026-02-24,Sick,8.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-01963,EMP-1154,2026-03-17,PTO,4.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-01964,EMP-1155,2025-12-05,Personal,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-01965,EMP-1155,2025-12-08,PTO,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-01966,EMP-1155,2026-03-16,Personal,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-01967,EMP-1155,2026-03-19,PTO,4.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-01968,EMP-1156,2025-10-26,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-01969,EMP-1157,2025-09-20,PTO,8.0,TRUE,Sat,Sales,Denver Office
+ABS-01970,EMP-1157,2025-12-10,Sick,8.0,TRUE,Wed,Sales,Denver Office
+ABS-01971,EMP-1157,2026-03-17,Personal,8.0,TRUE,Tue,Sales,Denver Office
+ABS-01972,EMP-1158,2025-07-04,Sick,4.0,FALSE,Fri,Human Resources,Chicago Plant
+ABS-01973,EMP-1158,2026-02-08,Sick,8.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-01974,EMP-1158,2026-03-15,PTO,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-01975,EMP-1159,2025-09-06,Sick,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-01976,EMP-1159,2025-11-23,Sick,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-01977,EMP-1159,2026-02-23,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-01978,EMP-1159,2026-02-25,Sick,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-01979,EMP-1159,2026-02-28,PTO,8.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-01980,EMP-1160,2025-08-07,Sick,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-01981,EMP-1160,2025-12-15,Sick,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-01982,EMP-1160,2026-01-08,Sick,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-01983,EMP-1161,2025-07-10,PTO,8.0,TRUE,Thu,Finance,Baltimore HQ
+ABS-01984,EMP-1161,2025-07-29,PTO,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-01985,EMP-1161,2025-09-05,PTO,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01986,EMP-1161,2025-11-21,Sick,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01987,EMP-1161,2026-01-30,PTO,4.0,FALSE,Fri,Finance,Baltimore HQ
+ABS-01988,EMP-1162,2026-03-03,PTO,4.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-01989,EMP-1162,2026-03-16,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-01990,EMP-1163,2025-07-03,Personal,8.0,FALSE,Thu,Sales,Denver Office
+ABS-01991,EMP-1163,2025-07-27,PTO,4.0,TRUE,Sun,Sales,Denver Office
+ABS-01992,EMP-1163,2025-09-01,Sick,8.0,TRUE,Mon,Sales,Denver Office
+ABS-01993,EMP-1163,2026-03-18,PTO,4.0,TRUE,Wed,Sales,Denver Office
+ABS-01994,EMP-1164,2025-10-26,Sick,8.0,TRUE,Sun,Sales,Denver Office
+ABS-01995,EMP-1164,2026-01-09,Sick,8.0,TRUE,Fri,Sales,Denver Office
+ABS-01996,EMP-1165,2025-07-13,Personal,8.0,FALSE,Sun,Engineering,Austin Hub
+ABS-01997,EMP-1165,2026-02-08,PTO,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-01998,EMP-1166,2025-07-13,PTO,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-01999,EMP-1166,2025-09-12,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-02000,EMP-1166,2025-10-30,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-02001,EMP-1167,2025-11-11,PTO,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02002,EMP-1167,2026-02-06,Personal,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-02003,EMP-1168,2025-07-17,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-02004,EMP-1168,2025-07-20,Personal,4.0,FALSE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02005,EMP-1169,2025-07-11,Sick,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-02006,EMP-1169,2025-08-18,Personal,4.0,TRUE,Mon,Customer Service,Denver Office
+ABS-02007,EMP-1169,2026-02-04,Personal,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-02008,EMP-1170,2025-07-27,Sick,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-02009,EMP-1170,2026-03-15,PTO,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-02010,EMP-1171,2025-07-26,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-02011,EMP-1171,2025-10-07,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-02012,EMP-1171,2025-12-22,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-02013,EMP-1171,2026-01-02,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-02014,EMP-1171,2026-01-20,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-02015,EMP-1171,2026-03-12,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-02016,EMP-1172,2025-08-14,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02017,EMP-1172,2025-10-14,Personal,4.0,TRUE,Tue,Sales,Austin Hub
+ABS-02018,EMP-1173,2025-07-24,Sick,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02019,EMP-1173,2025-07-29,PTO,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02020,EMP-1173,2025-08-19,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02021,EMP-1173,2025-11-18,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02022,EMP-1174,2025-07-03,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-02023,EMP-1174,2025-07-26,PTO,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02024,EMP-1174,2025-09-16,Personal,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02025,EMP-1174,2025-12-01,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02026,EMP-1174,2025-12-17,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02027,EMP-1174,2026-03-24,PTO,4.0,FALSE,Tue,Human Resources,Denver Office
+ABS-02028,EMP-1175,2025-09-12,PTO,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-02029,EMP-1175,2025-11-14,Sick,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-02030,EMP-1176,2025-07-22,PTO,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-02031,EMP-1176,2025-09-21,PTO,8.0,TRUE,Sun,Human Resources,Atlanta DC
+ABS-02032,EMP-1176,2026-01-25,PTO,8.0,TRUE,Sun,Human Resources,Atlanta DC
+ABS-02033,EMP-1176,2026-02-19,PTO,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-02034,EMP-1176,2026-02-20,Personal,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-02035,EMP-1177,2025-11-02,PTO,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-02036,EMP-1178,2025-07-24,Personal,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-02037,EMP-1178,2026-01-30,Sick,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-02038,EMP-1178,2026-03-11,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02039,EMP-1179,2025-10-17,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-02040,EMP-1180,2026-01-24,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-02041,EMP-1180,2026-03-21,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-02042,EMP-1181,2025-09-09,Sick,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02043,EMP-1181,2025-09-13,PTO,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02044,EMP-1181,2025-09-25,Sick,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02045,EMP-1182,2025-08-05,PTO,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02046,EMP-1182,2025-11-02,PTO,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02047,EMP-1182,2025-11-04,PTO,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02048,EMP-1183,2025-10-08,Sick,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-02049,EMP-1183,2026-03-07,Sick,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-02050,EMP-1184,2025-08-01,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-02051,EMP-1184,2025-10-16,PTO,4.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-02052,EMP-1184,2025-11-25,Sick,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-02053,EMP-1184,2025-12-29,Sick,8.0,FALSE,Mon,Human Resources,Chicago Plant
+ABS-02054,EMP-1184,2026-01-12,PTO,4.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-02055,EMP-1184,2026-02-18,Sick,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-02056,EMP-1186,2025-09-21,Personal,8.0,FALSE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-02057,EMP-1186,2025-11-11,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-02058,EMP-1186,2026-01-10,Sick,4.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-02059,EMP-1186,2026-01-26,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-02060,EMP-1187,2025-09-19,Sick,8.0,FALSE,Fri,Customer Service,Austin Hub
+ABS-02061,EMP-1187,2025-09-25,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02062,EMP-1187,2025-10-09,Personal,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02063,EMP-1187,2026-01-04,PTO,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-02064,EMP-1187,2026-02-12,Sick,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02065,EMP-1187,2026-02-17,Sick,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-02066,EMP-1188,2025-07-10,Personal,4.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-02067,EMP-1188,2025-09-07,PTO,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-02068,EMP-1188,2025-10-27,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-02069,EMP-1188,2026-03-01,Sick,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-02070,EMP-1188,2026-03-02,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-02071,EMP-1189,2025-08-12,PTO,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02072,EMP-1189,2025-10-08,PTO,8.0,FALSE,Wed,Finance,Chicago Plant
+ABS-02073,EMP-1189,2025-12-14,PTO,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-02074,EMP-1189,2025-12-29,Sick,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-02075,EMP-1190,2025-07-06,PTO,4.0,TRUE,Sun,Human Resources,Denver Office
+ABS-02076,EMP-1190,2025-07-21,PTO,4.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02077,EMP-1190,2025-08-12,PTO,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02078,EMP-1190,2025-09-11,PTO,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-02079,EMP-1190,2025-09-20,Sick,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02080,EMP-1190,2025-10-27,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02081,EMP-1191,2025-09-18,Personal,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02082,EMP-1191,2025-09-20,Sick,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-02083,EMP-1191,2025-10-14,PTO,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02084,EMP-1191,2025-11-15,PTO,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-02085,EMP-1191,2025-11-27,PTO,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02086,EMP-1191,2026-02-03,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02087,EMP-1193,2025-09-27,PTO,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02088,EMP-1193,2025-10-29,PTO,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02089,EMP-1193,2025-11-26,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02090,EMP-1193,2026-03-07,PTO,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02091,EMP-1194,2025-11-09,Sick,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-02092,EMP-1196,2025-08-12,Sick,8.0,FALSE,Tue,Human Resources,Atlanta DC
+ABS-02093,EMP-1196,2025-10-29,Sick,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-02094,EMP-1196,2025-12-12,Sick,4.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-02095,EMP-1196,2025-12-25,Sick,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-02096,EMP-1196,2026-01-07,Sick,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-02097,EMP-1196,2026-03-04,Personal,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-02098,EMP-1197,2025-12-23,PTO,8.0,FALSE,Tue,Sales,Austin Hub
+ABS-02099,EMP-1197,2026-01-31,Sick,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-02100,EMP-1197,2026-02-08,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-02101,EMP-1198,2025-12-02,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-02102,EMP-1198,2026-01-04,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-02103,EMP-1198,2026-01-30,Personal,4.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-02104,EMP-1198,2026-02-07,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-02105,EMP-1198,2026-03-08,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-02106,EMP-1199,2025-08-13,PTO,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-02107,EMP-1199,2025-09-26,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02108,EMP-1199,2025-12-26,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02109,EMP-1199,2026-02-12,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-02110,EMP-1199,2026-02-18,Sick,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-02111,EMP-1199,2026-03-23,PTO,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-02112,EMP-1200,2025-08-21,Personal,8.0,TRUE,Thu,Engineering,Denver Office
+ABS-02113,EMP-1200,2025-11-22,PTO,4.0,TRUE,Sat,Engineering,Denver Office
+ABS-02114,EMP-1200,2025-12-05,PTO,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-02115,EMP-1200,2026-01-09,PTO,4.0,TRUE,Fri,Engineering,Denver Office
+ABS-02116,EMP-1201,2026-01-10,Sick,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-02117,EMP-1201,2026-02-21,Personal,4.0,TRUE,Sat,Finance,Atlanta DC
+ABS-02118,EMP-1201,2026-03-04,Sick,8.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02119,EMP-1202,2026-03-20,Personal,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-02120,EMP-1203,2025-10-10,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-02121,EMP-1203,2025-11-12,PTO,8.0,FALSE,Wed,Sales,Baltimore HQ
+ABS-02122,EMP-1203,2026-02-08,PTO,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-02123,EMP-1203,2026-02-14,PTO,8.0,FALSE,Sat,Sales,Baltimore HQ
+ABS-02124,EMP-1203,2026-03-16,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-02125,EMP-1205,2025-07-13,Personal,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-02126,EMP-1205,2025-08-30,PTO,4.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02127,EMP-1205,2025-09-15,Sick,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-02128,EMP-1205,2025-11-14,Sick,4.0,FALSE,Fri,Customer Service,Denver Office
+ABS-02129,EMP-1205,2026-02-14,PTO,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02130,EMP-1206,2025-10-30,Sick,8.0,FALSE,Thu,Engineering,Atlanta DC
+ABS-02131,EMP-1206,2026-01-05,PTO,4.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-02132,EMP-1206,2026-01-08,PTO,8.0,FALSE,Thu,Engineering,Atlanta DC
+ABS-02133,EMP-1206,2026-03-20,Sick,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-02134,EMP-1207,2025-08-15,Sick,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-02135,EMP-1207,2026-02-07,Personal,8.0,FALSE,Sat,Finance,Austin Hub
+ABS-02136,EMP-1209,2025-09-11,PTO,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-02137,EMP-1209,2025-10-29,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-02138,EMP-1209,2026-03-10,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-02139,EMP-1211,2025-07-20,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02140,EMP-1211,2025-08-05,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02141,EMP-1211,2025-09-14,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02142,EMP-1211,2025-09-26,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02143,EMP-1211,2026-01-13,Personal,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02144,EMP-1212,2025-10-28,Sick,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02145,EMP-1212,2025-11-11,Sick,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02146,EMP-1212,2026-01-17,Sick,4.0,TRUE,Sat,Engineering,Austin Hub
+ABS-02147,EMP-1212,2026-02-13,Sick,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02148,EMP-1213,2025-09-20,PTO,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-02149,EMP-1213,2025-09-28,PTO,8.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-02150,EMP-1213,2026-03-22,Personal,4.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-02151,EMP-1214,2025-10-09,PTO,4.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-02152,EMP-1214,2026-01-20,Sick,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-02153,EMP-1215,2025-07-04,PTO,4.0,TRUE,Fri,Sales,Denver Office
+ABS-02154,EMP-1215,2025-09-21,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-02155,EMP-1215,2025-10-10,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-02156,EMP-1215,2025-10-29,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-02157,EMP-1215,2025-12-18,Sick,8.0,TRUE,Thu,Sales,Denver Office
+ABS-02158,EMP-1217,2025-07-28,PTO,4.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-02159,EMP-1217,2025-11-13,Sick,8.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-02160,EMP-1217,2025-12-15,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-02161,EMP-1218,2025-08-05,PTO,8.0,FALSE,Tue,Engineering,Baltimore HQ
+ABS-02162,EMP-1218,2025-11-29,PTO,8.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-02163,EMP-1218,2025-12-01,Personal,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-02164,EMP-1218,2025-12-20,PTO,8.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-02165,EMP-1218,2026-01-22,Sick,8.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-02166,EMP-1219,2025-09-13,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-02167,EMP-1219,2025-10-11,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-02168,EMP-1219,2026-01-16,Personal,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-02169,EMP-1219,2026-02-05,PTO,4.0,FALSE,Thu,Finance,Chicago Plant
+ABS-02170,EMP-1220,2025-11-01,PTO,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02171,EMP-1220,2026-01-02,PTO,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-02172,EMP-1221,2025-08-09,PTO,4.0,TRUE,Sat,Sales,Atlanta DC
+ABS-02173,EMP-1221,2025-10-15,PTO,4.0,TRUE,Wed,Sales,Atlanta DC
+ABS-02174,EMP-1221,2025-12-25,PTO,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02175,EMP-1222,2025-08-03,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02176,EMP-1222,2026-02-14,Sick,4.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-02177,EMP-1222,2026-03-01,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02178,EMP-1223,2025-08-10,Personal,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-02179,EMP-1224,2025-08-25,Sick,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-02180,EMP-1224,2025-11-16,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-02181,EMP-1224,2025-12-02,PTO,8.0,TRUE,Tue,Engineering,Chicago Plant
+ABS-02182,EMP-1224,2025-12-13,PTO,4.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-02183,EMP-1224,2025-12-25,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-02184,EMP-1224,2026-03-26,Personal,8.0,FALSE,Thu,Engineering,Chicago Plant
+ABS-02185,EMP-1226,2025-07-23,PTO,4.0,FALSE,Wed,Human Resources,Atlanta DC
+ABS-02186,EMP-1226,2025-12-24,Sick,4.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-02187,EMP-1226,2026-03-10,PTO,4.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-02188,EMP-1227,2025-07-12,PTO,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-02189,EMP-1227,2025-10-05,Personal,8.0,FALSE,Sun,Sales,Austin Hub
+ABS-02190,EMP-1227,2026-03-14,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-02191,EMP-1229,2025-09-22,PTO,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-02192,EMP-1229,2025-10-17,Personal,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02193,EMP-1229,2025-11-06,Sick,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-02194,EMP-1229,2025-12-10,Sick,8.0,FALSE,Wed,Customer Service,Chicago Plant
+ABS-02195,EMP-1229,2026-01-02,Personal,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02196,EMP-1229,2026-01-30,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02197,EMP-1230,2025-08-01,PTO,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-02198,EMP-1230,2025-08-12,PTO,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-02199,EMP-1230,2025-08-20,Sick,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-02200,EMP-1230,2025-10-07,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-02201,EMP-1230,2026-01-20,Sick,8.0,FALSE,Tue,Engineering,Denver Office
+ABS-02202,EMP-1230,2026-02-09,PTO,4.0,TRUE,Mon,Engineering,Denver Office
+ABS-02203,EMP-1230,2026-02-18,PTO,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-02204,EMP-1230,2026-03-23,Personal,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-00001,EMP-1001,2026-01-01,PTO,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-00002,EMP-1001,2025-12-16,Sick,4.0,TRUE,Tuesday,Finance,Baltimore HQ
+ABS-00003,EMP-1001,2025-12-08,Personal,8.0,FALSE,Monday,Finance,Baltimore HQ
+ABS-00004,EMP-1001,2026-01-03,Sick,4.0,TRUE,Saturday,Finance,Baltimore HQ
+ABS-00005,EMP-1001,2025-08-11,PTO,8.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-00006,EMP-1001,2025-07-31,Sick,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-00007,EMP-1001,2025-11-02,Sick,8.0,TRUE,Sunday,Finance,Baltimore HQ
+ABS-00008,EMP-1001,2025-09-23,Sick,8.0,TRUE,Tuesday,Finance,Baltimore HQ
+ABS-00009,EMP-1001,2025-09-20,Sick,8.0,TRUE,Saturday,Finance,Baltimore HQ
+ABS-00010,EMP-1002,2025-09-08,Sick,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-00011,EMP-1002,2025-08-28,Personal,4.0,TRUE,Thursday,Human Resources,Baltimore HQ
+ABS-00012,EMP-1002,2025-12-20,Sick,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00013,EMP-1003,2026-02-16,PTO,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00014,EMP-1003,2025-09-11,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00015,EMP-1003,2025-10-25,Personal,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00016,EMP-1003,2026-02-20,Sick,4.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00017,EMP-1003,2026-01-29,PTO,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00018,EMP-1003,2025-08-26,Personal,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-00019,EMP-1003,2026-01-26,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00020,EMP-1003,2025-09-26,Sick,4.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00021,EMP-1003,2025-11-01,Personal,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00022,EMP-1003,2026-01-06,Personal,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-00023,EMP-1003,2025-10-10,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00024,EMP-1003,2026-02-18,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00025,EMP-1004,2025-11-29,Sick,8.0,TRUE,Saturday,Engineering,Atlanta DC
+ABS-00026,EMP-1004,2025-11-15,Sick,8.0,TRUE,Saturday,Engineering,Atlanta DC
+ABS-00027,EMP-1004,2025-11-08,Sick,8.0,TRUE,Saturday,Engineering,Atlanta DC
+ABS-00028,EMP-1004,2025-07-26,Sick,8.0,TRUE,Saturday,Engineering,Atlanta DC
+ABS-00029,EMP-1004,2025-09-25,Sick,8.0,TRUE,Thursday,Engineering,Atlanta DC
+ABS-00030,EMP-1004,2025-12-02,Sick,8.0,TRUE,Tuesday,Engineering,Atlanta DC
+ABS-00031,EMP-1004,2025-09-02,Sick,8.0,TRUE,Tuesday,Engineering,Atlanta DC
+ABS-00032,EMP-1004,2025-08-19,Sick,8.0,TRUE,Tuesday,Engineering,Atlanta DC
+ABS-00033,EMP-1004,2026-03-10,Sick,4.0,TRUE,Tuesday,Engineering,Atlanta DC
+ABS-00034,EMP-1005,2026-02-02,Sick,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-00035,EMP-1005,2025-07-29,PTO,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-00036,EMP-1005,2025-10-26,Sick,8.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-00037,EMP-1005,2025-11-18,Personal,8.0,FALSE,Tuesday,Sales,Baltimore HQ
+ABS-00038,EMP-1005,2025-10-18,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00039,EMP-1005,2025-08-04,PTO,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-00040,EMP-1006,2025-09-23,Sick,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-00041,EMP-1006,2025-08-31,Personal,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00042,EMP-1006,2025-07-25,Personal,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00043,EMP-1006,2025-12-19,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00044,EMP-1006,2026-01-17,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00045,EMP-1006,2025-09-21,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00046,EMP-1006,2025-07-20,PTO,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00047,EMP-1006,2026-01-19,PTO,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00048,EMP-1006,2026-02-22,PTO,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00049,EMP-1007,2025-11-12,Sick,8.0,TRUE,Wednesday,Customer Service,Austin Hub
+ABS-00050,EMP-1007,2025-10-07,PTO,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-00051,EMP-1007,2025-07-08,Sick,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-00052,EMP-1007,2025-07-02,PTO,4.0,FALSE,Wednesday,Customer Service,Austin Hub
+ABS-00053,EMP-1007,2026-01-28,Personal,8.0,TRUE,Wednesday,Customer Service,Austin Hub
+ABS-00054,EMP-1007,2025-10-06,Personal,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-00055,EMP-1007,2026-01-26,PTO,8.0,FALSE,Monday,Customer Service,Austin Hub
+ABS-00056,EMP-1007,2026-02-10,Sick,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-00057,EMP-1007,2026-01-03,Sick,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-00058,EMP-1007,2025-07-08,Sick,8.0,FALSE,Tuesday,Customer Service,Austin Hub
+ABS-00059,EMP-1008,2025-12-26,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Baltimore HQ
+ABS-00060,EMP-1008,2025-07-23,PTO,4.0,TRUE,Wednesday,Warehouse & Logistics,Baltimore HQ
+ABS-00061,EMP-1008,2025-12-17,PTO,4.0,TRUE,Wednesday,Warehouse & Logistics,Baltimore HQ
+ABS-00062,EMP-1009,2025-12-31,Sick,8.0,TRUE,Wednesday,Finance,Chicago Plant
+ABS-00063,EMP-1009,2025-12-03,PTO,8.0,TRUE,Wednesday,Finance,Chicago Plant
+ABS-00064,EMP-1009,2025-08-27,Sick,8.0,TRUE,Wednesday,Finance,Chicago Plant
+ABS-00065,EMP-1009,2025-12-25,Sick,8.0,TRUE,Thursday,Finance,Chicago Plant
+ABS-00066,EMP-1009,2025-11-21,Sick,8.0,TRUE,Friday,Finance,Chicago Plant
+ABS-00067,EMP-1009,2025-11-18,PTO,4.0,TRUE,Tuesday,Finance,Chicago Plant
+ABS-00068,EMP-1010,2025-12-15,Personal,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-00069,EMP-1010,2026-02-10,Sick,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00070,EMP-1010,2026-03-05,Sick,8.0,TRUE,Thursday,Finance,Austin Hub
+ABS-00071,EMP-1010,2026-02-06,Sick,8.0,TRUE,Friday,Finance,Austin Hub
+ABS-00072,EMP-1010,2026-02-13,Sick,8.0,TRUE,Friday,Finance,Austin Hub
+ABS-00073,EMP-1010,2025-11-11,PTO,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00074,EMP-1010,2025-12-30,Sick,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00075,EMP-1010,2025-12-14,Personal,8.0,TRUE,Sunday,Finance,Austin Hub
+ABS-00076,EMP-1010,2025-12-23,Sick,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00077,EMP-1010,2026-02-09,Sick,4.0,FALSE,Monday,Finance,Austin Hub
+ABS-00078,EMP-1011,2026-02-06,Sick,8.0,TRUE,Friday,Customer Service,Denver Office
+ABS-00079,EMP-1011,2025-08-09,Sick,8.0,TRUE,Saturday,Customer Service,Denver Office
+ABS-00080,EMP-1011,2025-10-21,PTO,8.0,TRUE,Tuesday,Customer Service,Denver Office
+ABS-00081,EMP-1011,2025-10-30,Personal,8.0,TRUE,Thursday,Customer Service,Denver Office
+ABS-00082,EMP-1011,2026-01-11,Sick,8.0,TRUE,Sunday,Customer Service,Denver Office
+ABS-00083,EMP-1011,2025-08-06,Personal,8.0,FALSE,Wednesday,Customer Service,Denver Office
+ABS-00084,EMP-1011,2025-12-18,Sick,8.0,TRUE,Thursday,Customer Service,Denver Office
+ABS-00085,EMP-1012,2026-01-09,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00086,EMP-1012,2026-02-09,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00087,EMP-1012,2025-08-04,Personal,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00088,EMP-1012,2025-08-04,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00089,EMP-1012,2026-01-02,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00090,EMP-1012,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00091,EMP-1012,2025-10-17,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00092,EMP-1012,2025-12-05,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00093,EMP-1012,2025-12-19,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00094,EMP-1012,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00095,EMP-1012,2026-02-13,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00096,EMP-1012,2025-09-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00097,EMP-1012,2025-07-21,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00098,EMP-1012,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00099,EMP-1013,2026-01-05,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-00100,EMP-1013,2026-01-31,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Austin Hub
+ABS-00101,EMP-1013,2026-02-08,PTO,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-00102,EMP-1013,2025-07-14,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-00103,EMP-1013,2025-10-27,Sick,4.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-00104,EMP-1013,2026-02-12,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Austin Hub
+ABS-00105,EMP-1013,2025-09-08,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-00106,EMP-1013,2025-09-19,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Austin Hub
+ABS-00107,EMP-1013,2026-02-27,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Austin Hub
+ABS-00108,EMP-1013,2025-11-18,PTO,8.0,TRUE,Tuesday,Warehouse & Logistics,Austin Hub
+ABS-00109,EMP-1014,2025-09-23,Sick,8.0,TRUE,Tuesday,Human Resources,Denver Office
+ABS-00110,EMP-1014,2025-12-11,Personal,8.0,TRUE,Thursday,Human Resources,Denver Office
+ABS-00111,EMP-1014,2025-08-23,Sick,8.0,TRUE,Saturday,Human Resources,Denver Office
+ABS-00112,EMP-1014,2025-08-01,Sick,4.0,TRUE,Friday,Human Resources,Denver Office
+ABS-00113,EMP-1015,2025-12-20,Personal,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00114,EMP-1015,2025-09-01,Personal,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-00115,EMP-1015,2025-10-24,Sick,8.0,TRUE,Friday,Sales,Austin Hub
+ABS-00116,EMP-1015,2025-08-26,Personal,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00117,EMP-1015,2025-12-11,PTO,4.0,TRUE,Thursday,Sales,Austin Hub
+ABS-00118,EMP-1015,2025-10-19,Personal,8.0,TRUE,Sunday,Sales,Austin Hub
+ABS-00119,EMP-1015,2026-02-09,Sick,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-00120,EMP-1015,2026-01-06,Sick,4.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00121,EMP-1016,2026-02-07,Sick,4.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00122,EMP-1016,2025-12-13,Sick,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00123,EMP-1016,2025-08-01,Personal,8.0,TRUE,Friday,Human Resources,Baltimore HQ
+ABS-00124,EMP-1016,2025-09-18,Sick,8.0,TRUE,Thursday,Human Resources,Baltimore HQ
+ABS-00125,EMP-1016,2025-10-13,Sick,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-00126,EMP-1016,2025-09-26,Personal,8.0,TRUE,Friday,Human Resources,Baltimore HQ
+ABS-00127,EMP-1016,2025-11-13,Sick,4.0,TRUE,Thursday,Human Resources,Baltimore HQ
+ABS-00128,EMP-1016,2025-08-09,Sick,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00129,EMP-1017,2025-12-29,PTO,8.0,TRUE,Monday,Sales,Atlanta DC
+ABS-00130,EMP-1017,2025-10-12,PTO,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-00131,EMP-1017,2025-10-16,Personal,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00132,EMP-1017,2025-12-05,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-00133,EMP-1017,2025-09-27,Sick,8.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-00134,EMP-1017,2025-09-30,Sick,4.0,TRUE,Tuesday,Sales,Atlanta DC
+ABS-00135,EMP-1017,2025-08-03,Sick,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-00136,EMP-1017,2026-02-19,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00137,EMP-1017,2025-07-15,Sick,8.0,TRUE,Tuesday,Sales,Atlanta DC
+ABS-00138,EMP-1018,2025-11-04,PTO,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00139,EMP-1018,2025-09-28,PTO,8.0,TRUE,Sunday,Human Resources,Baltimore HQ
+ABS-00140,EMP-1018,2026-01-20,PTO,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00141,EMP-1018,2026-02-25,Sick,8.0,TRUE,Wednesday,Human Resources,Baltimore HQ
+ABS-00142,EMP-1018,2025-11-19,Sick,8.0,TRUE,Wednesday,Human Resources,Baltimore HQ
+ABS-00143,EMP-1018,2025-09-23,Sick,4.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00144,EMP-1018,2025-10-14,Sick,8.0,FALSE,Tuesday,Human Resources,Baltimore HQ
+ABS-00145,EMP-1018,2025-10-31,Sick,4.0,TRUE,Friday,Human Resources,Baltimore HQ
+ABS-00146,EMP-1018,2025-10-18,PTO,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00147,EMP-1018,2026-02-16,Sick,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-00148,EMP-1019,2026-02-27,Sick,8.0,TRUE,Friday,Human Resources,Austin Hub
+ABS-00149,EMP-1019,2025-11-10,Sick,8.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-00150,EMP-1019,2025-10-10,PTO,4.0,TRUE,Friday,Human Resources,Austin Hub
+ABS-00151,EMP-1020,2025-10-23,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Austin Hub
+ABS-00152,EMP-1020,2025-11-14,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Austin Hub
+ABS-00153,EMP-1020,2025-09-19,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Austin Hub
+ABS-00154,EMP-1020,2025-12-23,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Austin Hub
+ABS-00155,EMP-1027,2026-03-05,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00156,EMP-1027,2026-01-11,Sick,4.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00157,EMP-1027,2025-11-08,Personal,8.0,FALSE,Saturday,Engineering,Austin Hub
+ABS-00158,EMP-1027,2026-02-18,PTO,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00159,EMP-1028,2025-09-27,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00160,EMP-1028,2025-09-16,Personal,4.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-00161,EMP-1028,2025-07-28,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00162,EMP-1028,2025-12-14,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00163,EMP-1028,2025-12-05,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00164,EMP-1028,2025-08-11,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00165,EMP-1028,2026-02-11,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00166,EMP-1028,2026-01-26,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00167,EMP-1028,2025-07-02,PTO,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00168,EMP-1028,2025-07-27,Sick,4.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00169,EMP-1028,2026-02-19,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00170,EMP-1029,2025-12-27,Sick,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00171,EMP-1029,2025-08-29,Sick,8.0,TRUE,Friday,Human Resources,Austin Hub
+ABS-00172,EMP-1029,2025-09-20,Sick,4.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00173,EMP-1029,2025-10-30,PTO,8.0,TRUE,Thursday,Human Resources,Austin Hub
+ABS-00174,EMP-1029,2025-09-28,Personal,4.0,FALSE,Sunday,Human Resources,Austin Hub
+ABS-00175,EMP-1029,2025-10-27,Sick,8.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-00176,EMP-1029,2026-03-07,Sick,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00177,EMP-1029,2025-07-16,Sick,8.0,FALSE,Wednesday,Human Resources,Austin Hub
+ABS-00178,EMP-1029,2025-10-23,Sick,4.0,TRUE,Thursday,Human Resources,Austin Hub
+ABS-00179,EMP-1029,2025-08-13,PTO,8.0,TRUE,Wednesday,Human Resources,Austin Hub
+ABS-00180,EMP-1029,2026-03-09,Sick,8.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-00181,EMP-1030,2025-07-12,Sick,4.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-00182,EMP-1030,2025-11-05,Sick,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-00183,EMP-1030,2025-08-29,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-00184,EMP-1030,2025-08-31,Sick,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-00185,EMP-1030,2025-12-04,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00186,EMP-1030,2025-11-06,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00187,EMP-1030,2026-03-15,Personal,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-00188,EMP-1030,2025-07-09,Personal,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-00189,EMP-1030,2025-09-24,Sick,4.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-00190,EMP-1030,2025-08-09,Personal,4.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-00191,EMP-1030,2026-02-03,Sick,8.0,TRUE,Tuesday,Sales,Atlanta DC
+ABS-00192,EMP-1030,2025-10-20,Sick,8.0,TRUE,Monday,Sales,Atlanta DC
+ABS-00193,EMP-1031,2026-01-07,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00194,EMP-1031,2025-09-27,PTO,8.0,FALSE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00195,EMP-1031,2025-09-22,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00196,EMP-1031,2025-09-29,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00197,EMP-1032,2025-08-12,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00198,EMP-1032,2025-07-05,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00199,EMP-1032,2026-01-06,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00200,EMP-1032,2025-11-21,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00201,EMP-1032,2025-09-11,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00202,EMP-1032,2025-11-12,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00203,EMP-1032,2025-08-09,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00204,EMP-1032,2026-03-15,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00205,EMP-1032,2026-01-25,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00206,EMP-1032,2026-01-12,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00207,EMP-1032,2025-10-29,Personal,4.0,FALSE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00208,EMP-1033,2026-03-06,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00209,EMP-1033,2025-12-16,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00210,EMP-1033,2025-08-07,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00211,EMP-1033,2025-09-23,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00212,EMP-1033,2025-10-15,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00213,EMP-1033,2025-08-15,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00214,EMP-1033,2025-11-28,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00215,EMP-1033,2025-07-27,PTO,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00216,EMP-1033,2026-02-26,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00217,EMP-1033,2025-07-19,Sick,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00218,EMP-1033,2025-10-25,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00219,EMP-1034,2026-02-14,Personal,8.0,FALSE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00220,EMP-1034,2026-01-20,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00221,EMP-1034,2026-01-27,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00222,EMP-1034,2025-09-29,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00223,EMP-1034,2025-09-25,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00224,EMP-1034,2025-07-08,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00225,EMP-1034,2025-11-03,Sick,4.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00226,EMP-1034,2025-07-24,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00227,EMP-1034,2025-08-14,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00228,EMP-1034,2025-11-04,Personal,4.0,FALSE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00229,EMP-1035,2026-02-25,Sick,4.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00230,EMP-1035,2025-11-22,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00231,EMP-1035,2025-12-15,Personal,8.0,FALSE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00232,EMP-1035,2025-09-01,Sick,8.0,FALSE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00233,EMP-1035,2026-01-31,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00234,EMP-1035,2026-01-23,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00235,EMP-1035,2026-01-09,Sick,8.0,FALSE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00236,EMP-1035,2025-09-13,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00237,EMP-1035,2026-01-03,Sick,8.0,FALSE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00238,EMP-1035,2025-07-08,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00239,EMP-1035,2026-01-23,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00240,EMP-1035,2026-02-28,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00241,EMP-1036,2025-09-30,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00242,EMP-1036,2026-01-17,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00243,EMP-1036,2026-02-15,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00244,EMP-1036,2026-03-05,Personal,4.0,FALSE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00245,EMP-1036,2026-01-21,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00246,EMP-1036,2025-12-29,Sick,4.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00247,EMP-1036,2025-11-11,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00248,EMP-1037,2025-10-12,PTO,4.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00249,EMP-1037,2025-09-23,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00250,EMP-1037,2025-08-16,PTO,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00251,EMP-1037,2026-01-06,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00252,EMP-1037,2025-07-21,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00253,EMP-1037,2026-03-02,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00254,EMP-1037,2025-11-04,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00255,EMP-1037,2025-12-18,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00256,EMP-1038,2025-07-02,Sick,8.0,FALSE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00257,EMP-1038,2025-08-28,PTO,8.0,FALSE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00258,EMP-1038,2025-11-17,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00259,EMP-1038,2025-10-10,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00260,EMP-1038,2025-12-15,Sick,8.0,FALSE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00261,EMP-1039,2025-10-25,Personal,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00262,EMP-1039,2026-01-03,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00263,EMP-1039,2026-02-10,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00264,EMP-1039,2025-12-16,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00265,EMP-1039,2025-12-18,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00266,EMP-1039,2025-08-07,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00267,EMP-1040,2025-11-23,PTO,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00268,EMP-1040,2025-08-20,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00269,EMP-1040,2026-02-20,Sick,8.0,FALSE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00270,EMP-1041,2025-11-07,PTO,4.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00271,EMP-1041,2026-02-17,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00272,EMP-1041,2025-08-02,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00273,EMP-1041,2025-08-17,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00274,EMP-1041,2025-07-15,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00275,EMP-1042,2025-08-06,Personal,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00276,EMP-1042,2026-02-01,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00277,EMP-1042,2026-01-09,PTO,8.0,FALSE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00278,EMP-1042,2026-01-17,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00279,EMP-1042,2025-12-08,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00280,EMP-1042,2026-02-26,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00281,EMP-1042,2025-10-28,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00282,EMP-1042,2025-12-03,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00283,EMP-1042,2025-07-28,PTO,4.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00284,EMP-1042,2025-10-02,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00285,EMP-1042,2025-09-24,Sick,8.0,FALSE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00286,EMP-1042,2026-02-11,Personal,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00287,EMP-1043,2026-02-07,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00288,EMP-1043,2026-03-14,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00289,EMP-1043,2025-10-01,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00290,EMP-1043,2025-10-08,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00291,EMP-1043,2026-02-01,PTO,4.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00292,EMP-1043,2025-12-29,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00293,EMP-1043,2026-02-08,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00294,EMP-1043,2025-11-11,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00295,EMP-1043,2025-11-16,Personal,8.0,FALSE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00296,EMP-1043,2025-11-20,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00297,EMP-1043,2025-10-09,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00298,EMP-1043,2025-11-01,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00299,EMP-1044,2025-12-17,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00300,EMP-1044,2026-03-05,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00301,EMP-1044,2025-12-18,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00302,EMP-1044,2025-11-03,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00303,EMP-1044,2025-11-18,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00304,EMP-1044,2025-09-10,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00305,EMP-1044,2025-12-19,PTO,4.0,FALSE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00306,EMP-1044,2026-03-14,Sick,8.0,FALSE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00307,EMP-1044,2026-02-14,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00308,EMP-1044,2025-10-06,Sick,4.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00309,EMP-1045,2025-10-19,Sick,4.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00310,EMP-1045,2025-07-05,Sick,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00311,EMP-1045,2025-09-27,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00312,EMP-1045,2026-01-24,Sick,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00313,EMP-1045,2025-12-29,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00314,EMP-1045,2025-09-03,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00315,EMP-1045,2025-07-07,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00316,EMP-1045,2025-09-09,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00317,EMP-1046,2026-03-14,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00318,EMP-1046,2026-03-14,Personal,4.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00319,EMP-1046,2026-02-22,PTO,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00320,EMP-1046,2026-03-04,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00321,EMP-1046,2025-09-09,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00322,EMP-1046,2025-09-21,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00323,EMP-1046,2025-11-25,Personal,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00324,EMP-1046,2025-12-30,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00325,EMP-1046,2025-12-20,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00326,EMP-1046,2025-08-25,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00327,EMP-1046,2025-12-04,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00328,EMP-1046,2026-01-11,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00329,EMP-1047,2026-02-05,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00330,EMP-1047,2026-01-07,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00331,EMP-1047,2025-10-19,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00332,EMP-1047,2025-09-18,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00333,EMP-1047,2025-08-01,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00334,EMP-1047,2025-11-06,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00335,EMP-1047,2026-01-08,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00336,EMP-1047,2025-11-12,Sick,4.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00337,EMP-1047,2026-01-22,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00338,EMP-1047,2025-10-16,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00339,EMP-1048,2025-12-28,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00340,EMP-1048,2025-08-30,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00341,EMP-1048,2026-02-18,PTO,4.0,FALSE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00342,EMP-1048,2025-11-20,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00343,EMP-1048,2025-11-01,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Chicago Plant
+ABS-00344,EMP-1048,2025-09-21,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00345,EMP-1048,2025-10-08,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00346,EMP-1048,2025-11-03,Sick,4.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00347,EMP-1048,2025-08-12,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00348,EMP-1048,2026-02-15,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00349,EMP-1048,2026-02-25,Personal,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00350,EMP-1048,2025-09-21,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00351,EMP-1049,2025-08-12,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00352,EMP-1049,2025-10-14,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00353,EMP-1049,2025-10-20,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00354,EMP-1049,2025-08-05,PTO,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00355,EMP-1049,2025-12-11,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00356,EMP-1050,2026-01-28,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-00357,EMP-1050,2025-10-21,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00358,EMP-1050,2025-10-09,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Chicago Plant
+ABS-00359,EMP-1050,2025-11-09,PTO,8.0,TRUE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-00360,EMP-1050,2025-12-23,Personal,4.0,TRUE,Tuesday,Warehouse & Logistics,Chicago Plant
+ABS-00361,EMP-1051,2026-01-19,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00362,EMP-1051,2025-12-05,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-00363,EMP-1051,2026-02-09,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-00364,EMP-1052,2026-01-02,Sick,4.0,FALSE,Friday,Human Resources,Baltimore HQ
+ABS-00365,EMP-1052,2025-07-19,PTO,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00366,EMP-1052,2026-01-13,Sick,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00367,EMP-1052,2025-10-07,PTO,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00368,EMP-1052,2025-12-11,Sick,8.0,TRUE,Thursday,Human Resources,Baltimore HQ
+ABS-00369,EMP-1052,2026-01-06,PTO,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00370,EMP-1052,2026-02-15,Sick,4.0,TRUE,Sunday,Human Resources,Baltimore HQ
+ABS-00371,EMP-1053,2025-11-15,PTO,8.0,TRUE,Saturday,Sales,Chicago Plant
+ABS-00372,EMP-1053,2025-08-13,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00373,EMP-1053,2025-07-28,Sick,8.0,TRUE,Monday,Sales,Chicago Plant
+ABS-00374,EMP-1053,2025-12-12,Sick,4.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00375,EMP-1053,2026-01-25,PTO,8.0,TRUE,Sunday,Sales,Chicago Plant
+ABS-00376,EMP-1053,2025-10-27,Personal,8.0,TRUE,Monday,Sales,Chicago Plant
+ABS-00377,EMP-1053,2025-11-17,Personal,8.0,FALSE,Monday,Sales,Chicago Plant
+ABS-00378,EMP-1053,2026-03-04,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00379,EMP-1053,2025-11-27,Sick,8.0,TRUE,Thursday,Sales,Chicago Plant
+ABS-00380,EMP-1053,2025-08-01,Sick,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00381,EMP-1053,2025-09-17,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00382,EMP-1053,2025-12-26,Sick,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00383,EMP-1054,2026-03-09,Sick,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-00384,EMP-1054,2025-10-22,Sick,4.0,TRUE,Wednesday,Human Resources,Baltimore HQ
+ABS-00385,EMP-1054,2026-03-05,PTO,8.0,TRUE,Thursday,Human Resources,Baltimore HQ
+ABS-00386,EMP-1054,2025-09-16,Sick,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00387,EMP-1054,2026-01-27,Sick,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00388,EMP-1054,2026-02-24,Sick,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-00389,EMP-1054,2025-07-05,Sick,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00390,EMP-1054,2026-01-03,Personal,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00391,EMP-1054,2025-10-26,Sick,8.0,TRUE,Sunday,Human Resources,Baltimore HQ
+ABS-00392,EMP-1054,2025-08-30,PTO,4.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-00393,EMP-1055,2025-09-14,Personal,8.0,TRUE,Sunday,Sales,Austin Hub
+ABS-00394,EMP-1055,2026-01-04,Sick,4.0,TRUE,Sunday,Sales,Austin Hub
+ABS-00395,EMP-1055,2025-09-10,Sick,8.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-00396,EMP-1056,2026-01-16,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00397,EMP-1056,2025-08-26,Personal,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00398,EMP-1056,2025-11-10,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00399,EMP-1056,2025-10-10,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00400,EMP-1056,2025-08-28,Personal,4.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00401,EMP-1056,2026-01-09,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00402,EMP-1056,2025-09-16,Sick,4.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00403,EMP-1056,2025-12-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00404,EMP-1056,2025-11-07,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00405,EMP-1056,2025-12-15,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00406,EMP-1056,2025-08-29,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00407,EMP-1056,2026-01-12,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00408,EMP-1056,2025-10-06,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00409,EMP-1056,2025-07-25,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00410,EMP-1056,2025-10-24,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00411,EMP-1056,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00412,EMP-1056,2025-11-24,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00413,EMP-1056,2025-12-20,Sick,8.0,FALSE,Saturday,Customer Service,Atlanta DC
+ABS-00414,EMP-1056,2025-12-18,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00415,EMP-1056,2026-01-02,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00416,EMP-1056,2026-01-12,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00417,EMP-1057,2026-02-13,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00418,EMP-1057,2026-01-09,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00419,EMP-1057,2025-07-18,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00420,EMP-1057,2025-11-03,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00421,EMP-1057,2025-10-05,PTO,8.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00422,EMP-1057,2026-02-11,Personal,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00423,EMP-1057,2025-12-12,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00424,EMP-1057,2025-10-08,Sick,4.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00425,EMP-1057,2025-10-27,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00426,EMP-1057,2025-08-25,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00427,EMP-1057,2026-02-27,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00428,EMP-1057,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00429,EMP-1057,2025-10-13,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00430,EMP-1057,2026-02-13,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00431,EMP-1057,2025-11-05,PTO,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00432,EMP-1057,2025-12-07,PTO,8.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00433,EMP-1057,2026-01-12,Personal,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00434,EMP-1057,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00435,EMP-1057,2025-09-29,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00436,EMP-1058,2025-07-28,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00437,EMP-1058,2025-12-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00438,EMP-1058,2025-09-05,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00439,EMP-1058,2025-07-13,Sick,4.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00440,EMP-1058,2025-08-01,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00441,EMP-1058,2025-09-30,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00442,EMP-1058,2025-12-15,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00443,EMP-1058,2025-11-03,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00444,EMP-1058,2026-01-09,Personal,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00445,EMP-1058,2025-12-29,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00446,EMP-1058,2025-10-03,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00447,EMP-1058,2025-10-06,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00448,EMP-1058,2025-12-06,PTO,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00449,EMP-1058,2025-10-21,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00450,EMP-1058,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00451,EMP-1058,2025-11-14,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00452,EMP-1059,2026-02-23,Personal,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00453,EMP-1059,2025-10-10,Personal,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00454,EMP-1059,2026-01-12,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00455,EMP-1059,2025-09-11,Personal,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00456,EMP-1059,2025-07-10,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00457,EMP-1059,2025-12-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00458,EMP-1059,2026-01-17,Sick,8.0,FALSE,Saturday,Customer Service,Atlanta DC
+ABS-00459,EMP-1059,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00460,EMP-1059,2025-10-03,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00461,EMP-1059,2025-10-08,Sick,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00462,EMP-1059,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00463,EMP-1059,2025-12-15,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00464,EMP-1059,2025-11-28,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00465,EMP-1059,2025-09-05,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00466,EMP-1060,2025-12-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00467,EMP-1060,2026-02-20,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00468,EMP-1060,2026-01-19,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00469,EMP-1060,2025-11-28,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00470,EMP-1060,2025-10-10,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00471,EMP-1060,2026-02-21,Personal,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00472,EMP-1060,2025-10-13,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00473,EMP-1060,2025-08-15,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00474,EMP-1060,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00475,EMP-1060,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00476,EMP-1060,2025-10-17,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00477,EMP-1060,2026-01-30,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00478,EMP-1060,2025-10-06,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00479,EMP-1060,2025-10-03,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00480,EMP-1060,2025-09-01,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00481,EMP-1061,2026-01-10,Personal,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00482,EMP-1061,2025-10-31,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00483,EMP-1061,2025-12-29,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00484,EMP-1061,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00485,EMP-1061,2025-09-09,Sick,4.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00486,EMP-1061,2025-10-10,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00487,EMP-1061,2025-08-08,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00488,EMP-1061,2025-08-22,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00489,EMP-1061,2026-01-23,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00490,EMP-1061,2025-08-04,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00491,EMP-1061,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00492,EMP-1061,2026-01-09,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00493,EMP-1061,2025-09-27,Sick,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00494,EMP-1061,2025-11-05,PTO,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00495,EMP-1061,2026-03-02,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00496,EMP-1061,2025-10-27,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00497,EMP-1061,2025-11-10,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00498,EMP-1061,2025-12-05,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00499,EMP-1062,2025-08-18,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00500,EMP-1062,2025-09-19,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00501,EMP-1062,2025-11-03,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00502,EMP-1062,2025-09-02,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00503,EMP-1062,2025-11-07,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00504,EMP-1062,2026-02-27,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00505,EMP-1062,2025-11-17,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00506,EMP-1062,2026-01-26,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00507,EMP-1062,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00508,EMP-1062,2026-01-18,Personal,4.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00509,EMP-1062,2025-12-29,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00510,EMP-1062,2026-01-16,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00511,EMP-1062,2026-02-19,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00512,EMP-1062,2026-02-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00513,EMP-1062,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00514,EMP-1062,2025-12-31,PTO,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00515,EMP-1063,2025-08-08,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00516,EMP-1063,2025-11-15,Sick,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00517,EMP-1063,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00518,EMP-1063,2025-11-17,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00519,EMP-1063,2025-08-06,Sick,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00520,EMP-1063,2025-08-08,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00521,EMP-1063,2025-08-08,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00522,EMP-1063,2025-10-24,Personal,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00523,EMP-1063,2026-03-01,PTO,4.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00524,EMP-1063,2025-12-05,Sick,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00525,EMP-1063,2025-08-27,Sick,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00526,EMP-1064,2025-08-14,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00527,EMP-1064,2025-10-20,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00528,EMP-1064,2026-01-12,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00529,EMP-1064,2025-09-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00530,EMP-1064,2025-12-19,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00531,EMP-1064,2025-09-22,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00532,EMP-1064,2026-02-23,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00533,EMP-1064,2025-09-01,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00534,EMP-1064,2025-07-28,Personal,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00535,EMP-1064,2025-08-16,Sick,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00536,EMP-1064,2026-01-07,Sick,4.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00537,EMP-1064,2025-08-08,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00538,EMP-1064,2026-01-09,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00539,EMP-1064,2025-11-07,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00540,EMP-1065,2025-11-14,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00541,EMP-1065,2025-10-10,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00542,EMP-1065,2025-09-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00543,EMP-1065,2025-12-22,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00544,EMP-1065,2025-07-04,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00545,EMP-1065,2025-07-21,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00546,EMP-1065,2025-08-11,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00547,EMP-1065,2025-12-15,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00548,EMP-1065,2025-07-16,Sick,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00549,EMP-1065,2025-08-22,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00550,EMP-1065,2025-12-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00551,EMP-1065,2026-01-23,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00552,EMP-1065,2025-11-17,Sick,8.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00553,EMP-1065,2025-08-29,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00554,EMP-1066,2026-02-09,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00555,EMP-1066,2025-10-03,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00556,EMP-1066,2025-07-17,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00557,EMP-1066,2025-10-23,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00558,EMP-1066,2026-01-23,Sick,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00559,EMP-1066,2025-12-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00560,EMP-1066,2026-02-02,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00561,EMP-1066,2025-10-04,PTO,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00562,EMP-1066,2026-03-13,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00563,EMP-1066,2025-07-04,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00564,EMP-1066,2025-07-11,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00565,EMP-1066,2025-11-14,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00566,EMP-1066,2025-08-22,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00567,EMP-1066,2026-02-20,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00568,EMP-1066,2026-03-06,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00569,EMP-1066,2025-11-28,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00570,EMP-1066,2026-03-16,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00571,EMP-1066,2026-01-12,Sick,8.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00572,EMP-1067,2025-10-17,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00573,EMP-1067,2025-10-06,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00574,EMP-1067,2025-09-01,Sick,8.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00575,EMP-1067,2025-07-13,Personal,8.0,FALSE,Sunday,Customer Service,Atlanta DC
+ABS-00576,EMP-1067,2025-08-11,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00577,EMP-1067,2025-07-14,Sick,4.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00578,EMP-1067,2025-12-22,Sick,4.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00579,EMP-1067,2026-01-08,Sick,4.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00580,EMP-1067,2025-10-12,Sick,8.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00581,EMP-1067,2025-10-03,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00582,EMP-1067,2025-09-29,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00583,EMP-1067,2026-01-12,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00584,EMP-1067,2026-02-13,Personal,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00585,EMP-1067,2025-07-19,Sick,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00586,EMP-1067,2025-10-27,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00587,EMP-1067,2025-11-21,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00588,EMP-1067,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00589,EMP-1067,2025-08-09,PTO,8.0,FALSE,Saturday,Customer Service,Atlanta DC
+ABS-00590,EMP-1067,2025-09-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00591,EMP-1067,2025-08-31,Sick,8.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00592,EMP-1067,2026-02-23,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00593,EMP-1067,2025-08-25,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00594,EMP-1068,2025-09-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00595,EMP-1068,2025-11-29,PTO,4.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00596,EMP-1068,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00597,EMP-1068,2025-12-22,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00598,EMP-1068,2025-09-15,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00599,EMP-1068,2025-10-10,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00600,EMP-1068,2025-12-30,PTO,4.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00601,EMP-1068,2026-02-04,PTO,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00602,EMP-1068,2025-08-06,Personal,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00603,EMP-1068,2025-10-03,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00604,EMP-1068,2025-10-13,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00605,EMP-1068,2025-10-20,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00606,EMP-1068,2025-12-03,Personal,4.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00607,EMP-1068,2025-09-27,PTO,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00608,EMP-1068,2025-08-15,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00609,EMP-1068,2025-10-10,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00610,EMP-1068,2026-02-06,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00611,EMP-1068,2026-02-27,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00612,EMP-1068,2025-08-04,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00613,EMP-1068,2025-10-03,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00614,EMP-1069,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00615,EMP-1069,2025-12-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00616,EMP-1069,2025-07-04,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00617,EMP-1069,2025-09-08,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00618,EMP-1069,2025-08-01,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00619,EMP-1069,2026-03-06,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00620,EMP-1069,2025-09-23,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00621,EMP-1069,2026-01-19,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00622,EMP-1069,2025-10-06,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00623,EMP-1069,2025-10-17,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00624,EMP-1070,2026-01-02,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00625,EMP-1070,2026-01-23,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00626,EMP-1070,2025-07-25,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00627,EMP-1070,2025-09-23,Sick,4.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00628,EMP-1070,2025-12-18,Sick,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00629,EMP-1070,2025-12-22,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00630,EMP-1070,2026-01-29,PTO,8.0,TRUE,Thursday,Customer Service,Atlanta DC
+ABS-00631,EMP-1070,2025-09-19,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00632,EMP-1070,2025-11-14,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00633,EMP-1070,2026-01-30,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00634,EMP-1070,2026-01-09,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00635,EMP-1071,2025-12-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00636,EMP-1071,2025-10-24,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00637,EMP-1071,2025-10-15,Personal,4.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00638,EMP-1071,2025-12-05,Sick,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00639,EMP-1071,2025-10-20,Sick,8.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00640,EMP-1071,2026-03-02,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00641,EMP-1071,2026-03-02,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00642,EMP-1071,2025-09-15,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00643,EMP-1071,2025-07-04,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00644,EMP-1071,2025-07-11,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00645,EMP-1071,2026-01-16,Sick,4.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00646,EMP-1071,2025-08-25,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00647,EMP-1071,2026-02-16,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00648,EMP-1071,2026-02-27,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00649,EMP-1072,2025-11-26,Personal,8.0,TRUE,Wednesday,Human Resources,Austin Hub
+ABS-00650,EMP-1072,2026-03-13,PTO,4.0,TRUE,Friday,Human Resources,Austin Hub
+ABS-00651,EMP-1072,2025-09-07,Sick,8.0,TRUE,Sunday,Human Resources,Austin Hub
+ABS-00652,EMP-1073,2025-12-13,Personal,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-00653,EMP-1073,2025-09-19,Sick,8.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-00654,EMP-1073,2025-08-05,PTO,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-00655,EMP-1073,2025-11-02,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-00656,EMP-1073,2025-07-23,Personal,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-00657,EMP-1073,2025-11-13,PTO,8.0,TRUE,Thursday,Customer Service,Baltimore HQ
+ABS-00658,EMP-1073,2025-11-07,PTO,8.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-00659,EMP-1074,2026-02-01,PTO,8.0,TRUE,Sunday,Finance,Atlanta DC
+ABS-00660,EMP-1074,2025-07-08,Personal,8.0,FALSE,Tuesday,Finance,Atlanta DC
+ABS-00661,EMP-1074,2025-10-20,Sick,8.0,TRUE,Monday,Finance,Atlanta DC
+ABS-00662,EMP-1074,2025-08-01,Sick,8.0,TRUE,Friday,Finance,Atlanta DC
+ABS-00663,EMP-1075,2025-07-21,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00664,EMP-1075,2025-08-01,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00665,EMP-1075,2026-02-06,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00666,EMP-1075,2025-10-10,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00667,EMP-1075,2025-08-26,PTO,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00668,EMP-1075,2025-07-04,Sick,4.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00669,EMP-1075,2025-09-26,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00670,EMP-1075,2025-11-17,Sick,8.0,FALSE,Monday,Customer Service,Atlanta DC
+ABS-00671,EMP-1075,2025-09-29,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00672,EMP-1075,2026-02-06,Sick,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00673,EMP-1075,2025-07-30,Sick,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00674,EMP-1075,2025-12-19,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00675,EMP-1075,2026-02-27,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00676,EMP-1075,2025-08-07,Sick,8.0,FALSE,Thursday,Customer Service,Atlanta DC
+ABS-00677,EMP-1075,2026-03-09,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00678,EMP-1075,2025-08-22,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00679,EMP-1075,2026-02-13,Personal,8.0,FALSE,Friday,Customer Service,Atlanta DC
+ABS-00680,EMP-1075,2026-01-05,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00681,EMP-1075,2025-09-12,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00682,EMP-1075,2025-10-03,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00683,EMP-1076,2026-03-05,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00684,EMP-1076,2025-09-15,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00685,EMP-1076,2025-09-10,PTO,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00686,EMP-1076,2025-09-05,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00687,EMP-1076,2025-11-05,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00688,EMP-1076,2025-10-23,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00689,EMP-1076,2026-02-05,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00690,EMP-1076,2026-02-06,Personal,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00691,EMP-1076,2025-10-23,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00692,EMP-1076,2025-11-06,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00693,EMP-1076,2025-11-05,Sick,4.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00694,EMP-1076,2026-02-18,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00695,EMP-1077,2025-10-26,PTO,8.0,FALSE,Sunday,Engineering,Austin Hub
+ABS-00696,EMP-1077,2025-11-16,Sick,4.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00697,EMP-1077,2026-02-03,Sick,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-00698,EMP-1077,2025-09-10,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00699,EMP-1077,2026-01-21,PTO,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00700,EMP-1077,2025-11-08,PTO,4.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00701,EMP-1077,2025-10-23,PTO,4.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-00702,EMP-1077,2025-11-07,PTO,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-00703,EMP-1078,2026-02-04,Personal,8.0,TRUE,Wednesday,Human Resources,Denver Office
+ABS-00704,EMP-1078,2025-11-27,Sick,8.0,TRUE,Thursday,Human Resources,Denver Office
+ABS-00705,EMP-1078,2025-11-05,Sick,8.0,TRUE,Wednesday,Human Resources,Denver Office
+ABS-00706,EMP-1078,2025-09-07,Personal,8.0,TRUE,Sunday,Human Resources,Denver Office
+ABS-00707,EMP-1079,2025-07-20,Personal,8.0,FALSE,Sunday,Warehouse & Logistics,Atlanta DC
+ABS-00708,EMP-1079,2026-01-29,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Atlanta DC
+ABS-00709,EMP-1079,2025-08-14,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Atlanta DC
+ABS-00710,EMP-1080,2025-07-05,Sick,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00711,EMP-1080,2025-07-18,Sick,8.0,TRUE,Friday,Sales,Austin Hub
+ABS-00712,EMP-1080,2025-08-16,Sick,4.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00713,EMP-1080,2026-01-03,Sick,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00714,EMP-1080,2025-10-23,Sick,8.0,TRUE,Thursday,Sales,Austin Hub
+ABS-00715,EMP-1080,2025-09-12,PTO,8.0,TRUE,Friday,Sales,Austin Hub
+ABS-00716,EMP-1080,2026-02-08,Personal,4.0,TRUE,Sunday,Sales,Austin Hub
+ABS-00717,EMP-1081,2025-10-09,Sick,8.0,TRUE,Thursday,Sales,Baltimore HQ
+ABS-00718,EMP-1081,2025-12-13,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00719,EMP-1081,2026-03-14,Personal,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00720,EMP-1081,2025-11-03,Sick,4.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-00721,EMP-1081,2025-08-12,Sick,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-00722,EMP-1081,2025-12-09,Sick,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-00723,EMP-1081,2026-01-17,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00724,EMP-1081,2025-08-11,Sick,4.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-00725,EMP-1081,2025-12-13,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00726,EMP-1081,2025-10-28,Personal,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-00727,EMP-1082,2025-11-09,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Denver Office
+ABS-00728,EMP-1082,2026-02-09,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-00729,EMP-1082,2025-10-10,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-00730,EMP-1082,2025-10-29,Personal,4.0,TRUE,Wednesday,Warehouse & Logistics,Denver Office
+ABS-00731,EMP-1082,2025-12-27,Sick,4.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-00732,EMP-1082,2025-08-23,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-00733,EMP-1082,2026-01-08,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Denver Office
+ABS-00734,EMP-1082,2026-03-06,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-00735,EMP-1082,2025-12-08,Personal,4.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-00736,EMP-1083,2025-12-23,PTO,4.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-00737,EMP-1083,2025-08-09,Sick,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-00738,EMP-1083,2025-07-11,Sick,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-00739,EMP-1083,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-00740,EMP-1083,2025-10-04,PTO,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-00741,EMP-1083,2025-07-21,Sick,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-00742,EMP-1083,2025-12-23,PTO,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-00743,EMP-1083,2025-11-24,Sick,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-00744,EMP-1083,2026-02-16,Sick,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-00745,EMP-1083,2025-10-01,Sick,8.0,TRUE,Wednesday,Customer Service,Austin Hub
+ABS-00746,EMP-1084,2025-10-26,Sick,8.0,TRUE,Sunday,Sales,Chicago Plant
+ABS-00747,EMP-1084,2026-03-07,Sick,8.0,TRUE,Saturday,Sales,Chicago Plant
+ABS-00748,EMP-1084,2025-09-12,PTO,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00749,EMP-1084,2025-08-05,Personal,4.0,FALSE,Tuesday,Sales,Chicago Plant
+ABS-00750,EMP-1084,2025-08-22,Sick,4.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00751,EMP-1084,2025-08-13,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00752,EMP-1084,2026-01-13,Sick,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-00753,EMP-1084,2025-10-22,Personal,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00754,EMP-1084,2026-01-24,Sick,8.0,TRUE,Saturday,Sales,Chicago Plant
+ABS-00755,EMP-1084,2025-08-12,Sick,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-00756,EMP-1084,2025-08-12,Personal,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-00757,EMP-1084,2025-09-11,Sick,8.0,TRUE,Thursday,Sales,Chicago Plant
+ABS-00758,EMP-1085,2025-10-05,Sick,8.0,TRUE,Sunday,Sales,Chicago Plant
+ABS-00759,EMP-1085,2025-11-15,Sick,8.0,TRUE,Saturday,Sales,Chicago Plant
+ABS-00760,EMP-1085,2025-08-06,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-00761,EMP-1085,2025-10-28,Sick,8.0,FALSE,Tuesday,Sales,Chicago Plant
+ABS-00762,EMP-1085,2025-12-12,Sick,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00763,EMP-1086,2026-02-12,Sick,8.0,TRUE,Thursday,Human Resources,Austin Hub
+ABS-00764,EMP-1086,2025-11-23,Sick,8.0,TRUE,Sunday,Human Resources,Austin Hub
+ABS-00765,EMP-1086,2025-07-12,PTO,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00766,EMP-1086,2026-03-07,Personal,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00767,EMP-1086,2025-12-31,PTO,8.0,TRUE,Wednesday,Human Resources,Austin Hub
+ABS-00768,EMP-1087,2025-10-16,Sick,8.0,TRUE,Thursday,Finance,Denver Office
+ABS-00769,EMP-1087,2025-08-16,Personal,8.0,TRUE,Saturday,Finance,Denver Office
+ABS-00770,EMP-1087,2025-08-25,Sick,8.0,TRUE,Monday,Finance,Denver Office
+ABS-00771,EMP-1087,2025-07-20,Sick,8.0,TRUE,Sunday,Finance,Denver Office
+ABS-00772,EMP-1088,2026-02-05,Sick,8.0,TRUE,Thursday,Sales,Chicago Plant
+ABS-00773,EMP-1088,2025-12-02,Personal,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-00774,EMP-1088,2025-10-19,Sick,4.0,TRUE,Sunday,Sales,Chicago Plant
+ABS-00775,EMP-1088,2025-10-24,Sick,4.0,TRUE,Friday,Sales,Chicago Plant
+ABS-00776,EMP-1089,2025-08-21,PTO,8.0,TRUE,Thursday,Finance,Denver Office
+ABS-00777,EMP-1089,2025-07-11,Personal,8.0,TRUE,Friday,Finance,Denver Office
+ABS-00778,EMP-1089,2025-11-29,PTO,8.0,TRUE,Saturday,Finance,Denver Office
+ABS-00779,EMP-1089,2025-11-29,Sick,8.0,TRUE,Saturday,Finance,Denver Office
+ABS-00780,EMP-1089,2025-10-12,Sick,8.0,TRUE,Sunday,Finance,Denver Office
+ABS-00781,EMP-1090,2025-07-16,PTO,4.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-00782,EMP-1090,2025-12-02,Personal,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-00783,EMP-1090,2026-01-02,Sick,8.0,TRUE,Friday,Customer Service,Chicago Plant
+ABS-00784,EMP-1090,2025-10-17,Personal,4.0,TRUE,Friday,Customer Service,Chicago Plant
+ABS-00785,EMP-1091,2026-01-31,PTO,4.0,TRUE,Saturday,Sales,Denver Office
+ABS-00786,EMP-1091,2025-12-06,PTO,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-00787,EMP-1091,2026-01-07,Personal,8.0,TRUE,Wednesday,Sales,Denver Office
+ABS-00788,EMP-1091,2025-12-13,Sick,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-00789,EMP-1091,2026-02-05,PTO,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-00790,EMP-1091,2026-01-02,Sick,8.0,TRUE,Friday,Sales,Denver Office
+ABS-00791,EMP-1091,2025-08-19,Sick,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-00792,EMP-1092,2025-09-01,Sick,8.0,FALSE,Monday,Engineering,Atlanta DC
+ABS-00793,EMP-1092,2026-02-21,Sick,8.0,TRUE,Saturday,Engineering,Atlanta DC
+ABS-00794,EMP-1092,2025-10-22,Sick,8.0,FALSE,Wednesday,Engineering,Atlanta DC
+ABS-00795,EMP-1092,2025-09-11,Sick,4.0,TRUE,Thursday,Engineering,Atlanta DC
+ABS-00796,EMP-1092,2025-09-19,Sick,8.0,TRUE,Friday,Engineering,Atlanta DC
+ABS-00797,EMP-1092,2026-02-01,Sick,8.0,TRUE,Sunday,Engineering,Atlanta DC
+ABS-00798,EMP-1092,2025-10-22,Sick,4.0,TRUE,Wednesday,Engineering,Atlanta DC
+ABS-00799,EMP-1092,2026-02-09,Sick,8.0,TRUE,Monday,Engineering,Atlanta DC
+ABS-00800,EMP-1092,2025-07-30,Sick,8.0,FALSE,Wednesday,Engineering,Atlanta DC
+ABS-00801,EMP-1093,2026-03-01,Personal,8.0,TRUE,Sunday,Finance,Austin Hub
+ABS-00802,EMP-1093,2025-12-01,Sick,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-00803,EMP-1093,2025-11-13,Sick,8.0,TRUE,Thursday,Finance,Austin Hub
+ABS-00804,EMP-1093,2026-02-28,Sick,8.0,TRUE,Saturday,Finance,Austin Hub
+ABS-00805,EMP-1093,2026-03-07,Sick,8.0,TRUE,Saturday,Finance,Austin Hub
+ABS-00806,EMP-1093,2025-09-03,Personal,8.0,TRUE,Wednesday,Finance,Austin Hub
+ABS-00807,EMP-1093,2026-02-19,Sick,4.0,TRUE,Thursday,Finance,Austin Hub
+ABS-00808,EMP-1093,2025-10-28,Sick,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00809,EMP-1093,2025-11-11,PTO,4.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00810,EMP-1093,2026-02-04,Sick,8.0,TRUE,Wednesday,Finance,Austin Hub
+ABS-00811,EMP-1093,2025-11-18,Personal,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-00812,EMP-1094,2025-12-21,Sick,4.0,TRUE,Sunday,Engineering,Denver Office
+ABS-00813,EMP-1094,2025-07-14,Sick,4.0,TRUE,Monday,Engineering,Denver Office
+ABS-00814,EMP-1094,2025-11-10,Sick,8.0,TRUE,Monday,Engineering,Denver Office
+ABS-00815,EMP-1094,2026-02-06,Sick,8.0,TRUE,Friday,Engineering,Denver Office
+ABS-00816,EMP-1094,2026-01-21,Sick,8.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-00817,EMP-1094,2025-11-30,Sick,8.0,TRUE,Sunday,Engineering,Denver Office
+ABS-00818,EMP-1094,2026-02-17,Sick,4.0,TRUE,Tuesday,Engineering,Denver Office
+ABS-00819,EMP-1094,2025-10-08,Sick,8.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-00820,EMP-1094,2025-07-03,Sick,4.0,TRUE,Thursday,Engineering,Denver Office
+ABS-00821,EMP-1094,2025-07-16,Sick,8.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-00822,EMP-1094,2026-01-22,Sick,8.0,TRUE,Thursday,Engineering,Denver Office
+ABS-00823,EMP-1095,2025-08-02,Sick,4.0,TRUE,Saturday,Sales,Denver Office
+ABS-00824,EMP-1095,2025-07-22,Sick,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-00825,EMP-1095,2026-02-03,Sick,4.0,TRUE,Tuesday,Sales,Denver Office
+ABS-00826,EMP-1095,2025-10-21,Personal,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-00827,EMP-1095,2026-01-10,PTO,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-00828,EMP-1096,2025-07-18,Personal,8.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-00829,EMP-1096,2026-02-16,Sick,8.0,FALSE,Monday,Human Resources,Atlanta DC
+ABS-00830,EMP-1096,2025-10-08,Sick,8.0,TRUE,Wednesday,Human Resources,Atlanta DC
+ABS-00831,EMP-1096,2025-11-06,Sick,4.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00832,EMP-1096,2026-02-20,Sick,8.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-00833,EMP-1096,2026-01-22,PTO,8.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00834,EMP-1096,2025-10-06,Sick,8.0,TRUE,Monday,Human Resources,Atlanta DC
+ABS-00835,EMP-1096,2025-10-27,Personal,8.0,TRUE,Monday,Human Resources,Atlanta DC
+ABS-00836,EMP-1096,2026-03-12,Sick,4.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00837,EMP-1096,2025-10-22,PTO,8.0,TRUE,Wednesday,Human Resources,Atlanta DC
+ABS-00838,EMP-1097,2025-07-02,Sick,8.0,TRUE,Wednesday,Human Resources,Chicago Plant
+ABS-00839,EMP-1097,2026-01-22,Personal,4.0,TRUE,Thursday,Human Resources,Chicago Plant
+ABS-00840,EMP-1097,2026-02-05,Sick,4.0,TRUE,Thursday,Human Resources,Chicago Plant
+ABS-00841,EMP-1097,2026-01-30,Sick,8.0,TRUE,Friday,Human Resources,Chicago Plant
+ABS-00842,EMP-1098,2025-12-24,PTO,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-00843,EMP-1098,2025-10-05,PTO,4.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-00844,EMP-1098,2026-02-19,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00845,EMP-1098,2025-11-27,Personal,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-00846,EMP-1098,2026-02-28,Sick,8.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-00847,EMP-1098,2026-01-05,PTO,4.0,TRUE,Monday,Sales,Atlanta DC
+ABS-00848,EMP-1098,2025-08-15,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-00849,EMP-1099,2025-07-04,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00850,EMP-1099,2026-02-18,PTO,8.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00851,EMP-1099,2025-07-08,Personal,4.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00852,EMP-1099,2025-10-18,PTO,8.0,TRUE,Saturday,Customer Service,Atlanta DC
+ABS-00853,EMP-1099,2025-09-09,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00854,EMP-1099,2025-11-16,PTO,8.0,TRUE,Sunday,Customer Service,Atlanta DC
+ABS-00855,EMP-1099,2025-11-24,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00856,EMP-1099,2026-01-19,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00857,EMP-1099,2025-08-06,Sick,4.0,TRUE,Wednesday,Customer Service,Atlanta DC
+ABS-00858,EMP-1099,2025-10-17,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00859,EMP-1099,2026-01-05,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00860,EMP-1099,2025-08-08,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00861,EMP-1100,2025-08-24,Sick,8.0,TRUE,Sunday,Sales,Denver Office
+ABS-00862,EMP-1100,2025-11-13,Sick,4.0,TRUE,Thursday,Sales,Denver Office
+ABS-00863,EMP-1100,2026-03-01,Sick,8.0,TRUE,Sunday,Sales,Denver Office
+ABS-00864,EMP-1100,2025-09-11,Sick,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-00865,EMP-1100,2025-11-15,Personal,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-00866,EMP-1100,2026-02-27,Sick,4.0,TRUE,Friday,Sales,Denver Office
+ABS-00867,EMP-1100,2025-12-20,Sick,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-00868,EMP-1100,2026-01-16,PTO,8.0,TRUE,Friday,Sales,Denver Office
+ABS-00869,EMP-1101,2025-10-09,Personal,8.0,TRUE,Thursday,Customer Service,Baltimore HQ
+ABS-00870,EMP-1101,2025-10-16,Sick,8.0,TRUE,Thursday,Customer Service,Baltimore HQ
+ABS-00871,EMP-1101,2026-01-01,PTO,8.0,TRUE,Thursday,Customer Service,Baltimore HQ
+ABS-00872,EMP-1101,2025-12-10,Personal,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-00873,EMP-1101,2026-02-18,Sick,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-00874,EMP-1101,2025-11-22,PTO,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-00875,EMP-1102,2025-09-13,Sick,8.0,TRUE,Saturday,Finance,Atlanta DC
+ABS-00876,EMP-1102,2026-01-15,Sick,8.0,TRUE,Thursday,Finance,Atlanta DC
+ABS-00877,EMP-1102,2025-09-16,Sick,8.0,TRUE,Tuesday,Finance,Atlanta DC
+ABS-00878,EMP-1102,2026-02-20,PTO,4.0,TRUE,Friday,Finance,Atlanta DC
+ABS-00879,EMP-1102,2025-11-17,Sick,8.0,TRUE,Monday,Finance,Atlanta DC
+ABS-00880,EMP-1102,2025-12-03,Sick,4.0,TRUE,Wednesday,Finance,Atlanta DC
+ABS-00881,EMP-1103,2026-02-28,Personal,8.0,TRUE,Saturday,Finance,Baltimore HQ
+ABS-00882,EMP-1103,2025-10-22,Personal,8.0,TRUE,Wednesday,Finance,Baltimore HQ
+ABS-00883,EMP-1103,2025-08-16,Sick,8.0,TRUE,Saturday,Finance,Baltimore HQ
+ABS-00884,EMP-1103,2026-03-09,Sick,8.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-00885,EMP-1104,2025-10-05,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00886,EMP-1104,2026-01-21,Personal,4.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00887,EMP-1104,2025-08-23,Personal,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00888,EMP-1104,2025-11-09,Sick,4.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00889,EMP-1104,2026-01-26,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00890,EMP-1104,2025-08-20,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-00891,EMP-1104,2025-11-17,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-00892,EMP-1104,2026-01-10,Sick,4.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-00893,EMP-1104,2026-02-15,Sick,4.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-00894,EMP-1105,2025-12-23,Sick,8.0,FALSE,Tuesday,Sales,Baltimore HQ
+ABS-00895,EMP-1105,2025-07-30,PTO,4.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-00896,EMP-1105,2026-02-14,PTO,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-00897,EMP-1106,2025-12-22,Sick,4.0,TRUE,Monday,Engineering,Chicago Plant
+ABS-00898,EMP-1106,2025-09-19,Sick,8.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-00899,EMP-1106,2025-08-01,Sick,8.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-00900,EMP-1106,2025-10-08,Sick,8.0,TRUE,Wednesday,Engineering,Chicago Plant
+ABS-00901,EMP-1106,2026-02-11,Sick,8.0,TRUE,Wednesday,Engineering,Chicago Plant
+ABS-00902,EMP-1106,2025-08-20,Sick,4.0,TRUE,Wednesday,Engineering,Chicago Plant
+ABS-00903,EMP-1106,2025-12-12,Sick,8.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-00904,EMP-1106,2025-07-20,Sick,8.0,TRUE,Sunday,Engineering,Chicago Plant
+ABS-00905,EMP-1107,2025-09-27,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-00906,EMP-1107,2026-02-20,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Atlanta DC
+ABS-00907,EMP-1107,2025-07-11,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Atlanta DC
+ABS-00908,EMP-1107,2025-12-08,Personal,8.0,TRUE,Monday,Warehouse & Logistics,Atlanta DC
+ABS-00909,EMP-1108,2026-03-07,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-00910,EMP-1108,2026-01-21,Personal,4.0,FALSE,Wednesday,Warehouse & Logistics,Atlanta DC
+ABS-00911,EMP-1108,2025-11-24,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Atlanta DC
+ABS-00912,EMP-1108,2025-08-30,Sick,4.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-00913,EMP-1108,2025-07-10,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Atlanta DC
+ABS-00914,EMP-1109,2025-10-09,PTO,8.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00915,EMP-1109,2025-11-16,PTO,4.0,TRUE,Sunday,Human Resources,Atlanta DC
+ABS-00916,EMP-1109,2025-07-17,Sick,8.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00917,EMP-1109,2025-10-24,Sick,4.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-00918,EMP-1109,2025-11-24,Sick,8.0,TRUE,Monday,Human Resources,Atlanta DC
+ABS-00919,EMP-1109,2025-08-14,PTO,4.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-00920,EMP-1109,2026-01-12,PTO,8.0,FALSE,Monday,Human Resources,Atlanta DC
+ABS-00921,EMP-1110,2026-01-03,Personal,8.0,TRUE,Saturday,Finance,Chicago Plant
+ABS-00922,EMP-1110,2025-09-12,Sick,8.0,TRUE,Friday,Finance,Chicago Plant
+ABS-00923,EMP-1110,2025-07-01,Sick,8.0,TRUE,Tuesday,Finance,Chicago Plant
+ABS-00924,EMP-1111,2025-09-13,PTO,4.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00925,EMP-1111,2026-01-10,Sick,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00926,EMP-1111,2026-02-05,Sick,4.0,TRUE,Thursday,Sales,Austin Hub
+ABS-00927,EMP-1111,2025-07-08,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00928,EMP-1111,2026-01-04,Sick,4.0,TRUE,Sunday,Sales,Austin Hub
+ABS-00929,EMP-1111,2025-08-13,PTO,8.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-00930,EMP-1111,2025-09-23,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00931,EMP-1111,2025-07-08,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00932,EMP-1111,2025-12-02,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-00933,EMP-1111,2025-10-10,Sick,4.0,TRUE,Friday,Sales,Austin Hub
+ABS-00934,EMP-1111,2025-08-23,PTO,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-00935,EMP-1112,2025-12-16,Sick,4.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-00936,EMP-1112,2025-11-25,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-00937,EMP-1112,2025-08-29,Sick,4.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-00938,EMP-1112,2025-09-29,Sick,4.0,TRUE,Monday,Customer Service,Baltimore HQ
+ABS-00939,EMP-1112,2026-03-08,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-00940,EMP-1112,2026-01-17,Sick,8.0,FALSE,Saturday,Customer Service,Baltimore HQ
+ABS-00941,EMP-1112,2025-09-20,Personal,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-00942,EMP-1112,2025-09-14,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-00943,EMP-1113,2025-12-01,Personal,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00944,EMP-1113,2026-02-09,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00945,EMP-1113,2025-07-28,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00946,EMP-1113,2026-01-27,Sick,8.0,TRUE,Tuesday,Customer Service,Atlanta DC
+ABS-00947,EMP-1113,2025-09-05,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00948,EMP-1113,2025-08-18,Personal,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00949,EMP-1113,2025-10-06,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00950,EMP-1113,2025-09-05,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00951,EMP-1113,2025-07-04,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00952,EMP-1113,2026-01-16,Personal,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00953,EMP-1113,2025-08-15,Personal,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00954,EMP-1113,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00955,EMP-1113,2025-07-14,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00956,EMP-1113,2026-01-16,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00957,EMP-1113,2025-12-08,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00958,EMP-1113,2026-03-09,Sick,4.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00959,EMP-1113,2026-02-06,Sick,8.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00960,EMP-1113,2025-09-26,Sick,4.0,TRUE,Friday,Customer Service,Atlanta DC
+ABS-00961,EMP-1113,2025-12-01,Sick,8.0,TRUE,Monday,Customer Service,Atlanta DC
+ABS-00962,EMP-1114,2026-01-10,Sick,8.0,TRUE,Saturday,Finance,Atlanta DC
+ABS-00963,EMP-1114,2026-01-04,Personal,8.0,TRUE,Sunday,Finance,Atlanta DC
+ABS-00964,EMP-1114,2026-01-16,Sick,8.0,TRUE,Friday,Finance,Atlanta DC
+ABS-00965,EMP-1114,2025-10-06,Sick,8.0,TRUE,Monday,Finance,Atlanta DC
+ABS-00966,EMP-1114,2025-08-24,Personal,4.0,TRUE,Sunday,Finance,Atlanta DC
+ABS-00967,EMP-1114,2025-12-13,PTO,8.0,TRUE,Saturday,Finance,Atlanta DC
+ABS-00968,EMP-1114,2026-01-20,Sick,8.0,TRUE,Tuesday,Finance,Atlanta DC
+ABS-00969,EMP-1114,2025-10-18,Sick,8.0,TRUE,Saturday,Finance,Atlanta DC
+ABS-00970,EMP-1114,2025-10-14,Personal,8.0,FALSE,Tuesday,Finance,Atlanta DC
+ABS-00971,EMP-1114,2025-12-20,Personal,4.0,FALSE,Saturday,Finance,Atlanta DC
+ABS-00972,EMP-1114,2025-10-07,PTO,8.0,FALSE,Tuesday,Finance,Atlanta DC
+ABS-00973,EMP-1114,2026-03-06,PTO,8.0,TRUE,Friday,Finance,Atlanta DC
+ABS-00974,EMP-1115,2026-02-05,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Baltimore HQ
+ABS-00975,EMP-1115,2026-02-13,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Baltimore HQ
+ABS-00976,EMP-1115,2025-11-11,PTO,8.0,FALSE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-00977,EMP-1115,2025-08-30,Personal,8.0,FALSE,Saturday,Warehouse & Logistics,Baltimore HQ
+ABS-00978,EMP-1115,2025-10-21,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-00979,EMP-1115,2025-12-31,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Baltimore HQ
+ABS-00980,EMP-1115,2026-03-12,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Baltimore HQ
+ABS-00981,EMP-1116,2025-09-11,PTO,8.0,TRUE,Thursday,Human Resources,Austin Hub
+ABS-00982,EMP-1116,2025-08-24,Sick,8.0,TRUE,Sunday,Human Resources,Austin Hub
+ABS-00983,EMP-1116,2026-03-04,Sick,8.0,TRUE,Wednesday,Human Resources,Austin Hub
+ABS-00984,EMP-1116,2026-01-06,Personal,8.0,TRUE,Tuesday,Human Resources,Austin Hub
+ABS-00985,EMP-1116,2025-09-15,Sick,8.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-00986,EMP-1116,2026-02-21,Sick,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-00987,EMP-1116,2025-11-25,Sick,8.0,TRUE,Tuesday,Human Resources,Austin Hub
+ABS-00988,EMP-1116,2025-09-09,Sick,8.0,TRUE,Tuesday,Human Resources,Austin Hub
+ABS-00989,EMP-1116,2025-07-23,Sick,8.0,TRUE,Wednesday,Human Resources,Austin Hub
+ABS-00990,EMP-1117,2025-11-06,Sick,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-00991,EMP-1117,2026-02-26,Sick,4.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-00992,EMP-1117,2025-08-01,PTO,8.0,FALSE,Friday,Customer Service,Chicago Plant
+ABS-00993,EMP-1117,2026-03-07,Sick,8.0,TRUE,Saturday,Customer Service,Chicago Plant
+ABS-00994,EMP-1117,2026-02-04,Personal,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-00995,EMP-1117,2025-08-10,PTO,8.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-00996,EMP-1117,2026-01-19,Personal,8.0,TRUE,Monday,Customer Service,Chicago Plant
+ABS-00997,EMP-1117,2025-08-29,Personal,8.0,TRUE,Friday,Customer Service,Chicago Plant
+ABS-00998,EMP-1117,2025-07-21,Personal,8.0,TRUE,Monday,Customer Service,Chicago Plant
+ABS-00999,EMP-1117,2025-07-06,Personal,4.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01000,EMP-1118,2025-08-30,Personal,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-01001,EMP-1118,2026-02-08,Sick,8.0,FALSE,Sunday,Sales,Austin Hub
+ABS-01002,EMP-1118,2026-01-25,Sick,8.0,TRUE,Sunday,Sales,Austin Hub
+ABS-01003,EMP-1118,2026-01-19,Sick,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-01004,EMP-1118,2025-12-28,Personal,4.0,TRUE,Sunday,Sales,Austin Hub
+ABS-01005,EMP-1118,2025-09-17,Sick,8.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-01006,EMP-1118,2025-08-03,PTO,8.0,TRUE,Sunday,Sales,Austin Hub
+ABS-01007,EMP-1118,2026-01-30,PTO,8.0,TRUE,Friday,Sales,Austin Hub
+ABS-01008,EMP-1118,2026-01-17,Personal,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-01009,EMP-1118,2025-08-18,Sick,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-01010,EMP-1118,2026-03-11,Sick,8.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-01011,EMP-1119,2025-12-10,Sick,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-01012,EMP-1119,2025-08-16,Sick,4.0,TRUE,Saturday,Sales,Chicago Plant
+ABS-01013,EMP-1119,2025-07-18,Sick,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-01014,EMP-1119,2025-10-10,Sick,8.0,TRUE,Friday,Sales,Chicago Plant
+ABS-01015,EMP-1119,2026-02-03,Personal,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-01016,EMP-1119,2025-07-15,Personal,8.0,TRUE,Tuesday,Sales,Chicago Plant
+ABS-01017,EMP-1119,2025-08-20,Personal,8.0,TRUE,Wednesday,Sales,Chicago Plant
+ABS-01018,EMP-1120,2025-08-06,PTO,4.0,TRUE,Wednesday,Warehouse & Logistics,Denver Office
+ABS-01019,EMP-1120,2025-08-01,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01020,EMP-1120,2025-10-20,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-01021,EMP-1120,2025-11-08,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-01022,EMP-1120,2026-02-13,Sick,4.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01023,EMP-1120,2025-08-11,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-01024,EMP-1121,2026-01-30,Sick,8.0,TRUE,Friday,Finance,Chicago Plant
+ABS-01025,EMP-1121,2026-01-14,Personal,8.0,TRUE,Wednesday,Finance,Chicago Plant
+ABS-01026,EMP-1121,2025-07-24,Personal,8.0,TRUE,Thursday,Finance,Chicago Plant
+ABS-01027,EMP-1121,2025-11-21,Sick,4.0,TRUE,Friday,Finance,Chicago Plant
+ABS-01028,EMP-1121,2025-07-31,PTO,8.0,TRUE,Thursday,Finance,Chicago Plant
+ABS-01029,EMP-1121,2026-02-02,PTO,8.0,TRUE,Monday,Finance,Chicago Plant
+ABS-01030,EMP-1121,2025-09-29,Sick,4.0,TRUE,Monday,Finance,Chicago Plant
+ABS-01031,EMP-1121,2025-08-12,Sick,8.0,TRUE,Tuesday,Finance,Chicago Plant
+ABS-01032,EMP-1121,2026-03-05,Sick,8.0,TRUE,Thursday,Finance,Chicago Plant
+ABS-01033,EMP-1121,2025-10-12,Sick,8.0,FALSE,Sunday,Finance,Chicago Plant
+ABS-01034,EMP-1121,2026-02-04,PTO,4.0,TRUE,Wednesday,Finance,Chicago Plant
+ABS-01035,EMP-1122,2026-01-20,Sick,4.0,TRUE,Tuesday,Engineering,Baltimore HQ
+ABS-01036,EMP-1122,2025-10-31,PTO,8.0,TRUE,Friday,Engineering,Baltimore HQ
+ABS-01037,EMP-1122,2025-12-18,Sick,8.0,TRUE,Thursday,Engineering,Baltimore HQ
+ABS-01038,EMP-1122,2025-10-31,Personal,8.0,TRUE,Friday,Engineering,Baltimore HQ
+ABS-01039,EMP-1122,2026-02-06,PTO,8.0,FALSE,Friday,Engineering,Baltimore HQ
+ABS-01040,EMP-1123,2025-09-25,Sick,8.0,TRUE,Thursday,Finance,Austin Hub
+ABS-01041,EMP-1123,2025-10-06,Sick,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-01042,EMP-1123,2025-11-29,Sick,4.0,TRUE,Saturday,Finance,Austin Hub
+ABS-01043,EMP-1123,2025-08-15,Sick,8.0,TRUE,Friday,Finance,Austin Hub
+ABS-01044,EMP-1123,2026-01-14,PTO,8.0,TRUE,Wednesday,Finance,Austin Hub
+ABS-01045,EMP-1123,2026-02-23,Sick,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-01046,EMP-1123,2025-09-07,Sick,4.0,TRUE,Sunday,Finance,Austin Hub
+ABS-01047,EMP-1123,2025-07-13,Sick,8.0,FALSE,Sunday,Finance,Austin Hub
+ABS-01048,EMP-1123,2025-10-12,Sick,8.0,TRUE,Sunday,Finance,Austin Hub
+ABS-01049,EMP-1123,2025-07-07,PTO,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-01050,EMP-1123,2025-08-17,PTO,8.0,TRUE,Sunday,Finance,Austin Hub
+ABS-01051,EMP-1124,2025-08-24,PTO,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01052,EMP-1124,2025-12-13,Sick,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01053,EMP-1124,2025-10-15,Sick,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-01054,EMP-1124,2025-10-26,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01055,EMP-1124,2025-09-01,Sick,8.0,TRUE,Monday,Customer Service,Baltimore HQ
+ABS-01056,EMP-1124,2026-01-26,PTO,8.0,TRUE,Monday,Customer Service,Baltimore HQ
+ABS-01057,EMP-1124,2025-08-16,Sick,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01058,EMP-1124,2025-11-30,PTO,8.0,FALSE,Sunday,Customer Service,Baltimore HQ
+ABS-01059,EMP-1124,2025-12-16,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01060,EMP-1124,2025-08-13,Personal,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-01061,EMP-1124,2025-08-26,Sick,4.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01062,EMP-1124,2026-01-20,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01063,EMP-1125,2025-11-23,Sick,8.0,TRUE,Sunday,Engineering,Chicago Plant
+ABS-01064,EMP-1125,2025-07-30,Sick,8.0,TRUE,Wednesday,Engineering,Chicago Plant
+ABS-01065,EMP-1125,2025-07-07,PTO,8.0,TRUE,Monday,Engineering,Chicago Plant
+ABS-01066,EMP-1125,2026-01-31,Sick,8.0,TRUE,Saturday,Engineering,Chicago Plant
+ABS-01067,EMP-1126,2025-11-07,Sick,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01068,EMP-1126,2026-02-08,Personal,8.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-01069,EMP-1126,2025-08-01,Sick,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01070,EMP-1126,2025-09-22,Personal,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01071,EMP-1126,2025-10-26,Sick,8.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-01072,EMP-1126,2025-09-20,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-01073,EMP-1126,2025-07-07,Personal,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01074,EMP-1127,2025-09-06,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Baltimore HQ
+ABS-01075,EMP-1127,2025-09-14,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Baltimore HQ
+ABS-01076,EMP-1127,2025-12-16,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-01077,EMP-1127,2026-01-05,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Baltimore HQ
+ABS-01078,EMP-1127,2025-11-10,Personal,8.0,TRUE,Monday,Warehouse & Logistics,Baltimore HQ
+ABS-01079,EMP-1127,2026-02-12,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Baltimore HQ
+ABS-01080,EMP-1127,2025-07-17,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Baltimore HQ
+ABS-01081,EMP-1127,2025-12-12,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Baltimore HQ
+ABS-01082,EMP-1127,2025-11-05,Personal,8.0,TRUE,Wednesday,Warehouse & Logistics,Baltimore HQ
+ABS-01083,EMP-1128,2026-03-06,Personal,4.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-01084,EMP-1128,2025-12-09,Sick,8.0,TRUE,Tuesday,Engineering,Chicago Plant
+ABS-01085,EMP-1128,2026-02-25,Personal,8.0,TRUE,Wednesday,Engineering,Chicago Plant
+ABS-01086,EMP-1128,2025-09-16,Sick,8.0,TRUE,Tuesday,Engineering,Chicago Plant
+ABS-01087,EMP-1128,2026-02-27,Sick,8.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-01088,EMP-1128,2025-08-29,PTO,8.0,TRUE,Friday,Engineering,Chicago Plant
+ABS-01089,EMP-1129,2025-11-14,Personal,4.0,TRUE,Friday,Engineering,Atlanta DC
+ABS-01090,EMP-1129,2025-08-17,Sick,8.0,TRUE,Sunday,Engineering,Atlanta DC
+ABS-01091,EMP-1129,2026-03-05,Sick,4.0,FALSE,Thursday,Engineering,Atlanta DC
+ABS-01092,EMP-1129,2025-07-22,Sick,4.0,TRUE,Tuesday,Engineering,Atlanta DC
+ABS-01093,EMP-1129,2026-02-15,Personal,8.0,TRUE,Sunday,Engineering,Atlanta DC
+ABS-01094,EMP-1129,2025-11-24,Personal,8.0,TRUE,Monday,Engineering,Atlanta DC
+ABS-01095,EMP-1130,2025-12-07,Personal,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01096,EMP-1130,2025-09-19,Personal,8.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-01097,EMP-1130,2026-01-21,PTO,8.0,FALSE,Wednesday,Customer Service,Baltimore HQ
+ABS-01098,EMP-1130,2026-01-14,Sick,8.0,TRUE,Wednesday,Customer Service,Baltimore HQ
+ABS-01099,EMP-1130,2025-10-07,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01100,EMP-1130,2025-11-24,Sick,4.0,TRUE,Monday,Customer Service,Baltimore HQ
+ABS-01101,EMP-1131,2025-07-24,Personal,8.0,TRUE,Thursday,Customer Service,Austin Hub
+ABS-01102,EMP-1131,2025-11-28,Personal,4.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01103,EMP-1131,2025-10-24,Sick,4.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01104,EMP-1131,2025-11-06,Sick,8.0,TRUE,Thursday,Customer Service,Austin Hub
+ABS-01105,EMP-1131,2025-09-15,Personal,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-01106,EMP-1131,2025-11-14,Sick,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01107,EMP-1131,2025-07-29,Sick,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-01108,EMP-1131,2026-01-23,PTO,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01109,EMP-1132,2025-09-04,Sick,8.0,FALSE,Thursday,Finance,Austin Hub
+ABS-01110,EMP-1132,2026-01-05,Sick,4.0,TRUE,Monday,Finance,Austin Hub
+ABS-01111,EMP-1132,2026-03-03,PTO,8.0,FALSE,Tuesday,Finance,Austin Hub
+ABS-01112,EMP-1132,2025-10-14,Sick,8.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-01113,EMP-1133,2026-01-02,Sick,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01114,EMP-1133,2026-01-13,Sick,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-01115,EMP-1133,2026-03-14,Sick,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-01116,EMP-1133,2025-07-16,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01117,EMP-1133,2026-02-18,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01118,EMP-1133,2025-10-22,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01119,EMP-1134,2025-12-19,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-01120,EMP-1134,2025-12-26,PTO,4.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-01121,EMP-1134,2025-08-11,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Chicago Plant
+ABS-01122,EMP-1134,2025-10-26,PTO,4.0,FALSE,Sunday,Warehouse & Logistics,Chicago Plant
+ABS-01123,EMP-1134,2025-08-15,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-01124,EMP-1134,2025-10-17,Sick,4.0,TRUE,Friday,Warehouse & Logistics,Chicago Plant
+ABS-01125,EMP-1134,2025-07-02,Personal,4.0,TRUE,Wednesday,Warehouse & Logistics,Chicago Plant
+ABS-01126,EMP-1135,2025-09-01,Personal,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01127,EMP-1135,2025-07-14,Sick,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01128,EMP-1135,2025-12-25,Sick,8.0,TRUE,Thursday,Sales,Baltimore HQ
+ABS-01129,EMP-1136,2026-01-08,Sick,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01130,EMP-1136,2026-03-09,Sick,4.0,TRUE,Monday,Sales,Denver Office
+ABS-01131,EMP-1136,2025-08-08,Sick,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01132,EMP-1137,2026-01-16,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01133,EMP-1137,2025-08-29,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01134,EMP-1137,2025-11-21,Sick,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01135,EMP-1137,2026-03-07,Personal,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-01136,EMP-1137,2026-02-04,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Denver Office
+ABS-01137,EMP-1137,2025-09-13,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-01138,EMP-1138,2025-12-10,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Austin Hub
+ABS-01139,EMP-1138,2026-03-10,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Austin Hub
+ABS-01140,EMP-1138,2025-10-12,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-01141,EMP-1138,2025-10-13,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-01142,EMP-1139,2026-01-28,Personal,8.0,TRUE,Wednesday,Finance,Baltimore HQ
+ABS-01143,EMP-1139,2026-01-07,PTO,8.0,TRUE,Wednesday,Finance,Baltimore HQ
+ABS-01144,EMP-1139,2026-02-13,PTO,8.0,TRUE,Friday,Finance,Baltimore HQ
+ABS-01145,EMP-1139,2025-10-23,PTO,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-01146,EMP-1139,2026-01-19,Sick,8.0,FALSE,Monday,Finance,Baltimore HQ
+ABS-01147,EMP-1139,2025-12-18,Personal,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-01148,EMP-1139,2025-07-28,PTO,8.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-01149,EMP-1139,2025-12-28,PTO,8.0,FALSE,Sunday,Finance,Baltimore HQ
+ABS-01150,EMP-1139,2025-11-20,Sick,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-01151,EMP-1139,2026-03-13,Sick,8.0,TRUE,Friday,Finance,Baltimore HQ
+ABS-01152,EMP-1139,2026-03-09,Sick,8.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-02205,EMP-1231,2025-09-26,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-02206,EMP-1231,2025-11-04,PTO,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-02207,EMP-1231,2026-02-18,PTO,4.0,FALSE,Wed,Finance,Atlanta DC
+ABS-02208,EMP-1232,2025-08-08,PTO,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-02209,EMP-1232,2026-03-04,Personal,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02210,EMP-1233,2025-12-09,PTO,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-02211,EMP-1233,2026-02-08,Sick,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-02212,EMP-1234,2025-07-10,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02213,EMP-1234,2025-07-31,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02214,EMP-1234,2025-08-12,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02215,EMP-1234,2025-08-23,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02216,EMP-1234,2025-12-14,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02217,EMP-1234,2026-01-02,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02218,EMP-1234,2026-02-13,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02219,EMP-1235,2025-07-03,Sick,4.0,TRUE,Thu,Customer Service,Denver Office
+ABS-02220,EMP-1235,2025-11-19,PTO,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-02221,EMP-1235,2025-11-26,PTO,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-02222,EMP-1235,2026-01-01,Sick,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-02223,EMP-1236,2025-12-29,PTO,8.0,FALSE,Mon,Engineering,Atlanta DC
+ABS-02224,EMP-1238,2025-07-23,PTO,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-02225,EMP-1238,2025-08-07,Personal,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02226,EMP-1239,2025-09-07,Sick,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-02227,EMP-1239,2025-09-14,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-02228,EMP-1241,2025-07-07,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02229,EMP-1241,2025-08-06,Personal,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02230,EMP-1241,2025-08-26,PTO,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02231,EMP-1241,2025-09-01,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02232,EMP-1241,2025-11-12,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02233,EMP-1241,2025-12-05,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02234,EMP-1241,2025-12-19,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02235,EMP-1241,2026-02-21,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02236,EMP-1242,2025-11-08,PTO,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-02237,EMP-1242,2026-02-18,PTO,8.0,FALSE,Wed,Engineering,Austin Hub
+ABS-02238,EMP-1243,2025-07-18,PTO,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-02239,EMP-1243,2025-10-16,Sick,8.0,TRUE,Thu,Finance,Baltimore HQ
+ABS-02240,EMP-1243,2026-03-07,PTO,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-02241,EMP-1244,2025-07-04,PTO,8.0,FALSE,Fri,Human Resources,Chicago Plant
+ABS-02242,EMP-1245,2025-07-18,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-02243,EMP-1245,2025-08-13,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-02244,EMP-1245,2025-11-08,PTO,4.0,TRUE,Sat,Sales,Denver Office
+ABS-02245,EMP-1245,2026-03-26,Sick,8.0,FALSE,Thu,Sales,Denver Office
+ABS-02246,EMP-1246,2025-08-22,Sick,8.0,FALSE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-02247,EMP-1246,2025-09-29,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-02248,EMP-1247,2026-02-06,PTO,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-02249,EMP-1247,2026-03-14,Sick,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-02250,EMP-1248,2025-08-16,PTO,8.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-02251,EMP-1248,2025-11-26,PTO,8.0,FALSE,Wed,Engineering,Baltimore HQ
+ABS-02252,EMP-1249,2025-11-18,PTO,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02253,EMP-1249,2026-01-17,Sick,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-02254,EMP-1249,2026-03-10,Sick,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02255,EMP-1250,2025-07-31,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-02256,EMP-1250,2025-09-02,PTO,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02257,EMP-1251,2025-10-26,PTO,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-02258,EMP-1253,2025-07-16,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02259,EMP-1253,2025-10-01,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02260,EMP-1253,2025-10-26,Personal,8.0,FALSE,Sun,Customer Service,Baltimore HQ
+ABS-02261,EMP-1253,2025-11-29,PTO,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02262,EMP-1253,2026-01-14,Sick,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02263,EMP-1253,2026-03-09,PTO,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-02264,EMP-1254,2025-09-04,Sick,4.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-02265,EMP-1254,2025-09-26,Sick,4.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-02266,EMP-1254,2025-12-05,Sick,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-02267,EMP-1256,2025-07-15,PTO,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-02268,EMP-1256,2025-09-01,Sick,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-02269,EMP-1256,2025-12-17,PTO,8.0,FALSE,Wed,Human Resources,Atlanta DC
+ABS-02270,EMP-1256,2026-02-28,Personal,4.0,TRUE,Sat,Human Resources,Atlanta DC
+ABS-02271,EMP-1257,2025-08-02,Personal,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-02272,EMP-1257,2025-09-01,Sick,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-02273,EMP-1258,2025-07-11,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-02274,EMP-1258,2025-10-02,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-02275,EMP-1258,2026-01-21,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-02276,EMP-1258,2026-01-31,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-02277,EMP-1259,2025-09-24,Personal,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-02278,EMP-1259,2025-10-10,PTO,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02279,EMP-1259,2025-12-18,Sick,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-02280,EMP-1259,2026-01-21,PTO,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-02281,EMP-1260,2025-08-27,PTO,8.0,FALSE,Wed,Engineering,Denver Office
+ABS-02282,EMP-1260,2025-10-16,PTO,4.0,FALSE,Thu,Engineering,Denver Office
+ABS-02283,EMP-1261,2025-09-04,Sick,4.0,TRUE,Thu,Finance,Atlanta DC
+ABS-02284,EMP-1261,2026-02-04,Sick,8.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02285,EMP-1261,2026-03-09,Sick,8.0,FALSE,Mon,Finance,Atlanta DC
+ABS-02286,EMP-1261,2026-03-11,Personal,8.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02287,EMP-1262,2025-08-03,Personal,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-02288,EMP-1262,2025-10-10,Sick,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-02289,EMP-1262,2026-01-14,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02290,EMP-1262,2026-03-02,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02291,EMP-1263,2025-09-19,PTO,4.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-02292,EMP-1263,2025-09-26,Personal,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-02293,EMP-1263,2025-10-25,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-02294,EMP-1263,2026-01-21,PTO,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-02295,EMP-1263,2026-02-11,Sick,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-02296,EMP-1265,2025-07-01,Personal,8.0,TRUE,Tue,Customer Service,Denver Office
+ABS-02297,EMP-1265,2025-08-16,PTO,4.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02298,EMP-1265,2025-09-20,Personal,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02299,EMP-1265,2026-02-07,PTO,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02300,EMP-1265,2026-02-22,PTO,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-02301,EMP-1266,2025-07-30,Personal,8.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-02302,EMP-1266,2025-08-27,Sick,8.0,FALSE,Wed,Engineering,Atlanta DC
+ABS-02303,EMP-1266,2025-12-21,PTO,4.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-02304,EMP-1266,2026-01-02,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-02305,EMP-1266,2026-03-03,PTO,4.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-02306,EMP-1267,2025-09-07,PTO,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-02307,EMP-1267,2025-10-11,PTO,4.0,TRUE,Sat,Finance,Austin Hub
+ABS-02308,EMP-1267,2025-10-26,Personal,8.0,FALSE,Sun,Finance,Austin Hub
+ABS-02309,EMP-1267,2026-02-26,PTO,8.0,FALSE,Thu,Finance,Austin Hub
+ABS-02310,EMP-1268,2025-11-22,Sick,4.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-02311,EMP-1269,2025-08-05,Sick,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-02312,EMP-1269,2025-09-13,Sick,8.0,FALSE,Sat,Sales,Chicago Plant
+ABS-02313,EMP-1269,2026-03-13,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-02314,EMP-1271,2025-07-17,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02315,EMP-1271,2025-08-22,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02316,EMP-1272,2025-09-21,PTO,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02317,EMP-1272,2026-01-08,Sick,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-02318,EMP-1272,2026-01-27,Sick,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02319,EMP-1272,2026-03-24,Sick,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02320,EMP-1273,2025-10-05,PTO,8.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-02321,EMP-1273,2025-12-21,Sick,4.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-02322,EMP-1274,2025-08-10,PTO,8.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-02323,EMP-1274,2025-10-14,PTO,4.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-02324,EMP-1274,2025-10-31,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-02325,EMP-1274,2025-11-27,PTO,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-02326,EMP-1274,2026-01-03,Personal,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-02327,EMP-1274,2026-01-16,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-02328,EMP-1275,2025-08-02,PTO,8.0,FALSE,Sat,Sales,Denver Office
+ABS-02329,EMP-1275,2025-09-22,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-02330,EMP-1275,2025-10-24,Personal,4.0,TRUE,Fri,Sales,Denver Office
+ABS-02331,EMP-1275,2025-12-09,Personal,4.0,TRUE,Tue,Sales,Denver Office
+ABS-02332,EMP-1275,2026-02-03,Sick,8.0,TRUE,Tue,Sales,Denver Office
+ABS-02333,EMP-1277,2025-07-07,PTO,4.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-02334,EMP-1278,2025-07-10,PTO,4.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-02335,EMP-1278,2025-07-20,Sick,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-02336,EMP-1278,2025-10-17,Sick,8.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-02337,EMP-1278,2025-11-05,Sick,8.0,FALSE,Wed,Engineering,Baltimore HQ
+ABS-02338,EMP-1279,2025-07-19,PTO,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-02339,EMP-1279,2025-08-31,PTO,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-02340,EMP-1279,2025-09-28,PTO,4.0,TRUE,Sun,Finance,Chicago Plant
+ABS-02341,EMP-1279,2025-12-08,PTO,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-02342,EMP-1279,2025-12-22,PTO,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-02343,EMP-1280,2025-08-25,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02344,EMP-1280,2026-01-27,PTO,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02345,EMP-1280,2026-03-09,Sick,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02346,EMP-1281,2025-09-30,PTO,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02347,EMP-1281,2025-10-07,Personal,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02348,EMP-1281,2025-12-02,Sick,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02349,EMP-1281,2025-12-21,Personal,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-02350,EMP-1282,2025-08-07,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-02351,EMP-1282,2025-10-17,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-02352,EMP-1282,2025-11-18,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-02353,EMP-1282,2025-11-23,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02354,EMP-1282,2026-03-18,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-02355,EMP-1283,2025-08-10,PTO,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-02356,EMP-1283,2025-08-23,PTO,4.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02357,EMP-1283,2025-11-13,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-02358,EMP-1283,2025-12-30,PTO,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-02359,EMP-1283,2026-02-08,Personal,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-02360,EMP-1283,2026-03-13,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-02361,EMP-1284,2025-08-09,PTO,4.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-02362,EMP-1284,2025-09-15,PTO,8.0,FALSE,Mon,Engineering,Chicago Plant
+ABS-02363,EMP-1284,2026-01-25,Personal,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-02364,EMP-1284,2026-03-18,Sick,4.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-02365,EMP-1286,2025-07-22,PTO,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-02366,EMP-1286,2025-11-06,PTO,4.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-02367,EMP-1287,2025-07-21,Sick,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-02368,EMP-1287,2025-09-24,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02369,EMP-1287,2026-02-18,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02370,EMP-1289,2025-07-05,Personal,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-02371,EMP-1289,2025-07-11,Personal,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02372,EMP-1289,2025-10-03,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-02373,EMP-1290,2025-10-28,Personal,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-02374,EMP-1290,2025-11-13,Sick,8.0,TRUE,Thu,Engineering,Denver Office
+ABS-02375,EMP-1291,2025-08-31,Sick,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-02376,EMP-1291,2025-10-28,PTO,8.0,FALSE,Tue,Finance,Atlanta DC
+ABS-02377,EMP-1291,2025-12-11,Sick,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-02378,EMP-1292,2026-03-15,Sick,4.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-02379,EMP-1293,2025-07-22,PTO,8.0,FALSE,Tue,Sales,Baltimore HQ
+ABS-02380,EMP-1293,2025-10-30,Sick,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-02381,EMP-1293,2026-03-12,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-02382,EMP-1294,2025-08-14,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02383,EMP-1294,2025-11-24,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02384,EMP-1294,2025-12-12,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02385,EMP-1295,2025-07-04,PTO,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-02386,EMP-1295,2026-02-14,PTO,4.0,TRUE,Sat,Customer Service,Denver Office
+ABS-02387,EMP-1295,2026-03-15,Sick,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-02388,EMP-1296,2025-07-12,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-02389,EMP-1296,2026-02-10,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-02390,EMP-1296,2026-02-13,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-02391,EMP-1297,2025-07-20,Personal,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-02392,EMP-1297,2025-07-31,PTO,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-02393,EMP-1297,2025-09-04,PTO,4.0,FALSE,Thu,Finance,Austin Hub
+ABS-02394,EMP-1297,2026-03-09,Personal,4.0,TRUE,Mon,Finance,Austin Hub
+ABS-02395,EMP-1297,2026-03-14,PTO,4.0,TRUE,Sat,Finance,Austin Hub
+ABS-02396,EMP-1297,2026-03-27,Personal,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-02397,EMP-1298,2025-09-11,Sick,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02398,EMP-1298,2025-11-16,PTO,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-02399,EMP-1298,2025-11-27,Sick,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02400,EMP-1298,2026-02-02,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-02401,EMP-1298,2026-03-06,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02402,EMP-1299,2026-02-10,Personal,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-01153,EMP-1139,2026-02-09,Sick,8.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-01154,EMP-1140,2026-02-20,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-01155,EMP-1140,2026-03-08,PTO,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-01156,EMP-1140,2025-12-19,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-01157,EMP-1140,2025-11-26,Sick,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-01158,EMP-1140,2026-01-28,Sick,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-01159,EMP-1140,2025-07-11,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-01160,EMP-1140,2025-10-30,Sick,8.0,FALSE,Thursday,Sales,Atlanta DC
+ABS-01161,EMP-1140,2025-08-14,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-01162,EMP-1140,2025-08-14,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-01163,EMP-1140,2025-11-27,Sick,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-01164,EMP-1140,2026-03-11,Sick,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-01165,EMP-1140,2025-07-13,Personal,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-01166,EMP-1141,2025-10-23,PTO,4.0,TRUE,Thursday,Sales,Austin Hub
+ABS-01167,EMP-1141,2025-12-08,Sick,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-01168,EMP-1141,2025-11-30,Personal,8.0,TRUE,Sunday,Sales,Austin Hub
+ABS-01169,EMP-1142,2025-10-31,PTO,8.0,TRUE,Friday,Engineering,Atlanta DC
+ABS-01170,EMP-1142,2025-09-19,Personal,8.0,TRUE,Friday,Engineering,Atlanta DC
+ABS-01171,EMP-1142,2025-12-03,Sick,8.0,FALSE,Wednesday,Engineering,Atlanta DC
+ABS-01172,EMP-1143,2025-12-16,Sick,8.0,TRUE,Tuesday,Human Resources,Denver Office
+ABS-01173,EMP-1143,2025-07-07,Sick,8.0,TRUE,Monday,Human Resources,Denver Office
+ABS-01174,EMP-1143,2025-08-31,PTO,8.0,TRUE,Sunday,Human Resources,Denver Office
+ABS-01175,EMP-1143,2025-11-05,Sick,8.0,TRUE,Wednesday,Human Resources,Denver Office
+ABS-01176,EMP-1144,2026-02-25,Sick,4.0,TRUE,Wednesday,Warehouse & Logistics,Denver Office
+ABS-01177,EMP-1144,2025-11-01,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-01178,EMP-1144,2025-11-03,Personal,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-01179,EMP-1144,2025-10-03,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Denver Office
+ABS-01180,EMP-1144,2026-01-18,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Denver Office
+ABS-01181,EMP-1145,2025-07-16,Personal,8.0,TRUE,Wednesday,Human Resources,Baltimore HQ
+ABS-01182,EMP-1145,2025-07-28,Personal,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-01183,EMP-1145,2025-11-22,Sick,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-01184,EMP-1145,2025-08-01,Sick,8.0,FALSE,Friday,Human Resources,Baltimore HQ
+ABS-01185,EMP-1145,2025-09-01,Sick,8.0,TRUE,Monday,Human Resources,Baltimore HQ
+ABS-01186,EMP-1145,2025-11-01,Personal,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-01187,EMP-1146,2026-02-26,Personal,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01188,EMP-1146,2025-08-28,Personal,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01189,EMP-1146,2026-02-05,Sick,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01190,EMP-1146,2026-01-30,Sick,4.0,TRUE,Friday,Sales,Denver Office
+ABS-01191,EMP-1146,2025-09-26,PTO,8.0,FALSE,Friday,Sales,Denver Office
+ABS-01192,EMP-1146,2025-12-26,PTO,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01193,EMP-1146,2025-09-28,Personal,8.0,TRUE,Sunday,Sales,Denver Office
+ABS-01194,EMP-1146,2026-01-29,PTO,4.0,TRUE,Thursday,Sales,Denver Office
+ABS-01195,EMP-1146,2026-02-20,Personal,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01196,EMP-1146,2025-12-26,Personal,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01197,EMP-1147,2025-08-22,Personal,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01198,EMP-1147,2026-02-15,Sick,8.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-01199,EMP-1147,2025-12-01,PTO,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01200,EMP-1147,2026-01-04,Sick,8.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-01201,EMP-1147,2026-01-02,Sick,4.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01202,EMP-1147,2026-01-29,PTO,8.0,TRUE,Thursday,Sales,Baltimore HQ
+ABS-01203,EMP-1147,2025-07-04,Personal,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01204,EMP-1147,2025-12-31,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01205,EMP-1147,2025-08-19,Personal,8.0,TRUE,Tuesday,Sales,Baltimore HQ
+ABS-01206,EMP-1147,2025-09-07,Sick,4.0,TRUE,Sunday,Sales,Baltimore HQ
+ABS-01207,EMP-1147,2026-01-21,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01208,EMP-1148,2025-10-28,Personal,8.0,TRUE,Tuesday,Human Resources,Baltimore HQ
+ABS-01209,EMP-1148,2026-02-08,PTO,4.0,TRUE,Sunday,Human Resources,Baltimore HQ
+ABS-01210,EMP-1148,2025-08-23,Personal,8.0,TRUE,Saturday,Human Resources,Baltimore HQ
+ABS-01211,EMP-1148,2025-10-24,Personal,4.0,TRUE,Friday,Human Resources,Baltimore HQ
+ABS-01212,EMP-1149,2026-01-08,PTO,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01213,EMP-1149,2025-12-02,Personal,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01214,EMP-1149,2026-02-25,Personal,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01215,EMP-1149,2026-02-11,Sick,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01216,EMP-1149,2025-12-10,Sick,8.0,FALSE,Wednesday,Customer Service,Chicago Plant
+ABS-01217,EMP-1149,2025-07-01,Personal,4.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01218,EMP-1149,2025-12-20,Personal,8.0,TRUE,Saturday,Customer Service,Chicago Plant
+ABS-01219,EMP-1149,2026-01-08,Sick,4.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01220,EMP-1150,2026-02-22,Sick,8.0,TRUE,Sunday,Finance,Atlanta DC
+ABS-01221,EMP-1150,2025-12-17,Sick,8.0,TRUE,Wednesday,Finance,Atlanta DC
+ABS-01222,EMP-1150,2025-07-23,PTO,8.0,TRUE,Wednesday,Finance,Atlanta DC
+ABS-01223,EMP-1150,2026-01-22,Sick,4.0,TRUE,Thursday,Finance,Atlanta DC
+ABS-01224,EMP-1150,2026-02-14,Sick,8.0,TRUE,Saturday,Finance,Atlanta DC
+ABS-01225,EMP-1150,2026-02-10,PTO,8.0,TRUE,Tuesday,Finance,Atlanta DC
+ABS-01226,EMP-1150,2025-10-01,Sick,8.0,TRUE,Wednesday,Finance,Atlanta DC
+ABS-01227,EMP-1150,2025-07-11,Sick,8.0,TRUE,Friday,Finance,Atlanta DC
+ABS-01228,EMP-1151,2025-08-24,Sick,8.0,TRUE,Sunday,Engineering,Denver Office
+ABS-01229,EMP-1151,2025-12-04,Personal,8.0,TRUE,Thursday,Engineering,Denver Office
+ABS-01230,EMP-1151,2026-02-14,Personal,8.0,FALSE,Saturday,Engineering,Denver Office
+ABS-01231,EMP-1151,2026-02-14,Sick,8.0,TRUE,Saturday,Engineering,Denver Office
+ABS-01232,EMP-1151,2025-10-17,Personal,8.0,TRUE,Friday,Engineering,Denver Office
+ABS-01233,EMP-1151,2025-10-19,Personal,8.0,TRUE,Sunday,Engineering,Denver Office
+ABS-01234,EMP-1151,2025-08-29,PTO,8.0,FALSE,Friday,Engineering,Denver Office
+ABS-01235,EMP-1151,2026-02-27,Sick,8.0,TRUE,Friday,Engineering,Denver Office
+ABS-01236,EMP-1151,2025-08-13,Sick,8.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-01237,EMP-1151,2025-12-11,Personal,4.0,TRUE,Thursday,Engineering,Denver Office
+ABS-01238,EMP-1151,2026-01-20,Sick,8.0,FALSE,Tuesday,Engineering,Denver Office
+ABS-01239,EMP-1152,2025-10-01,Personal,8.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-01240,EMP-1152,2025-11-25,Personal,8.0,TRUE,Tuesday,Engineering,Denver Office
+ABS-01241,EMP-1152,2026-02-03,Sick,8.0,TRUE,Tuesday,Engineering,Denver Office
+ABS-01242,EMP-1152,2025-10-24,Sick,4.0,TRUE,Friday,Engineering,Denver Office
+ABS-01243,EMP-1152,2025-09-03,Sick,4.0,TRUE,Wednesday,Engineering,Denver Office
+ABS-01244,EMP-1152,2025-10-11,Sick,8.0,FALSE,Saturday,Engineering,Denver Office
+ABS-01245,EMP-1152,2025-09-14,Sick,8.0,TRUE,Sunday,Engineering,Denver Office
+ABS-01246,EMP-1153,2025-08-05,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01247,EMP-1153,2025-09-13,Sick,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01248,EMP-1153,2025-12-19,Personal,8.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-01249,EMP-1153,2025-11-15,Sick,4.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01250,EMP-1153,2025-08-18,Sick,8.0,TRUE,Monday,Customer Service,Baltimore HQ
+ABS-01251,EMP-1153,2026-03-13,Sick,8.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-01252,EMP-1153,2025-11-04,Sick,8.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01253,EMP-1154,2025-11-25,Sick,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01254,EMP-1154,2025-11-25,Sick,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01255,EMP-1154,2025-12-18,Personal,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01256,EMP-1154,2025-09-17,Sick,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01257,EMP-1154,2025-07-13,Personal,8.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01258,EMP-1154,2025-10-08,PTO,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01259,EMP-1154,2025-09-25,Sick,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01260,EMP-1154,2025-07-01,Personal,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01261,EMP-1154,2025-08-14,Personal,4.0,FALSE,Thursday,Customer Service,Chicago Plant
+ABS-01262,EMP-1154,2025-08-28,PTO,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01263,EMP-1154,2025-09-14,Sick,4.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01264,EMP-1155,2025-08-14,Sick,4.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-01265,EMP-1155,2025-10-31,Personal,8.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-01266,EMP-1155,2025-11-15,PTO,8.0,TRUE,Saturday,Human Resources,Atlanta DC
+ABS-01267,EMP-1155,2026-02-24,Sick,8.0,TRUE,Tuesday,Human Resources,Atlanta DC
+ABS-01268,EMP-1155,2026-02-05,Sick,8.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-01269,EMP-1155,2025-10-21,Sick,8.0,TRUE,Tuesday,Human Resources,Atlanta DC
+ABS-01270,EMP-1155,2025-10-18,Sick,8.0,TRUE,Saturday,Human Resources,Atlanta DC
+ABS-01271,EMP-1155,2025-10-11,Sick,8.0,TRUE,Saturday,Human Resources,Atlanta DC
+ABS-01272,EMP-1156,2025-09-03,PTO,8.0,TRUE,Wednesday,Warehouse & Logistics,Baltimore HQ
+ABS-01273,EMP-1156,2025-08-21,PTO,8.0,TRUE,Thursday,Warehouse & Logistics,Baltimore HQ
+ABS-01274,EMP-1156,2025-07-25,Personal,8.0,TRUE,Friday,Warehouse & Logistics,Baltimore HQ
+ABS-01275,EMP-1156,2026-03-03,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-01276,EMP-1156,2025-09-16,PTO,8.0,TRUE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-01277,EMP-1156,2025-07-22,Sick,4.0,TRUE,Tuesday,Warehouse & Logistics,Baltimore HQ
+ABS-01278,EMP-1156,2026-02-08,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Baltimore HQ
+ABS-01279,EMP-1156,2025-08-03,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Baltimore HQ
+ABS-01280,EMP-1157,2026-01-22,Sick,8.0,FALSE,Thursday,Sales,Denver Office
+ABS-01281,EMP-1157,2025-09-04,PTO,4.0,FALSE,Thursday,Sales,Denver Office
+ABS-01282,EMP-1157,2025-07-30,PTO,8.0,TRUE,Wednesday,Sales,Denver Office
+ABS-01283,EMP-1157,2026-02-16,Sick,8.0,TRUE,Monday,Sales,Denver Office
+ABS-01284,EMP-1157,2026-02-08,Sick,4.0,FALSE,Sunday,Sales,Denver Office
+ABS-01285,EMP-1158,2026-02-14,PTO,8.0,FALSE,Saturday,Human Resources,Chicago Plant
+ABS-01286,EMP-1158,2025-09-04,Sick,8.0,TRUE,Thursday,Human Resources,Chicago Plant
+ABS-01287,EMP-1158,2025-07-11,PTO,8.0,TRUE,Friday,Human Resources,Chicago Plant
+ABS-01288,EMP-1158,2026-02-22,Sick,8.0,TRUE,Sunday,Human Resources,Chicago Plant
+ABS-01289,EMP-1158,2025-11-27,Sick,8.0,TRUE,Thursday,Human Resources,Chicago Plant
+ABS-01290,EMP-1158,2025-07-31,Sick,8.0,TRUE,Thursday,Human Resources,Chicago Plant
+ABS-01291,EMP-1158,2026-02-09,PTO,8.0,TRUE,Monday,Human Resources,Chicago Plant
+ABS-01292,EMP-1158,2026-03-14,Sick,8.0,FALSE,Saturday,Human Resources,Chicago Plant
+ABS-01293,EMP-1159,2025-08-17,Sick,8.0,FALSE,Sunday,Customer Service,Austin Hub
+ABS-01294,EMP-1159,2025-08-25,Sick,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-01295,EMP-1159,2026-03-06,Sick,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01296,EMP-1159,2025-12-09,Sick,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-01297,EMP-1159,2025-10-05,Sick,4.0,TRUE,Sunday,Customer Service,Austin Hub
+ABS-01298,EMP-1159,2025-08-25,Sick,8.0,TRUE,Monday,Customer Service,Austin Hub
+ABS-01299,EMP-1159,2025-10-17,Personal,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01300,EMP-1159,2026-01-17,Sick,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-01301,EMP-1159,2026-02-26,Sick,8.0,TRUE,Thursday,Customer Service,Austin Hub
+ABS-01302,EMP-1160,2025-09-18,Sick,8.0,TRUE,Thursday,Customer Service,Chicago Plant
+ABS-01303,EMP-1160,2026-02-09,Sick,8.0,TRUE,Monday,Customer Service,Chicago Plant
+ABS-01304,EMP-1160,2025-11-23,PTO,4.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01305,EMP-1160,2025-12-24,Personal,8.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01306,EMP-1160,2025-10-12,Sick,8.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01307,EMP-1160,2025-12-28,PTO,8.0,TRUE,Sunday,Customer Service,Chicago Plant
+ABS-01308,EMP-1160,2025-12-23,PTO,8.0,TRUE,Tuesday,Customer Service,Chicago Plant
+ABS-01309,EMP-1160,2025-07-23,Sick,4.0,TRUE,Wednesday,Customer Service,Chicago Plant
+ABS-01310,EMP-1160,2025-12-27,PTO,8.0,TRUE,Saturday,Customer Service,Chicago Plant
+ABS-01311,EMP-1161,2025-11-06,PTO,8.0,TRUE,Thursday,Finance,Baltimore HQ
+ABS-01312,EMP-1161,2025-12-21,Sick,8.0,TRUE,Sunday,Finance,Baltimore HQ
+ABS-01313,EMP-1161,2026-02-01,Sick,8.0,TRUE,Sunday,Finance,Baltimore HQ
+ABS-01314,EMP-1161,2025-12-07,PTO,8.0,TRUE,Sunday,Finance,Baltimore HQ
+ABS-01315,EMP-1161,2025-09-24,Personal,8.0,TRUE,Wednesday,Finance,Baltimore HQ
+ABS-01316,EMP-1161,2025-11-18,Sick,4.0,TRUE,Tuesday,Finance,Baltimore HQ
+ABS-01317,EMP-1161,2025-09-07,Sick,8.0,TRUE,Sunday,Finance,Baltimore HQ
+ABS-01318,EMP-1161,2025-08-20,Personal,8.0,FALSE,Wednesday,Finance,Baltimore HQ
+ABS-01319,EMP-1161,2025-07-19,PTO,8.0,TRUE,Saturday,Finance,Baltimore HQ
+ABS-01320,EMP-1161,2025-12-29,Personal,4.0,TRUE,Monday,Finance,Baltimore HQ
+ABS-01321,EMP-1161,2025-08-13,Sick,8.0,TRUE,Wednesday,Finance,Baltimore HQ
+ABS-01322,EMP-1162,2025-11-21,Sick,8.0,TRUE,Friday,Sales,Baltimore HQ
+ABS-01323,EMP-1162,2025-11-17,PTO,8.0,TRUE,Monday,Sales,Baltimore HQ
+ABS-01324,EMP-1162,2026-03-11,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01325,EMP-1163,2025-10-05,Sick,8.0,TRUE,Sunday,Sales,Denver Office
+ABS-01326,EMP-1163,2025-11-04,PTO,4.0,TRUE,Tuesday,Sales,Denver Office
+ABS-01327,EMP-1163,2026-02-03,Sick,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-01328,EMP-1163,2026-02-20,Sick,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01329,EMP-1163,2025-08-22,Personal,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01330,EMP-1163,2025-08-23,Sick,8.0,TRUE,Saturday,Sales,Denver Office
+ABS-01331,EMP-1163,2025-09-22,Sick,8.0,TRUE,Monday,Sales,Denver Office
+ABS-01332,EMP-1163,2025-12-30,Sick,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-01333,EMP-1163,2026-01-20,Sick,8.0,TRUE,Tuesday,Sales,Denver Office
+ABS-01334,EMP-1163,2025-07-31,Sick,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01335,EMP-1164,2026-02-12,Personal,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01336,EMP-1164,2026-03-10,Sick,4.0,TRUE,Tuesday,Sales,Denver Office
+ABS-01337,EMP-1164,2025-11-01,Sick,4.0,TRUE,Saturday,Sales,Denver Office
+ABS-01338,EMP-1164,2025-09-06,Sick,4.0,TRUE,Saturday,Sales,Denver Office
+ABS-01339,EMP-1164,2025-09-11,Personal,8.0,TRUE,Thursday,Sales,Denver Office
+ABS-01340,EMP-1164,2025-11-21,Personal,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01341,EMP-1164,2025-11-09,Sick,8.0,TRUE,Sunday,Sales,Denver Office
+ABS-01342,EMP-1164,2025-10-11,Sick,4.0,FALSE,Saturday,Sales,Denver Office
+ABS-01343,EMP-1164,2025-12-23,Sick,8.0,FALSE,Tuesday,Sales,Denver Office
+ABS-01344,EMP-1164,2026-01-24,PTO,4.0,FALSE,Saturday,Sales,Denver Office
+ABS-01345,EMP-1164,2025-11-14,Sick,8.0,TRUE,Friday,Sales,Denver Office
+ABS-01346,EMP-1164,2025-08-20,Sick,8.0,TRUE,Wednesday,Sales,Denver Office
+ABS-01347,EMP-1165,2025-12-20,Personal,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01348,EMP-1165,2026-01-20,Sick,4.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01349,EMP-1165,2025-10-08,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-01350,EMP-1166,2025-08-15,Personal,8.0,FALSE,Friday,Customer Service,Baltimore HQ
+ABS-01351,EMP-1166,2025-11-23,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01352,EMP-1166,2025-11-14,Sick,4.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-01353,EMP-1167,2025-12-22,PTO,8.0,TRUE,Monday,Sales,Atlanta DC
+ABS-01354,EMP-1167,2025-07-20,Sick,8.0,TRUE,Sunday,Sales,Atlanta DC
+ABS-01355,EMP-1167,2026-03-14,Sick,8.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-01356,EMP-1167,2026-03-01,PTO,4.0,FALSE,Sunday,Sales,Atlanta DC
+ABS-01357,EMP-1167,2026-03-05,PTO,8.0,TRUE,Thursday,Sales,Atlanta DC
+ABS-01358,EMP-1167,2025-07-21,Sick,8.0,FALSE,Monday,Sales,Atlanta DC
+ABS-01359,EMP-1167,2025-09-02,Sick,8.0,FALSE,Tuesday,Sales,Atlanta DC
+ABS-01360,EMP-1167,2025-10-22,Sick,8.0,FALSE,Wednesday,Sales,Atlanta DC
+ABS-01361,EMP-1167,2025-12-20,PTO,8.0,TRUE,Saturday,Sales,Atlanta DC
+ABS-01362,EMP-1167,2026-01-28,Personal,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-01363,EMP-1168,2025-08-10,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-01364,EMP-1168,2025-12-14,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-01365,EMP-1168,2025-10-19,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-01366,EMP-1168,2025-10-20,Sick,4.0,FALSE,Monday,Warehouse & Logistics,Austin Hub
+ABS-01367,EMP-1168,2026-01-27,Personal,8.0,FALSE,Tuesday,Warehouse & Logistics,Austin Hub
+ABS-01368,EMP-1168,2025-10-03,Sick,4.0,TRUE,Friday,Warehouse & Logistics,Austin Hub
+ABS-01369,EMP-1168,2026-02-19,Sick,4.0,TRUE,Thursday,Warehouse & Logistics,Austin Hub
+ABS-01370,EMP-1168,2025-09-24,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Austin Hub
+ABS-01371,EMP-1168,2026-01-11,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Austin Hub
+ABS-01372,EMP-1168,2026-02-05,PTO,4.0,TRUE,Thursday,Warehouse & Logistics,Austin Hub
+ABS-01373,EMP-1168,2025-11-08,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Austin Hub
+ABS-01374,EMP-1168,2026-02-02,Personal,8.0,TRUE,Monday,Warehouse & Logistics,Austin Hub
+ABS-01375,EMP-1169,2026-02-24,Sick,8.0,TRUE,Tuesday,Customer Service,Denver Office
+ABS-01376,EMP-1169,2025-09-24,Sick,8.0,TRUE,Wednesday,Customer Service,Denver Office
+ABS-01377,EMP-1169,2026-01-04,Sick,4.0,TRUE,Sunday,Customer Service,Denver Office
+ABS-01378,EMP-1170,2025-11-09,Sick,8.0,TRUE,Sunday,Human Resources,Austin Hub
+ABS-01379,EMP-1170,2025-07-21,Personal,4.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-01380,EMP-1170,2026-01-31,Personal,8.0,TRUE,Saturday,Human Resources,Austin Hub
+ABS-01381,EMP-1170,2026-02-02,Sick,8.0,TRUE,Monday,Human Resources,Austin Hub
+ABS-01382,EMP-1171,2026-02-09,PTO,8.0,TRUE,Monday,Warehouse & Logistics,Atlanta DC
+ABS-01383,EMP-1171,2025-10-25,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-01384,EMP-1171,2025-07-19,PTO,8.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-01385,EMP-1171,2025-11-13,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Atlanta DC
+ABS-01386,EMP-1171,2026-02-06,PTO,8.0,TRUE,Friday,Warehouse & Logistics,Atlanta DC
+ABS-01387,EMP-1171,2026-02-06,Sick,4.0,TRUE,Friday,Warehouse & Logistics,Atlanta DC
+ABS-01388,EMP-1171,2026-01-24,Personal,8.0,FALSE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-01389,EMP-1171,2025-12-10,Sick,8.0,TRUE,Wednesday,Warehouse & Logistics,Atlanta DC
+ABS-01390,EMP-1171,2026-01-13,PTO,4.0,TRUE,Tuesday,Warehouse & Logistics,Atlanta DC
+ABS-01391,EMP-1171,2025-08-02,PTO,4.0,TRUE,Saturday,Warehouse & Logistics,Atlanta DC
+ABS-01392,EMP-1171,2025-12-30,Personal,8.0,TRUE,Tuesday,Warehouse & Logistics,Atlanta DC
+ABS-01393,EMP-1172,2025-08-13,Personal,4.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-01394,EMP-1172,2025-10-31,Sick,8.0,TRUE,Friday,Sales,Austin Hub
+ABS-01395,EMP-1172,2025-10-07,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-01396,EMP-1172,2025-09-02,Sick,8.0,TRUE,Tuesday,Sales,Austin Hub
+ABS-01397,EMP-1172,2025-11-05,Personal,8.0,TRUE,Wednesday,Sales,Austin Hub
+ABS-01398,EMP-1172,2025-09-27,Personal,4.0,TRUE,Saturday,Sales,Austin Hub
+ABS-01399,EMP-1172,2025-11-10,Sick,8.0,TRUE,Monday,Sales,Austin Hub
+ABS-01400,EMP-1172,2025-08-11,Sick,8.0,FALSE,Monday,Sales,Austin Hub
+ABS-01401,EMP-1172,2025-09-12,Sick,4.0,TRUE,Friday,Sales,Austin Hub
+ABS-01402,EMP-1172,2025-07-19,Personal,8.0,TRUE,Saturday,Sales,Austin Hub
+ABS-01403,EMP-1173,2025-07-04,Sick,8.0,TRUE,Friday,Sales,Atlanta DC
+ABS-01404,EMP-1173,2025-09-03,Sick,8.0,TRUE,Wednesday,Sales,Atlanta DC
+ABS-01405,EMP-1173,2025-08-29,Sick,4.0,TRUE,Friday,Sales,Atlanta DC
+ABS-01406,EMP-1173,2025-11-10,PTO,8.0,TRUE,Monday,Sales,Atlanta DC
+ABS-01407,EMP-1173,2026-03-10,Personal,8.0,TRUE,Tuesday,Sales,Atlanta DC
+ABS-01408,EMP-1174,2026-01-09,Sick,8.0,TRUE,Friday,Human Resources,Denver Office
+ABS-01409,EMP-1174,2026-02-22,Sick,8.0,TRUE,Sunday,Human Resources,Denver Office
+ABS-01410,EMP-1174,2025-08-08,Sick,8.0,TRUE,Friday,Human Resources,Denver Office
+ABS-01411,EMP-1174,2025-12-09,Sick,8.0,TRUE,Tuesday,Human Resources,Denver Office
+ABS-01412,EMP-1174,2025-08-09,Sick,8.0,TRUE,Saturday,Human Resources,Denver Office
+ABS-01413,EMP-1174,2025-12-18,Sick,8.0,TRUE,Thursday,Human Resources,Denver Office
+ABS-01414,EMP-1174,2025-09-18,Personal,8.0,TRUE,Thursday,Human Resources,Denver Office
+ABS-01415,EMP-1174,2025-11-26,Sick,8.0,TRUE,Wednesday,Human Resources,Denver Office
+ABS-01416,EMP-1174,2025-09-06,Personal,8.0,TRUE,Saturday,Human Resources,Denver Office
+ABS-01417,EMP-1174,2025-09-07,Sick,8.0,TRUE,Sunday,Human Resources,Denver Office
+ABS-01418,EMP-1174,2026-03-09,Sick,8.0,TRUE,Monday,Human Resources,Denver Office
+ABS-01419,EMP-1174,2025-07-12,Personal,8.0,TRUE,Saturday,Human Resources,Denver Office
+ABS-01420,EMP-1175,2025-11-04,Sick,8.0,TRUE,Tuesday,Customer Service,Austin Hub
+ABS-01421,EMP-1175,2025-09-14,Sick,8.0,TRUE,Sunday,Customer Service,Austin Hub
+ABS-01422,EMP-1175,2026-01-01,PTO,8.0,TRUE,Thursday,Customer Service,Austin Hub
+ABS-01423,EMP-1175,2025-12-21,Sick,8.0,TRUE,Sunday,Customer Service,Austin Hub
+ABS-01424,EMP-1175,2025-10-18,Sick,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-01425,EMP-1175,2025-11-05,Personal,8.0,TRUE,Wednesday,Customer Service,Austin Hub
+ABS-01426,EMP-1175,2025-08-29,Personal,8.0,FALSE,Friday,Customer Service,Austin Hub
+ABS-01427,EMP-1175,2025-08-10,Sick,8.0,TRUE,Sunday,Customer Service,Austin Hub
+ABS-01428,EMP-1175,2025-08-15,PTO,8.0,TRUE,Friday,Customer Service,Austin Hub
+ABS-01429,EMP-1175,2025-12-14,Sick,8.0,TRUE,Sunday,Customer Service,Austin Hub
+ABS-01430,EMP-1175,2025-07-26,Personal,8.0,TRUE,Saturday,Customer Service,Austin Hub
+ABS-01431,EMP-1175,2026-03-04,Personal,8.0,FALSE,Wednesday,Customer Service,Austin Hub
+ABS-01432,EMP-1176,2025-08-15,Sick,4.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-01433,EMP-1176,2025-09-20,Personal,8.0,TRUE,Saturday,Human Resources,Atlanta DC
+ABS-01434,EMP-1176,2025-08-23,Sick,8.0,TRUE,Saturday,Human Resources,Atlanta DC
+ABS-01435,EMP-1176,2025-09-30,Sick,8.0,TRUE,Tuesday,Human Resources,Atlanta DC
+ABS-01436,EMP-1176,2025-12-02,PTO,8.0,FALSE,Tuesday,Human Resources,Atlanta DC
+ABS-01437,EMP-1176,2025-08-07,Sick,8.0,TRUE,Thursday,Human Resources,Atlanta DC
+ABS-01438,EMP-1176,2025-11-28,Sick,4.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-01439,EMP-1176,2026-02-06,PTO,8.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-01440,EMP-1176,2025-12-28,Sick,4.0,TRUE,Sunday,Human Resources,Atlanta DC
+ABS-01441,EMP-1176,2026-02-06,Sick,8.0,TRUE,Friday,Human Resources,Atlanta DC
+ABS-01442,EMP-1176,2025-08-13,Sick,4.0,TRUE,Wednesday,Human Resources,Atlanta DC
+ABS-01443,EMP-1177,2025-07-02,Sick,4.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01444,EMP-1177,2026-02-07,Personal,8.0,TRUE,Saturday,Sales,Baltimore HQ
+ABS-01445,EMP-1177,2025-10-01,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01446,EMP-1177,2025-11-19,Sick,8.0,TRUE,Wednesday,Sales,Baltimore HQ
+ABS-01447,EMP-1178,2026-01-18,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01448,EMP-1178,2025-11-15,Sick,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01449,EMP-1178,2025-10-12,Sick,8.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01450,EMP-1178,2025-11-11,PTO,4.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01451,EMP-1178,2025-08-19,Personal,4.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01452,EMP-1178,2025-10-18,Sick,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01453,EMP-1178,2025-12-13,PTO,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01454,EMP-1178,2025-11-06,Sick,4.0,TRUE,Thursday,Customer Service,Baltimore HQ
+ABS-01455,EMP-1178,2026-03-03,Sick,4.0,TRUE,Tuesday,Customer Service,Baltimore HQ
+ABS-01456,EMP-1178,2025-07-12,PTO,8.0,TRUE,Saturday,Customer Service,Baltimore HQ
+ABS-01457,EMP-1178,2026-03-01,Sick,4.0,TRUE,Sunday,Customer Service,Baltimore HQ
+ABS-01458,EMP-1178,2025-07-04,PTO,4.0,TRUE,Friday,Customer Service,Baltimore HQ
+ABS-01459,EMP-1179,2025-09-28,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Denver Office
+ABS-01460,EMP-1179,2026-02-08,Sick,8.0,TRUE,Sunday,Warehouse & Logistics,Denver Office
+ABS-01461,EMP-1179,2025-10-06,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-01462,EMP-1179,2026-02-02,Sick,8.0,TRUE,Monday,Warehouse & Logistics,Denver Office
+ABS-01463,EMP-1179,2025-09-09,PTO,8.0,TRUE,Tuesday,Warehouse & Logistics,Denver Office
+ABS-01464,EMP-1179,2025-07-26,Sick,8.0,TRUE,Saturday,Warehouse & Logistics,Denver Office
+ABS-01465,EMP-1179,2026-03-12,Personal,8.0,TRUE,Thursday,Warehouse & Logistics,Denver Office
+ABS-01466,EMP-1179,2025-08-28,Sick,8.0,TRUE,Thursday,Warehouse & Logistics,Denver Office
+ABS-01467,EMP-1179,2025-08-05,Sick,8.0,TRUE,Tuesday,Warehouse & Logistics,Denver Office
+ABS-01468,EMP-1179,2025-07-03,Sick,4.0,TRUE,Thursday,Warehouse & Logistics,Denver Office
+ABS-01469,EMP-1179,2025-12-07,Personal,8.0,TRUE,Sunday,Warehouse & Logistics,Denver Office
+ABS-01470,EMP-1180,2025-10-07,Sick,4.0,TRUE,Tuesday,Finance,Austin Hub
+ABS-01471,EMP-1180,2025-08-16,Sick,4.0,TRUE,Saturday,Finance,Austin Hub
+ABS-01472,EMP-1180,2026-03-02,Personal,8.0,TRUE,Monday,Finance,Austin Hub
+ABS-01473,EMP-1021,2025-07-25,Sick,4.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01474,EMP-1022,2025-07-06,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-01475,EMP-1023,2025-08-26,PTO,4.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01476,EMP-1023,2025-07-11,Personal,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01477,EMP-1023,2025-11-17,Sick,8.0,FALSE,Monday,Engineering,Austin Hub
+ABS-01478,EMP-1023,2025-09-09,Sick,4.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01479,EMP-1023,2025-07-31,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01480,EMP-1023,2025-09-30,Sick,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01481,EMP-1023,2025-09-05,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01482,EMP-1023,2025-07-09,PTO,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-01483,EMP-1023,2025-07-26,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01484,EMP-1024,2026-01-12,Personal,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-01485,EMP-1024,2025-11-29,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01486,EMP-1024,2025-08-05,Sick,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01487,EMP-1024,2025-07-22,PTO,8.0,FALSE,Tuesday,Engineering,Austin Hub
+ABS-01488,EMP-1024,2025-07-17,PTO,4.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01489,EMP-1024,2025-08-30,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01490,EMP-1024,2025-11-26,Sick,8.0,TRUE,Wednesday,Engineering,Austin Hub
+ABS-01491,EMP-1025,2025-08-30,PTO,4.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01492,EMP-1025,2025-08-03,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-01493,EMP-1025,2025-08-28,Personal,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01494,EMP-1025,2026-01-09,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01495,EMP-1025,2025-09-08,Sick,8.0,TRUE,Monday,Engineering,Austin Hub
+ABS-01496,EMP-1025,2025-07-10,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01497,EMP-1025,2025-10-30,PTO,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01498,EMP-1025,2025-09-05,Sick,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01499,EMP-1025,2025-08-28,Sick,8.0,TRUE,Thursday,Engineering,Austin Hub
+ABS-01500,EMP-1025,2026-01-30,Personal,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01501,EMP-1026,2025-07-08,Personal,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01502,EMP-1026,2025-07-06,Sick,8.0,TRUE,Sunday,Engineering,Austin Hub
+ABS-01503,EMP-1026,2025-12-20,Sick,8.0,TRUE,Saturday,Engineering,Austin Hub
+ABS-01504,EMP-1026,2025-10-14,Sick,8.0,TRUE,Tuesday,Engineering,Austin Hub
+ABS-01505,EMP-1026,2026-01-02,PTO,8.0,TRUE,Friday,Engineering,Austin Hub
+ABS-01506,EMP-1001,2025-08-08,Sick,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01507,EMP-1001,2025-08-22,Sick,4.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01508,EMP-1001,2025-11-10,Personal,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-01509,EMP-1001,2026-01-13,PTO,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-01510,EMP-1002,2025-08-19,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-01511,EMP-1003,2025-07-16,PTO,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-01512,EMP-1003,2025-07-25,PTO,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-01513,EMP-1003,2025-08-10,Personal,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-01514,EMP-1003,2025-12-11,Sick,4.0,FALSE,Thu,Engineering,Austin Hub
+ABS-01515,EMP-1004,2025-07-20,Personal,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-01516,EMP-1004,2025-10-07,PTO,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-01517,EMP-1004,2025-12-17,Personal,8.0,FALSE,Wed,Engineering,Atlanta DC
+ABS-01518,EMP-1005,2025-10-05,Sick,8.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-01519,EMP-1005,2025-11-01,Sick,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-01520,EMP-1005,2026-02-09,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-01521,EMP-1006,2025-12-02,PTO,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-01522,EMP-1006,2026-03-12,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-01523,EMP-1007,2025-07-06,Sick,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-01524,EMP-1007,2026-01-15,Sick,8.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-01525,EMP-1007,2026-02-11,Personal,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-01526,EMP-1008,2025-07-16,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-01527,EMP-1008,2025-07-31,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-01528,EMP-1008,2025-10-10,Sick,8.0,FALSE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-01529,EMP-1008,2025-10-17,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-01530,EMP-1008,2025-11-13,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-01531,EMP-1008,2026-02-26,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-01532,EMP-1009,2025-08-13,PTO,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-01533,EMP-1009,2026-02-22,Sick,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-01534,EMP-1010,2025-08-19,Sick,8.0,FALSE,Tue,Finance,Austin Hub
+ABS-01535,EMP-1010,2025-11-17,Personal,4.0,TRUE,Mon,Finance,Austin Hub
+ABS-01536,EMP-1010,2025-11-20,PTO,4.0,TRUE,Thu,Finance,Austin Hub
+ABS-01537,EMP-1010,2025-11-22,Personal,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-01538,EMP-1010,2026-01-19,PTO,4.0,TRUE,Mon,Finance,Austin Hub
+ABS-01539,EMP-1010,2026-03-24,Personal,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-01540,EMP-1011,2025-10-31,Personal,8.0,TRUE,Fri,Customer Service,Denver Office
+ABS-01541,EMP-1011,2026-02-13,Personal,8.0,TRUE,Fri,Customer Service,Denver Office
+ABS-01542,EMP-1012,2025-08-02,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01543,EMP-1012,2025-08-10,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01544,EMP-1012,2025-10-28,Sick,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01545,EMP-1012,2025-12-16,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01546,EMP-1012,2026-03-24,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01547,EMP-1013,2025-08-25,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-01548,EMP-1013,2025-10-04,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-01549,EMP-1013,2025-11-09,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-01550,EMP-1014,2025-10-05,PTO,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-01551,EMP-1014,2025-11-25,PTO,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-01552,EMP-1015,2025-07-14,Personal,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-01553,EMP-1015,2025-09-07,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-01554,EMP-1015,2025-12-10,Sick,4.0,TRUE,Wed,Sales,Austin Hub
+ABS-01555,EMP-1016,2025-09-08,Sick,4.0,FALSE,Mon,Human Resources,Baltimore HQ
+ABS-01556,EMP-1016,2025-09-14,Sick,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-01557,EMP-1016,2025-11-27,Sick,8.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-01558,EMP-1017,2025-11-12,Sick,4.0,FALSE,Wed,Sales,Atlanta DC
+ABS-01559,EMP-1017,2025-12-02,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-01560,EMP-1018,2025-08-25,Personal,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01561,EMP-1018,2025-09-14,PTO,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-01562,EMP-1018,2025-10-06,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01563,EMP-1018,2025-12-12,Personal,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-01564,EMP-1018,2026-02-01,Personal,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-01565,EMP-1018,2026-02-13,PTO,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-01566,EMP-1019,2026-02-10,Sick,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-01567,EMP-1019,2026-02-18,Personal,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-01568,EMP-1020,2025-08-23,PTO,8.0,FALSE,Sat,Warehouse & Logistics,Austin Hub
+ABS-01569,EMP-1020,2025-12-27,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-01570,EMP-1027,2025-08-25,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-01571,EMP-1028,2025-08-09,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-01572,EMP-1028,2025-09-24,Personal,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-01573,EMP-1028,2026-03-10,Sick,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-01574,EMP-1029,2025-10-16,Sick,8.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-01575,EMP-1029,2025-12-28,PTO,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-01576,EMP-1030,2025-11-09,Sick,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-01577,EMP-1030,2026-02-04,PTO,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-01578,EMP-1030,2026-03-20,PTO,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-01579,EMP-1031,2025-07-04,Sick,4.0,FALSE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01580,EMP-1031,2025-07-28,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01581,EMP-1031,2025-11-30,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-01582,EMP-1032,2025-07-02,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01583,EMP-1032,2025-09-09,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01584,EMP-1032,2025-09-20,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01585,EMP-1033,2025-07-08,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01586,EMP-1034,2025-07-11,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01587,EMP-1034,2026-01-09,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01588,EMP-1034,2026-01-22,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01589,EMP-1035,2025-09-10,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01590,EMP-1036,2025-10-14,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01591,EMP-1036,2025-10-25,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01592,EMP-1037,2025-10-04,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01593,EMP-1037,2026-02-12,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01594,EMP-1039,2025-07-29,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01595,EMP-1039,2025-08-14,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01596,EMP-1039,2026-01-14,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01597,EMP-1040,2025-12-02,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01598,EMP-1040,2025-12-27,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01599,EMP-1041,2025-10-27,PTO,8.0,FALSE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01600,EMP-1041,2025-11-09,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-01601,EMP-1041,2026-02-24,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01602,EMP-1042,2025-11-14,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01603,EMP-1042,2026-01-16,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01604,EMP-1042,2026-02-22,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-01605,EMP-1042,2026-03-13,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01606,EMP-1043,2025-09-15,Personal,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01607,EMP-1043,2025-09-29,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01608,EMP-1043,2025-11-26,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01609,EMP-1043,2026-02-11,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01610,EMP-1044,2025-07-31,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01611,EMP-1045,2025-08-01,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01612,EMP-1045,2026-02-03,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01613,EMP-1046,2025-07-12,Personal,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01614,EMP-1046,2025-07-28,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01615,EMP-1046,2026-03-09,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01616,EMP-1046,2026-03-27,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01617,EMP-1047,2026-01-01,Sick,4.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01618,EMP-1047,2026-02-07,Personal,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01619,EMP-1048,2025-09-09,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01620,EMP-1048,2025-10-25,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01621,EMP-1048,2025-12-03,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01622,EMP-1048,2026-03-02,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01623,EMP-1048,2026-03-27,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-01624,EMP-1049,2025-07-02,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01625,EMP-1049,2025-08-06,PTO,8.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-01626,EMP-1049,2026-03-02,PTO,8.0,FALSE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01627,EMP-1049,2026-03-22,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-01628,EMP-1050,2025-08-16,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01629,EMP-1050,2025-10-20,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01630,EMP-1051,2025-10-13,PTO,8.0,FALSE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-01631,EMP-1051,2025-11-01,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01632,EMP-1051,2025-12-27,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-01633,EMP-1052,2025-09-10,Personal,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-01634,EMP-1052,2025-09-22,Sick,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01635,EMP-1052,2026-03-16,Personal,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01636,EMP-1053,2025-07-06,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01637,EMP-1053,2025-07-13,PTO,4.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01638,EMP-1053,2026-03-13,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-01639,EMP-1054,2025-09-10,Personal,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-01640,EMP-1055,2025-11-28,PTO,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-01641,EMP-1056,2025-07-10,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01642,EMP-1056,2025-10-05,PTO,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01643,EMP-1056,2026-01-19,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-01644,EMP-1057,2025-10-02,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01645,EMP-1057,2025-11-02,PTO,8.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-01646,EMP-1057,2026-03-13,Personal,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01647,EMP-1058,2025-09-13,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01648,EMP-1058,2025-10-13,Personal,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-01649,EMP-1058,2025-10-19,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01650,EMP-1059,2025-07-03,Personal,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01651,EMP-1059,2025-11-06,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01652,EMP-1059,2026-02-01,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01653,EMP-1059,2026-02-26,Sick,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01654,EMP-1060,2025-07-05,PTO,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01655,EMP-1060,2025-11-26,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-01656,EMP-1060,2025-12-27,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01657,EMP-1061,2025-09-11,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01658,EMP-1061,2025-11-15,Personal,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01659,EMP-1061,2025-12-28,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01660,EMP-1062,2025-07-03,Personal,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01661,EMP-1062,2025-10-07,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01662,EMP-1063,2025-10-31,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01663,EMP-1064,2025-08-25,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-01664,EMP-1064,2025-09-16,Sick,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01665,EMP-1064,2025-10-03,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01666,EMP-1064,2025-11-16,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01667,EMP-1064,2026-02-09,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-01668,EMP-1066,2025-11-07,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01669,EMP-1066,2025-12-16,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01670,EMP-1067,2025-11-23,PTO,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01671,EMP-1067,2026-02-10,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01672,EMP-1068,2025-07-15,Sick,4.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-01673,EMP-1068,2025-09-30,Personal,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-01674,EMP-1068,2025-12-08,Personal,4.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-01675,EMP-1068,2026-01-14,Sick,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-01676,EMP-1069,2025-08-06,PTO,8.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-01677,EMP-1069,2025-11-26,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-01678,EMP-1069,2025-12-11,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01679,EMP-1069,2026-02-19,Sick,8.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-01680,EMP-1069,2026-03-21,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01681,EMP-1070,2025-07-31,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01682,EMP-1070,2025-08-23,Sick,8.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-01683,EMP-1070,2025-12-27,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01684,EMP-1070,2026-01-03,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01685,EMP-1070,2026-02-22,PTO,8.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-01686,EMP-1070,2026-03-08,Sick,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01687,EMP-1071,2025-08-22,Personal,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01688,EMP-1071,2025-09-17,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-01689,EMP-1071,2025-09-26,Personal,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01690,EMP-1072,2025-07-14,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-01691,EMP-1072,2025-07-23,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-01692,EMP-1072,2025-08-09,Sick,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-01693,EMP-1072,2025-09-10,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-01694,EMP-1072,2025-12-04,PTO,4.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-01695,EMP-1072,2026-01-13,Personal,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-01696,EMP-1072,2026-02-04,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-01697,EMP-1072,2026-02-22,Sick,4.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-01698,EMP-1072,2026-03-10,Personal,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-01699,EMP-1073,2025-07-11,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-01700,EMP-1074,2026-02-20,PTO,8.0,FALSE,Fri,Finance,Atlanta DC
+ABS-01701,EMP-1075,2025-09-19,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01702,EMP-1075,2025-12-07,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-01703,EMP-1075,2025-12-11,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-01704,EMP-1075,2025-12-18,Sick,8.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-01705,EMP-1076,2025-12-12,PTO,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-01706,EMP-1076,2026-01-16,Sick,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-01707,EMP-1077,2025-09-16,PTO,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-01708,EMP-1077,2025-10-12,Sick,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-01709,EMP-1077,2026-01-22,Personal,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-01710,EMP-1077,2026-02-02,Personal,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-01711,EMP-1077,2026-03-18,PTO,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-01712,EMP-1078,2025-10-11,Personal,4.0,TRUE,Sat,Human Resources,Denver Office
+ABS-01713,EMP-1078,2025-11-26,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-01714,EMP-1078,2025-12-03,PTO,4.0,TRUE,Wed,Human Resources,Denver Office
+ABS-01715,EMP-1079,2025-08-22,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-01716,EMP-1079,2025-09-07,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-01717,EMP-1079,2025-12-29,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-01718,EMP-1079,2026-03-13,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-01719,EMP-1080,2025-07-03,PTO,4.0,TRUE,Thu,Sales,Austin Hub
+ABS-01720,EMP-1080,2025-10-31,PTO,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-01721,EMP-1080,2025-11-20,PTO,8.0,FALSE,Thu,Sales,Austin Hub
+ABS-01722,EMP-1080,2026-03-16,PTO,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-01723,EMP-1081,2025-07-24,PTO,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-01724,EMP-1081,2025-10-26,PTO,4.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-01725,EMP-1082,2025-07-01,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-01726,EMP-1082,2025-08-17,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Denver Office
+ABS-01727,EMP-1084,2025-07-13,Sick,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01728,EMP-1084,2025-07-30,Sick,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-01729,EMP-1084,2025-08-26,Sick,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-01730,EMP-1084,2025-10-17,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-01731,EMP-1084,2025-10-25,Personal,4.0,FALSE,Sat,Sales,Chicago Plant
+ABS-01732,EMP-1084,2025-10-27,PTO,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-01733,EMP-1084,2026-02-11,Sick,4.0,TRUE,Wed,Sales,Chicago Plant
+ABS-01734,EMP-1085,2025-07-28,Sick,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-01735,EMP-1085,2025-09-05,Sick,4.0,FALSE,Fri,Sales,Chicago Plant
+ABS-01736,EMP-1085,2025-09-28,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01737,EMP-1085,2025-11-03,Personal,8.0,TRUE,Mon,Sales,Chicago Plant
+ABS-01738,EMP-1085,2026-02-15,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01739,EMP-1085,2026-03-08,PTO,4.0,TRUE,Sun,Sales,Chicago Plant
+ABS-01740,EMP-1086,2025-08-04,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-01741,EMP-1086,2025-08-16,Sick,4.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-01742,EMP-1086,2025-10-27,Personal,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-01743,EMP-1086,2025-11-12,Sick,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-01744,EMP-1086,2025-12-15,PTO,4.0,FALSE,Mon,Human Resources,Austin Hub
+ABS-01745,EMP-1086,2025-12-27,PTO,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-01746,EMP-1086,2026-03-03,Sick,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-01747,EMP-1087,2025-11-02,Sick,8.0,TRUE,Sun,Finance,Denver Office
+ABS-01748,EMP-1088,2025-08-06,Personal,4.0,TRUE,Wed,Sales,Chicago Plant
+ABS-01749,EMP-1089,2025-12-11,PTO,4.0,TRUE,Thu,Finance,Denver Office
+ABS-01750,EMP-1089,2026-01-05,PTO,8.0,TRUE,Mon,Finance,Denver Office
+ABS-01751,EMP-1091,2026-02-18,Personal,8.0,TRUE,Wed,Sales,Denver Office
+ABS-01752,EMP-1091,2026-02-26,PTO,8.0,TRUE,Thu,Sales,Denver Office
+ABS-01753,EMP-1091,2026-03-03,Sick,4.0,TRUE,Tue,Sales,Denver Office
+ABS-01754,EMP-1091,2026-03-23,PTO,8.0,FALSE,Mon,Sales,Denver Office
+ABS-01755,EMP-1092,2025-09-05,Personal,4.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-01756,EMP-1093,2025-08-14,Sick,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-01757,EMP-1093,2025-10-04,Sick,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-01758,EMP-1093,2025-12-12,PTO,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-01759,EMP-1093,2026-03-19,Sick,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-01760,EMP-1094,2025-08-03,Personal,8.0,TRUE,Sun,Engineering,Denver Office
+ABS-01761,EMP-1095,2025-09-09,PTO,4.0,TRUE,Tue,Sales,Denver Office
+ABS-01762,EMP-1095,2025-11-10,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-01763,EMP-1095,2025-12-30,PTO,4.0,FALSE,Tue,Sales,Denver Office
+ABS-01764,EMP-1095,2026-01-11,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-01765,EMP-1095,2026-01-30,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-01766,EMP-1095,2026-03-08,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-01767,EMP-1096,2025-07-13,PTO,4.0,FALSE,Sun,Human Resources,Atlanta DC
+ABS-01768,EMP-1096,2025-08-20,Personal,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-01769,EMP-1096,2025-12-30,PTO,4.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-01770,EMP-1096,2026-03-15,Sick,8.0,FALSE,Sun,Human Resources,Atlanta DC
+ABS-01771,EMP-1096,2026-03-20,Sick,4.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-01772,EMP-1097,2025-09-17,Sick,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-01773,EMP-1097,2025-10-07,PTO,4.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-01774,EMP-1097,2025-10-12,PTO,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-01775,EMP-1097,2025-11-03,Sick,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-01776,EMP-1097,2026-02-19,Personal,8.0,FALSE,Thu,Human Resources,Chicago Plant
+ABS-01777,EMP-1098,2025-12-13,Personal,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-01778,EMP-1098,2026-01-02,PTO,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-01779,EMP-1098,2026-02-06,PTO,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-01780,EMP-1099,2026-01-24,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-01781,EMP-1100,2025-11-30,Sick,8.0,TRUE,Sun,Sales,Denver Office
+ABS-01782,EMP-1100,2025-12-21,Personal,4.0,TRUE,Sun,Sales,Denver Office
+ABS-01783,EMP-1100,2025-12-27,Personal,4.0,TRUE,Sat,Sales,Denver Office
+ABS-01784,EMP-1100,2026-02-08,PTO,4.0,TRUE,Sun,Sales,Denver Office
+ABS-01785,EMP-1100,2026-02-17,PTO,4.0,TRUE,Tue,Sales,Denver Office
+ABS-01786,EMP-1100,2026-03-07,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-01787,EMP-1101,2025-08-08,Sick,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-01788,EMP-1101,2025-11-26,PTO,4.0,FALSE,Wed,Customer Service,Baltimore HQ
+ABS-01789,EMP-1101,2025-11-27,Personal,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-01790,EMP-1101,2026-03-04,Personal,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01791,EMP-1101,2026-03-09,PTO,8.0,FALSE,Mon,Customer Service,Baltimore HQ
+ABS-01792,EMP-1101,2026-03-11,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01793,EMP-1102,2025-09-07,PTO,4.0,TRUE,Sun,Finance,Atlanta DC
+ABS-01794,EMP-1102,2026-02-12,PTO,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-01795,EMP-1102,2026-02-18,PTO,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-01796,EMP-1103,2025-12-15,PTO,4.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-01797,EMP-1103,2026-02-25,PTO,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-01798,EMP-1103,2026-03-25,Sick,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-01799,EMP-1104,2026-01-15,PTO,4.0,TRUE,Thu,Engineering,Austin Hub
+ABS-01800,EMP-1104,2026-03-24,PTO,8.0,FALSE,Tue,Engineering,Austin Hub
+ABS-01801,EMP-1105,2026-01-08,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-01802,EMP-1105,2026-02-03,PTO,4.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-01803,EMP-1106,2025-07-30,Sick,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-01804,EMP-1106,2025-11-10,PTO,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-01805,EMP-1106,2026-03-14,PTO,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-01806,EMP-1107,2025-07-06,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-01807,EMP-1107,2025-12-09,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-01808,EMP-1107,2025-12-22,Personal,4.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-01809,EMP-1107,2026-01-03,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-01810,EMP-1108,2025-08-04,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-01811,EMP-1108,2025-11-27,PTO,8.0,FALSE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-01812,EMP-1108,2026-01-13,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-01813,EMP-1108,2026-02-07,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-01814,EMP-1108,2026-02-15,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-01815,EMP-1109,2025-11-17,PTO,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-01816,EMP-1109,2026-01-17,PTO,8.0,FALSE,Sat,Human Resources,Atlanta DC
+ABS-01817,EMP-1110,2025-10-30,PTO,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-01818,EMP-1111,2025-10-04,PTO,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-01819,EMP-1111,2025-10-24,Sick,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-01820,EMP-1111,2026-02-01,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-01821,EMP-1111,2026-03-24,PTO,8.0,TRUE,Tue,Sales,Austin Hub
+ABS-01822,EMP-1112,2025-08-26,Personal,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-01823,EMP-1112,2025-09-16,Sick,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-01824,EMP-1112,2025-10-20,Personal,4.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-01825,EMP-1112,2026-03-04,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01826,EMP-1112,2026-03-18,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01827,EMP-1113,2026-02-20,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-01828,EMP-1114,2025-08-19,Sick,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-01829,EMP-1114,2026-01-21,PTO,8.0,FALSE,Wed,Finance,Atlanta DC
+ABS-01830,EMP-1114,2026-03-27,Sick,4.0,TRUE,Fri,Finance,Atlanta DC
+ABS-01831,EMP-1115,2026-01-12,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-01832,EMP-1116,2025-08-25,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-01833,EMP-1116,2026-01-11,PTO,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-01834,EMP-1116,2026-03-16,PTO,4.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-01835,EMP-1117,2025-08-28,Sick,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-01836,EMP-1117,2025-09-19,Personal,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-01837,EMP-1117,2025-10-03,Sick,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-01838,EMP-1118,2025-07-09,Personal,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-01839,EMP-1118,2025-07-12,Personal,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-01840,EMP-1118,2025-07-28,Personal,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-01841,EMP-1118,2025-07-30,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-01842,EMP-1118,2025-08-06,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-01843,EMP-1118,2025-09-03,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-01844,EMP-1118,2025-11-08,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-01845,EMP-1118,2026-03-19,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-01846,EMP-1119,2026-02-10,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-01847,EMP-1120,2025-07-18,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-01848,EMP-1120,2025-09-20,Personal,4.0,TRUE,Sat,Warehouse & Logistics,Denver Office
+ABS-01849,EMP-1120,2025-10-15,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-01850,EMP-1120,2025-12-03,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-01851,EMP-1120,2026-01-20,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-01852,EMP-1120,2026-01-24,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Denver Office
+ABS-01853,EMP-1121,2025-07-27,Sick,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-01854,EMP-1121,2025-08-09,Sick,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-01855,EMP-1121,2025-11-26,PTO,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-01856,EMP-1121,2026-01-21,PTO,8.0,FALSE,Wed,Finance,Chicago Plant
+ABS-01857,EMP-1121,2026-03-02,Personal,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-01858,EMP-1122,2025-07-21,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-01859,EMP-1122,2025-08-17,PTO,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-01860,EMP-1122,2025-11-10,Sick,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-01861,EMP-1122,2025-12-01,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-01862,EMP-1122,2026-01-09,PTO,8.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-01863,EMP-1123,2025-09-12,Sick,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-01864,EMP-1124,2025-12-07,Sick,4.0,FALSE,Sun,Customer Service,Baltimore HQ
+ABS-01865,EMP-1124,2026-01-07,Personal,8.0,FALSE,Wed,Customer Service,Baltimore HQ
+ABS-01866,EMP-1124,2026-02-11,Sick,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01867,EMP-1125,2025-10-13,PTO,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-01868,EMP-1125,2025-12-19,Sick,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-01869,EMP-1126,2025-07-04,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-01870,EMP-1126,2025-08-09,Personal,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-01871,EMP-1126,2025-09-05,Sick,8.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-01872,EMP-1126,2025-11-15,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-01873,EMP-1126,2026-01-31,PTO,8.0,FALSE,Sat,Sales,Baltimore HQ
+ABS-01874,EMP-1126,2026-02-24,Sick,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-01875,EMP-1127,2025-07-06,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-01876,EMP-1127,2025-09-21,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-01877,EMP-1127,2025-11-27,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-01878,EMP-1127,2025-12-22,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-01879,EMP-1128,2025-10-07,Sick,8.0,TRUE,Tue,Engineering,Chicago Plant
+ABS-01880,EMP-1128,2025-10-08,Sick,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-01881,EMP-1128,2025-10-23,Sick,4.0,FALSE,Thu,Engineering,Chicago Plant
+ABS-01882,EMP-1128,2026-02-13,Sick,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-01883,EMP-1128,2026-02-19,PTO,4.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-01884,EMP-1128,2026-03-13,PTO,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-01885,EMP-1129,2025-11-25,PTO,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-01886,EMP-1129,2026-03-13,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-01887,EMP-1130,2025-10-30,PTO,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-01888,EMP-1130,2025-12-31,Sick,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-01889,EMP-1130,2026-01-08,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-01890,EMP-1130,2026-02-23,PTO,8.0,FALSE,Mon,Customer Service,Baltimore HQ
+ABS-01891,EMP-1130,2026-03-10,PTO,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-01892,EMP-1131,2025-10-21,Personal,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-01893,EMP-1131,2026-02-18,PTO,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-01894,EMP-1132,2025-12-14,Personal,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-01895,EMP-1132,2026-03-01,PTO,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-01896,EMP-1133,2025-07-31,PTO,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-01897,EMP-1133,2025-10-24,PTO,8.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-01898,EMP-1133,2026-01-30,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-01899,EMP-1134,2025-07-15,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01900,EMP-1134,2025-10-09,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01901,EMP-1134,2025-10-30,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-01902,EMP-1134,2025-12-16,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-01903,EMP-1135,2026-01-28,Personal,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-01904,EMP-1136,2026-03-03,Personal,8.0,TRUE,Tue,Sales,Denver Office
+ABS-01905,EMP-1136,2026-03-04,Personal,8.0,TRUE,Wed,Sales,Denver Office
+ABS-01906,EMP-1136,2026-03-16,PTO,8.0,FALSE,Mon,Sales,Denver Office
+ABS-01907,EMP-1137,2025-08-09,Sick,8.0,FALSE,Sat,Warehouse & Logistics,Denver Office
+ABS-01908,EMP-1137,2025-08-22,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-01909,EMP-1137,2025-12-11,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-01910,EMP-1137,2026-02-24,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-01911,EMP-1137,2026-03-14,Personal,8.0,FALSE,Sat,Warehouse & Logistics,Denver Office
+ABS-01912,EMP-1138,2025-08-01,Sick,4.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-01913,EMP-1139,2025-08-01,Sick,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01914,EMP-1139,2025-08-22,PTO,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-01915,EMP-1140,2025-11-11,Personal,4.0,FALSE,Tue,Sales,Atlanta DC
+ABS-01916,EMP-1140,2026-01-13,Sick,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-01917,EMP-1140,2026-01-23,PTO,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-01918,EMP-1140,2026-03-19,Sick,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-01919,EMP-1141,2025-07-08,PTO,4.0,TRUE,Tue,Sales,Austin Hub
+ABS-01920,EMP-1141,2025-12-20,PTO,4.0,FALSE,Sat,Sales,Austin Hub
+ABS-01921,EMP-1141,2026-01-19,PTO,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-01922,EMP-1141,2026-03-13,PTO,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-01923,EMP-1142,2025-12-20,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-01924,EMP-1142,2026-03-24,Personal,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-01925,EMP-1143,2025-07-13,Sick,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-01926,EMP-1143,2025-12-22,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-01927,EMP-1143,2026-03-24,Personal,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-01928,EMP-1143,2026-03-27,Sick,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-01929,EMP-1144,2025-08-15,PTO,8.0,FALSE,Fri,Warehouse & Logistics,Denver Office
+ABS-01930,EMP-1145,2025-10-05,Sick,4.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-01931,EMP-1145,2025-10-20,Personal,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01932,EMP-1145,2025-11-24,Sick,8.0,FALSE,Mon,Human Resources,Baltimore HQ
+ABS-01933,EMP-1145,2025-12-15,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01934,EMP-1145,2026-03-23,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-01935,EMP-1146,2025-09-14,PTO,4.0,FALSE,Sun,Sales,Denver Office
+ABS-01936,EMP-1146,2025-11-13,Personal,8.0,TRUE,Thu,Sales,Denver Office
+ABS-01937,EMP-1146,2026-01-27,PTO,4.0,TRUE,Tue,Sales,Denver Office
+ABS-01938,EMP-1146,2026-02-27,Sick,8.0,TRUE,Fri,Sales,Denver Office
+ABS-01939,EMP-1147,2025-07-28,Sick,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-01940,EMP-1147,2025-08-18,Sick,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-01941,EMP-1147,2025-10-24,Personal,8.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-01942,EMP-1147,2026-02-26,Personal,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-01943,EMP-1147,2026-03-27,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-01944,EMP-1148,2025-08-05,PTO,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-01945,EMP-1148,2026-03-03,PTO,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-01946,EMP-1149,2025-09-13,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-01947,EMP-1149,2025-09-28,Personal,4.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-01948,EMP-1149,2025-12-16,PTO,4.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-01949,EMP-1149,2026-02-07,Personal,4.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-01950,EMP-1150,2025-10-26,Sick,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-01951,EMP-1150,2025-12-13,Personal,4.0,TRUE,Sat,Finance,Atlanta DC
+ABS-01952,EMP-1150,2025-12-15,PTO,4.0,TRUE,Mon,Finance,Atlanta DC
+ABS-01953,EMP-1151,2025-12-06,PTO,8.0,TRUE,Sat,Engineering,Denver Office
+ABS-02403,EMP-1001,2025-08-09,PTO,4.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-02404,EMP-1001,2025-08-18,Sick,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-02405,EMP-1001,2025-08-29,Sick,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-02406,EMP-1001,2025-10-01,Sick,4.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-02407,EMP-1001,2025-11-08,Personal,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-02408,EMP-1001,2025-11-21,Sick,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-02409,EMP-1001,2026-02-23,Sick,4.0,FALSE,Mon,Finance,Baltimore HQ
+ABS-02410,EMP-1002,2025-07-06,PTO,8.0,FALSE,Sun,Human Resources,Baltimore HQ
+ABS-02411,EMP-1002,2025-07-14,PTO,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-02412,EMP-1002,2025-08-22,PTO,4.0,FALSE,Fri,Human Resources,Baltimore HQ
+ABS-02413,EMP-1002,2025-09-09,PTO,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-02414,EMP-1002,2025-10-03,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02415,EMP-1002,2025-10-04,Sick,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-02416,EMP-1002,2026-01-07,PTO,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-02417,EMP-1002,2026-01-11,Sick,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-02418,EMP-1002,2026-01-17,Sick,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-02419,EMP-1002,2026-01-19,Personal,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-02420,EMP-1002,2026-03-17,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-02421,EMP-1003,2025-07-10,PTO,4.0,TRUE,Thu,Engineering,Austin Hub
+ABS-02422,EMP-1003,2025-08-18,PTO,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02423,EMP-1003,2025-09-18,Personal,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-02424,EMP-1003,2025-11-22,PTO,8.0,FALSE,Sat,Engineering,Austin Hub
+ABS-02425,EMP-1003,2026-01-05,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02426,EMP-1003,2026-01-24,Personal,4.0,TRUE,Sat,Engineering,Austin Hub
+ABS-02427,EMP-1004,2025-07-03,PTO,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-02428,EMP-1004,2025-07-17,Personal,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-02429,EMP-1004,2025-08-11,PTO,8.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-02430,EMP-1004,2025-10-03,Sick,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-02431,EMP-1004,2025-10-09,Sick,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-02432,EMP-1004,2025-12-23,PTO,4.0,FALSE,Tue,Engineering,Atlanta DC
+ABS-02433,EMP-1004,2026-02-19,PTO,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-02434,EMP-1004,2026-03-11,Sick,8.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-02435,EMP-1005,2025-12-02,PTO,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-02436,EMP-1005,2026-01-30,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-02437,EMP-1005,2026-02-17,PTO,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-02438,EMP-1005,2026-02-22,Sick,8.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-02439,EMP-1006,2025-07-16,PTO,4.0,FALSE,Wed,Engineering,Austin Hub
+ABS-02440,EMP-1006,2025-08-04,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02441,EMP-1006,2025-09-20,PTO,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-02442,EMP-1006,2025-10-01,PTO,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02443,EMP-1006,2025-10-12,PTO,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02444,EMP-1006,2025-11-04,PTO,4.0,FALSE,Tue,Engineering,Austin Hub
+ABS-02445,EMP-1006,2025-11-21,Personal,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02446,EMP-1006,2025-12-23,PTO,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02447,EMP-1006,2025-12-24,PTO,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02448,EMP-1006,2026-02-17,PTO,8.0,FALSE,Tue,Engineering,Austin Hub
+ABS-02449,EMP-1006,2026-03-08,PTO,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02450,EMP-1007,2025-07-17,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02451,EMP-1007,2025-08-25,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-02452,EMP-1007,2025-10-04,PTO,8.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-02453,EMP-1007,2025-10-05,PTO,4.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-02454,EMP-1007,2025-10-18,Sick,8.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-02455,EMP-1007,2025-10-21,Sick,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-02456,EMP-1007,2025-11-23,PTO,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-02457,EMP-1007,2025-12-02,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-02458,EMP-1008,2025-07-17,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-02459,EMP-1008,2025-07-21,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-02460,EMP-1008,2025-07-28,Personal,4.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-02461,EMP-1008,2025-08-23,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-02462,EMP-1008,2025-09-10,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-02463,EMP-1008,2025-10-05,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-02464,EMP-1008,2025-12-07,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-02465,EMP-1008,2026-02-07,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-02466,EMP-1009,2025-08-28,PTO,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-02467,EMP-1009,2025-09-03,PTO,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-02468,EMP-1009,2025-09-04,PTO,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-02469,EMP-1009,2025-10-19,PTO,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-02470,EMP-1009,2025-10-28,Sick,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02471,EMP-1009,2025-11-04,PTO,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02472,EMP-1009,2026-01-13,Sick,4.0,TRUE,Tue,Finance,Chicago Plant
+ABS-02473,EMP-1009,2026-02-06,Personal,4.0,TRUE,Fri,Finance,Chicago Plant
+ABS-02474,EMP-1009,2026-02-19,PTO,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-02475,EMP-1009,2026-02-27,PTO,4.0,FALSE,Fri,Finance,Chicago Plant
+ABS-02476,EMP-1009,2026-03-14,PTO,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-02477,EMP-1009,2026-03-25,PTO,8.0,FALSE,Wed,Finance,Chicago Plant
+ABS-02478,EMP-1010,2025-09-04,Sick,4.0,TRUE,Thu,Finance,Austin Hub
+ABS-02479,EMP-1010,2025-10-18,Sick,4.0,FALSE,Sat,Finance,Austin Hub
+ABS-02480,EMP-1010,2025-11-30,PTO,4.0,TRUE,Sun,Finance,Austin Hub
+ABS-02481,EMP-1010,2025-12-21,Sick,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-02482,EMP-1010,2026-03-09,Sick,8.0,TRUE,Mon,Finance,Austin Hub
+ABS-02483,EMP-1011,2025-08-03,PTO,4.0,TRUE,Sun,Customer Service,Denver Office
+ABS-02484,EMP-1011,2025-09-07,Sick,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-02485,EMP-1011,2025-09-24,Sick,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-02486,EMP-1011,2025-10-02,Sick,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-02487,EMP-1011,2025-12-08,PTO,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-02488,EMP-1011,2026-03-06,PTO,8.0,TRUE,Fri,Customer Service,Denver Office
+ABS-02489,EMP-1012,2025-08-21,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02490,EMP-1012,2025-09-24,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02491,EMP-1012,2025-10-16,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02492,EMP-1012,2026-01-24,Personal,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02493,EMP-1012,2026-01-27,PTO,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02494,EMP-1012,2026-02-06,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02495,EMP-1013,2025-08-18,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-02496,EMP-1013,2025-10-19,Personal,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02497,EMP-1013,2025-11-12,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-02498,EMP-1013,2025-11-30,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02499,EMP-1013,2025-12-19,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-02500,EMP-1013,2026-03-08,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02501,EMP-1013,2026-03-23,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-02502,EMP-1014,2025-07-05,PTO,4.0,FALSE,Sat,Human Resources,Denver Office
+ABS-02503,EMP-1014,2025-08-05,Personal,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02504,EMP-1014,2025-10-01,Sick,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02505,EMP-1014,2025-11-09,Sick,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-02506,EMP-1014,2025-11-18,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02507,EMP-1014,2025-12-20,PTO,4.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02508,EMP-1014,2026-02-12,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-02509,EMP-1015,2025-09-14,Sick,4.0,TRUE,Sun,Sales,Austin Hub
+ABS-02510,EMP-1015,2025-10-30,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02511,EMP-1015,2025-12-07,Sick,4.0,TRUE,Sun,Sales,Austin Hub
+ABS-02512,EMP-1015,2025-12-27,Personal,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-02513,EMP-1015,2026-01-09,PTO,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-02514,EMP-1015,2026-01-11,PTO,8.0,FALSE,Sun,Sales,Austin Hub
+ABS-02515,EMP-1015,2026-02-11,Personal,4.0,TRUE,Wed,Sales,Austin Hub
+ABS-02516,EMP-1016,2025-07-26,PTO,4.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-02517,EMP-1016,2025-08-22,Sick,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02518,EMP-1016,2026-01-08,Sick,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02519,EMP-1016,2026-01-22,PTO,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02520,EMP-1017,2025-07-24,Personal,8.0,FALSE,Thu,Sales,Atlanta DC
+ABS-02521,EMP-1017,2025-08-01,PTO,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-02522,EMP-1017,2025-10-20,Sick,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-02523,EMP-1017,2025-10-22,Personal,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-02524,EMP-1017,2025-10-28,Personal,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02525,EMP-1017,2025-11-09,PTO,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-02526,EMP-1017,2026-01-02,Personal,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-02527,EMP-1017,2026-02-12,Sick,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02528,EMP-1017,2026-03-21,Sick,8.0,FALSE,Sat,Sales,Atlanta DC
+ABS-02529,EMP-1018,2025-08-29,Personal,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02530,EMP-1018,2025-09-22,PTO,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-02531,EMP-1018,2025-10-21,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-02532,EMP-1018,2025-12-31,Sick,4.0,FALSE,Wed,Human Resources,Baltimore HQ
+ABS-02533,EMP-1018,2026-01-08,Personal,8.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-02534,EMP-1019,2025-07-17,PTO,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-02535,EMP-1019,2025-08-18,Sick,4.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02536,EMP-1019,2025-09-26,PTO,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-02537,EMP-1019,2025-10-08,Sick,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02538,EMP-1019,2025-10-23,Personal,8.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-02539,EMP-1019,2025-11-19,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02540,EMP-1019,2025-11-22,Sick,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-02541,EMP-1019,2025-12-12,PTO,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-02542,EMP-1019,2025-12-24,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02543,EMP-1019,2026-01-26,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02544,EMP-1020,2025-08-15,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-02545,EMP-1020,2025-08-25,Personal,4.0,FALSE,Mon,Warehouse & Logistics,Austin Hub
+ABS-02546,EMP-1020,2025-09-17,PTO,4.0,FALSE,Wed,Warehouse & Logistics,Austin Hub
+ABS-02547,EMP-1020,2025-11-16,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-02548,EMP-1020,2025-12-22,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-02549,EMP-1020,2026-01-08,Personal,4.0,FALSE,Thu,Warehouse & Logistics,Austin Hub
+ABS-02550,EMP-1020,2026-01-17,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-02551,EMP-1020,2026-01-28,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-02552,EMP-1020,2026-03-03,Personal,4.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-02553,EMP-1020,2026-03-24,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-02554,EMP-1027,2025-09-03,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02555,EMP-1027,2025-09-10,Sick,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02556,EMP-1027,2025-12-08,PTO,4.0,FALSE,Mon,Engineering,Austin Hub
+ABS-02557,EMP-1027,2026-01-01,Sick,8.0,FALSE,Thu,Engineering,Austin Hub
+ABS-02558,EMP-1027,2026-01-07,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02559,EMP-1027,2026-01-12,Personal,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02560,EMP-1027,2026-01-22,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-02561,EMP-1027,2026-02-20,Sick,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02562,EMP-1027,2026-03-10,Sick,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-02563,EMP-1027,2026-03-25,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02564,EMP-1028,2025-08-02,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-02565,EMP-1028,2025-11-10,PTO,4.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02566,EMP-1029,2025-08-08,Sick,8.0,FALSE,Fri,Human Resources,Austin Hub
+ABS-02567,EMP-1029,2025-08-21,Personal,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-02568,EMP-1029,2026-01-13,PTO,4.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-02569,EMP-1029,2026-03-03,Personal,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-02570,EMP-1029,2026-03-26,PTO,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-02571,EMP-1030,2025-08-26,Personal,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02572,EMP-1030,2025-09-10,Sick,4.0,FALSE,Wed,Sales,Atlanta DC
+ABS-02573,EMP-1030,2025-09-17,Sick,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-02574,EMP-1030,2025-11-13,PTO,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-02575,EMP-1030,2025-11-17,PTO,4.0,TRUE,Mon,Sales,Atlanta DC
+ABS-02576,EMP-1030,2025-12-06,Sick,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-02577,EMP-1030,2026-01-06,Personal,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02578,EMP-1030,2026-02-02,PTO,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-02579,EMP-1030,2026-02-11,Sick,8.0,FALSE,Wed,Sales,Atlanta DC
+ABS-02580,EMP-1030,2026-03-10,PTO,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02581,EMP-1030,2026-03-17,Personal,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02582,EMP-1030,2026-03-24,Sick,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-02583,EMP-1031,2025-07-01,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02584,EMP-1031,2025-07-29,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02585,EMP-1031,2025-08-04,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02586,EMP-1031,2025-09-01,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02587,EMP-1031,2025-10-13,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02588,EMP-1031,2025-11-12,Sick,8.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02589,EMP-1031,2025-12-19,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02590,EMP-1031,2025-12-27,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02591,EMP-1031,2026-03-09,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02592,EMP-1032,2025-07-04,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02593,EMP-1032,2025-08-08,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02594,EMP-1032,2025-08-22,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02595,EMP-1032,2025-08-23,Personal,8.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02596,EMP-1032,2025-10-03,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02597,EMP-1032,2026-03-27,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02598,EMP-1033,2025-07-20,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02599,EMP-1033,2025-07-22,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02600,EMP-1033,2025-08-28,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02601,EMP-1033,2025-11-14,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02602,EMP-1033,2025-11-27,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02603,EMP-1033,2026-01-12,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02604,EMP-1033,2026-01-13,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02605,EMP-1033,2026-02-10,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02606,EMP-1033,2026-03-22,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02607,EMP-1034,2025-07-30,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02608,EMP-1034,2025-09-28,Personal,4.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02609,EMP-1035,2025-08-09,Sick,4.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02610,EMP-1035,2025-11-28,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02611,EMP-1035,2025-12-04,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02612,EMP-1035,2026-01-05,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02613,EMP-1036,2025-07-26,Personal,8.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02614,EMP-1036,2025-08-03,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02615,EMP-1036,2025-09-23,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02616,EMP-1036,2025-10-12,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02617,EMP-1036,2025-11-14,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02618,EMP-1036,2025-11-26,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02619,EMP-1036,2025-12-11,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02620,EMP-1036,2025-12-13,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02621,EMP-1036,2026-01-14,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02622,EMP-1036,2026-02-03,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02623,EMP-1036,2026-03-06,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02624,EMP-1037,2025-08-15,PTO,8.0,FALSE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02625,EMP-1037,2025-09-04,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02626,EMP-1037,2026-01-15,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02627,EMP-1037,2026-01-19,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02628,EMP-1037,2026-03-01,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02629,EMP-1038,2025-07-23,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02630,EMP-1038,2025-08-07,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02631,EMP-1038,2025-10-02,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02632,EMP-1038,2025-11-27,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02633,EMP-1038,2025-11-29,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02634,EMP-1038,2026-02-14,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02635,EMP-1039,2025-08-20,Personal,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02636,EMP-1039,2025-08-29,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02637,EMP-1039,2025-11-24,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02638,EMP-1039,2025-12-26,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02639,EMP-1039,2026-01-27,PTO,4.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02640,EMP-1039,2026-02-04,Personal,8.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02641,EMP-1039,2026-03-20,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02642,EMP-1040,2025-09-26,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02643,EMP-1040,2025-11-07,Sick,8.0,FALSE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02644,EMP-1040,2025-11-15,PTO,8.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02645,EMP-1040,2025-12-05,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02646,EMP-1040,2026-02-02,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02647,EMP-1040,2026-02-05,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02648,EMP-1040,2026-03-19,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02649,EMP-1041,2025-07-05,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02650,EMP-1041,2025-07-08,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02651,EMP-1041,2025-07-19,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02652,EMP-1041,2025-07-25,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02653,EMP-1041,2025-09-02,Personal,8.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02654,EMP-1041,2025-10-06,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02655,EMP-1041,2025-10-07,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02656,EMP-1041,2025-10-08,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02657,EMP-1041,2025-11-23,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02658,EMP-1041,2025-12-02,Personal,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02659,EMP-1041,2025-12-19,Sick,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02660,EMP-1041,2025-12-25,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02661,EMP-1041,2026-02-23,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02662,EMP-1041,2026-03-02,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02663,EMP-1042,2025-07-07,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02664,EMP-1042,2025-09-19,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02665,EMP-1042,2025-09-21,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02666,EMP-1042,2025-10-12,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02667,EMP-1042,2026-01-04,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02668,EMP-1042,2026-01-24,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02669,EMP-1042,2026-02-23,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02670,EMP-1043,2025-07-19,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02671,EMP-1043,2025-08-03,Personal,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02672,EMP-1043,2025-08-05,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02673,EMP-1043,2025-09-05,Sick,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02674,EMP-1043,2025-11-12,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02675,EMP-1043,2026-01-01,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02676,EMP-1043,2026-01-31,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02677,EMP-1043,2026-02-06,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02678,EMP-1043,2026-03-19,PTO,8.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02679,EMP-1044,2025-07-07,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02680,EMP-1044,2026-01-26,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02681,EMP-1045,2025-08-25,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02682,EMP-1045,2025-08-27,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02683,EMP-1045,2025-10-24,Sick,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02684,EMP-1045,2025-11-20,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02685,EMP-1045,2026-02-10,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02686,EMP-1045,2026-02-27,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02687,EMP-1046,2025-08-20,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02688,EMP-1046,2026-01-29,Sick,4.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02689,EMP-1047,2025-07-09,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02690,EMP-1047,2025-08-08,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02691,EMP-1047,2025-09-28,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02692,EMP-1047,2026-01-29,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02693,EMP-1047,2026-02-24,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02694,EMP-1047,2026-03-24,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02695,EMP-1048,2025-08-07,Sick,8.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02696,EMP-1048,2025-08-17,PTO,4.0,FALSE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02697,EMP-1048,2025-09-16,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02698,EMP-1048,2025-10-18,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02699,EMP-1048,2025-12-06,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02700,EMP-1048,2026-01-01,Sick,8.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-02701,EMP-1048,2026-03-24,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02702,EMP-1049,2025-08-29,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02703,EMP-1049,2025-09-29,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02704,EMP-1049,2025-10-01,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02705,EMP-1049,2025-10-25,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02706,EMP-1049,2025-10-27,Personal,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02707,EMP-1049,2025-11-02,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02708,EMP-1049,2025-12-05,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02709,EMP-1049,2026-01-16,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02710,EMP-1049,2026-01-20,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02711,EMP-1049,2026-01-27,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02712,EMP-1049,2026-02-13,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02713,EMP-1049,2026-02-18,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-02714,EMP-1049,2026-02-28,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02715,EMP-1050,2025-08-23,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02716,EMP-1050,2025-10-12,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-02717,EMP-1050,2025-10-28,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02718,EMP-1050,2026-01-20,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02719,EMP-1051,2025-09-05,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02720,EMP-1051,2025-09-16,Personal,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02721,EMP-1051,2025-09-26,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-02722,EMP-1051,2025-10-27,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-02723,EMP-1051,2025-12-06,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-02724,EMP-1051,2025-12-16,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02725,EMP-1051,2025-12-23,Sick,8.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02726,EMP-1051,2026-02-10,Personal,8.0,FALSE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-02727,EMP-1052,2025-07-03,PTO,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02728,EMP-1052,2025-07-11,Personal,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02729,EMP-1052,2025-08-21,Personal,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02730,EMP-1052,2025-10-15,Sick,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-02731,EMP-1052,2025-11-20,PTO,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02732,EMP-1052,2026-01-27,Sick,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-02733,EMP-1052,2026-01-28,Personal,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-02734,EMP-1052,2026-02-13,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02735,EMP-1053,2025-07-05,PTO,4.0,TRUE,Sat,Sales,Chicago Plant
+ABS-02736,EMP-1053,2025-07-09,Personal,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-02737,EMP-1053,2025-07-20,Sick,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-02738,EMP-1053,2025-10-08,Sick,4.0,FALSE,Wed,Sales,Chicago Plant
+ABS-02739,EMP-1053,2026-02-01,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-02740,EMP-1053,2026-02-07,PTO,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-02741,EMP-1053,2026-02-21,PTO,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-02742,EMP-1053,2026-03-18,Personal,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-02743,EMP-1054,2025-09-15,Sick,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-02744,EMP-1054,2025-11-15,Personal,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-02745,EMP-1054,2025-12-24,PTO,8.0,FALSE,Wed,Human Resources,Baltimore HQ
+ABS-02746,EMP-1054,2026-01-29,Sick,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-02747,EMP-1054,2026-02-08,PTO,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-02748,EMP-1054,2026-02-13,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-02749,EMP-1055,2025-07-23,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02750,EMP-1055,2025-08-27,Personal,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02751,EMP-1055,2025-10-26,PTO,4.0,TRUE,Sun,Sales,Austin Hub
+ABS-02752,EMP-1055,2025-11-30,Personal,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-02753,EMP-1055,2025-12-11,Sick,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02754,EMP-1055,2026-02-26,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02755,EMP-1056,2025-07-04,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02756,EMP-1056,2025-07-29,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02757,EMP-1056,2025-10-01,Personal,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02758,EMP-1056,2025-11-05,PTO,4.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-02759,EMP-1056,2025-12-05,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02760,EMP-1056,2025-12-06,PTO,8.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-02761,EMP-1056,2026-03-12,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02762,EMP-1056,2026-03-16,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02763,EMP-1057,2025-07-14,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02764,EMP-1057,2025-09-10,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02765,EMP-1057,2025-10-23,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02766,EMP-1057,2025-11-16,Sick,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02767,EMP-1057,2026-03-09,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02768,EMP-1057,2026-03-25,Personal,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02769,EMP-1058,2025-10-10,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02770,EMP-1058,2025-11-13,Personal,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02771,EMP-1058,2025-11-19,Personal,8.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-02772,EMP-1058,2025-12-23,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02773,EMP-1058,2026-02-14,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02774,EMP-1058,2026-02-25,Sick,8.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-02775,EMP-1058,2026-03-21,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02776,EMP-1059,2025-07-13,PTO,8.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-02777,EMP-1059,2025-07-20,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02778,EMP-1059,2025-08-07,Personal,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02779,EMP-1059,2025-08-14,Personal,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02780,EMP-1059,2025-09-15,Personal,4.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-02781,EMP-1059,2025-11-02,PTO,8.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-02782,EMP-1059,2025-12-06,Personal,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02783,EMP-1059,2026-01-23,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02784,EMP-1059,2026-02-02,Sick,8.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-02785,EMP-1059,2026-02-17,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02786,EMP-1060,2025-07-09,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02787,EMP-1060,2025-08-10,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02788,EMP-1060,2025-09-15,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02789,EMP-1060,2025-09-19,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02790,EMP-1060,2025-12-03,Personal,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02791,EMP-1060,2026-01-16,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02792,EMP-1061,2025-07-02,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02793,EMP-1061,2025-08-20,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02794,EMP-1061,2025-12-03,Personal,8.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-02795,EMP-1061,2026-01-12,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02796,EMP-1061,2026-02-08,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02797,EMP-1062,2025-07-01,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02798,EMP-1062,2025-07-10,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02799,EMP-1062,2025-08-01,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02800,EMP-1062,2025-09-03,Personal,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02801,EMP-1062,2025-10-18,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02802,EMP-1062,2025-11-02,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02803,EMP-1062,2025-11-06,Personal,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02804,EMP-1062,2025-12-08,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02805,EMP-1062,2025-12-20,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02806,EMP-1062,2026-02-03,Sick,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02807,EMP-1062,2026-03-21,Personal,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02808,EMP-1063,2025-07-04,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02809,EMP-1063,2025-09-01,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02810,EMP-1063,2025-09-18,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02811,EMP-1063,2025-10-11,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02812,EMP-1063,2025-12-23,Sick,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02813,EMP-1063,2025-12-28,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02814,EMP-1063,2026-01-08,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02815,EMP-1063,2026-03-07,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02816,EMP-1064,2025-07-10,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02817,EMP-1064,2025-08-31,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02818,EMP-1064,2025-10-07,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02819,EMP-1064,2026-01-26,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02820,EMP-1064,2026-02-16,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02821,EMP-1064,2026-02-26,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02822,EMP-1064,2026-03-27,PTO,8.0,FALSE,Fri,Customer Service,Atlanta DC
+ABS-02823,EMP-1065,2025-07-06,Personal,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02824,EMP-1065,2025-07-17,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02825,EMP-1065,2025-09-18,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02826,EMP-1065,2025-09-20,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02827,EMP-1065,2025-10-29,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02828,EMP-1065,2025-11-26,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02829,EMP-1065,2025-12-16,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02830,EMP-1066,2025-07-09,Sick,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02831,EMP-1066,2025-07-21,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02832,EMP-1066,2025-07-30,Personal,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02833,EMP-1066,2025-10-26,Sick,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02834,EMP-1066,2026-01-30,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02835,EMP-1066,2026-02-01,PTO,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02836,EMP-1067,2025-08-23,PTO,8.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-02837,EMP-1067,2025-10-30,PTO,4.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-02838,EMP-1067,2025-12-01,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02839,EMP-1067,2026-02-04,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02840,EMP-1068,2025-08-12,Personal,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02841,EMP-1068,2025-08-26,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02842,EMP-1068,2025-09-16,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02843,EMP-1068,2025-11-28,Sick,8.0,FALSE,Fri,Customer Service,Atlanta DC
+ABS-02844,EMP-1068,2026-01-19,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02845,EMP-1068,2026-02-07,Personal,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02846,EMP-1069,2025-07-06,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02847,EMP-1069,2025-07-24,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02848,EMP-1069,2025-07-31,Personal,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02849,EMP-1069,2025-09-09,PTO,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-02850,EMP-1069,2025-09-22,Sick,8.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-02851,EMP-1069,2025-09-27,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02852,EMP-1069,2025-09-30,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02853,EMP-1069,2025-12-18,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02854,EMP-1069,2026-01-31,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02855,EMP-1069,2026-03-22,PTO,8.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-02856,EMP-1070,2025-08-10,PTO,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02857,EMP-1070,2025-08-28,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02858,EMP-1070,2025-09-02,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02859,EMP-1070,2025-10-26,PTO,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02860,EMP-1070,2025-10-29,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02861,EMP-1070,2025-12-09,Personal,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02862,EMP-1070,2026-01-19,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02863,EMP-1071,2025-07-22,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02864,EMP-1071,2025-08-02,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02865,EMP-1071,2025-08-18,PTO,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02866,EMP-1071,2025-10-27,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02867,EMP-1071,2025-10-31,Personal,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-02868,EMP-1071,2025-11-10,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02869,EMP-1071,2025-11-17,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-02870,EMP-1071,2025-12-20,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-02871,EMP-1071,2026-03-12,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-02872,EMP-1071,2026-03-25,Personal,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02873,EMP-1072,2025-10-02,PTO,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-02874,EMP-1072,2025-10-18,PTO,4.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-02875,EMP-1072,2025-10-27,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02876,EMP-1072,2025-12-15,Sick,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02877,EMP-1072,2026-02-07,PTO,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-02878,EMP-1072,2026-03-19,Sick,4.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-02879,EMP-1073,2025-07-21,PTO,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-02880,EMP-1073,2025-08-31,Sick,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-02881,EMP-1073,2025-10-12,PTO,8.0,FALSE,Sun,Customer Service,Baltimore HQ
+ABS-02882,EMP-1073,2025-10-27,Sick,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-02883,EMP-1073,2025-11-06,Personal,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-02884,EMP-1073,2026-01-04,PTO,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-02885,EMP-1073,2026-01-28,Personal,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-02886,EMP-1073,2026-02-14,PTO,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02887,EMP-1073,2026-02-28,PTO,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-02888,EMP-1073,2026-03-20,PTO,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-02889,EMP-1074,2025-07-25,Sick,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-02890,EMP-1074,2025-09-03,Personal,8.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02891,EMP-1074,2025-09-17,Personal,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02892,EMP-1074,2025-10-19,PTO,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-02893,EMP-1074,2025-10-31,PTO,4.0,FALSE,Fri,Finance,Atlanta DC
+ABS-02894,EMP-1074,2025-11-25,PTO,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-02895,EMP-1074,2025-12-19,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-02896,EMP-1074,2026-01-21,PTO,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02897,EMP-1074,2026-02-03,PTO,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-02898,EMP-1074,2026-02-04,PTO,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-02899,EMP-1074,2026-02-13,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-02900,EMP-1074,2026-02-28,PTO,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-02901,EMP-1075,2025-07-26,PTO,4.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-02902,EMP-1075,2025-09-08,PTO,8.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-02903,EMP-1075,2025-10-05,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-02904,EMP-1075,2025-11-19,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-02905,EMP-1075,2025-12-16,Sick,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02906,EMP-1075,2025-12-23,Personal,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02907,EMP-1075,2026-01-13,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-02908,EMP-1075,2026-02-23,PTO,8.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-02909,EMP-1076,2025-09-01,PTO,4.0,FALSE,Mon,Engineering,Austin Hub
+ABS-02910,EMP-1076,2025-10-12,PTO,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02911,EMP-1076,2025-11-12,Sick,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02912,EMP-1076,2025-11-18,PTO,4.0,FALSE,Tue,Engineering,Austin Hub
+ABS-02913,EMP-1076,2025-12-29,PTO,4.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02914,EMP-1076,2026-01-30,Personal,8.0,FALSE,Fri,Engineering,Austin Hub
+ABS-02915,EMP-1076,2026-03-06,Sick,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02916,EMP-1077,2025-07-02,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-02917,EMP-1077,2025-07-11,PTO,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02918,EMP-1077,2025-08-11,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-02919,EMP-1077,2025-09-04,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-02920,EMP-1077,2025-09-26,PTO,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02921,EMP-1077,2025-12-07,PTO,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-02922,EMP-1077,2026-01-05,PTO,8.0,FALSE,Mon,Engineering,Austin Hub
+ABS-02923,EMP-1077,2026-01-23,Personal,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-02924,EMP-1078,2025-07-11,Personal,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-02925,EMP-1078,2025-07-19,Sick,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02926,EMP-1078,2025-07-30,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02927,EMP-1078,2025-08-25,PTO,8.0,FALSE,Mon,Human Resources,Denver Office
+ABS-02928,EMP-1078,2025-09-03,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02929,EMP-1078,2025-09-13,PTO,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-02930,EMP-1078,2025-09-21,PTO,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-02931,EMP-1078,2025-09-23,Personal,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02932,EMP-1078,2025-09-24,Sick,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02933,EMP-1078,2025-12-02,PTO,8.0,FALSE,Tue,Human Resources,Denver Office
+ABS-02934,EMP-1078,2025-12-08,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-02935,EMP-1078,2026-01-16,PTO,4.0,FALSE,Fri,Human Resources,Denver Office
+ABS-02936,EMP-1078,2026-01-21,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-02937,EMP-1078,2026-02-03,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-02938,EMP-1078,2026-02-05,PTO,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-02939,EMP-1079,2025-07-31,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-02940,EMP-1079,2025-09-15,Personal,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-02941,EMP-1079,2025-10-16,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-02942,EMP-1079,2025-10-19,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-02943,EMP-1079,2025-11-01,Sick,8.0,FALSE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-02944,EMP-1079,2025-11-07,Sick,4.0,FALSE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-02945,EMP-1079,2025-11-19,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-02946,EMP-1079,2026-01-27,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-02947,EMP-1079,2026-02-21,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-02948,EMP-1079,2026-03-21,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-02949,EMP-1080,2025-07-16,PTO,4.0,TRUE,Wed,Sales,Austin Hub
+ABS-02950,EMP-1080,2025-07-29,PTO,8.0,TRUE,Tue,Sales,Austin Hub
+ABS-02951,EMP-1080,2025-08-17,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-02952,EMP-1080,2025-08-27,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02953,EMP-1080,2025-09-03,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02954,EMP-1080,2025-09-30,Personal,8.0,TRUE,Tue,Sales,Austin Hub
+ABS-02955,EMP-1080,2025-10-11,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-02956,EMP-1080,2025-12-11,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02957,EMP-1080,2025-12-31,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-02958,EMP-1080,2026-02-19,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-02959,EMP-1081,2025-07-08,Sick,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-02960,EMP-1081,2025-07-28,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-02961,EMP-1081,2025-08-01,Personal,8.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-02962,EMP-1081,2025-08-18,PTO,8.0,FALSE,Mon,Sales,Baltimore HQ
+ABS-02963,EMP-1081,2025-08-20,PTO,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-02964,EMP-1081,2025-10-12,PTO,4.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-02965,EMP-1081,2025-10-27,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-02966,EMP-1081,2025-11-25,Personal,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-02967,EMP-1081,2026-01-09,Personal,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-02968,EMP-1082,2025-07-04,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-02969,EMP-1082,2025-08-27,Sick,8.0,FALSE,Wed,Warehouse & Logistics,Denver Office
+ABS-02970,EMP-1082,2025-09-16,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-02971,EMP-1082,2025-12-23,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-02972,EMP-1082,2026-01-30,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-02973,EMP-1083,2025-07-17,Sick,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02974,EMP-1083,2025-08-03,PTO,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-02975,EMP-1083,2025-08-29,PTO,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-02976,EMP-1083,2025-09-22,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-02977,EMP-1083,2025-11-02,Personal,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-02978,EMP-1083,2025-11-07,PTO,4.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-02979,EMP-1083,2025-11-21,PTO,4.0,FALSE,Fri,Customer Service,Austin Hub
+ABS-02980,EMP-1083,2026-01-07,PTO,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-02981,EMP-1083,2026-01-22,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-02982,EMP-1083,2026-01-27,Personal,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-02983,EMP-1083,2026-02-07,PTO,8.0,FALSE,Sat,Customer Service,Austin Hub
+ABS-02984,EMP-1083,2026-03-04,Sick,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-02985,EMP-1084,2025-07-24,Personal,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-02986,EMP-1084,2025-08-04,Sick,8.0,TRUE,Mon,Sales,Chicago Plant
+ABS-02987,EMP-1084,2025-09-16,Personal,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-02988,EMP-1084,2025-12-16,Sick,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-02989,EMP-1084,2025-12-26,Personal,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-02990,EMP-1084,2025-12-27,Personal,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-02991,EMP-1085,2025-12-06,PTO,4.0,FALSE,Sat,Sales,Chicago Plant
+ABS-02992,EMP-1085,2025-12-16,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-02993,EMP-1085,2026-01-11,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-02994,EMP-1085,2026-02-13,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-02995,EMP-1085,2026-03-11,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-02996,EMP-1086,2025-07-02,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-02997,EMP-1086,2025-07-14,Sick,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-02998,EMP-1086,2025-10-05,Sick,4.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-02999,EMP-1086,2026-01-01,PTO,8.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-03000,EMP-1086,2026-03-06,PTO,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-03001,EMP-1087,2025-07-04,Sick,4.0,TRUE,Fri,Finance,Denver Office
+ABS-03002,EMP-1087,2025-08-18,Personal,8.0,TRUE,Mon,Finance,Denver Office
+ABS-03003,EMP-1087,2025-08-31,Personal,8.0,TRUE,Sun,Finance,Denver Office
+ABS-03004,EMP-1087,2025-09-09,Sick,8.0,TRUE,Tue,Finance,Denver Office
+ABS-03005,EMP-1087,2025-10-05,Sick,4.0,TRUE,Sun,Finance,Denver Office
+ABS-03006,EMP-1087,2025-10-18,PTO,4.0,TRUE,Sat,Finance,Denver Office
+ABS-03007,EMP-1087,2025-11-12,PTO,8.0,FALSE,Wed,Finance,Denver Office
+ABS-03008,EMP-1087,2025-12-05,Personal,8.0,TRUE,Fri,Finance,Denver Office
+ABS-03009,EMP-1087,2025-12-12,Sick,4.0,TRUE,Fri,Finance,Denver Office
+ABS-03010,EMP-1087,2025-12-18,Personal,8.0,TRUE,Thu,Finance,Denver Office
+ABS-03011,EMP-1087,2026-01-06,Personal,8.0,TRUE,Tue,Finance,Denver Office
+ABS-03012,EMP-1087,2026-01-15,Sick,8.0,FALSE,Thu,Finance,Denver Office
+ABS-03013,EMP-1088,2025-09-25,PTO,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-03014,EMP-1088,2025-12-19,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-03015,EMP-1088,2026-02-02,Sick,8.0,TRUE,Mon,Sales,Chicago Plant
+ABS-03016,EMP-1088,2026-03-16,PTO,8.0,TRUE,Mon,Sales,Chicago Plant
+ABS-03017,EMP-1089,2025-07-26,Personal,8.0,FALSE,Sat,Finance,Denver Office
+ABS-03018,EMP-1089,2025-09-14,Sick,4.0,TRUE,Sun,Finance,Denver Office
+ABS-03019,EMP-1089,2025-12-22,PTO,8.0,FALSE,Mon,Finance,Denver Office
+ABS-03020,EMP-1089,2025-12-25,PTO,8.0,TRUE,Thu,Finance,Denver Office
+ABS-03021,EMP-1089,2025-12-28,Sick,8.0,TRUE,Sun,Finance,Denver Office
+ABS-03022,EMP-1089,2026-02-18,Sick,8.0,TRUE,Wed,Finance,Denver Office
+ABS-03023,EMP-1089,2026-03-09,PTO,8.0,TRUE,Mon,Finance,Denver Office
+ABS-03024,EMP-1089,2026-03-13,PTO,8.0,TRUE,Fri,Finance,Denver Office
+ABS-03025,EMP-1090,2025-08-30,Sick,4.0,FALSE,Sat,Customer Service,Chicago Plant
+ABS-03026,EMP-1090,2025-09-08,PTO,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-03027,EMP-1090,2025-09-19,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03028,EMP-1090,2026-02-04,Sick,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03029,EMP-1090,2026-02-17,Personal,8.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-03030,EMP-1090,2026-02-21,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03031,EMP-1091,2025-09-11,PTO,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03032,EMP-1091,2025-10-25,Sick,4.0,TRUE,Sat,Sales,Denver Office
+ABS-03033,EMP-1091,2025-11-03,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-03034,EMP-1091,2025-11-15,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03035,EMP-1091,2025-11-23,Personal,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03036,EMP-1091,2025-11-27,Sick,8.0,FALSE,Thu,Sales,Denver Office
+ABS-03037,EMP-1091,2025-11-30,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03038,EMP-1091,2026-01-20,Personal,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03039,EMP-1091,2026-02-15,Personal,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03040,EMP-1092,2025-07-08,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-03041,EMP-1092,2025-08-08,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-03042,EMP-1092,2025-11-01,PTO,4.0,FALSE,Sat,Engineering,Atlanta DC
+ABS-03043,EMP-1092,2025-12-24,Personal,4.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-03044,EMP-1093,2025-07-25,Personal,4.0,TRUE,Fri,Finance,Austin Hub
+ABS-03045,EMP-1093,2025-08-15,Personal,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-03046,EMP-1093,2025-08-30,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03047,EMP-1093,2025-11-10,PTO,8.0,TRUE,Mon,Finance,Austin Hub
+ABS-03048,EMP-1093,2025-12-10,Personal,8.0,TRUE,Wed,Finance,Austin Hub
+ABS-03049,EMP-1093,2025-12-13,Sick,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03050,EMP-1093,2025-12-20,Sick,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03051,EMP-1093,2025-12-26,PTO,8.0,FALSE,Fri,Finance,Austin Hub
+ABS-03052,EMP-1093,2026-01-31,Personal,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03053,EMP-1093,2026-02-07,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03054,EMP-1094,2025-07-15,Personal,4.0,FALSE,Tue,Engineering,Denver Office
+ABS-03055,EMP-1094,2025-08-12,Sick,4.0,TRUE,Tue,Engineering,Denver Office
+ABS-03056,EMP-1094,2025-09-10,Sick,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-03057,EMP-1094,2025-10-07,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-03058,EMP-1094,2025-12-12,Sick,4.0,TRUE,Fri,Engineering,Denver Office
+ABS-03059,EMP-1094,2026-01-12,PTO,4.0,TRUE,Mon,Engineering,Denver Office
+ABS-03060,EMP-1094,2026-02-19,Sick,8.0,TRUE,Thu,Engineering,Denver Office
+ABS-03061,EMP-1095,2025-07-09,PTO,4.0,TRUE,Wed,Sales,Denver Office
+ABS-03062,EMP-1095,2025-08-17,Sick,4.0,TRUE,Sun,Sales,Denver Office
+ABS-03063,EMP-1095,2025-08-20,PTO,4.0,FALSE,Wed,Sales,Denver Office
+ABS-03064,EMP-1095,2025-10-12,Personal,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03065,EMP-1095,2025-12-02,PTO,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03066,EMP-1095,2026-01-26,Sick,4.0,TRUE,Mon,Sales,Denver Office
+ABS-03067,EMP-1095,2026-02-06,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-03068,EMP-1095,2026-02-18,Personal,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03069,EMP-1096,2025-08-09,PTO,8.0,TRUE,Sat,Human Resources,Atlanta DC
+ABS-03070,EMP-1096,2025-12-25,PTO,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-03071,EMP-1096,2026-01-26,PTO,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-03072,EMP-1097,2025-07-19,PTO,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-03073,EMP-1097,2025-08-05,PTO,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-03074,EMP-1097,2025-12-11,Sick,4.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-03075,EMP-1097,2025-12-15,PTO,4.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03076,EMP-1097,2025-12-27,PTO,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-03077,EMP-1097,2026-02-06,Sick,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-03078,EMP-1097,2026-02-09,PTO,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03079,EMP-1097,2026-03-24,Personal,4.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-03080,EMP-1098,2025-07-23,Sick,4.0,TRUE,Wed,Sales,Atlanta DC
+ABS-03081,EMP-1098,2025-08-25,PTO,4.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03082,EMP-1098,2025-10-01,Personal,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-03083,EMP-1098,2025-11-04,Personal,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03084,EMP-1098,2026-01-22,Personal,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-03085,EMP-1098,2026-02-18,PTO,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-03086,EMP-1098,2026-02-21,PTO,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03087,EMP-1099,2025-07-13,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-03088,EMP-1099,2025-09-15,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03089,EMP-1099,2025-09-30,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03090,EMP-1099,2025-10-24,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03091,EMP-1099,2025-11-06,PTO,4.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-03092,EMP-1099,2025-12-03,Sick,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-03093,EMP-1099,2025-12-25,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-03094,EMP-1099,2025-12-29,PTO,4.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-03095,EMP-1099,2026-01-09,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03096,EMP-1099,2026-01-15,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-03097,EMP-1099,2026-01-29,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-03098,EMP-1099,2026-02-02,Personal,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03099,EMP-1099,2026-02-20,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03100,EMP-1100,2025-08-05,Personal,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03101,EMP-1100,2025-09-16,Sick,8.0,FALSE,Tue,Sales,Denver Office
+ABS-03102,EMP-1100,2025-09-20,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03103,EMP-1100,2025-10-30,Sick,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03104,EMP-1100,2025-12-06,Personal,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03105,EMP-1100,2025-12-10,Personal,8.0,FALSE,Wed,Sales,Denver Office
+ABS-03106,EMP-1100,2025-12-11,Sick,4.0,TRUE,Thu,Sales,Denver Office
+ABS-03107,EMP-1100,2025-12-13,PTO,8.0,FALSE,Sat,Sales,Denver Office
+ABS-03108,EMP-1100,2026-02-01,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03109,EMP-1101,2025-07-23,Sick,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03110,EMP-1101,2025-08-01,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03111,EMP-1101,2025-08-05,PTO,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03112,EMP-1101,2025-08-28,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03113,EMP-1101,2025-09-02,Sick,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03114,EMP-1101,2025-10-14,Sick,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03115,EMP-1101,2025-12-23,Personal,8.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-03116,EMP-1101,2026-01-09,PTO,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03117,EMP-1101,2026-02-04,PTO,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03118,EMP-1101,2026-03-03,Sick,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03119,EMP-1102,2025-07-05,Personal,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-03120,EMP-1102,2025-07-19,PTO,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-03121,EMP-1102,2025-07-27,Sick,4.0,TRUE,Sun,Finance,Atlanta DC
+ABS-03122,EMP-1102,2025-08-27,PTO,8.0,FALSE,Wed,Finance,Atlanta DC
+ABS-03123,EMP-1102,2025-10-03,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03124,EMP-1102,2025-11-04,PTO,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-03125,EMP-1102,2025-11-15,Personal,4.0,TRUE,Sat,Finance,Atlanta DC
+ABS-03126,EMP-1102,2026-02-05,Sick,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-03127,EMP-1103,2025-07-26,Personal,4.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-03128,EMP-1103,2025-09-23,Personal,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03129,EMP-1103,2026-01-14,Sick,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03130,EMP-1103,2026-03-11,PTO,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03131,EMP-1104,2025-07-26,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03132,EMP-1104,2025-08-25,PTO,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-03133,EMP-1104,2025-09-07,Sick,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-03134,EMP-1104,2025-09-20,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03135,EMP-1104,2026-01-03,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03136,EMP-1104,2026-01-31,Sick,8.0,FALSE,Sat,Engineering,Austin Hub
+ABS-03137,EMP-1104,2026-02-20,PTO,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-03138,EMP-1105,2025-07-17,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03139,EMP-1105,2025-07-23,PTO,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03140,EMP-1105,2025-09-24,PTO,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03141,EMP-1105,2025-12-13,Sick,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03142,EMP-1105,2025-12-19,PTO,4.0,FALSE,Fri,Sales,Baltimore HQ
+ABS-03143,EMP-1105,2025-12-21,Sick,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03144,EMP-1105,2026-01-03,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03145,EMP-1105,2026-01-17,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03146,EMP-1105,2026-01-25,Personal,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03147,EMP-1105,2026-02-04,PTO,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03148,EMP-1105,2026-02-07,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03149,EMP-1105,2026-02-23,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03150,EMP-1106,2025-08-15,PTO,4.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-03151,EMP-1106,2025-08-29,PTO,4.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-03152,EMP-1106,2025-10-29,Personal,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-03153,EMP-1106,2025-11-06,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03154,EMP-1106,2025-12-30,PTO,8.0,FALSE,Tue,Engineering,Chicago Plant
+ABS-03155,EMP-1106,2026-01-24,Personal,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-03156,EMP-1107,2025-07-13,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-03157,EMP-1107,2025-07-16,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-03158,EMP-1107,2025-07-19,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-03159,EMP-1107,2025-07-22,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-03160,EMP-1107,2025-09-19,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-03161,EMP-1107,2025-12-02,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-03162,EMP-1107,2026-01-02,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-03163,EMP-1107,2026-02-04,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-03164,EMP-1107,2026-02-25,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-03165,EMP-1107,2026-03-22,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-03166,EMP-1108,2025-08-20,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-03167,EMP-1108,2025-09-07,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-03168,EMP-1109,2025-07-26,Sick,8.0,FALSE,Sat,Human Resources,Atlanta DC
+ABS-03169,EMP-1109,2025-10-31,Personal,8.0,FALSE,Fri,Human Resources,Atlanta DC
+ABS-03170,EMP-1110,2025-07-12,Personal,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-03171,EMP-1110,2025-08-01,Personal,4.0,TRUE,Fri,Finance,Chicago Plant
+ABS-03172,EMP-1110,2025-09-29,PTO,4.0,TRUE,Mon,Finance,Chicago Plant
+ABS-03173,EMP-1110,2025-10-22,PTO,4.0,FALSE,Wed,Finance,Chicago Plant
+ABS-03174,EMP-1110,2025-10-25,PTO,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-03175,EMP-1110,2025-10-27,PTO,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-03176,EMP-1110,2025-12-29,Sick,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-03177,EMP-1110,2026-01-04,Personal,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-03178,EMP-1110,2026-01-25,Sick,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-03179,EMP-1111,2025-11-21,PTO,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-03180,EMP-1111,2025-12-28,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03181,EMP-1111,2026-01-17,Sick,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-03182,EMP-1111,2026-01-26,Sick,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-03183,EMP-1111,2026-02-13,Personal,4.0,TRUE,Fri,Sales,Austin Hub
+ABS-03184,EMP-1111,2026-02-23,Personal,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-03185,EMP-1111,2026-02-26,Personal,4.0,TRUE,Thu,Sales,Austin Hub
+ABS-03186,EMP-1112,2025-10-01,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03187,EMP-1112,2025-10-25,Personal,4.0,FALSE,Sat,Customer Service,Baltimore HQ
+ABS-03188,EMP-1112,2026-01-23,PTO,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03189,EMP-1112,2026-02-10,Sick,4.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-03190,EMP-1112,2026-02-12,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03191,EMP-1112,2026-03-25,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03192,EMP-1113,2025-07-12,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03193,EMP-1113,2025-08-13,Personal,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-03194,EMP-1113,2025-12-29,PTO,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03195,EMP-1113,2026-01-09,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03196,EMP-1113,2026-01-11,Sick,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-03197,EMP-1113,2026-01-24,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03198,EMP-1113,2026-02-04,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-03199,EMP-1114,2025-07-25,Personal,8.0,FALSE,Fri,Finance,Atlanta DC
+ABS-03200,EMP-1114,2025-09-04,PTO,4.0,TRUE,Thu,Finance,Atlanta DC
+ABS-03201,EMP-1114,2025-10-27,PTO,8.0,TRUE,Mon,Finance,Atlanta DC
+ABS-03202,EMP-1114,2026-02-06,Sick,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03203,EMP-1114,2026-02-19,PTO,4.0,TRUE,Thu,Finance,Atlanta DC
+ABS-03204,EMP-1114,2026-03-17,Sick,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-03205,EMP-1115,2026-01-09,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-03206,EMP-1115,2026-02-14,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-03207,EMP-1115,2026-02-28,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-03208,EMP-1116,2025-07-05,Personal,4.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-03209,EMP-1116,2025-08-09,Sick,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-03210,EMP-1116,2025-09-25,Sick,8.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-03211,EMP-1116,2025-10-28,PTO,4.0,FALSE,Tue,Human Resources,Austin Hub
+ABS-03212,EMP-1116,2025-11-16,PTO,4.0,FALSE,Sun,Human Resources,Austin Hub
+ABS-03213,EMP-1116,2025-12-03,Personal,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-03214,EMP-1116,2025-12-22,Sick,8.0,FALSE,Mon,Human Resources,Austin Hub
+ABS-03215,EMP-1116,2026-01-01,Personal,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-03216,EMP-1116,2026-01-28,Sick,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-03217,EMP-1116,2026-02-19,PTO,8.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-03218,EMP-1117,2025-07-02,PTO,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03219,EMP-1117,2025-07-25,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03220,EMP-1117,2025-08-31,Sick,8.0,FALSE,Sun,Customer Service,Chicago Plant
+ABS-03221,EMP-1117,2025-09-05,Sick,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03222,EMP-1117,2025-12-26,Sick,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03223,EMP-1117,2026-02-05,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03224,EMP-1117,2026-02-21,Sick,4.0,FALSE,Sat,Customer Service,Chicago Plant
+ABS-03225,EMP-1117,2026-03-21,Personal,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03226,EMP-1118,2025-07-06,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03227,EMP-1118,2025-09-21,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03228,EMP-1118,2026-01-08,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-03229,EMP-1119,2025-10-11,Sick,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-03230,EMP-1119,2026-01-26,Personal,8.0,FALSE,Mon,Sales,Chicago Plant
+ABS-03231,EMP-1119,2026-03-25,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-03232,EMP-1120,2025-08-05,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-03233,EMP-1120,2025-08-20,PTO,8.0,FALSE,Wed,Warehouse & Logistics,Denver Office
+ABS-03234,EMP-1120,2025-09-01,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Denver Office
+ABS-03235,EMP-1120,2025-11-05,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-03236,EMP-1120,2025-11-11,Sick,4.0,FALSE,Tue,Warehouse & Logistics,Denver Office
+ABS-03237,EMP-1120,2026-02-05,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-03238,EMP-1121,2025-07-20,PTO,4.0,TRUE,Sun,Finance,Chicago Plant
+ABS-03239,EMP-1121,2025-09-04,Personal,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-03240,EMP-1121,2025-09-19,PTO,4.0,FALSE,Fri,Finance,Chicago Plant
+ABS-03241,EMP-1121,2025-11-17,PTO,4.0,TRUE,Mon,Finance,Chicago Plant
+ABS-03242,EMP-1121,2025-12-04,PTO,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-03243,EMP-1121,2026-01-31,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-03244,EMP-1121,2026-02-18,Personal,4.0,TRUE,Wed,Finance,Chicago Plant
+ABS-03245,EMP-1121,2026-03-13,PTO,4.0,TRUE,Fri,Finance,Chicago Plant
+ABS-03246,EMP-1122,2025-07-07,PTO,4.0,FALSE,Mon,Engineering,Baltimore HQ
+ABS-03247,EMP-1122,2025-07-11,Sick,4.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-03248,EMP-1122,2025-07-27,PTO,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03249,EMP-1122,2025-08-10,Sick,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03250,EMP-1122,2025-08-13,PTO,8.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-03251,EMP-1122,2025-08-31,PTO,4.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03252,EMP-1122,2025-09-04,Personal,8.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-03253,EMP-1122,2025-11-01,PTO,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-03254,EMP-1122,2025-11-15,Sick,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-03255,EMP-1122,2025-12-07,PTO,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03256,EMP-1122,2026-01-14,Sick,8.0,FALSE,Wed,Engineering,Baltimore HQ
+ABS-03257,EMP-1122,2026-01-23,PTO,8.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-03258,EMP-1122,2026-02-28,PTO,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-03259,EMP-1123,2025-07-01,Sick,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03260,EMP-1123,2025-09-16,Sick,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03261,EMP-1123,2025-09-23,PTO,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03262,EMP-1123,2025-10-09,Sick,4.0,TRUE,Thu,Finance,Austin Hub
+ABS-03263,EMP-1123,2025-10-29,PTO,8.0,FALSE,Wed,Finance,Austin Hub
+ABS-03264,EMP-1123,2025-11-19,PTO,4.0,TRUE,Wed,Finance,Austin Hub
+ABS-03265,EMP-1123,2026-01-12,PTO,4.0,FALSE,Mon,Finance,Austin Hub
+ABS-03266,EMP-1123,2026-02-11,Personal,8.0,FALSE,Wed,Finance,Austin Hub
+ABS-03267,EMP-1124,2025-10-14,PTO,8.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-03268,EMP-1124,2025-11-09,PTO,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03269,EMP-1124,2025-11-16,Sick,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03270,EMP-1124,2025-11-21,Sick,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03271,EMP-1124,2025-12-11,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03272,EMP-1124,2026-01-01,Sick,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03273,EMP-1124,2026-02-14,Sick,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-03274,EMP-1125,2025-07-16,Personal,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-03275,EMP-1125,2025-08-07,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03276,EMP-1125,2025-09-10,Personal,4.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-03277,EMP-1125,2025-10-05,Sick,8.0,FALSE,Sun,Engineering,Chicago Plant
+ABS-03278,EMP-1125,2025-11-14,PTO,8.0,FALSE,Fri,Engineering,Chicago Plant
+ABS-03279,EMP-1125,2025-11-29,Personal,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-03280,EMP-1125,2026-01-05,Sick,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03281,EMP-1125,2026-01-29,PTO,4.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03282,EMP-1125,2026-02-16,Personal,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03283,EMP-1125,2026-03-01,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-03284,EMP-1126,2025-07-19,PTO,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03285,EMP-1126,2025-08-04,PTO,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03286,EMP-1126,2025-08-27,Sick,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03287,EMP-1126,2025-09-11,Sick,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03288,EMP-1126,2025-09-25,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03289,EMP-1126,2025-11-08,Personal,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03290,EMP-1126,2025-12-07,PTO,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03291,EMP-1126,2026-01-11,PTO,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03292,EMP-1126,2026-02-11,Personal,8.0,FALSE,Wed,Sales,Baltimore HQ
+ABS-03293,EMP-1126,2026-03-23,Sick,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03294,EMP-1127,2025-07-20,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-03295,EMP-1127,2025-11-12,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-03296,EMP-1127,2026-01-13,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-03297,EMP-1127,2026-01-19,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-03298,EMP-1127,2026-01-23,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-03299,EMP-1127,2026-02-22,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-03300,EMP-1128,2025-07-14,Sick,4.0,FALSE,Mon,Engineering,Chicago Plant
+ABS-03301,EMP-1128,2025-07-24,Sick,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03302,EMP-1128,2025-08-05,Sick,8.0,TRUE,Tue,Engineering,Chicago Plant
+ABS-03303,EMP-1128,2025-09-01,Sick,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03304,EMP-1128,2025-12-18,PTO,4.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03305,EMP-1128,2026-02-02,Sick,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03306,EMP-1128,2026-02-22,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-03307,EMP-1129,2025-07-12,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-03308,EMP-1129,2025-07-20,Sick,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-03309,EMP-1129,2025-08-07,PTO,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-03310,EMP-1129,2025-08-29,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-03311,EMP-1129,2025-09-11,PTO,4.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-03312,EMP-1129,2025-09-20,Sick,4.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-03313,EMP-1129,2025-10-20,Personal,8.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-03314,EMP-1129,2025-10-24,PTO,4.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-03315,EMP-1129,2025-10-25,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-03316,EMP-1129,2025-12-27,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-03317,EMP-1129,2026-01-11,PTO,4.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-03318,EMP-1129,2026-02-04,Personal,8.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-03319,EMP-1129,2026-02-26,Personal,8.0,FALSE,Thu,Engineering,Atlanta DC
+ABS-03320,EMP-1130,2025-07-05,PTO,8.0,FALSE,Sat,Customer Service,Baltimore HQ
+ABS-03321,EMP-1130,2025-09-10,PTO,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03322,EMP-1130,2025-12-09,Sick,8.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-03323,EMP-1130,2026-01-03,Sick,4.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-03324,EMP-1130,2026-03-16,PTO,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-03325,EMP-1131,2025-07-21,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03326,EMP-1131,2025-07-25,Sick,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-03327,EMP-1131,2025-07-31,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03328,EMP-1131,2025-08-12,PTO,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03329,EMP-1131,2025-08-18,PTO,4.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03330,EMP-1131,2025-10-01,PTO,4.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03331,EMP-1131,2025-10-25,PTO,8.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-03332,EMP-1131,2025-11-25,Personal,8.0,FALSE,Tue,Customer Service,Austin Hub
+ABS-03333,EMP-1131,2025-12-20,PTO,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-03334,EMP-1131,2026-01-19,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03335,EMP-1131,2026-01-24,Sick,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-03336,EMP-1131,2026-02-11,Personal,4.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03337,EMP-1132,2025-09-01,Sick,8.0,TRUE,Mon,Finance,Austin Hub
+ABS-03338,EMP-1132,2025-09-23,PTO,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-03339,EMP-1132,2025-10-05,Sick,4.0,TRUE,Sun,Finance,Austin Hub
+ABS-03340,EMP-1132,2025-10-06,PTO,4.0,TRUE,Mon,Finance,Austin Hub
+ABS-03341,EMP-1132,2025-12-06,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03342,EMP-1132,2025-12-09,PTO,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-03343,EMP-1132,2025-12-13,PTO,8.0,FALSE,Sat,Finance,Austin Hub
+ABS-03344,EMP-1132,2025-12-24,PTO,8.0,TRUE,Wed,Finance,Austin Hub
+ABS-03345,EMP-1132,2025-12-27,Sick,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03346,EMP-1133,2025-07-06,Sick,4.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03347,EMP-1133,2025-07-15,PTO,4.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-03348,EMP-1133,2025-07-28,PTO,4.0,FALSE,Mon,Sales,Baltimore HQ
+ABS-03349,EMP-1133,2025-10-10,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03350,EMP-1133,2025-10-11,Sick,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03351,EMP-1133,2025-11-26,Sick,8.0,FALSE,Wed,Sales,Baltimore HQ
+ABS-03352,EMP-1133,2025-12-10,PTO,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03353,EMP-1133,2025-12-16,Sick,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-03354,EMP-1133,2025-12-21,Sick,8.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-03355,EMP-1133,2026-02-20,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03356,EMP-1134,2025-10-01,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-03357,EMP-1134,2025-10-05,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-03358,EMP-1134,2025-12-21,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-03359,EMP-1134,2026-02-18,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-03360,EMP-1134,2026-03-13,PTO,4.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-03361,EMP-1134,2026-03-18,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-03362,EMP-1135,2025-08-09,PTO,8.0,FALSE,Sat,Sales,Baltimore HQ
+ABS-03363,EMP-1135,2025-08-16,Sick,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03364,EMP-1135,2025-09-21,Sick,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03365,EMP-1135,2025-09-25,Personal,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03366,EMP-1135,2025-10-17,Personal,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03367,EMP-1135,2025-11-10,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03368,EMP-1135,2025-11-24,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03369,EMP-1135,2025-12-05,Personal,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03370,EMP-1135,2026-01-24,Sick,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03371,EMP-1135,2026-02-20,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03372,EMP-1136,2025-07-02,Sick,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03373,EMP-1136,2025-07-28,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-03374,EMP-1136,2025-09-06,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03375,EMP-1136,2025-12-27,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03376,EMP-1136,2026-03-26,Personal,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03377,EMP-1137,2025-07-13,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Denver Office
+ABS-03378,EMP-1137,2025-09-03,Personal,4.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-03379,EMP-1137,2025-09-08,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Denver Office
+ABS-03380,EMP-1137,2025-09-14,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Denver Office
+ABS-03381,EMP-1137,2025-10-11,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Denver Office
+ABS-03382,EMP-1137,2025-10-13,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Denver Office
+ABS-03383,EMP-1137,2025-10-17,Personal,4.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-03384,EMP-1137,2025-11-29,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Denver Office
+ABS-03385,EMP-1137,2026-03-06,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-03386,EMP-1137,2026-03-13,Personal,8.0,FALSE,Fri,Warehouse & Logistics,Denver Office
+ABS-03387,EMP-1137,2026-03-25,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-03388,EMP-1138,2025-07-25,Personal,8.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-03389,EMP-1138,2025-09-10,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-03390,EMP-1138,2025-09-18,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-03391,EMP-1138,2025-11-30,PTO,8.0,FALSE,Sun,Warehouse & Logistics,Austin Hub
+ABS-03392,EMP-1138,2026-02-01,Personal,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-03393,EMP-1138,2026-02-02,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-03394,EMP-1138,2026-02-26,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-03395,EMP-1139,2025-07-26,Personal,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-03396,EMP-1139,2025-08-07,PTO,4.0,TRUE,Thu,Finance,Baltimore HQ
+ABS-03397,EMP-1139,2025-08-23,PTO,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-03398,EMP-1139,2025-09-15,Personal,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-03399,EMP-1139,2025-10-03,Sick,4.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-03400,EMP-1139,2025-11-05,PTO,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03401,EMP-1139,2025-11-22,Sick,4.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-03402,EMP-1139,2025-11-28,Personal,4.0,FALSE,Fri,Finance,Baltimore HQ
+ABS-03403,EMP-1139,2025-12-16,Sick,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03404,EMP-1139,2026-02-14,PTO,4.0,FALSE,Sat,Finance,Baltimore HQ
+ABS-03405,EMP-1139,2026-03-06,PTO,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-03406,EMP-1139,2026-03-10,PTO,4.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03407,EMP-1140,2025-07-21,Personal,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03408,EMP-1140,2025-08-17,PTO,8.0,FALSE,Sun,Sales,Atlanta DC
+ABS-03409,EMP-1140,2025-09-01,Sick,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03410,EMP-1140,2025-09-19,Sick,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03411,EMP-1140,2025-09-25,PTO,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-03412,EMP-1140,2025-10-11,Sick,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03413,EMP-1140,2025-11-29,PTO,8.0,FALSE,Sat,Sales,Atlanta DC
+ABS-03414,EMP-1140,2026-01-04,PTO,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03415,EMP-1140,2026-02-01,Sick,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03416,EMP-1140,2026-02-13,PTO,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03417,EMP-1140,2026-03-03,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03418,EMP-1141,2025-07-12,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-03419,EMP-1141,2025-08-10,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03420,EMP-1141,2025-09-02,Personal,8.0,TRUE,Tue,Sales,Austin Hub
+ABS-03421,EMP-1141,2025-11-26,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-03422,EMP-1141,2025-11-27,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-03423,EMP-1141,2026-01-10,PTO,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-03424,EMP-1141,2026-02-26,Personal,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-03425,EMP-1142,2025-07-01,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-03426,EMP-1142,2025-08-14,PTO,8.0,FALSE,Thu,Engineering,Atlanta DC
+ABS-03427,EMP-1142,2025-08-24,Sick,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-03428,EMP-1142,2025-09-09,PTO,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-03429,EMP-1142,2025-11-07,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-03430,EMP-1142,2026-01-07,PTO,8.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-03431,EMP-1142,2026-02-12,Sick,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-03432,EMP-1142,2026-03-10,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-03433,EMP-1142,2026-03-26,PTO,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-03434,EMP-1143,2025-07-21,Sick,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-03435,EMP-1143,2025-08-07,Personal,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-03436,EMP-1143,2025-08-16,Sick,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-03437,EMP-1143,2025-08-26,PTO,8.0,FALSE,Tue,Human Resources,Denver Office
+ABS-03438,EMP-1143,2025-09-18,Personal,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-03439,EMP-1143,2025-10-08,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-03440,EMP-1143,2025-12-14,PTO,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03441,EMP-1143,2026-01-09,Sick,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-03442,EMP-1143,2026-01-22,PTO,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-03443,EMP-1143,2026-02-19,PTO,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-03444,EMP-1144,2025-07-09,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Denver Office
+ABS-03445,EMP-1144,2025-08-30,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Denver Office
+ABS-03446,EMP-1144,2025-12-04,PTO,8.0,FALSE,Thu,Warehouse & Logistics,Denver Office
+ABS-03447,EMP-1144,2025-12-19,PTO,8.0,FALSE,Fri,Warehouse & Logistics,Denver Office
+ABS-03448,EMP-1144,2026-01-17,PTO,4.0,FALSE,Sat,Warehouse & Logistics,Denver Office
+ABS-03449,EMP-1144,2026-01-20,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Denver Office
+ABS-03450,EMP-1144,2026-03-07,Personal,8.0,FALSE,Sat,Warehouse & Logistics,Denver Office
+ABS-03451,EMP-1145,2025-07-07,Sick,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-03452,EMP-1145,2025-08-04,PTO,4.0,FALSE,Mon,Human Resources,Baltimore HQ
+ABS-03453,EMP-1145,2025-09-27,Personal,8.0,FALSE,Sat,Human Resources,Baltimore HQ
+ABS-03454,EMP-1145,2025-10-13,Sick,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-03455,EMP-1145,2025-12-10,Sick,4.0,FALSE,Wed,Human Resources,Baltimore HQ
+ABS-03456,EMP-1145,2025-12-24,Sick,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-03457,EMP-1145,2025-12-30,Sick,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-03458,EMP-1145,2026-01-08,Sick,4.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-03459,EMP-1146,2025-07-18,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-03460,EMP-1146,2025-08-16,PTO,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03461,EMP-1146,2025-08-18,Sick,4.0,TRUE,Mon,Sales,Denver Office
+ABS-03462,EMP-1146,2025-09-05,Sick,8.0,TRUE,Fri,Sales,Denver Office
+ABS-03463,EMP-1146,2025-11-28,Personal,4.0,TRUE,Fri,Sales,Denver Office
+ABS-03464,EMP-1146,2025-12-10,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03465,EMP-1146,2025-12-30,PTO,8.0,FALSE,Tue,Sales,Denver Office
+ABS-03466,EMP-1146,2026-01-09,PTO,8.0,TRUE,Fri,Sales,Denver Office
+ABS-03467,EMP-1146,2026-01-20,Sick,4.0,TRUE,Tue,Sales,Denver Office
+ABS-03468,EMP-1146,2026-02-15,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03469,EMP-1146,2026-03-15,Personal,4.0,TRUE,Sun,Sales,Denver Office
+ABS-03470,EMP-1147,2025-07-03,Personal,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03471,EMP-1147,2025-07-10,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03472,EMP-1147,2025-07-17,PTO,8.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03473,EMP-1147,2025-07-31,Personal,8.0,FALSE,Thu,Sales,Baltimore HQ
+ABS-03474,EMP-1147,2025-08-07,Sick,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-03475,EMP-1147,2025-08-13,PTO,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03476,EMP-1147,2025-08-15,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03477,EMP-1147,2025-09-01,Sick,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03478,EMP-1147,2025-09-23,Sick,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-03479,EMP-1147,2025-10-05,PTO,4.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03480,EMP-1147,2025-11-16,Sick,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03481,EMP-1147,2026-01-11,PTO,8.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-03482,EMP-1147,2026-03-03,PTO,4.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-03483,EMP-1147,2026-03-06,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03484,EMP-1148,2025-07-11,Sick,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-03485,EMP-1148,2025-10-18,Sick,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-03486,EMP-1148,2025-10-21,Sick,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-03487,EMP-1148,2025-11-13,PTO,8.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-03488,EMP-1148,2025-11-15,Sick,4.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-03489,EMP-1148,2025-12-10,Personal,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-03490,EMP-1148,2025-12-18,Sick,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-03491,EMP-1148,2025-12-25,Personal,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-03492,EMP-1148,2025-12-27,PTO,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-03493,EMP-1148,2026-02-03,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-03494,EMP-1148,2026-02-21,PTO,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-03495,EMP-1149,2025-07-13,PTO,4.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-03496,EMP-1149,2025-08-20,PTO,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03497,EMP-1149,2025-10-15,Personal,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03498,EMP-1149,2025-11-06,PTO,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03499,EMP-1149,2025-11-16,PTO,4.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-03500,EMP-1149,2026-01-03,Sick,4.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03501,EMP-1149,2026-01-04,PTO,8.0,FALSE,Sun,Customer Service,Chicago Plant
+ABS-03502,EMP-1149,2026-01-23,Personal,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03503,EMP-1149,2026-03-22,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-03504,EMP-1150,2025-07-26,Personal,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-03505,EMP-1150,2025-08-24,Personal,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-03506,EMP-1150,2025-09-06,Personal,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-03507,EMP-1150,2025-10-13,PTO,4.0,FALSE,Mon,Finance,Atlanta DC
+ABS-03508,EMP-1150,2025-10-24,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03509,EMP-1150,2025-10-31,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03510,EMP-1150,2025-11-28,Sick,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03511,EMP-1150,2026-01-20,Sick,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-03512,EMP-1150,2026-03-19,PTO,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-03513,EMP-1150,2026-03-25,Sick,4.0,FALSE,Wed,Finance,Atlanta DC
+ABS-03514,EMP-1151,2025-07-28,PTO,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-03515,EMP-1151,2025-09-24,PTO,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-03516,EMP-1151,2025-11-13,Sick,8.0,FALSE,Thu,Engineering,Denver Office
+ABS-03517,EMP-1151,2025-12-07,PTO,8.0,TRUE,Sun,Engineering,Denver Office
+ABS-03518,EMP-1151,2025-12-22,PTO,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-03519,EMP-1151,2025-12-23,Personal,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-03520,EMP-1152,2025-07-20,Sick,8.0,TRUE,Sun,Engineering,Denver Office
+ABS-03521,EMP-1152,2025-09-06,Personal,4.0,TRUE,Sat,Engineering,Denver Office
+ABS-03522,EMP-1152,2025-09-09,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-03523,EMP-1152,2025-09-19,Sick,4.0,TRUE,Fri,Engineering,Denver Office
+ABS-03524,EMP-1152,2025-10-29,Personal,8.0,FALSE,Wed,Engineering,Denver Office
+ABS-03525,EMP-1152,2026-01-01,Sick,8.0,FALSE,Thu,Engineering,Denver Office
+ABS-03526,EMP-1153,2025-08-22,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03527,EMP-1153,2025-08-24,PTO,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03528,EMP-1153,2025-11-02,Sick,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03529,EMP-1153,2025-11-25,Personal,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03530,EMP-1153,2025-12-18,Sick,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03531,EMP-1153,2026-01-11,Sick,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03532,EMP-1153,2026-01-29,Sick,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03533,EMP-1153,2026-02-04,PTO,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03534,EMP-1154,2025-09-12,PTO,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03535,EMP-1154,2025-10-19,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-03536,EMP-1154,2025-11-22,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03537,EMP-1154,2025-11-30,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-03538,EMP-1154,2025-12-11,PTO,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03539,EMP-1154,2026-01-03,Sick,8.0,FALSE,Sat,Customer Service,Chicago Plant
+ABS-03540,EMP-1154,2026-01-17,Personal,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03541,EMP-1154,2026-01-24,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03542,EMP-1154,2026-02-02,Sick,8.0,FALSE,Mon,Customer Service,Chicago Plant
+ABS-03543,EMP-1154,2026-03-19,Personal,8.0,FALSE,Thu,Customer Service,Chicago Plant
+ABS-03544,EMP-1155,2025-07-02,PTO,8.0,FALSE,Wed,Human Resources,Atlanta DC
+ABS-03545,EMP-1155,2025-07-29,Personal,4.0,FALSE,Tue,Human Resources,Atlanta DC
+ABS-03546,EMP-1155,2025-09-10,Personal,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-03547,EMP-1155,2025-09-16,Sick,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-03548,EMP-1155,2025-10-05,Personal,4.0,FALSE,Sun,Human Resources,Atlanta DC
+ABS-03549,EMP-1155,2025-11-14,PTO,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-03550,EMP-1155,2026-01-20,PTO,4.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-03551,EMP-1156,2025-07-28,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-03552,EMP-1156,2025-07-29,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-03553,EMP-1156,2025-11-22,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-03554,EMP-1156,2026-01-03,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-03555,EMP-1156,2026-01-13,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-03556,EMP-1156,2026-02-13,Sick,4.0,FALSE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-03557,EMP-1156,2026-03-24,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-03558,EMP-1157,2025-07-15,PTO,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03559,EMP-1157,2025-07-25,Sick,8.0,TRUE,Fri,Sales,Denver Office
+ABS-03560,EMP-1157,2025-08-23,Sick,8.0,TRUE,Sat,Sales,Denver Office
+ABS-03561,EMP-1157,2025-09-10,Personal,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03562,EMP-1157,2025-10-21,Sick,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03563,EMP-1157,2025-11-24,PTO,4.0,TRUE,Mon,Sales,Denver Office
+ABS-03564,EMP-1157,2025-12-01,Sick,4.0,TRUE,Mon,Sales,Denver Office
+ABS-03565,EMP-1157,2026-03-25,PTO,8.0,FALSE,Wed,Sales,Denver Office
+ABS-03566,EMP-1158,2025-09-01,Sick,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03567,EMP-1158,2025-09-11,Personal,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-03568,EMP-1158,2025-09-21,PTO,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-03569,EMP-1158,2025-10-05,Sick,8.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-03570,EMP-1158,2025-10-07,Personal,8.0,FALSE,Tue,Human Resources,Chicago Plant
+ABS-03571,EMP-1158,2025-11-24,Sick,4.0,FALSE,Mon,Human Resources,Chicago Plant
+ABS-03572,EMP-1158,2025-12-25,Sick,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-03573,EMP-1158,2026-01-03,PTO,8.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-03574,EMP-1158,2026-01-19,Sick,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03575,EMP-1158,2026-03-02,Sick,4.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03576,EMP-1158,2026-03-25,Personal,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-03577,EMP-1159,2025-08-04,Sick,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03578,EMP-1159,2025-08-06,PTO,8.0,FALSE,Wed,Customer Service,Austin Hub
+ABS-03579,EMP-1159,2025-10-06,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03580,EMP-1159,2025-10-21,Sick,8.0,FALSE,Tue,Customer Service,Austin Hub
+ABS-03581,EMP-1159,2025-10-29,PTO,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03582,EMP-1159,2025-12-23,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03583,EMP-1160,2025-07-08,Sick,8.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-03584,EMP-1160,2025-08-16,PTO,4.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03585,EMP-1160,2025-09-01,PTO,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-03586,EMP-1160,2025-09-25,Sick,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03587,EMP-1160,2025-10-01,PTO,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03588,EMP-1161,2025-12-09,Personal,4.0,FALSE,Tue,Finance,Baltimore HQ
+ABS-03589,EMP-1161,2026-01-04,PTO,4.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-03590,EMP-1161,2026-02-02,PTO,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-03591,EMP-1161,2026-02-07,Personal,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-03592,EMP-1161,2026-03-15,Sick,4.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-03593,EMP-1162,2025-10-24,Sick,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03594,EMP-1162,2025-10-29,Sick,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03595,EMP-1162,2025-12-14,PTO,4.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03596,EMP-1162,2025-12-19,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-03597,EMP-1162,2025-12-22,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03598,EMP-1162,2026-01-03,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03599,EMP-1162,2026-02-16,PTO,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03600,EMP-1162,2026-02-28,PTO,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03601,EMP-1163,2025-07-01,PTO,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03602,EMP-1163,2025-08-26,Sick,8.0,TRUE,Tue,Sales,Denver Office
+ABS-03603,EMP-1163,2025-10-19,Sick,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03604,EMP-1163,2025-11-02,Sick,4.0,TRUE,Sun,Sales,Denver Office
+ABS-03605,EMP-1163,2025-11-05,Sick,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03606,EMP-1163,2025-11-25,PTO,4.0,FALSE,Tue,Sales,Denver Office
+ABS-03607,EMP-1163,2026-01-30,Sick,4.0,TRUE,Fri,Sales,Denver Office
+ABS-03608,EMP-1163,2026-02-11,Personal,4.0,TRUE,Wed,Sales,Denver Office
+ABS-03609,EMP-1164,2025-07-06,Sick,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03610,EMP-1164,2025-09-25,PTO,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03611,EMP-1164,2025-11-26,PTO,4.0,TRUE,Wed,Sales,Denver Office
+ABS-03612,EMP-1164,2025-12-07,PTO,8.0,FALSE,Sun,Sales,Denver Office
+ABS-03613,EMP-1164,2025-12-14,Personal,8.0,FALSE,Sun,Sales,Denver Office
+ABS-03614,EMP-1164,2025-12-18,PTO,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03615,EMP-1164,2025-12-31,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03616,EMP-1164,2026-01-18,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03617,EMP-1164,2026-01-25,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03618,EMP-1164,2026-01-28,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03619,EMP-1164,2026-02-02,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-03620,EMP-1164,2026-03-18,PTO,4.0,FALSE,Wed,Sales,Denver Office
+ABS-03621,EMP-1165,2025-07-26,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03622,EMP-1165,2025-10-22,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-03623,EMP-1165,2025-10-31,Sick,8.0,TRUE,Fri,Engineering,Austin Hub
+ABS-03624,EMP-1165,2026-02-23,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-03625,EMP-1165,2026-03-25,Sick,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-03626,EMP-1166,2025-07-09,Sick,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03627,EMP-1166,2025-07-16,PTO,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03628,EMP-1166,2025-08-31,Sick,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03629,EMP-1166,2025-10-09,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03630,EMP-1166,2025-11-13,PTO,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03631,EMP-1166,2026-02-27,PTO,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03632,EMP-1166,2026-03-27,Sick,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03633,EMP-1167,2025-07-09,PTO,4.0,TRUE,Wed,Sales,Atlanta DC
+ABS-03634,EMP-1167,2025-07-27,Personal,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03635,EMP-1167,2025-08-16,PTO,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03636,EMP-1167,2025-10-07,Sick,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03637,EMP-1167,2025-10-16,PTO,8.0,FALSE,Thu,Sales,Atlanta DC
+ABS-03638,EMP-1167,2025-11-02,Personal,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03639,EMP-1167,2025-12-14,Sick,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03640,EMP-1167,2026-01-01,PTO,4.0,TRUE,Thu,Sales,Atlanta DC
+ABS-03641,EMP-1167,2026-01-09,Sick,4.0,FALSE,Fri,Sales,Atlanta DC
+ABS-03642,EMP-1168,2025-07-26,Sick,8.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-03643,EMP-1168,2025-08-15,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-03644,EMP-1168,2026-01-06,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-03645,EMP-1168,2026-01-29,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-03646,EMP-1169,2025-07-27,PTO,4.0,TRUE,Sun,Customer Service,Denver Office
+ABS-03647,EMP-1169,2025-09-06,PTO,4.0,FALSE,Sat,Customer Service,Denver Office
+ABS-03648,EMP-1169,2025-11-12,PTO,8.0,FALSE,Wed,Customer Service,Denver Office
+ABS-03649,EMP-1169,2025-11-23,PTO,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-03650,EMP-1169,2025-12-09,Sick,4.0,TRUE,Tue,Customer Service,Denver Office
+ABS-03651,EMP-1169,2026-03-26,PTO,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-03652,EMP-1170,2025-09-18,Sick,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-03653,EMP-1170,2025-11-16,Personal,4.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-03654,EMP-1170,2026-01-20,PTO,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-03655,EMP-1170,2026-01-23,Sick,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-03656,EMP-1170,2026-02-14,PTO,4.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-03657,EMP-1171,2025-07-06,PTO,4.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-03658,EMP-1171,2025-09-23,PTO,8.0,FALSE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-03659,EMP-1171,2025-10-27,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-03660,EMP-1171,2026-01-29,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-03661,EMP-1171,2026-03-11,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Atlanta DC
+ABS-03662,EMP-1172,2025-07-04,Sick,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03663,EMP-1172,2025-07-21,Personal,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-03664,EMP-1172,2025-08-01,PTO,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03665,EMP-1172,2025-08-02,Sick,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-03666,EMP-1172,2025-08-08,PTO,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03667,EMP-1172,2025-08-10,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03668,EMP-1172,2025-09-04,Sick,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-03669,EMP-1172,2025-09-21,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03670,EMP-1172,2026-01-25,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03671,EMP-1172,2026-02-07,PTO,4.0,TRUE,Sat,Sales,Austin Hub
+ABS-03672,EMP-1172,2026-02-23,PTO,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-03673,EMP-1172,2026-03-20,PTO,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03674,EMP-1173,2025-07-12,PTO,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03675,EMP-1173,2025-07-14,PTO,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03676,EMP-1173,2025-08-09,PTO,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03677,EMP-1173,2025-09-07,Personal,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03678,EMP-1173,2025-09-26,PTO,4.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03679,EMP-1173,2025-09-29,PTO,4.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03680,EMP-1173,2025-11-09,Sick,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03681,EMP-1173,2025-11-28,Sick,4.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03682,EMP-1173,2026-01-16,PTO,4.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03683,EMP-1173,2026-03-07,Personal,8.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03684,EMP-1174,2025-07-16,Sick,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-03685,EMP-1174,2025-07-27,Sick,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03686,EMP-1174,2025-08-12,PTO,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03687,EMP-1174,2025-09-22,Personal,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-03688,EMP-1174,2025-10-12,Personal,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03689,EMP-1174,2025-12-16,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03690,EMP-1175,2025-07-28,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03691,EMP-1175,2025-10-08,Personal,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03692,EMP-1175,2025-10-14,Sick,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03693,EMP-1175,2025-10-21,PTO,4.0,FALSE,Tue,Customer Service,Austin Hub
+ABS-03694,EMP-1175,2025-10-28,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03695,EMP-1175,2025-12-10,PTO,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03696,EMP-1176,2025-07-01,Personal,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-03697,EMP-1176,2025-07-11,PTO,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-03698,EMP-1176,2025-11-27,PTO,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-03699,EMP-1176,2025-12-16,PTO,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-03700,EMP-1176,2026-01-02,PTO,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-03701,EMP-1176,2026-02-13,PTO,4.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-03702,EMP-1177,2025-07-06,PTO,8.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-03703,EMP-1177,2025-08-11,PTO,8.0,FALSE,Mon,Sales,Baltimore HQ
+ABS-03704,EMP-1177,2025-09-01,Personal,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03705,EMP-1177,2025-12-11,PTO,8.0,FALSE,Thu,Sales,Baltimore HQ
+ABS-03706,EMP-1177,2026-01-10,PTO,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03707,EMP-1177,2026-02-22,Sick,8.0,FALSE,Sun,Sales,Baltimore HQ
+ABS-03708,EMP-1178,2025-07-03,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03709,EMP-1178,2025-07-18,Sick,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03710,EMP-1178,2025-08-04,PTO,4.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-03711,EMP-1178,2025-10-29,Personal,8.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03712,EMP-1178,2025-10-31,Personal,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-03713,EMP-1178,2025-11-20,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03714,EMP-1178,2025-12-07,Personal,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03715,EMP-1178,2025-12-11,PTO,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03716,EMP-1178,2026-01-08,Personal,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-03717,EMP-1178,2026-01-22,PTO,4.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-03718,EMP-1178,2026-02-02,Sick,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-03719,EMP-1178,2026-03-17,PTO,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03720,EMP-1178,2026-03-22,Personal,4.0,FALSE,Sun,Customer Service,Baltimore HQ
+ABS-03721,EMP-1179,2025-08-08,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-03722,EMP-1179,2025-10-12,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Denver Office
+ABS-03723,EMP-1179,2025-11-04,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-03724,EMP-1180,2025-07-24,PTO,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-03725,EMP-1180,2025-07-27,PTO,4.0,FALSE,Sun,Finance,Austin Hub
+ABS-03726,EMP-1180,2025-09-09,PTO,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03727,EMP-1180,2025-10-24,PTO,8.0,FALSE,Fri,Finance,Austin Hub
+ABS-03728,EMP-1180,2025-11-08,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03729,EMP-1180,2025-12-18,Sick,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-03730,EMP-1180,2026-01-23,Personal,4.0,TRUE,Fri,Finance,Austin Hub
+ABS-03731,EMP-1181,2025-07-28,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03732,EMP-1181,2025-08-05,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03733,EMP-1181,2025-12-12,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03734,EMP-1181,2025-12-21,Personal,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-03735,EMP-1181,2026-01-01,Sick,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-03736,EMP-1181,2026-01-05,Personal,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03737,EMP-1181,2026-01-06,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03738,EMP-1181,2026-01-11,Personal,4.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-03739,EMP-1181,2026-01-16,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03740,EMP-1181,2026-01-28,Sick,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-03741,EMP-1181,2026-02-23,Sick,8.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-03742,EMP-1181,2026-02-28,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03743,EMP-1181,2026-03-16,Sick,4.0,FALSE,Mon,Customer Service,Atlanta DC
+ABS-03744,EMP-1182,2025-07-03,Personal,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-03745,EMP-1182,2025-07-12,Sick,4.0,FALSE,Sat,Engineering,Austin Hub
+ABS-03746,EMP-1182,2025-09-04,Sick,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-03747,EMP-1182,2025-10-19,Sick,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-03748,EMP-1182,2025-12-27,Personal,4.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03749,EMP-1182,2026-01-08,PTO,4.0,TRUE,Thu,Engineering,Austin Hub
+ABS-03750,EMP-1183,2025-07-02,Sick,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03751,EMP-1183,2025-09-16,PTO,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03752,EMP-1183,2025-10-12,Sick,8.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-03753,EMP-1183,2025-11-05,Personal,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03754,EMP-1183,2025-11-25,Personal,4.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03755,EMP-1183,2025-12-17,Sick,8.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-03756,EMP-1183,2026-01-08,PTO,8.0,TRUE,Thu,Finance,Baltimore HQ
+ABS-03757,EMP-1183,2026-01-30,Personal,8.0,FALSE,Fri,Finance,Baltimore HQ
+ABS-03758,EMP-1184,2025-08-29,Personal,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-03759,EMP-1184,2025-10-27,Sick,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-03760,EMP-1184,2025-10-31,Sick,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-03761,EMP-1184,2025-11-09,Sick,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-03762,EMP-1184,2025-12-26,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-03763,EMP-1185,2025-08-26,PTO,4.0,TRUE,Tue,Sales,Denver Office
+ABS-03764,EMP-1185,2025-09-07,PTO,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03765,EMP-1185,2025-10-02,Sick,4.0,TRUE,Thu,Sales,Denver Office
+ABS-03766,EMP-1185,2025-11-05,PTO,4.0,TRUE,Wed,Sales,Denver Office
+ABS-03767,EMP-1185,2025-11-27,Sick,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03768,EMP-1185,2025-12-06,Sick,4.0,TRUE,Sat,Sales,Denver Office
+ABS-03769,EMP-1185,2025-12-10,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-03770,EMP-1185,2025-12-14,Personal,8.0,TRUE,Sun,Sales,Denver Office
+ABS-03771,EMP-1185,2026-02-26,Sick,8.0,TRUE,Thu,Sales,Denver Office
+ABS-03772,EMP-1186,2025-09-27,Personal,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-03773,EMP-1186,2025-11-30,Sick,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-03774,EMP-1186,2025-12-13,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-03775,EMP-1186,2025-12-25,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-03776,EMP-1186,2026-01-12,Sick,8.0,FALSE,Mon,Warehouse & Logistics,Atlanta DC
+ABS-03777,EMP-1186,2026-02-07,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-03778,EMP-1186,2026-02-10,Sick,4.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-03779,EMP-1186,2026-03-13,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-03780,EMP-1187,2025-07-28,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03781,EMP-1187,2025-08-14,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03782,EMP-1187,2025-08-15,PTO,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-03783,EMP-1187,2025-09-14,Sick,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-03784,EMP-1187,2025-10-17,PTO,4.0,FALSE,Fri,Customer Service,Austin Hub
+ABS-03785,EMP-1187,2025-11-02,PTO,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-03786,EMP-1187,2025-11-24,PTO,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03787,EMP-1187,2025-12-03,PTO,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-03788,EMP-1187,2025-12-15,Sick,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03789,EMP-1187,2026-01-05,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03790,EMP-1187,2026-02-02,PTO,4.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-03791,EMP-1187,2026-02-05,PTO,4.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03792,EMP-1187,2026-03-19,PTO,4.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03793,EMP-1187,2026-03-21,PTO,8.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-03794,EMP-1187,2026-03-24,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03795,EMP-1188,2025-08-24,Sick,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03796,EMP-1188,2025-09-09,PTO,8.0,TRUE,Tue,Engineering,Baltimore HQ
+ABS-03797,EMP-1188,2025-09-22,PTO,8.0,FALSE,Mon,Engineering,Baltimore HQ
+ABS-03798,EMP-1188,2025-10-17,Sick,4.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-03799,EMP-1188,2025-10-26,PTO,4.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-03800,EMP-1188,2025-11-05,Sick,8.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-03801,EMP-1188,2025-11-19,PTO,8.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-03802,EMP-1188,2025-11-28,PTO,8.0,FALSE,Fri,Engineering,Baltimore HQ
+ABS-03803,EMP-1188,2025-12-03,Sick,4.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-03804,EMP-1188,2025-12-22,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-03805,EMP-1189,2025-07-01,PTO,8.0,FALSE,Tue,Finance,Chicago Plant
+ABS-03806,EMP-1189,2025-07-19,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-03807,EMP-1189,2025-10-11,PTO,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-03808,EMP-1189,2025-11-06,Personal,8.0,TRUE,Thu,Finance,Chicago Plant
+ABS-03809,EMP-1189,2025-11-26,Personal,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-03810,EMP-1189,2026-01-29,PTO,4.0,FALSE,Thu,Finance,Chicago Plant
+ABS-03811,EMP-1190,2025-08-30,Personal,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-03812,EMP-1190,2025-09-02,PTO,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03813,EMP-1190,2025-11-20,Personal,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-03814,EMP-1190,2026-01-05,Personal,4.0,TRUE,Mon,Human Resources,Denver Office
+ABS-03815,EMP-1191,2025-08-10,Personal,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03816,EMP-1191,2025-08-16,Sick,4.0,TRUE,Sat,Sales,Atlanta DC
+ABS-03817,EMP-1191,2025-10-27,Sick,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03818,EMP-1191,2025-11-07,Personal,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-03819,EMP-1191,2025-11-18,PTO,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03820,EMP-1191,2025-12-08,Sick,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-03821,EMP-1191,2025-12-19,PTO,4.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03822,EMP-1191,2026-02-24,Personal,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03823,EMP-1191,2026-03-13,Sick,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-03824,EMP-1191,2026-03-22,Sick,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-03825,EMP-1193,2025-07-01,PTO,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-03826,EMP-1193,2025-11-12,PTO,8.0,FALSE,Wed,Customer Service,Baltimore HQ
+ABS-03827,EMP-1193,2025-11-30,PTO,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-03828,EMP-1193,2025-12-17,Sick,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-03829,EMP-1193,2026-01-24,Sick,8.0,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-03830,EMP-1194,2025-07-15,Sick,4.0,TRUE,Tue,Engineering,Chicago Plant
+ABS-03831,EMP-1194,2025-08-11,Personal,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03832,EMP-1194,2025-08-30,PTO,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-03833,EMP-1194,2025-09-01,Personal,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03834,EMP-1194,2025-09-11,PTO,8.0,FALSE,Thu,Engineering,Chicago Plant
+ABS-03835,EMP-1194,2025-10-02,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03836,EMP-1194,2025-11-10,PTO,8.0,TRUE,Mon,Engineering,Chicago Plant
+ABS-03837,EMP-1194,2025-11-20,Sick,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03838,EMP-1194,2025-12-18,Sick,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-03839,EMP-1194,2025-12-24,Sick,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-03840,EMP-1194,2026-03-06,Sick,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-03841,EMP-1196,2025-09-20,Sick,4.0,TRUE,Sat,Human Resources,Atlanta DC
+ABS-03842,EMP-1196,2026-02-03,Personal,4.0,FALSE,Tue,Human Resources,Atlanta DC
+ABS-03843,EMP-1196,2026-02-07,PTO,8.0,TRUE,Sat,Human Resources,Atlanta DC
+ABS-03844,EMP-1196,2026-03-05,PTO,4.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-03845,EMP-1196,2026-03-25,PTO,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-03846,EMP-1197,2025-07-04,Personal,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03847,EMP-1197,2025-07-11,Sick,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-03848,EMP-1197,2025-07-12,Sick,4.0,FALSE,Sat,Sales,Austin Hub
+ABS-03849,EMP-1197,2025-10-17,PTO,8.0,FALSE,Fri,Sales,Austin Hub
+ABS-03850,EMP-1197,2026-01-18,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-03851,EMP-1197,2026-03-03,Personal,4.0,TRUE,Tue,Sales,Austin Hub
+ABS-03852,EMP-1197,2026-03-23,PTO,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-03853,EMP-1198,2025-07-26,PTO,8.0,TRUE,Sat,Warehouse & Logistics,Baltimore HQ
+ABS-03854,EMP-1198,2025-09-03,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-03855,EMP-1198,2025-12-15,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-03856,EMP-1198,2025-12-30,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-03857,EMP-1198,2026-01-07,PTO,4.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-03858,EMP-1198,2026-01-29,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Baltimore HQ
+ABS-03859,EMP-1199,2025-08-07,Personal,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03860,EMP-1199,2025-08-14,Sick,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03861,EMP-1199,2025-10-16,PTO,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03862,EMP-1199,2025-10-31,PTO,4.0,FALSE,Fri,Customer Service,Chicago Plant
+ABS-03863,EMP-1199,2025-11-21,PTO,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03864,EMP-1199,2025-11-29,PTO,4.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-03865,EMP-1199,2025-12-04,Personal,8.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-03866,EMP-1199,2026-01-09,Sick,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-03867,EMP-1199,2026-03-18,Sick,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-03868,EMP-1200,2025-07-07,PTO,4.0,TRUE,Mon,Engineering,Denver Office
+ABS-03869,EMP-1200,2025-10-05,Personal,8.0,FALSE,Sun,Engineering,Denver Office
+ABS-03870,EMP-1200,2025-11-21,PTO,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-03871,EMP-1201,2025-11-23,Sick,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-03872,EMP-1201,2025-12-13,PTO,8.0,FALSE,Sat,Finance,Atlanta DC
+ABS-03873,EMP-1201,2026-02-10,PTO,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-03874,EMP-1201,2026-02-16,PTO,4.0,TRUE,Mon,Finance,Atlanta DC
+ABS-03875,EMP-1201,2026-02-22,PTO,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-03876,EMP-1201,2026-03-13,Sick,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-03877,EMP-1202,2025-07-03,PTO,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-03878,EMP-1202,2025-08-29,Sick,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-03879,EMP-1202,2025-11-23,PTO,4.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-03880,EMP-1202,2025-11-27,PTO,4.0,FALSE,Thu,Human Resources,Austin Hub
+ABS-03881,EMP-1202,2025-12-03,PTO,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-03882,EMP-1202,2025-12-12,Sick,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-03883,EMP-1202,2025-12-13,PTO,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-03884,EMP-1202,2026-01-02,PTO,8.0,FALSE,Fri,Human Resources,Austin Hub
+ABS-03885,EMP-1202,2026-03-18,Sick,4.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-03886,EMP-1203,2025-08-07,Sick,8.0,FALSE,Thu,Sales,Baltimore HQ
+ABS-03887,EMP-1203,2025-10-08,Sick,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-03888,EMP-1203,2025-10-18,PTO,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-03889,EMP-1203,2025-12-01,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-03890,EMP-1203,2026-01-20,Sick,8.0,FALSE,Tue,Sales,Baltimore HQ
+ABS-03891,EMP-1203,2026-03-03,PTO,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-03892,EMP-1205,2025-07-26,Personal,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-03893,EMP-1205,2025-08-12,Sick,8.0,FALSE,Tue,Customer Service,Denver Office
+ABS-03894,EMP-1205,2025-08-13,Sick,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-03895,EMP-1205,2025-11-21,PTO,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-03896,EMP-1205,2025-12-21,Personal,4.0,TRUE,Sun,Customer Service,Denver Office
+ABS-03897,EMP-1205,2026-01-09,PTO,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-03898,EMP-1205,2026-01-25,Sick,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-03899,EMP-1205,2026-01-31,Personal,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-03900,EMP-1206,2025-07-10,Sick,8.0,FALSE,Thu,Engineering,Atlanta DC
+ABS-03901,EMP-1206,2025-08-30,Sick,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-03902,EMP-1206,2026-02-05,PTO,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-03903,EMP-1207,2025-07-15,PTO,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-03904,EMP-1207,2025-09-10,PTO,8.0,TRUE,Wed,Finance,Austin Hub
+ABS-03905,EMP-1207,2025-11-11,PTO,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03906,EMP-1207,2025-12-06,PTO,4.0,TRUE,Sat,Finance,Austin Hub
+ABS-03907,EMP-1207,2025-12-07,PTO,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-03908,EMP-1207,2026-01-04,Sick,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-03909,EMP-1207,2026-01-20,PTO,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03910,EMP-1207,2026-01-24,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-03911,EMP-1207,2026-03-17,Sick,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-03912,EMP-1208,2025-07-25,PTO,4.0,FALSE,Fri,Human Resources,Baltimore HQ
+ABS-03913,EMP-1208,2025-08-13,PTO,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-03914,EMP-1208,2025-10-23,Sick,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-03915,EMP-1208,2025-11-07,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-03916,EMP-1208,2025-11-09,Sick,4.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-03917,EMP-1208,2025-12-09,PTO,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-03918,EMP-1208,2025-12-30,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-03919,EMP-1208,2026-03-16,Personal,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-03920,EMP-1209,2025-08-31,PTO,8.0,TRUE,Sun,Sales,Chicago Plant
+ABS-03921,EMP-1209,2025-10-15,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-03922,EMP-1209,2025-11-12,Sick,8.0,FALSE,Wed,Sales,Chicago Plant
+ABS-03923,EMP-1209,2025-12-04,Personal,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-03924,EMP-1209,2026-01-13,PTO,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-03925,EMP-1209,2026-02-03,Sick,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-03926,EMP-1209,2026-02-24,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-03927,EMP-1209,2026-03-17,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-03928,EMP-1211,2025-07-26,Personal,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03929,EMP-1211,2025-08-12,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03930,EMP-1211,2025-08-16,PTO,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03931,EMP-1211,2025-09-13,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03932,EMP-1211,2025-10-04,PTO,8.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-03933,EMP-1211,2025-10-11,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03934,EMP-1211,2025-10-14,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03935,EMP-1211,2025-10-24,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03936,EMP-1211,2025-11-05,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-03937,EMP-1211,2025-11-08,Sick,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-03938,EMP-1211,2025-11-11,PTO,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03939,EMP-1211,2025-11-21,PTO,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-03940,EMP-1211,2025-11-25,PTO,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-03941,EMP-1211,2026-02-01,Sick,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-03942,EMP-1211,2026-03-10,PTO,8.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-03943,EMP-1212,2025-10-06,PTO,8.0,FALSE,Mon,Engineering,Austin Hub
+ABS-03944,EMP-1212,2025-10-07,PTO,8.0,TRUE,Tue,Engineering,Austin Hub
+ABS-03945,EMP-1212,2025-10-16,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-03946,EMP-1212,2025-12-08,PTO,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-03947,EMP-1212,2025-12-20,PTO,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03948,EMP-1212,2026-01-12,Sick,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-03949,EMP-1212,2026-01-21,Personal,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-03950,EMP-1212,2026-02-14,Personal,4.0,TRUE,Sat,Engineering,Austin Hub
+ABS-03951,EMP-1213,2025-08-06,Sick,4.0,FALSE,Wed,Finance,Baltimore HQ
+ABS-03952,EMP-1213,2025-09-08,PTO,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-03953,EMP-1213,2026-01-27,Sick,4.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-03954,EMP-1214,2025-08-06,PTO,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-03955,EMP-1214,2025-12-07,PTO,8.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-03956,EMP-1214,2025-12-18,PTO,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-03957,EMP-1214,2026-01-25,PTO,8.0,FALSE,Sun,Human Resources,Chicago Plant
+ABS-03958,EMP-1214,2026-02-03,Sick,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-03959,EMP-1214,2026-03-07,Personal,8.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-03960,EMP-1214,2026-03-11,Personal,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-03961,EMP-1214,2026-03-15,PTO,4.0,FALSE,Sun,Human Resources,Chicago Plant
+ABS-03962,EMP-1215,2025-10-11,Sick,4.0,FALSE,Sat,Sales,Denver Office
+ABS-03963,EMP-1215,2026-01-02,Sick,4.0,TRUE,Fri,Sales,Denver Office
+ABS-03964,EMP-1215,2026-01-11,PTO,4.0,TRUE,Sun,Sales,Denver Office
+ABS-03965,EMP-1215,2026-03-16,Sick,4.0,TRUE,Mon,Sales,Denver Office
+ABS-03966,EMP-1217,2025-08-28,Personal,4.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03967,EMP-1217,2025-12-04,PTO,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-03968,EMP-1217,2026-01-20,Sick,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-03969,EMP-1217,2026-03-06,PTO,4.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-03970,EMP-1218,2025-07-24,Sick,8.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-03971,EMP-1218,2025-08-07,PTO,8.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-03972,EMP-1218,2025-09-24,Sick,4.0,TRUE,Wed,Engineering,Baltimore HQ
+ABS-03973,EMP-1218,2025-09-30,PTO,8.0,TRUE,Tue,Engineering,Baltimore HQ
+ABS-03974,EMP-1218,2025-10-06,PTO,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-03975,EMP-1218,2026-01-03,PTO,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-03976,EMP-1218,2026-01-12,Sick,8.0,TRUE,Mon,Engineering,Baltimore HQ
+ABS-03977,EMP-1218,2026-02-06,PTO,8.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-03978,EMP-1219,2025-08-25,Sick,8.0,FALSE,Mon,Finance,Chicago Plant
+ABS-03979,EMP-1219,2025-09-14,PTO,4.0,TRUE,Sun,Finance,Chicago Plant
+ABS-03980,EMP-1219,2025-11-11,Sick,4.0,TRUE,Tue,Finance,Chicago Plant
+ABS-03981,EMP-1219,2025-12-02,PTO,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-03982,EMP-1219,2026-01-15,Sick,4.0,TRUE,Thu,Finance,Chicago Plant
+ABS-03983,EMP-1219,2026-02-16,Sick,8.0,TRUE,Mon,Finance,Chicago Plant
+ABS-03984,EMP-1220,2025-07-06,PTO,4.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03985,EMP-1220,2025-07-18,PTO,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-03986,EMP-1220,2025-07-25,Sick,4.0,TRUE,Fri,Human Resources,Denver Office
+ABS-03987,EMP-1220,2025-09-02,PTO,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03988,EMP-1220,2025-09-03,PTO,4.0,TRUE,Wed,Human Resources,Denver Office
+ABS-03989,EMP-1220,2025-11-04,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03990,EMP-1220,2025-12-01,PTO,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-03991,EMP-1220,2026-01-06,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03992,EMP-1220,2026-01-13,PTO,4.0,TRUE,Tue,Human Resources,Denver Office
+ABS-03993,EMP-1220,2026-01-18,PTO,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03994,EMP-1220,2026-02-15,PTO,4.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03995,EMP-1220,2026-03-22,Personal,8.0,TRUE,Sun,Human Resources,Denver Office
+ABS-03996,EMP-1221,2025-07-04,PTO,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-03997,EMP-1221,2025-08-14,PTO,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-03998,EMP-1221,2025-09-16,Sick,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-03999,EMP-1221,2025-09-22,Sick,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-04000,EMP-1221,2026-01-04,PTO,4.0,TRUE,Sun,Sales,Atlanta DC
+ABS-04001,EMP-1221,2026-01-17,Sick,4.0,TRUE,Sat,Sales,Atlanta DC
+ABS-04002,EMP-1221,2026-02-25,PTO,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-04003,EMP-1221,2026-03-12,Sick,8.0,TRUE,Thu,Sales,Atlanta DC
+ABS-04004,EMP-1221,2026-03-27,PTO,8.0,FALSE,Fri,Sales,Atlanta DC
+ABS-04005,EMP-1222,2025-07-12,PTO,8.0,FALSE,Sat,Warehouse & Logistics,Austin Hub
+ABS-04006,EMP-1222,2025-10-19,Personal,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-04007,EMP-1222,2025-11-22,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-04008,EMP-1222,2026-01-16,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-04009,EMP-1222,2026-01-17,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-04010,EMP-1222,2026-02-26,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-04011,EMP-1222,2026-03-26,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-04012,EMP-1223,2025-08-12,PTO,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04013,EMP-1223,2025-11-20,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-04014,EMP-1223,2025-12-11,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-04015,EMP-1223,2025-12-26,PTO,8.0,FALSE,Fri,Customer Service,Baltimore HQ
+ABS-04016,EMP-1223,2026-03-06,PTO,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04017,EMP-1224,2025-07-13,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-04018,EMP-1224,2025-08-05,Sick,4.0,TRUE,Tue,Engineering,Chicago Plant
+ABS-04019,EMP-1224,2025-08-22,PTO,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-04020,EMP-1224,2025-11-30,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-04021,EMP-1226,2025-07-21,Sick,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04022,EMP-1226,2025-09-03,Sick,4.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-04023,EMP-1226,2025-09-22,Personal,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04024,EMP-1226,2025-11-27,Personal,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-04025,EMP-1226,2025-12-10,Personal,8.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-04026,EMP-1226,2025-12-21,Sick,8.0,TRUE,Sun,Human Resources,Atlanta DC
+ABS-04027,EMP-1226,2026-03-02,Sick,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04028,EMP-1226,2026-03-03,Sick,4.0,FALSE,Tue,Human Resources,Atlanta DC
+ABS-04029,EMP-1227,2025-10-12,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-04030,EMP-1227,2025-11-30,Sick,8.0,FALSE,Sun,Sales,Austin Hub
+ABS-04031,EMP-1227,2025-12-22,PTO,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-04032,EMP-1227,2026-02-15,PTO,4.0,TRUE,Sun,Sales,Austin Hub
+ABS-04033,EMP-1229,2025-07-26,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-04034,EMP-1229,2025-08-19,PTO,4.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-04035,EMP-1229,2025-10-12,Personal,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04036,EMP-1229,2025-11-02,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04037,EMP-1229,2025-12-01,PTO,4.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04038,EMP-1229,2025-12-28,Sick,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04039,EMP-1229,2026-01-29,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-04040,EMP-1229,2026-02-03,PTO,8.0,FALSE,Tue,Customer Service,Chicago Plant
+ABS-04041,EMP-1229,2026-02-04,PTO,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-04042,EMP-1230,2025-07-09,Sick,4.0,TRUE,Wed,Engineering,Denver Office
+ABS-04043,EMP-1230,2025-09-09,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-04044,EMP-1230,2026-01-27,Personal,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-04045,EMP-1230,2026-03-20,PTO,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-04046,EMP-1231,2025-07-23,Sick,8.0,FALSE,Wed,Finance,Atlanta DC
+ABS-04047,EMP-1231,2025-07-29,PTO,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-04048,EMP-1231,2025-09-17,PTO,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-04049,EMP-1231,2025-10-25,PTO,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-04050,EMP-1231,2025-12-30,Personal,4.0,FALSE,Tue,Finance,Atlanta DC
+ABS-04051,EMP-1231,2026-01-23,PTO,4.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04052,EMP-1231,2026-02-26,Personal,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-04053,EMP-1231,2026-03-06,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04054,EMP-1231,2026-03-23,Sick,8.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04055,EMP-1232,2025-08-13,Personal,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04056,EMP-1232,2025-09-07,PTO,8.0,TRUE,Sun,Human Resources,Austin Hub
+ABS-04057,EMP-1232,2025-09-12,PTO,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-04058,EMP-1232,2025-11-12,Personal,4.0,FALSE,Wed,Human Resources,Austin Hub
+ABS-04059,EMP-1232,2026-01-01,PTO,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04060,EMP-1232,2026-01-06,Sick,8.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-04061,EMP-1233,2025-08-22,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-04062,EMP-1233,2025-10-23,Personal,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-04063,EMP-1233,2025-11-06,Sick,8.0,FALSE,Thu,Sales,Baltimore HQ
+ABS-04064,EMP-1233,2025-12-13,Personal,8.0,FALSE,Sat,Sales,Baltimore HQ
+ABS-04065,EMP-1233,2026-01-01,PTO,4.0,FALSE,Thu,Sales,Baltimore HQ
+ABS-04066,EMP-1233,2026-02-14,PTO,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-04067,EMP-1233,2026-03-12,PTO,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-04068,EMP-1234,2025-08-14,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04069,EMP-1234,2025-09-10,PTO,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04070,EMP-1235,2025-08-18,Sick,4.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04071,EMP-1235,2025-10-23,PTO,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-04072,EMP-1235,2025-11-18,PTO,8.0,TRUE,Tue,Customer Service,Denver Office
+ABS-04073,EMP-1235,2025-11-23,PTO,8.0,TRUE,Sun,Customer Service,Denver Office
+ABS-04074,EMP-1235,2025-12-04,Sick,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-04075,EMP-1235,2025-12-29,PTO,4.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04076,EMP-1235,2026-01-19,Sick,8.0,FALSE,Mon,Customer Service,Denver Office
+ABS-04077,EMP-1235,2026-03-09,PTO,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04078,EMP-1236,2025-10-04,Personal,4.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-04079,EMP-1236,2025-10-12,Personal,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04080,EMP-1236,2025-10-16,Personal,4.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-04081,EMP-1236,2025-11-12,Personal,8.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-04082,EMP-1236,2025-12-23,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04083,EMP-1236,2026-01-23,Sick,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-04084,EMP-1236,2026-02-27,Sick,8.0,FALSE,Fri,Engineering,Atlanta DC
+ABS-04085,EMP-1237,2025-07-13,Sick,4.0,FALSE,Sun,Finance,Austin Hub
+ABS-04086,EMP-1237,2025-08-07,Sick,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-04087,EMP-1237,2025-08-09,Personal,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-04088,EMP-1237,2025-08-11,PTO,4.0,TRUE,Mon,Finance,Austin Hub
+ABS-04089,EMP-1237,2025-08-23,Personal,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-04090,EMP-1237,2025-09-06,Personal,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-04091,EMP-1237,2025-09-25,PTO,8.0,FALSE,Thu,Finance,Austin Hub
+ABS-04092,EMP-1237,2025-10-16,PTO,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-04093,EMP-1237,2025-11-13,Sick,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-04094,EMP-1237,2025-12-05,Personal,4.0,TRUE,Fri,Finance,Austin Hub
+ABS-04095,EMP-1237,2026-01-15,PTO,8.0,TRUE,Thu,Finance,Austin Hub
+ABS-04096,EMP-1237,2026-02-28,PTO,8.0,TRUE,Sat,Finance,Austin Hub
+ABS-04097,EMP-1237,2026-03-08,Sick,8.0,FALSE,Sun,Finance,Austin Hub
+ABS-04098,EMP-1238,2025-08-11,Personal,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04099,EMP-1238,2025-09-17,PTO,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-04100,EMP-1238,2025-10-30,PTO,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-04101,EMP-1238,2025-12-21,Personal,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-04102,EMP-1238,2026-01-18,PTO,4.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-04103,EMP-1238,2026-03-08,Sick,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-04104,EMP-1239,2025-07-09,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-04105,EMP-1239,2025-07-19,PTO,4.0,TRUE,Sat,Sales,Chicago Plant
+ABS-04106,EMP-1239,2025-08-09,PTO,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-04107,EMP-1239,2025-08-16,Sick,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-04108,EMP-1239,2025-08-26,Personal,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04109,EMP-1239,2025-12-15,Sick,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-04110,EMP-1239,2025-12-17,Personal,4.0,TRUE,Wed,Sales,Chicago Plant
+ABS-04111,EMP-1239,2025-12-19,Sick,4.0,TRUE,Fri,Sales,Chicago Plant
+ABS-04112,EMP-1239,2026-01-21,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-04113,EMP-1239,2026-02-05,Sick,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04114,EMP-1239,2026-02-20,PTO,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-04115,EMP-1239,2026-03-03,PTO,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04116,EMP-1239,2026-03-10,Sick,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04117,EMP-1239,2026-03-26,Personal,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04118,EMP-1241,2025-07-16,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-04119,EMP-1241,2025-08-07,Personal,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-04120,EMP-1241,2025-09-14,PTO,4.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-04121,EMP-1241,2025-10-08,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-04122,EMP-1241,2025-12-11,PTO,8.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-04123,EMP-1241,2026-02-03,Sick,8.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-04124,EMP-1241,2026-03-13,Sick,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04125,EMP-1242,2025-07-21,PTO,8.0,FALSE,Mon,Engineering,Austin Hub
+ABS-04126,EMP-1242,2025-07-26,PTO,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-04127,EMP-1242,2025-08-04,Sick,4.0,TRUE,Mon,Engineering,Austin Hub
+ABS-04128,EMP-1242,2025-08-07,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-04129,EMP-1242,2025-08-24,PTO,8.0,TRUE,Sun,Engineering,Austin Hub
+ABS-04130,EMP-1242,2025-09-27,Sick,8.0,TRUE,Sat,Engineering,Austin Hub
+ABS-04131,EMP-1242,2025-12-01,Personal,4.0,TRUE,Mon,Engineering,Austin Hub
+ABS-04132,EMP-1242,2026-03-01,Sick,4.0,TRUE,Sun,Engineering,Austin Hub
+ABS-04133,EMP-1243,2025-07-09,Personal,4.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-04134,EMP-1243,2025-08-06,PTO,4.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-04135,EMP-1243,2025-08-24,Personal,4.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-04136,EMP-1243,2025-08-29,Personal,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-04137,EMP-1243,2025-10-05,Personal,4.0,FALSE,Sun,Finance,Baltimore HQ
+ABS-04138,EMP-1243,2025-11-25,PTO,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-04139,EMP-1243,2026-01-23,Personal,4.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-04140,EMP-1243,2026-02-03,PTO,4.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-04141,EMP-1243,2026-02-15,PTO,8.0,TRUE,Sun,Finance,Baltimore HQ
+ABS-04142,EMP-1244,2025-08-09,Personal,8.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-04143,EMP-1244,2025-08-22,Sick,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04144,EMP-1244,2025-08-23,Sick,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-04145,EMP-1244,2025-09-01,Sick,4.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-04146,EMP-1244,2025-11-01,PTO,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-04147,EMP-1244,2025-12-08,PTO,4.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-04148,EMP-1244,2025-12-09,PTO,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-04149,EMP-1244,2025-12-25,Sick,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-04150,EMP-1244,2026-01-11,Sick,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-04151,EMP-1244,2026-01-16,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04152,EMP-1244,2026-01-22,Sick,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-04153,EMP-1244,2026-03-14,PTO,4.0,TRUE,Sat,Human Resources,Chicago Plant
+ABS-04154,EMP-1244,2026-03-20,PTO,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04155,EMP-1245,2025-09-08,PTO,8.0,TRUE,Mon,Sales,Denver Office
+ABS-04156,EMP-1245,2025-09-14,PTO,4.0,TRUE,Sun,Sales,Denver Office
+ABS-04157,EMP-1245,2025-10-29,Sick,4.0,TRUE,Wed,Sales,Denver Office
+ABS-04158,EMP-1245,2025-11-10,Personal,8.0,TRUE,Mon,Sales,Denver Office
+ABS-04159,EMP-1246,2025-11-16,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-04160,EMP-1246,2025-11-25,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-04161,EMP-1246,2026-02-27,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-04162,EMP-1246,2026-03-15,Personal,4.0,TRUE,Sun,Warehouse & Logistics,Atlanta DC
+ABS-04163,EMP-1246,2026-03-17,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Atlanta DC
+ABS-04164,EMP-1246,2026-03-26,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-04165,EMP-1247,2025-07-14,PTO,4.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04166,EMP-1247,2025-07-26,Personal,8.0,FALSE,Sat,Customer Service,Austin Hub
+ABS-04167,EMP-1247,2025-09-28,PTO,8.0,TRUE,Sun,Customer Service,Austin Hub
+ABS-04168,EMP-1247,2025-10-09,PTO,8.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-04169,EMP-1247,2025-12-08,Sick,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04170,EMP-1247,2025-12-25,Personal,8.0,TRUE,Thu,Customer Service,Austin Hub
+ABS-04171,EMP-1247,2026-03-08,PTO,8.0,FALSE,Sun,Customer Service,Austin Hub
+ABS-04172,EMP-1248,2025-08-12,Sick,8.0,TRUE,Tue,Engineering,Baltimore HQ
+ABS-04173,EMP-1248,2025-09-14,PTO,4.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-04174,EMP-1248,2026-01-29,PTO,8.0,FALSE,Thu,Engineering,Baltimore HQ
+ABS-04175,EMP-1248,2026-02-07,Sick,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-04176,EMP-1248,2026-03-20,Personal,4.0,TRUE,Fri,Engineering,Baltimore HQ
+ABS-04177,EMP-1249,2025-07-26,PTO,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-04178,EMP-1249,2025-08-16,Sick,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-04179,EMP-1249,2025-10-26,Sick,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-04180,EMP-1249,2025-12-26,Sick,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04181,EMP-1249,2025-12-28,PTO,8.0,TRUE,Sun,Finance,Chicago Plant
+ABS-04182,EMP-1249,2026-01-09,PTO,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04183,EMP-1249,2026-02-18,Sick,4.0,TRUE,Wed,Finance,Chicago Plant
+ABS-04184,EMP-1249,2026-03-23,PTO,4.0,TRUE,Mon,Finance,Chicago Plant
+ABS-04185,EMP-1249,2026-03-26,Sick,8.0,FALSE,Thu,Finance,Chicago Plant
+ABS-04186,EMP-1250,2025-07-03,Personal,8.0,TRUE,Thu,Human Resources,Denver Office
+ABS-04187,EMP-1250,2025-09-05,PTO,4.0,TRUE,Fri,Human Resources,Denver Office
+ABS-04188,EMP-1250,2025-09-08,Sick,8.0,TRUE,Mon,Human Resources,Denver Office
+ABS-04189,EMP-1250,2025-09-09,PTO,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-04190,EMP-1250,2025-10-21,Sick,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-04191,EMP-1250,2025-10-28,Personal,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-04192,EMP-1250,2026-01-29,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-04193,EMP-1250,2026-02-13,PTO,4.0,TRUE,Fri,Human Resources,Denver Office
+ABS-04194,EMP-1250,2026-02-18,PTO,8.0,TRUE,Wed,Human Resources,Denver Office
+ABS-04195,EMP-1250,2026-03-03,PTO,4.0,FALSE,Tue,Human Resources,Denver Office
+ABS-04196,EMP-1250,2026-03-19,Sick,4.0,TRUE,Thu,Human Resources,Denver Office
+ABS-04197,EMP-1250,2026-03-27,PTO,4.0,TRUE,Fri,Human Resources,Denver Office
+ABS-04198,EMP-1251,2025-07-14,PTO,8.0,FALSE,Mon,Sales,Atlanta DC
+ABS-04199,EMP-1251,2025-07-28,PTO,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-04200,EMP-1251,2025-08-17,PTO,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-04201,EMP-1251,2025-10-16,Personal,8.0,FALSE,Thu,Sales,Atlanta DC
+ABS-04202,EMP-1251,2025-11-21,Sick,8.0,TRUE,Fri,Sales,Atlanta DC
+ABS-04203,EMP-1251,2025-12-01,PTO,4.0,TRUE,Mon,Sales,Atlanta DC
+ABS-04204,EMP-1251,2026-01-20,PTO,8.0,TRUE,Tue,Sales,Atlanta DC
+ABS-04205,EMP-1251,2026-02-02,PTO,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-04206,EMP-1251,2026-02-22,PTO,8.0,TRUE,Sun,Sales,Atlanta DC
+ABS-04207,EMP-1253,2025-07-24,Sick,4.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-04208,EMP-1253,2025-09-08,Sick,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04209,EMP-1253,2025-09-26,PTO,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04210,EMP-1253,2025-10-19,PTO,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-04211,EMP-1253,2025-12-16,PTO,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04212,EMP-1253,2026-01-26,Personal,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04213,EMP-1254,2025-07-03,Sick,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-04214,EMP-1254,2025-08-17,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-04215,EMP-1254,2025-09-05,PTO,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-04216,EMP-1254,2025-09-14,PTO,8.0,TRUE,Sun,Engineering,Chicago Plant
+ABS-04217,EMP-1254,2025-11-03,Personal,8.0,FALSE,Mon,Engineering,Chicago Plant
+ABS-04218,EMP-1254,2025-11-15,Personal,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-04219,EMP-1254,2025-12-19,Personal,8.0,FALSE,Fri,Engineering,Chicago Plant
+ABS-04220,EMP-1254,2025-12-20,PTO,4.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-04221,EMP-1254,2026-02-04,Sick,8.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-04222,EMP-1254,2026-02-12,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-04223,EMP-1254,2026-02-19,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-04224,EMP-1256,2025-07-03,PTO,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-04225,EMP-1256,2025-07-19,PTO,4.0,TRUE,Sat,Human Resources,Atlanta DC
+ABS-04226,EMP-1256,2025-08-28,PTO,4.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-04227,EMP-1256,2025-09-02,PTO,8.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-04228,EMP-1256,2025-10-31,Personal,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-04229,EMP-1256,2025-11-24,Sick,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04230,EMP-1256,2026-02-20,PTO,4.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-04231,EMP-1257,2025-07-09,Personal,8.0,FALSE,Wed,Sales,Austin Hub
+ABS-04232,EMP-1257,2025-08-04,PTO,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-04233,EMP-1257,2025-11-03,Sick,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-04234,EMP-1257,2025-11-27,PTO,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-04235,EMP-1257,2026-01-12,PTO,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-04236,EMP-1258,2025-07-06,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-04237,EMP-1258,2025-08-01,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-04238,EMP-1258,2025-10-05,Personal,4.0,TRUE,Sun,Warehouse & Logistics,Baltimore HQ
+ABS-04239,EMP-1258,2025-10-24,Personal,4.0,TRUE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-04240,EMP-1258,2025-11-24,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-04241,EMP-1258,2026-02-23,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-04242,EMP-1258,2026-02-24,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-04243,EMP-1258,2026-02-27,Sick,8.0,FALSE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-04244,EMP-1259,2025-07-09,PTO,8.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-04245,EMP-1259,2025-07-15,Sick,8.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-04246,EMP-1259,2025-08-09,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-04247,EMP-1259,2025-09-14,Personal,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04248,EMP-1259,2025-11-03,PTO,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04249,EMP-1259,2025-11-14,PTO,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-04250,EMP-1259,2025-11-27,PTO,4.0,FALSE,Thu,Customer Service,Chicago Plant
+ABS-04251,EMP-1259,2025-12-01,Personal,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04252,EMP-1259,2025-12-07,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04253,EMP-1259,2025-12-08,Sick,8.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04254,EMP-1259,2025-12-22,PTO,4.0,TRUE,Mon,Customer Service,Chicago Plant
+ABS-04255,EMP-1259,2026-03-25,Personal,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-04256,EMP-1260,2025-09-07,PTO,8.0,TRUE,Sun,Engineering,Denver Office
+ABS-04257,EMP-1260,2025-09-17,Sick,8.0,FALSE,Wed,Engineering,Denver Office
+ABS-04258,EMP-1260,2025-11-13,PTO,8.0,TRUE,Thu,Engineering,Denver Office
+ABS-04259,EMP-1260,2025-11-29,Personal,8.0,TRUE,Sat,Engineering,Denver Office
+ABS-04260,EMP-1260,2026-01-09,Sick,4.0,TRUE,Fri,Engineering,Denver Office
+ABS-04261,EMP-1260,2026-02-02,Sick,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-04262,EMP-1260,2026-03-03,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-04263,EMP-1260,2026-03-10,Sick,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-04264,EMP-1261,2025-08-11,Sick,8.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04265,EMP-1261,2025-08-31,PTO,8.0,TRUE,Sun,Finance,Atlanta DC
+ABS-04266,EMP-1261,2025-09-01,PTO,8.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04267,EMP-1261,2025-09-14,Sick,4.0,TRUE,Sun,Finance,Atlanta DC
+ABS-04268,EMP-1261,2025-11-01,PTO,4.0,TRUE,Sat,Finance,Atlanta DC
+ABS-04269,EMP-1261,2025-11-04,PTO,8.0,FALSE,Tue,Finance,Atlanta DC
+ABS-04270,EMP-1261,2025-11-06,PTO,8.0,TRUE,Thu,Finance,Atlanta DC
+ABS-04271,EMP-1261,2025-11-18,PTO,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-04272,EMP-1261,2025-12-06,Personal,8.0,TRUE,Sat,Finance,Atlanta DC
+ABS-04273,EMP-1261,2026-03-14,PTO,8.0,FALSE,Sat,Finance,Atlanta DC
+ABS-04274,EMP-1261,2026-03-24,Personal,8.0,TRUE,Tue,Finance,Atlanta DC
+ABS-04275,EMP-1262,2025-09-10,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04276,EMP-1262,2025-10-02,PTO,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04277,EMP-1262,2025-10-30,PTO,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04278,EMP-1262,2025-12-01,Personal,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04279,EMP-1262,2025-12-05,PTO,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-04280,EMP-1262,2025-12-27,PTO,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-04281,EMP-1262,2026-03-12,Personal,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04282,EMP-1262,2026-03-19,PTO,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04283,EMP-1262,2026-03-25,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04284,EMP-1263,2025-10-02,PTO,4.0,TRUE,Thu,Sales,Baltimore HQ
+ABS-04285,EMP-1263,2025-11-08,Sick,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-04286,EMP-1263,2025-12-08,PTO,4.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-04287,EMP-1263,2025-12-22,Sick,8.0,FALSE,Mon,Sales,Baltimore HQ
+ABS-04288,EMP-1263,2026-02-25,Sick,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-04289,EMP-1263,2026-03-21,Sick,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-04290,EMP-1265,2025-08-03,PTO,8.0,FALSE,Sun,Customer Service,Denver Office
+ABS-04291,EMP-1265,2025-09-30,PTO,4.0,TRUE,Tue,Customer Service,Denver Office
+ABS-04292,EMP-1265,2025-11-21,PTO,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-04293,EMP-1265,2026-01-02,PTO,8.0,TRUE,Fri,Customer Service,Denver Office
+ABS-04294,EMP-1265,2026-02-25,Personal,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-04295,EMP-1265,2026-03-25,PTO,8.0,TRUE,Wed,Customer Service,Denver Office
+ABS-04296,EMP-1266,2025-09-12,Personal,4.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-04297,EMP-1266,2025-10-04,Personal,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-04298,EMP-1266,2025-10-08,Personal,4.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-04299,EMP-1266,2025-10-28,PTO,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04300,EMP-1266,2025-11-15,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-04301,EMP-1266,2026-03-12,Sick,4.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-04302,EMP-1266,2026-03-13,PTO,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-04303,EMP-1266,2026-03-19,Sick,4.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-04304,EMP-1267,2025-07-02,Sick,8.0,TRUE,Wed,Finance,Austin Hub
+ABS-04305,EMP-1267,2025-10-06,Personal,8.0,TRUE,Mon,Finance,Austin Hub
+ABS-04306,EMP-1267,2025-10-24,Sick,8.0,TRUE,Fri,Finance,Austin Hub
+ABS-04307,EMP-1267,2025-11-25,PTO,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-04308,EMP-1267,2025-12-11,Personal,4.0,TRUE,Thu,Finance,Austin Hub
+ABS-04309,EMP-1267,2025-12-19,PTO,8.0,FALSE,Fri,Finance,Austin Hub
+ABS-04310,EMP-1267,2025-12-23,Sick,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-04311,EMP-1267,2026-01-04,PTO,8.0,TRUE,Sun,Finance,Austin Hub
+ABS-04312,EMP-1268,2025-07-19,PTO,8.0,FALSE,Sat,Human Resources,Baltimore HQ
+ABS-04313,EMP-1268,2025-08-16,PTO,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-04314,EMP-1268,2025-08-23,Sick,8.0,FALSE,Sat,Human Resources,Baltimore HQ
+ABS-04315,EMP-1268,2025-09-04,PTO,8.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-04316,EMP-1268,2025-09-21,Personal,8.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-04317,EMP-1268,2025-09-25,Sick,4.0,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-04318,EMP-1268,2025-10-30,PTO,4.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-04319,EMP-1268,2025-11-24,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04320,EMP-1268,2025-12-17,PTO,4.0,FALSE,Wed,Human Resources,Baltimore HQ
+ABS-04321,EMP-1268,2026-01-08,Personal,8.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-04322,EMP-1268,2026-01-30,PTO,8.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-04323,EMP-1268,2026-02-24,PTO,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-04324,EMP-1269,2025-07-07,Sick,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-04325,EMP-1269,2025-07-15,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04326,EMP-1269,2025-09-23,Sick,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04327,EMP-1269,2025-11-13,Personal,4.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04328,EMP-1269,2026-01-21,PTO,4.0,TRUE,Wed,Sales,Chicago Plant
+ABS-04329,EMP-1269,2026-01-27,Personal,4.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04330,EMP-1269,2026-02-09,PTO,8.0,TRUE,Mon,Sales,Chicago Plant
+ABS-04331,EMP-1269,2026-02-11,PTO,8.0,TRUE,Wed,Sales,Chicago Plant
+ABS-04332,EMP-1269,2026-02-28,PTO,8.0,TRUE,Sat,Sales,Chicago Plant
+ABS-04333,EMP-1271,2025-10-17,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04334,EMP-1271,2025-12-12,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04335,EMP-1271,2025-12-20,PTO,4.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-04336,EMP-1271,2025-12-26,PTO,8.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04337,EMP-1271,2026-01-22,Personal,4.0,FALSE,Thu,Customer Service,Atlanta DC
+ABS-04338,EMP-1271,2026-02-11,PTO,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-04339,EMP-1271,2026-03-14,Sick,8.0,TRUE,Sat,Customer Service,Atlanta DC
+ABS-04340,EMP-1272,2025-07-14,PTO,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-04341,EMP-1272,2025-09-03,Personal,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-04342,EMP-1272,2025-09-16,Personal,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-04343,EMP-1272,2025-09-25,PTO,8.0,FALSE,Thu,Engineering,Austin Hub
+ABS-04344,EMP-1272,2025-10-01,PTO,8.0,TRUE,Wed,Engineering,Austin Hub
+ABS-04345,EMP-1272,2025-10-13,Personal,8.0,TRUE,Mon,Engineering,Austin Hub
+ABS-04346,EMP-1272,2025-10-14,Sick,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-04347,EMP-1272,2025-10-29,PTO,4.0,TRUE,Wed,Engineering,Austin Hub
+ABS-04348,EMP-1272,2026-01-15,Sick,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-04349,EMP-1272,2026-02-25,PTO,8.0,FALSE,Wed,Engineering,Austin Hub
+ABS-04350,EMP-1272,2026-03-26,PTO,8.0,FALSE,Thu,Engineering,Austin Hub
+ABS-04351,EMP-1273,2025-07-21,PTO,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-04352,EMP-1273,2025-10-31,PTO,8.0,TRUE,Fri,Finance,Baltimore HQ
+ABS-04353,EMP-1273,2025-11-11,Sick,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-04354,EMP-1273,2025-12-05,PTO,8.0,FALSE,Fri,Finance,Baltimore HQ
+ABS-04355,EMP-1273,2026-01-03,Sick,4.0,FALSE,Sat,Finance,Baltimore HQ
+ABS-04356,EMP-1273,2026-02-14,Sick,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-04357,EMP-1274,2025-07-03,PTO,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-04358,EMP-1274,2025-07-10,PTO,8.0,FALSE,Thu,Human Resources,Chicago Plant
+ABS-04359,EMP-1274,2025-07-15,PTO,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-04360,EMP-1274,2025-09-04,Sick,4.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-04361,EMP-1274,2025-09-10,Sick,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04362,EMP-1274,2025-09-19,Sick,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04363,EMP-1274,2025-09-21,Sick,8.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-04364,EMP-1274,2025-10-13,Sick,8.0,TRUE,Mon,Human Resources,Chicago Plant
+ABS-04365,EMP-1274,2025-10-17,PTO,8.0,FALSE,Fri,Human Resources,Chicago Plant
+ABS-04366,EMP-1274,2025-11-15,Personal,8.0,FALSE,Sat,Human Resources,Chicago Plant
+ABS-04367,EMP-1274,2025-12-19,Sick,4.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04368,EMP-1274,2026-01-29,Sick,8.0,TRUE,Thu,Human Resources,Chicago Plant
+ABS-04369,EMP-1274,2026-02-06,Sick,8.0,TRUE,Fri,Human Resources,Chicago Plant
+ABS-04370,EMP-1274,2026-02-25,Personal,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04371,EMP-1274,2026-03-10,Sick,8.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-04372,EMP-1275,2025-10-14,Sick,4.0,TRUE,Tue,Sales,Denver Office
+ABS-04373,EMP-1275,2025-11-20,Sick,8.0,TRUE,Thu,Sales,Denver Office
+ABS-04374,EMP-1275,2025-12-25,PTO,8.0,FALSE,Thu,Sales,Denver Office
+ABS-04375,EMP-1275,2026-01-04,PTO,4.0,FALSE,Sun,Sales,Denver Office
+ABS-04376,EMP-1275,2026-01-19,Sick,8.0,TRUE,Mon,Sales,Denver Office
+ABS-04377,EMP-1275,2026-01-28,PTO,8.0,TRUE,Wed,Sales,Denver Office
+ABS-04378,EMP-1277,2025-07-09,Sick,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-04379,EMP-1277,2025-08-20,PTO,4.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-04380,EMP-1277,2025-10-12,PTO,8.0,FALSE,Sun,Customer Service,Austin Hub
+ABS-04381,EMP-1277,2025-11-04,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-04382,EMP-1277,2026-03-09,Sick,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04383,EMP-1277,2026-03-23,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04384,EMP-1278,2025-07-01,Personal,4.0,TRUE,Tue,Engineering,Baltimore HQ
+ABS-04385,EMP-1278,2025-07-06,Sick,8.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-04386,EMP-1278,2025-08-26,PTO,8.0,TRUE,Tue,Engineering,Baltimore HQ
+ABS-04387,EMP-1278,2025-09-27,Personal,8.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-04388,EMP-1278,2025-11-27,PTO,8.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-04389,EMP-1278,2025-12-18,Sick,8.0,FALSE,Thu,Engineering,Baltimore HQ
+ABS-04390,EMP-1278,2026-01-25,Sick,4.0,TRUE,Sun,Engineering,Baltimore HQ
+ABS-04391,EMP-1278,2026-03-12,Personal,4.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-04392,EMP-1279,2025-07-23,Sick,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-04393,EMP-1279,2025-08-06,Sick,4.0,TRUE,Wed,Finance,Chicago Plant
+ABS-04394,EMP-1279,2025-08-23,Sick,8.0,TRUE,Sat,Finance,Chicago Plant
+ABS-04395,EMP-1279,2025-10-10,PTO,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04396,EMP-1279,2025-10-14,PTO,8.0,TRUE,Tue,Finance,Chicago Plant
+ABS-04397,EMP-1279,2025-10-31,Personal,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04398,EMP-1279,2025-12-10,Personal,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-04399,EMP-1279,2026-02-25,Sick,8.0,TRUE,Wed,Finance,Chicago Plant
+ABS-04400,EMP-1279,2026-03-07,PTO,8.0,FALSE,Sat,Finance,Chicago Plant
+ABS-04401,EMP-1280,2025-09-20,PTO,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-04402,EMP-1280,2025-10-30,PTO,4.0,FALSE,Thu,Human Resources,Denver Office
+ABS-04403,EMP-1280,2025-12-01,Sick,4.0,TRUE,Mon,Human Resources,Denver Office
+ABS-04404,EMP-1280,2025-12-05,Sick,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-04405,EMP-1280,2025-12-16,PTO,8.0,FALSE,Tue,Human Resources,Denver Office
+ABS-04406,EMP-1280,2026-01-20,PTO,8.0,TRUE,Tue,Human Resources,Denver Office
+ABS-04407,EMP-1280,2026-03-07,PTO,8.0,FALSE,Sat,Human Resources,Denver Office
+ABS-04408,EMP-1281,2025-08-06,Sick,4.0,TRUE,Wed,Sales,Atlanta DC
+ABS-04409,EMP-1281,2025-08-18,Personal,8.0,FALSE,Mon,Sales,Atlanta DC
+ABS-04410,EMP-1281,2025-09-02,PTO,4.0,TRUE,Tue,Sales,Atlanta DC
+ABS-04411,EMP-1281,2025-09-29,PTO,8.0,TRUE,Mon,Sales,Atlanta DC
+ABS-04412,EMP-1281,2025-10-27,Personal,8.0,FALSE,Mon,Sales,Atlanta DC
+ABS-04413,EMP-1281,2026-01-05,Sick,8.0,FALSE,Mon,Sales,Atlanta DC
+ABS-04414,EMP-1282,2025-08-04,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-04415,EMP-1282,2025-08-31,Sick,4.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-04416,EMP-1282,2025-09-22,Personal,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-04417,EMP-1282,2025-10-05,PTO,8.0,TRUE,Sun,Warehouse & Logistics,Austin Hub
+ABS-04418,EMP-1282,2025-12-09,Sick,8.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-04419,EMP-1282,2026-01-21,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-04420,EMP-1282,2026-02-04,Personal,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-04421,EMP-1282,2026-03-23,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-04422,EMP-1283,2025-07-01,Sick,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04423,EMP-1283,2025-07-03,PTO,8.0,TRUE,Thu,Customer Service,Baltimore HQ
+ABS-04424,EMP-1283,2025-07-08,Personal,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04425,EMP-1283,2025-08-11,Personal,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04426,EMP-1283,2025-08-12,PTO,8.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04427,EMP-1283,2025-08-20,Sick,8.0,FALSE,Wed,Customer Service,Baltimore HQ
+ABS-04428,EMP-1283,2025-08-22,Sick,8.0,FALSE,Fri,Customer Service,Baltimore HQ
+ABS-04429,EMP-1283,2025-10-05,PTO,8.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-04430,EMP-1283,2025-10-12,Sick,4.0,TRUE,Sun,Customer Service,Baltimore HQ
+ABS-04431,EMP-1283,2025-10-30,PTO,8.0,FALSE,Thu,Customer Service,Baltimore HQ
+ABS-04432,EMP-1283,2025-11-21,PTO,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04433,EMP-1283,2026-01-20,Sick,4.0,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-04434,EMP-1283,2026-02-09,PTO,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04435,EMP-1283,2026-02-20,Sick,4.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04436,EMP-1284,2025-07-12,Sick,4.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-04437,EMP-1284,2025-08-28,PTO,8.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-04438,EMP-1284,2025-10-18,Sick,8.0,TRUE,Sat,Engineering,Chicago Plant
+ABS-04439,EMP-1284,2026-03-27,PTO,8.0,TRUE,Fri,Engineering,Chicago Plant
+ABS-04440,EMP-1286,2025-08-04,PTO,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04441,EMP-1286,2025-10-13,Personal,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04442,EMP-1286,2025-11-01,PTO,4.0,FALSE,Sat,Human Resources,Atlanta DC
+ABS-04443,EMP-1286,2025-11-03,Personal,8.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04444,EMP-1286,2025-11-21,PTO,8.0,TRUE,Fri,Human Resources,Atlanta DC
+ABS-04445,EMP-1286,2026-01-08,PTO,8.0,TRUE,Thu,Human Resources,Atlanta DC
+ABS-04446,EMP-1286,2026-02-18,PTO,4.0,TRUE,Wed,Human Resources,Atlanta DC
+ABS-04447,EMP-1287,2025-08-11,PTO,4.0,TRUE,Mon,Sales,Austin Hub
+ABS-04448,EMP-1287,2025-08-22,PTO,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-04449,EMP-1287,2025-09-06,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-04450,EMP-1287,2025-10-13,Sick,8.0,TRUE,Mon,Sales,Austin Hub
+ABS-04451,EMP-1287,2025-11-29,PTO,4.0,FALSE,Sat,Sales,Austin Hub
+ABS-04452,EMP-1287,2025-12-07,Sick,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-04453,EMP-1287,2025-12-17,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-04454,EMP-1287,2026-01-03,PTO,8.0,TRUE,Sat,Sales,Austin Hub
+ABS-04455,EMP-1287,2026-03-24,Personal,8.0,TRUE,Tue,Sales,Austin Hub
+ABS-04456,EMP-1287,2026-03-25,PTO,4.0,TRUE,Wed,Sales,Austin Hub
+ABS-04457,EMP-1289,2025-07-13,Sick,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04458,EMP-1289,2025-07-18,Sick,8.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-04459,EMP-1289,2025-08-17,Personal,8.0,FALSE,Sun,Customer Service,Chicago Plant
+ABS-04460,EMP-1289,2025-09-04,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-04461,EMP-1289,2025-12-07,Sick,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04462,EMP-1289,2025-12-27,PTO,8.0,TRUE,Sat,Customer Service,Chicago Plant
+ABS-04463,EMP-1289,2026-02-01,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04464,EMP-1289,2026-02-15,PTO,8.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04465,EMP-1289,2026-02-24,Personal,4.0,FALSE,Tue,Customer Service,Chicago Plant
+ABS-04466,EMP-1289,2026-03-01,Sick,4.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04467,EMP-1289,2026-03-12,PTO,4.0,TRUE,Thu,Customer Service,Chicago Plant
+ABS-04468,EMP-1290,2025-08-03,PTO,8.0,TRUE,Sun,Engineering,Denver Office
+ABS-04469,EMP-1290,2025-08-06,Personal,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-04470,EMP-1290,2025-09-01,Sick,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-04471,EMP-1290,2025-10-04,PTO,8.0,TRUE,Sat,Engineering,Denver Office
+ABS-04472,EMP-1290,2025-11-27,Sick,4.0,TRUE,Thu,Engineering,Denver Office
+ABS-04473,EMP-1290,2025-12-17,Sick,8.0,TRUE,Wed,Engineering,Denver Office
+ABS-04474,EMP-1290,2026-03-16,Sick,8.0,TRUE,Mon,Engineering,Denver Office
+ABS-04475,EMP-1291,2025-08-01,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04476,EMP-1291,2025-08-03,Personal,8.0,FALSE,Sun,Finance,Atlanta DC
+ABS-04477,EMP-1291,2025-08-26,Sick,4.0,TRUE,Tue,Finance,Atlanta DC
+ABS-04478,EMP-1291,2025-10-20,PTO,8.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04479,EMP-1291,2025-10-24,PTO,4.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04480,EMP-1291,2026-01-21,Sick,4.0,TRUE,Wed,Finance,Atlanta DC
+ABS-04481,EMP-1291,2026-02-06,PTO,4.0,FALSE,Fri,Finance,Atlanta DC
+ABS-04482,EMP-1291,2026-02-18,Sick,8.0,TRUE,Wed,Finance,Atlanta DC
+ABS-04483,EMP-1291,2026-02-20,PTO,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04484,EMP-1292,2025-07-21,Sick,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04485,EMP-1292,2025-07-28,Sick,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04486,EMP-1292,2025-08-02,Personal,4.0,FALSE,Sat,Human Resources,Austin Hub
+ABS-04487,EMP-1292,2025-09-23,PTO,4.0,TRUE,Tue,Human Resources,Austin Hub
+ABS-04488,EMP-1292,2025-09-24,Sick,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04489,EMP-1292,2025-10-18,PTO,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-04490,EMP-1292,2025-10-20,PTO,8.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04491,EMP-1292,2025-10-31,PTO,8.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-04492,EMP-1292,2025-11-10,Personal,4.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04493,EMP-1292,2025-11-29,Personal,8.0,TRUE,Sat,Human Resources,Austin Hub
+ABS-04494,EMP-1292,2025-12-17,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04495,EMP-1292,2026-02-04,Personal,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04496,EMP-1293,2025-07-11,Personal,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-04497,EMP-1293,2025-08-06,Personal,4.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-04498,EMP-1293,2025-08-30,Sick,8.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-04499,EMP-1293,2025-09-19,PTO,4.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-04500,EMP-1293,2025-10-12,PTO,4.0,TRUE,Sun,Sales,Baltimore HQ
+ABS-04501,EMP-1293,2025-11-01,Sick,4.0,TRUE,Sat,Sales,Baltimore HQ
+ABS-04502,EMP-1293,2026-02-03,PTO,4.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-04503,EMP-1294,2025-08-09,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04504,EMP-1294,2025-09-01,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-04505,EMP-1294,2025-10-04,Sick,8.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04506,EMP-1294,2025-10-10,PTO,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-04507,EMP-1294,2025-10-23,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04508,EMP-1294,2025-10-27,Sick,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-04509,EMP-1294,2025-10-29,PTO,8.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04510,EMP-1294,2025-11-29,PTO,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04511,EMP-1294,2026-02-20,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-04512,EMP-1295,2025-07-10,Sick,8.0,TRUE,Thu,Customer Service,Denver Office
+ABS-04513,EMP-1295,2025-07-14,PTO,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04514,EMP-1295,2025-08-05,PTO,8.0,FALSE,Tue,Customer Service,Denver Office
+ABS-04515,EMP-1295,2025-08-14,PTO,4.0,FALSE,Thu,Customer Service,Denver Office
+ABS-04516,EMP-1295,2025-09-15,Personal,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04517,EMP-1295,2025-09-20,PTO,8.0,TRUE,Sat,Customer Service,Denver Office
+ABS-04518,EMP-1295,2025-11-07,Sick,8.0,TRUE,Fri,Customer Service,Denver Office
+ABS-04519,EMP-1295,2025-11-14,Personal,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-04520,EMP-1295,2025-11-17,Sick,8.0,TRUE,Mon,Customer Service,Denver Office
+ABS-04521,EMP-1295,2025-12-24,PTO,4.0,TRUE,Wed,Customer Service,Denver Office
+ABS-04522,EMP-1295,2026-02-21,Sick,8.0,FALSE,Sat,Customer Service,Denver Office
+ABS-04523,EMP-1296,2025-07-13,PTO,4.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04524,EMP-1296,2025-08-02,PTO,8.0,TRUE,Sat,Engineering,Atlanta DC
+ABS-04525,EMP-1296,2025-08-05,Sick,4.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04526,EMP-1296,2025-08-06,Sick,8.0,FALSE,Wed,Engineering,Atlanta DC
+ABS-04527,EMP-1296,2025-08-29,Personal,8.0,TRUE,Fri,Engineering,Atlanta DC
+ABS-04528,EMP-1296,2025-09-07,Sick,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04529,EMP-1296,2025-09-08,PTO,8.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-04530,EMP-1296,2025-09-23,Personal,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04531,EMP-1296,2025-10-27,PTO,4.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-04532,EMP-1296,2025-11-13,Sick,8.0,TRUE,Thu,Engineering,Atlanta DC
+ABS-04533,EMP-1296,2025-11-24,PTO,4.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-04534,EMP-1296,2025-12-09,PTO,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04535,EMP-1296,2025-12-16,Sick,8.0,TRUE,Tue,Engineering,Atlanta DC
+ABS-04536,EMP-1296,2026-01-11,PTO,8.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04537,EMP-1296,2026-02-15,Personal,4.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04538,EMP-1296,2026-02-25,PTO,4.0,TRUE,Wed,Engineering,Atlanta DC
+ABS-04539,EMP-1296,2026-03-01,PTO,4.0,TRUE,Sun,Engineering,Atlanta DC
+ABS-04540,EMP-1297,2025-07-15,Sick,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-04541,EMP-1297,2025-09-17,PTO,8.0,FALSE,Wed,Finance,Austin Hub
+ABS-04542,EMP-1297,2025-10-09,Personal,8.0,FALSE,Thu,Finance,Austin Hub
+ABS-04543,EMP-1297,2025-11-11,PTO,8.0,TRUE,Tue,Finance,Austin Hub
+ABS-04544,EMP-1298,2025-08-05,PTO,8.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-04545,EMP-1298,2025-08-11,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04546,EMP-1298,2025-08-17,PTO,4.0,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-04547,EMP-1298,2025-08-20,Personal,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-04548,EMP-1298,2025-08-25,PTO,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04549,EMP-1298,2025-09-06,Sick,8.0,TRUE,Sat,Human Resources,Baltimore HQ
+ABS-04550,EMP-1298,2025-09-08,Personal,8.0,FALSE,Mon,Human Resources,Baltimore HQ
+ABS-04551,EMP-1298,2025-10-09,PTO,8.0,FALSE,Thu,Human Resources,Baltimore HQ
+ABS-04552,EMP-1298,2025-11-28,PTO,8.0,FALSE,Fri,Human Resources,Baltimore HQ
+ABS-04553,EMP-1298,2025-12-10,Sick,8.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-04554,EMP-1298,2026-01-12,Sick,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04555,EMP-1298,2026-01-16,Sick,4.0,FALSE,Fri,Human Resources,Baltimore HQ
+ABS-04556,EMP-1298,2026-03-18,PTO,4.0,TRUE,Wed,Human Resources,Baltimore HQ
+ABS-04557,EMP-1299,2025-07-11,PTO,8.0,FALSE,Fri,Sales,Chicago Plant
+ABS-04558,EMP-1299,2025-08-07,PTO,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04559,EMP-1299,2025-11-03,Sick,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-04560,EMP-1299,2025-11-07,PTO,4.0,FALSE,Fri,Sales,Chicago Plant
+ABS-04561,EMP-1299,2025-12-08,PTO,4.0,TRUE,Mon,Sales,Chicago Plant
+ABS-04562,EMP-1299,2025-12-11,Personal,8.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04563,EMP-1299,2025-12-19,Sick,8.0,TRUE,Fri,Sales,Chicago Plant
+ABS-04564,EMP-1299,2026-02-16,PTO,8.0,FALSE,Mon,Sales,Chicago Plant
+ABS-04565,EMP-1299,2026-02-22,Personal,4.0,TRUE,Sun,Sales,Chicago Plant
+ABS-04566,EMP-1299,2026-03-07,PTO,4.0,TRUE,Sat,Sales,Chicago Plant
+ABS-04567,EMP-1265,2026-04-16,PTO,4.0,TRUE,Thu,Customer Service,Denver Office
+ABS-04568,EMP-1086,2026-04-16,Personal,4.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04569,EMP-1167,2026-04-16,Sick,4.0,FALSE,Thu,Sales,Atlanta DC
+ABS-04570,EMP-1209,2026-04-16,Sick,4.0,TRUE,Thu,Sales,Chicago Plant
+ABS-04571,EMP-1030,2026-04-16,Personal,4.0,FALSE,Thu,Sales,Atlanta DC
+ABS-04572,EMP-1171,2026-04-16,Personal,4.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-04573,EMP-1291,2026-04-16,PTO,4.0,TRUE,Thu,Finance,Atlanta DC
+ABS-04574,EMP-1194,2026-04-16,Sick,4.0,FALSE,Thu,Engineering,Chicago Plant
+ABS-04575,EMP-1044,2026-04-16,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04576,EMP-1235,2026-04-16,PTO,4.0,FALSE,Thu,Customer Service,Denver Office
+ABS-04577,EMP-1104,2026-04-16,PTO,8.0,TRUE,Thu,Engineering,Austin Hub
+ABS-04578,EMP-1188,2026-04-16,PTO,4.0,TRUE,Thu,Engineering,Baltimore HQ
+ABS-04579,EMP-1144,2026-04-16,Personal,8.0,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-04580,EMP-1248,2026-04-16,Sick,8.0,FALSE,Thu,Engineering,Baltimore HQ
+ABS-04581,EMP-1074,2026-04-16,Personal,4.0,FALSE,Thu,Finance,Atlanta DC
+ABS-04582,EMP-1054,2026-04-17,Personal,4.0,TRUE,Fri,Human Resources,Baltimore HQ
+ABS-04583,EMP-1011,2026-04-17,PTO,4.0,TRUE,Fri,Customer Service,Denver Office
+ABS-04584,EMP-1123,2026-04-17,Sick,4.0,FALSE,Fri,Finance,Austin Hub
+ABS-04585,EMP-1069,2026-04-17,Sick,4.0,TRUE,Fri,Customer Service,Atlanta DC
+ABS-04600,EMP-1279,2026-04-21,Sick,4.0,TRUE,Tue,Finance,Chicago Plant
+ABS-04601,EMP-1226,2026-04-21,Personal,4.0,TRUE,Tue,Human Resources,Atlanta DC
+ABS-04602,EMP-1308,2026-04-21,PTO,4.0,FALSE,Tue,Finance,Denver Office
+ABS-04603,EMP-1258,2026-04-21,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-04604,EMP-1209,2026-04-21,Personal,4.0,FALSE,Tue,Sales,Chicago Plant
+ABS-04605,EMP-1082,2026-04-21,Personal,8.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-04606,EMP-1290,2026-04-21,Personal,4.0,TRUE,Tue,Engineering,Denver Office
+ABS-04607,EMP-1160,2026-04-21,Sick,8.0,TRUE,Tue,Customer Service,Chicago Plant
+ABS-04608,EMP-1072,2026-04-21,PTO,8.0,FALSE,Tue,Human Resources,Austin Hub
+ABS-04609,EMP-1105,2026-04-21,Sick,4.0,FALSE,Tue,Sales,Baltimore HQ
+ABS-04610,EMP-1100,2026-04-22,PTO,4.0,TRUE,Wed,Sales,Denver Office
+ABS-04611,EMP-1213,2026-04-22,Sick,4.0,TRUE,Wed,Finance,Baltimore HQ
+ABS-04612,EMP-1066,2026-04-22,Personal,4.0,FALSE,Wed,Customer Service,Atlanta DC
+ABS-04613,EMP-1093,2026-04-22,Personal,4.0,TRUE,Wed,Finance,Austin Hub
+ABS-04614,EMP-1090,2026-04-22,Sick,4.0,FALSE,Wed,Customer Service,Chicago Plant
+ABS-04615,EMP-1274,2026-04-22,Sick,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04616,EMP-1106,2026-04-22,Sick,4.0,TRUE,Wed,Engineering,Chicago Plant
+ABS-04617,EMP-1015,2026-04-22,PTO,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-04625,EMP-1292,2026-04-24,PTO,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-04626,EMP-1187,2026-04-24,Sick,4.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-04627,EMP-1258,2026-04-24,Personal,4.0,FALSE,Fri,Warehouse & Logistics,Baltimore HQ
+ABS-04628,EMP-1303,2026-04-24,Personal,4.0,TRUE,Fri,Human Resources,Austin Hub
+ABS-04629,EMP-1249,2026-04-25,PTO,4.0,TRUE,Sat,Finance,Chicago Plant
+ABS-04630,EMP-1031,2026-04-25,Personal,4.0,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04631,EMP-1197,2026-04-25,Sick,4.0,FALSE,Sat,Sales,Austin Hub
+ABS-04632,EMP-1278,2026-04-25,Sick,4.0,TRUE,Sat,Engineering,Baltimore HQ
+ABS-04633,EMP-1037,2026-04-25,Personal,4.0,FALSE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-04634,EMP-1183,2026-04-25,Personal,8.0,TRUE,Sat,Finance,Baltimore HQ
+ABS-04635,EMP-1131,2026-04-25,Personal,4.0,TRUE,Sat,Customer Service,Austin Hub
+ABS-04636,EMP-1220,2026-04-25,PTO,8.0,TRUE,Sat,Human Resources,Denver Office
+ABS-04637,EMP-1148,2026-04-25,Sick,8.0,FALSE,Sat,Human Resources,Baltimore HQ
+ABS-04638,EMP-1208,2026-04-25,PTO,4.0,FALSE,Sat,Human Resources,Baltimore HQ
+ABS-04639,EMP-1245,2026-04-26,PTO,4.0,TRUE,Sun,Sales,Denver Office
+ABS-04640,EMP-1307,2026-04-26,Personal,4.0,TRUE,Sun,Human Resources,Chicago Plant
+ABS-04641,EMP-1143,2026-04-26,Sick,4.0,FALSE,Sun,Human Resources,Denver Office
+ABS-04642,EMP-1154,2026-04-26,Sick,4.0,TRUE,Sun,Customer Service,Chicago Plant
+ABS-04643,EMP-1070,2026-04-26,Personal,4.0,FALSE,Sun,Customer Service,Atlanta DC
+ABS-04644,EMP-1059,2026-04-26,Personal,8.0,TRUE,Sun,Customer Service,Atlanta DC
+ABS-04645,EMP-1094,2026-04-26,Personal,4.0,TRUE,Sun,Engineering,Denver Office
+ABS-04646,EMP-1172,2026-04-26,PTO,8.0,TRUE,Sun,Sales,Austin Hub
+ABS-04647,EMP-1055,2026-04-01,Sick,8.0,FALSE,Wed,Sales,Austin Hub
+ABS-04648,EMP-1059,2026-04-01,PTO,8.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-04649,EMP-1073,2026-04-01,Sick,4.0,TRUE,Wed,Customer Service,Baltimore HQ
+ABS-04650,EMP-1087,2026-04-01,PTO,4.0,TRUE,Wed,Finance,Denver Office
+ABS-04651,EMP-1090,2026-04-01,PTO,4.0,TRUE,Wed,Customer Service,Chicago Plant
+ABS-04652,EMP-1123,2026-04-01,Personal,4.0,TRUE,Wed,Finance,Austin Hub
+ABS-04653,EMP-1133,2026-04-01,PTO,8.0,TRUE,Wed,Sales,Baltimore HQ
+ABS-04654,EMP-1163,2026-04-01,Personal,8.0,FALSE,Wed,Sales,Denver Office
+ABS-04655,EMP-1196,2026-04-01,Personal,4.0,FALSE,Wed,Human Resources,Atlanta DC
+ABS-04656,EMP-1235,2026-04-01,PTO,4.0,TRUE,Wed,Customer Service,Denver Office
+ABS-04657,EMP-1263,2026-04-01,PTO,8.0,FALSE,Wed,Sales,Baltimore HQ
+ABS-04658,EMP-1277,2026-04-01,Sick,8.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-04659,EMP-1279,2026-04-01,PTO,4.0,FALSE,Wed,Finance,Chicago Plant
+ABS-04660,EMP-1292,2026-04-01,PTO,8.0,TRUE,Wed,Human Resources,Austin Hub
+ABS-04661,EMP-1302,2026-04-01,Sick,4.0,TRUE,Wed,Customer Service,Austin Hub
+ABS-04662,EMP-1015,2026-04-02,Sick,8.0,TRUE,Thu,Sales,Austin Hub
+ABS-04663,EMP-1035,2026-04-02,PTO,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04664,EMP-1038,2026-04-02,Sick,8.0,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04665,EMP-1042,2026-04-02,PTO,4.0,FALSE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-04666,EMP-1072,2026-04-02,Sick,8.0,TRUE,Thu,Human Resources,Austin Hub
+ABS-04667,EMP-1111,2026-04-02,Sick,4.0,TRUE,Thu,Sales,Austin Hub
+ABS-04668,EMP-1128,2026-04-02,Personal,4.0,TRUE,Thu,Engineering,Chicago Plant
+ABS-04669,EMP-1138,2026-04-02,PTO,4.0,TRUE,Thu,Warehouse & Logistics,Austin Hub
+ABS-04670,EMP-1150,2026-04-02,PTO,4.0,TRUE,Thu,Finance,Atlanta DC
+ABS-04671,EMP-1159,2026-04-02,Personal,4.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-04672,EMP-1197,2026-04-02,PTO,8.0,FALSE,Thu,Sales,Austin Hub
+ABS-04673,EMP-1210,2026-04-02,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-04674,EMP-1211,2026-04-02,Sick,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-04675,EMP-1211,2026-04-02,PTO,4.0,TRUE,Thu,Customer Service,Atlanta DC
+ABS-04676,EMP-1216,2026-04-02,Sick,4.0,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-04677,EMP-1026,2026-04-03,Personal,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-04678,EMP-1083,2026-04-03,Personal,8.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-04679,EMP-1105,2026-04-03,PTO,8.0,TRUE,Fri,Sales,Baltimore HQ
+ABS-04680,EMP-1121,2026-04-03,PTO,8.0,TRUE,Fri,Finance,Chicago Plant
+ABS-04681,EMP-1141,2026-04-03,Sick,8.0,TRUE,Fri,Sales,Austin Hub
+ABS-04682,EMP-1143,2026-04-03,Sick,8.0,TRUE,Fri,Human Resources,Denver Office
+ABS-04683,EMP-1166,2026-04-03,PTO,8.0,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-04684,EMP-1216,2026-04-03,PTO,4.0,FALSE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-04685,EMP-1240,2026-04-03,Sick,8.0,TRUE,Fri,Warehouse & Logistics,Denver Office
+ABS-04686,EMP-1260,2026-04-03,Sick,8.0,TRUE,Fri,Engineering,Denver Office
+ABS-04687,EMP-1261,2026-04-03,Personal,8.0,TRUE,Fri,Finance,Atlanta DC
+ABS-04688,EMP-1289,2026-04-03,PTO,4.0,TRUE,Fri,Customer Service,Chicago Plant
+ABS-04689,EMP-1310,2026-04-03,Sick,4.0,TRUE,Fri,Engineering,Austin Hub
+ABS-04690,EMP-1324,2026-04-03,Sick,4.0,TRUE,Fri,Customer Service,Austin Hub
+ABS-04715,EMP-1007,2026-04-06,Personal,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04716,EMP-1018,2026-04-06,Sick,4.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04717,EMP-1043,2026-04-06,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-04718,EMP-1044,2026-04-06,PTO,8.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-04719,EMP-1046,2026-04-06,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-04720,EMP-1086,2026-04-06,Sick,4.0,TRUE,Mon,Human Resources,Austin Hub
+ABS-04783,EMP-1005,2026-04-13,PTO,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-04784,EMP-1092,2026-04-13,Personal,8.0,TRUE,Mon,Engineering,Atlanta DC
+ABS-04785,EMP-1124,2026-04-13,PTO,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04786,EMP-1126,2026-04-13,Sick,8.0,TRUE,Mon,Sales,Baltimore HQ
+ABS-04787,EMP-1138,2026-04-13,Sick,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-04788,EMP-1146,2026-04-13,Sick,4.0,TRUE,Mon,Sales,Denver Office
+ABS-04789,EMP-1166,2026-04-13,Sick,4.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04790,EMP-1208,2026-04-13,Sick,8.0,TRUE,Mon,Human Resources,Baltimore HQ
+ABS-04791,EMP-1213,2026-04-13,PTO,8.0,TRUE,Mon,Finance,Baltimore HQ
+ABS-04792,EMP-1226,2026-04-13,Personal,4.0,TRUE,Mon,Human Resources,Atlanta DC
+ABS-04793,EMP-1247,2026-04-13,Sick,8.0,TRUE,Mon,Customer Service,Austin Hub
+ABS-04794,EMP-1252,2026-04-13,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-04795,EMP-1253,2026-04-13,Sick,8.0,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-04796,EMP-1261,2026-04-13,PTO,4.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04797,EMP-1315,2026-04-13,Personal,4.0,TRUE,Mon,Finance,Denver Office
+ABS-04798,EMP-1009,2026-04-14,Sick,4.0,TRUE,Tue,Finance,Chicago Plant
+ABS-04799,EMP-1056,2026-04-14,PTO,4.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-04800,EMP-1062,2026-04-14,Sick,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-04801,EMP-1077,2026-04-14,Sick,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-04802,EMP-1082,2026-04-14,Personal,4.0,TRUE,Tue,Warehouse & Logistics,Denver Office
+ABS-04803,EMP-1084,2026-04-14,PTO,8.0,TRUE,Tue,Sales,Chicago Plant
+ABS-04804,EMP-1152,2026-04-14,PTO,4.0,FALSE,Tue,Engineering,Denver Office
+ABS-04805,EMP-1161,2026-04-14,Personal,8.0,TRUE,Tue,Finance,Baltimore HQ
+ABS-04806,EMP-1187,2026-04-14,PTO,8.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-04807,EMP-1208,2026-04-14,Personal,4.0,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-04808,EMP-1235,2026-04-14,Sick,4.0,TRUE,Tue,Customer Service,Denver Office
+ABS-04809,EMP-1241,2026-04-14,Personal,4.0,TRUE,Tue,Customer Service,Atlanta DC
+ABS-04810,EMP-1263,2026-04-14,PTO,8.0,TRUE,Tue,Sales,Baltimore HQ
+ABS-04811,EMP-1277,2026-04-14,PTO,4.0,TRUE,Tue,Customer Service,Austin Hub
+ABS-04812,EMP-1311,2026-04-14,Personal,4.0,FALSE,Tue,Customer Service,Austin Hub
+ABS-04813,EMP-1001,2026-04-15,Sick,8.0,FALSE,Wed,Finance,Baltimore HQ
+ABS-04814,EMP-1041,2026-04-15,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04815,EMP-1043,2026-04-15,Sick,4.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04816,EMP-1115,2026-04-15,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-04817,EMP-1169,2026-04-15,PTO,4.0,TRUE,Wed,Customer Service,Denver Office
+ABS-04818,EMP-1184,2026-04-15,Personal,4.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04819,EMP-1214,2026-04-15,Sick,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04820,EMP-1222,2026-04-15,Sick,8.0,TRUE,Wed,Warehouse & Logistics,Austin Hub
+ABS-04821,EMP-1241,2026-04-15,Sick,4.0,TRUE,Wed,Customer Service,Atlanta DC
+ABS-04822,EMP-1245,2026-04-15,Sick,4.0,TRUE,Wed,Sales,Denver Office
+ABS-04823,EMP-1251,2026-04-15,Personal,8.0,TRUE,Wed,Sales,Atlanta DC
+ABS-04824,EMP-1260,2026-04-15,PTO,4.0,TRUE,Wed,Engineering,Denver Office
+ABS-04825,EMP-1307,2026-04-15,PTO,8.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04826,EMP-1312,2026-04-15,PTO,4.0,FALSE,Wed,Customer Service,Chicago Plant
+ABS-04827,EMP-1068,2026-04-27,Sick,4.0,TRUE,Mon,Customer Service,Atlanta DC
+ABS-04828,EMP-1309,2026-04-27,PTO,4.0,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-04829,EMP-1006,2026-04-27,Personal,4.0,FALSE,Mon,Engineering,Austin Hub
+ABS-04830,EMP-1201,2026-04-27,Personal,4.0,TRUE,Mon,Finance,Atlanta DC
+ABS-04831,EMP-1253,2026-04-27,PTO,4.0,FALSE,Mon,Customer Service,Baltimore HQ
+ABS-04832,EMP-1050,2026-04-28,PTO,4.0,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-04833,EMP-1184,2026-04-28,Personal,4.0,TRUE,Tue,Human Resources,Chicago Plant
+ABS-04834,EMP-1104,2026-04-28,Sick,4.0,FALSE,Tue,Engineering,Austin Hub
+ABS-04835,EMP-1003,2026-04-28,Sick,4.0,TRUE,Tue,Engineering,Austin Hub
+ABS-04836,EMP-1056,2026-04-28,Personal,4.0,FALSE,Tue,Customer Service,Atlanta DC
+ABS-04837,EMP-1200,2026-04-28,Personal,8.0,TRUE,Tue,Engineering,Denver Office
+ABS-04838,EMP-1267,2026-04-28,Personal,4.0,TRUE,Tue,Finance,Austin Hub
+ABS-04839,EMP-1020,2026-04-28,PTO,8.0,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-04840,EMP-1101,2026-04-28,Sick,8.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-04841,EMP-1158,2026-04-29,Personal,4.0,TRUE,Wed,Human Resources,Chicago Plant
+ABS-04842,EMP-1048,2026-04-29,Sick,4.0,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04843,EMP-1042,2026-04-29,PTO,4.0,FALSE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-04844,EMP-1140,2026-04-29,PTO,4.0,TRUE,Wed,Sales,Atlanta DC
+ABS-04845,EMP-1310,2026-04-29,Sick,4.0,FALSE,Wed,Engineering,Austin Hub
+ABS-04846,EMP-1111,2026-04-29,Sick,8.0,TRUE,Wed,Sales,Austin Hub
+ABS-004867,EMP-1119,2026-05-02,Sick,5.0,FALSE,Sat,Sales,Chicago Plant
+ABS-004868,EMP-1071,2026-05-02,Sick,7.8,TRUE,Sat,Customer Service,Atlanta DC
+ABS-004864,EMP-1226,2026-05-02,Sick,4.6,TRUE,Sat,Human Resources,Atlanta DC
+ABS-004866,EMP-1221,2026-05-02,PTO,6.4,TRUE,Sat,Sales,Atlanta DC
+ABS-004865,EMP-1013,2026-05-02,PTO,4.4,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-004869,EMP-1292,2026-05-02,PTO,7.9,TRUE,Sat,Human Resources,Austin Hub
+ABS-004870,EMP-1231,2026-05-02,Sick,4.6,TRUE,Sat,Finance,Atlanta DC
+ABS-004872,EMP-1247,2026-05-02,PTO,6.4,TRUE,Sat,Customer Service,Austin Hub
+ABS-004871,EMP-1049,2026-05-02,Personal,4.4,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-004875,EMP-1093,2026-05-02,Sick,7.9,TRUE,Sat,Finance,Austin Hub
+ABS-004877,EMP-1032,2026-05-03,Sick,4.6,TRUE,Sun,Warehouse & Logistics,Chicago Plant
+ABS-004879,EMP-1121,2026-05-03,PTO,6.4,TRUE,Sun,Finance,Chicago Plant
+ABS-004878,EMP-1301,2026-05-03,Personal,4.4,TRUE,Sun,Sales,Atlanta DC
+ABS-004882,EMP-1309,2026-05-04,Sick,4.6,TRUE,Mon,Warehouse & Logistics,Baltimore HQ
+ABS-004884,EMP-1328,2026-05-04,PTO,6.4,TRUE,Mon,Sales,Atlanta DC
+ABS-004883,EMP-1074,2026-05-04,Personal,4.4,TRUE,Mon,Finance,Atlanta DC
+ABS-004887,EMP-1033,2026-05-04,Sick,7.9,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-004889,EMP-1223,2026-05-04,PTO,5.7,TRUE,Mon,Customer Service,Baltimore HQ
+ABS-004893,EMP-1313,2026-05-05,Sick,5.0,FALSE,Tue,Finance,Austin Hub
+ABS-004894,EMP-1134,2026-05-05,Sick,7.8,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-004890,EMP-1227,2026-05-05,Sick,4.6,TRUE,Tue,Sales,Austin Hub
+ABS-004892,EMP-1008,2026-05-05,PTO,6.4,TRUE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-004891,EMP-1326,2026-05-05,PTO,4.4,TRUE,Tue,Finance,Denver Office
+ABS-004895,EMP-1190,2026-05-05,PTO,7.9,TRUE,Tue,Human Resources,Denver Office
+ABS-004899,EMP-1096,2026-05-06,Sick,5.0,FALSE,Wed,Human Resources,Atlanta DC
+ABS-004900,EMP-1071,2026-05-06,Sick,7.8,TRUE,Wed,Customer Service,Atlanta DC
+ABS-004905,EMP-1328,2026-05-07,Sick,5.0,FALSE,Thu,Sales,Atlanta DC
+ABS-004906,EMP-1137,2026-05-07,Sick,7.8,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-004908,EMP-1223,2026-05-08,Sick,4.6,TRUE,Fri,Customer Service,Baltimore HQ
+ABS-004910,EMP-1003,2026-05-08,PTO,6.4,TRUE,Fri,Engineering,Austin Hub
+ABS-004909,EMP-1013,2026-05-08,Personal,4.4,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-004913,EMP-1278,2026-05-08,Sick,7.9,TRUE,Fri,Engineering,Baltimore HQ
+ABS-004917,EMP-1063,2026-05-09,Sick,5.0,FALSE,Sat,Customer Service,Atlanta DC
+ABS-004918,EMP-1148,2026-05-10,Sick,4.6,TRUE,Sun,Human Resources,Baltimore HQ
+ABS-004920,EMP-1141,2026-05-10,PTO,6.4,TRUE,Sun,Sales,Austin Hub
+ABS-004919,EMP-1126,2026-05-10,Personal,4.4,TRUE,Sun,Sales,Baltimore HQ
+ABS-004922,EMP-1007,2026-05-11,Sick,4.6,TRUE,Mon,Customer Service,Austin Hub
+ABS-004924,EMP-1344,2026-05-11,PTO,6.4,TRUE,Mon,Warehouse & Logistics,Austin Hub
+ABS-004923,EMP-1184,2026-05-11,Personal,4.4,TRUE,Mon,Human Resources,Chicago Plant
+ABS-004929,EMP-1305,2026-05-12,Sick,5.0,FALSE,Tue,Warehouse & Logistics,Baltimore HQ
+ABS-004930,EMP-1014,2026-05-12,Sick,7.8,TRUE,Tue,Human Resources,Denver Office
+ABS-004932,EMP-1038,2026-05-12,Sick,5.6,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-004934,EMP-1065,2026-05-12,Sick,6.7,TRUE,Tue,Customer Service,Atlanta DC
+ABS-004938,EMP-1166,2026-05-12,Sick,5.0,FALSE,Tue,Customer Service,Baltimore HQ
+ABS-004939,EMP-1184,2026-05-12,Sick,7.8,TRUE,Tue,Human Resources,Chicago Plant
+ABS-004935,EMP-1289,2026-05-12,Sick,4.6,TRUE,Tue,Customer Service,Chicago Plant
+ABS-004937,EMP-1241,2026-05-12,PTO,6.4,TRUE,Tue,Customer Service,Atlanta DC
+ABS-004936,EMP-1341,2026-05-12,PTO,4.4,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-004940,EMP-1202,2026-05-12,PTO,7.9,TRUE,Tue,Human Resources,Austin Hub
+ABS-004944,EMP-1317,2026-05-13,Sick,5.0,FALSE,Wed,Engineering,Baltimore HQ
+ABS-004945,EMP-1129,2026-05-13,Sick,7.8,TRUE,Wed,Engineering,Atlanta DC
+ABS-004947,EMP-1055,2026-05-13,Sick,5.6,TRUE,Wed,Sales,Austin Hub
+ABS-004941,EMP-1294,2026-05-13,Sick,4.6,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-004943,EMP-1333,2026-05-13,PTO,6.4,TRUE,Wed,Customer Service,Austin Hub
+ABS-004942,EMP-1032,2026-05-13,PTO,4.4,TRUE,Wed,Warehouse & Logistics,Chicago Plant
+ABS-004946,EMP-1307,2026-05-13,PTO,7.9,TRUE,Wed,Human Resources,Chicago Plant
+ABS-004948,EMP-1229,2026-05-13,Personal,5.7,FALSE,Wed,Customer Service,Chicago Plant
+ABS-004949,EMP-1318,2026-05-14,Sick,4.6,TRUE,Thu,Customer Service,Atlanta DC
+ABS-004951,EMP-1306,2026-05-14,PTO,6.4,TRUE,Thu,Human Resources,Baltimore HQ
+ABS-004950,EMP-1221,2026-05-14,Personal,4.4,TRUE,Thu,Sales,Atlanta DC
+ABS-004954,EMP-1244,2026-05-14,Sick,7.9,TRUE,Thu,Human Resources,Chicago Plant
+ABS-004959,EMP-1125,2026-05-15,Sick,5.0,FALSE,Fri,Engineering,Chicago Plant
+ABS-004960,EMP-1203,2026-05-15,Sick,7.8,TRUE,Fri,Sales,Baltimore HQ
+ABS-004962,EMP-1234,2026-05-15,Sick,5.6,TRUE,Fri,Warehouse & Logistics,Chicago Plant
+ABS-004964,EMP-1110,2026-05-15,Sick,6.7,TRUE,Fri,Finance,Chicago Plant
+ABS-004956,EMP-1259,2026-05-15,Sick,4.6,TRUE,Fri,Customer Service,Chicago Plant
+ABS-004965,EMP-1171,2026-05-15,Sick,5.8,TRUE,Fri,Warehouse & Logistics,Atlanta DC
+ABS-004958,EMP-1009,2026-05-15,PTO,6.4,TRUE,Fri,Finance,Chicago Plant
+ABS-004957,EMP-1349,2026-05-15,PTO,4.4,TRUE,Fri,Engineering,Atlanta DC
+ABS-004961,EMP-1260,2026-05-15,PTO,7.9,TRUE,Fri,Engineering,Denver Office
+ABS-004963,EMP-1347,2026-05-15,Personal,5.7,FALSE,Fri,Warehouse & Logistics,Austin Hub
+ABS-004966,EMP-1186,2026-05-16,Sick,4.6,TRUE,Sat,Warehouse & Logistics,Atlanta DC
+ABS-004968,EMP-1035,2026-05-16,PTO,6.4,TRUE,Sat,Warehouse & Logistics,Chicago Plant
+ABS-004967,EMP-1130,2026-05-16,PTO,4.4,TRUE,Sat,Customer Service,Baltimore HQ
+ABS-004972,EMP-1031,2026-05-18,Sick,4.6,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-004974,EMP-1183,2026-05-18,PTO,6.4,TRUE,Mon,Finance,Baltimore HQ
+ABS-004973,EMP-1265,2026-05-18,Personal,4.4,TRUE,Mon,Customer Service,Denver Office
+ABS-004977,EMP-1039,2026-05-18,Sick,7.9,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-004979,EMP-1254,2026-05-18,PTO,5.7,TRUE,Mon,Engineering,Chicago Plant
+ABS-004981,EMP-1178,2026-05-19,Sick,4.6,TRUE,Tue,Customer Service,Baltimore HQ
+ABS-004983,EMP-1349,2026-05-19,PTO,6.4,TRUE,Tue,Engineering,Atlanta DC
+ABS-004982,EMP-1147,2026-05-19,Personal,4.4,TRUE,Tue,Sales,Baltimore HQ
+ABS-004986,EMP-1220,2026-05-19,Sick,7.9,TRUE,Tue,Human Resources,Denver Office
+ABS-004991,EMP-1312,2026-05-20,Sick,5.0,FALSE,Wed,Customer Service,Chicago Plant
+ABS-004992,EMP-1212,2026-05-20,Sick,7.8,TRUE,Wed,Engineering,Austin Hub
+ABS-004994,EMP-1345,2026-05-20,Sick,5.6,TRUE,Wed,Engineering,Baltimore HQ
+ABS-004996,EMP-1200,2026-05-20,Sick,6.7,TRUE,Wed,Engineering,Denver Office
+ABS-005000,EMP-1083,2026-05-21,Sick,5.0,FALSE,Thu,Customer Service,Austin Hub
+ABS-005004,EMP-1304,2026-05-22,Sick,5.0,FALSE,Fri,Sales,Denver Office
+ABS-005005,EMP-1275,2026-05-22,Sick,7.8,TRUE,Fri,Sales,Denver Office
+ABS-005007,EMP-1229,2026-05-22,Sick,5.6,TRUE,Fri,Customer Service,Chicago Plant
+ABS-005001,EMP-1003,2026-05-22,Sick,4.6,TRUE,Fri,Engineering,Austin Hub
+ABS-005003,EMP-1068,2026-05-22,PTO,6.4,TRUE,Fri,Customer Service,Atlanta DC
+ABS-005002,EMP-1077,2026-05-22,PTO,4.4,TRUE,Fri,Engineering,Austin Hub
+ABS-005006,EMP-1167,2026-05-22,PTO,7.9,TRUE,Fri,Sales,Atlanta DC
+ABS-005008,EMP-1249,2026-05-22,Personal,5.7,FALSE,Fri,Finance,Chicago Plant
+ABS-005012,EMP-1088,2026-05-23,Sick,5.0,FALSE,Sat,Sales,Chicago Plant
+ABS-005013,EMP-1102,2026-05-23,Sick,7.8,TRUE,Sat,Finance,Atlanta DC
+ABS-005015,EMP-1109,2026-05-23,Sick,5.6,TRUE,Sat,Human Resources,Atlanta DC
+ABS-005020,EMP-1160,2026-05-25,Sick,4.6,TRUE,Mon,Customer Service,Chicago Plant
+ABS-005022,EMP-1155,2026-05-25,PTO,6.4,TRUE,Mon,Human Resources,Atlanta DC
+ABS-005021,EMP-1072,2026-05-25,Personal,4.4,TRUE,Mon,Human Resources,Austin Hub
+ABS-005023,EMP-1219,2026-05-26,Sick,4.6,TRUE,Tue,Finance,Chicago Plant
+ABS-005025,EMP-1185,2026-05-26,PTO,6.4,TRUE,Tue,Sales,Denver Office
+ABS-005024,EMP-1347,2026-05-26,Personal,4.4,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-005028,EMP-1284,2026-05-26,Sick,7.9,TRUE,Tue,Engineering,Chicago Plant
+ABS-005032,EMP-1352,2026-05-27,Sick,5.0,FALSE,Wed,Warehouse & Logistics,Baltimore HQ
+ABS-005033,EMP-1322,2026-05-27,Sick,7.8,TRUE,Wed,Engineering,Chicago Plant
+ABS-005029,EMP-1242,2026-05-27,Sick,4.6,TRUE,Wed,Engineering,Austin Hub
+ABS-005031,EMP-1327,2026-05-27,PTO,6.4,TRUE,Wed,Engineering,Austin Hub
+ABS-005030,EMP-1218,2026-05-27,PTO,4.4,TRUE,Wed,Engineering,Baltimore HQ
+ABS-005037,EMP-1183,2026-05-28,Sick,5.0,FALSE,Thu,Finance,Baltimore HQ
+ABS-005034,EMP-1203,2026-05-28,Sick,4.6,TRUE,Thu,Sales,Baltimore HQ
+ABS-005036,EMP-1033,2026-05-28,PTO,6.4,TRUE,Thu,Warehouse & Logistics,Chicago Plant
+ABS-005035,EMP-1137,2026-05-28,PTO,4.4,TRUE,Thu,Warehouse & Logistics,Denver Office
+ABS-005038,EMP-1222,2026-05-29,Sick,4.6,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-005040,EMP-1340,2026-05-29,PTO,6.4,TRUE,Fri,Warehouse & Logistics,Austin Hub
+ABS-005039,EMP-1062,2026-05-29,Personal,4.4,TRUE,Fri,Customer Service,Atlanta DC
+ABS-005043,EMP-1218,2026-05-30,Sick,4.6,TRUE,Sat,Engineering,Baltimore HQ
+ABS-005045,EMP-1244,2026-05-30,PTO,6.4,TRUE,Sat,Human Resources,Chicago Plant
+ABS-005044,EMP-1342,2026-05-30,Personal,4.4,TRUE,Sat,Warehouse & Logistics,Austin Hub
+ABS-005048,EMP-1070,2026-05-30,Sick,7.9,TRUE,Sat,Customer Service,Atlanta DC
+ABS-005053,EMP-1234,2026-06-01,Sick,4.6,TRUE,Mon,Warehouse & Logistics,Chicago Plant
+ABS-005055,EMP-1063,2026-06-01,PTO,6.4,TRUE,Mon,Customer Service,Atlanta DC
+ABS-005054,EMP-1158,2026-06-01,Personal,4.4,TRUE,Mon,Human Resources,Chicago Plant
+ABS-005061,EMP-1170,2026-06-02,Sick,5.0,FALSE,Tue,Human Resources,Austin Hub
+ABS-005062,EMP-1016,2026-06-02,Sick,7.8,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-005064,EMP-1087,2026-06-02,Sick,5.6,TRUE,Tue,Finance,Denver Office
+ABS-005066,EMP-1167,2026-06-02,Sick,6.7,TRUE,Tue,Sales,Atlanta DC
+ABS-005067,EMP-1260,2026-06-03,Sick,4.6,TRUE,Wed,Engineering,Denver Office
+ABS-005069,EMP-1307,2026-06-03,PTO,6.4,TRUE,Wed,Human Resources,Chicago Plant
+ABS-005068,EMP-1149,2026-06-03,Personal,4.4,TRUE,Wed,Customer Service,Chicago Plant
+ABS-005075,EMP-1289,2026-06-04,Sick,5.0,FALSE,Thu,Customer Service,Chicago Plant
+ABS-005076,EMP-1055,2026-06-04,Sick,7.8,TRUE,Thu,Sales,Austin Hub
+ABS-005078,EMP-1203,2026-06-04,Sick,5.6,TRUE,Thu,Sales,Baltimore HQ
+ABS-005080,EMP-1278,2026-06-04,Sick,6.7,TRUE,Thu,Engineering,Baltimore HQ
+ABS-005072,EMP-1292,2026-06-04,Sick,4.6,TRUE,Thu,Human Resources,Austin Hub
+ABS-005081,EMP-1235,2026-06-04,Sick,5.8,TRUE,Thu,Customer Service,Denver Office
+ABS-005074,EMP-1186,2026-06-04,PTO,6.4,TRUE,Thu,Warehouse & Logistics,Atlanta DC
+ABS-005073,EMP-1157,2026-06-04,PTO,4.4,TRUE,Thu,Sales,Denver Office
+ABS-005077,EMP-1057,2026-06-04,PTO,7.9,TRUE,Thu,Customer Service,Atlanta DC
+ABS-005079,EMP-1009,2026-06-04,Personal,5.7,FALSE,Thu,Finance,Chicago Plant
+ABS-005088,EMP-1343,2026-06-07,Sick,4.6,TRUE,Sun,Engineering,Baltimore HQ
+ABS-005090,EMP-1085,2026-06-07,PTO,6.4,TRUE,Sun,Sales,Chicago Plant
+ABS-005089,EMP-1316,2026-06-07,Personal,4.4,TRUE,Sun,Human Resources,Atlanta DC
+ABS-005093,EMP-1219,2026-06-07,Sick,7.9,TRUE,Sun,Finance,Chicago Plant
+ABS-005098,EMP-1191,2026-06-08,Sick,5.0,FALSE,Mon,Sales,Atlanta DC
+ABS-005095,EMP-1280,2026-06-08,Sick,4.6,TRUE,Mon,Human Resources,Denver Office
+ABS-005097,EMP-1237,2026-06-08,PTO,6.4,TRUE,Mon,Finance,Austin Hub
+ABS-005096,EMP-1259,2026-06-08,PTO,4.4,TRUE,Mon,Customer Service,Chicago Plant
+ABS-005102,EMP-1235,2026-06-09,Sick,5.0,FALSE,Tue,Customer Service,Denver Office
+ABS-005103,EMP-1184,2026-06-09,Sick,7.8,TRUE,Tue,Human Resources,Chicago Plant
+ABS-005105,EMP-1239,2026-06-09,Sick,5.6,TRUE,Tue,Sales,Chicago Plant
+ABS-005107,EMP-1045,2026-06-09,Sick,6.7,TRUE,Tue,Warehouse & Logistics,Chicago Plant
+ABS-005099,EMP-1165,2026-06-09,Sick,4.6,TRUE,Tue,Engineering,Austin Hub
+ABS-005101,EMP-1007,2026-06-09,PTO,6.4,TRUE,Tue,Customer Service,Austin Hub
+ABS-005100,EMP-1222,2026-06-09,PTO,4.4,TRUE,Tue,Warehouse & Logistics,Austin Hub
+ABS-005104,EMP-1238,2026-06-09,PTO,7.9,TRUE,Tue,Human Resources,Baltimore HQ
+ABS-005106,EMP-1214,2026-06-09,Personal,5.7,FALSE,Tue,Human Resources,Chicago Plant
+ABS-005111,EMP-1250,2026-06-10,Sick,5.0,FALSE,Wed,Human Resources,Denver Office
+ABS-005108,EMP-1187,2026-06-10,Sick,4.6,TRUE,Wed,Customer Service,Austin Hub
+ABS-005110,EMP-1135,2026-06-10,PTO,6.4,TRUE,Wed,Sales,Baltimore HQ
+ABS-005109,EMP-1274,2026-06-10,PTO,4.4,TRUE,Wed,Human Resources,Chicago Plant
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/EMPLOYEES.csv b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/EMPLOYEES.csv
new file mode 100644
index 00000000..12e09059
--- /dev/null
+++ b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/EMPLOYEES.csv
@@ -0,0 +1,374 @@
+EMPLOYEE_ID,FIRST_NAME,LAST_NAME,EMAIL,DEPARTMENT,ROLE,LOCATION,HIRE_DATE,STATUS,TERMINATION_DATE,TERMINATION_REASON,MANAGER_ID,ANNUAL_SALARY,EMPLOYMENT_TYPE,SHIFT,CITY,STATE,ZIP
+EMP-1001,Wei,Thomas,wei.thomas@acmecorp.com,Finance,Staff Accountant,Baltimore HQ,2021-04-15,Active,,,EMP-1087,59500.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1002,Mason,Williams,mason.williams@acmecorp.com,Human Resources,HRBP,Baltimore HQ,2024-03-11,Active,,,EMP-1001,75700.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1003,Riley,Clark,riley.clark@acmecorp.com,Engineering,Sr. Software Engineer,Austin Hub,2022-02-11,Active,,,EMP-1002,123800.00,Full-Time,Day,Austin,TX,78701
+EMP-1004,Isabella,Moore,isabella.moore@acmecorp.com,Engineering,DevOps Engineer,Atlanta DC,2021-02-19,Active,,,EMP-1003,101200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1005,Patrick,Hill,patrick.hill@acmecorp.com,Sales,Sales Manager,Baltimore HQ,2025-03-05,Active,,,,100600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1006,Derek,Hill,derek.hill@acmecorp.com,Engineering,Engineering Manager,Austin Hub,2021-11-22,Active,,,,155000.00,Full-Time,Day,Austin,TX,78701
+EMP-1007,William,Williams,william.williams@acmecorp.com,Customer Service,Sr. CS Representative,Austin Hub,2021-01-30,Active,,,EMP-1003,57300.00,Full-Time,Day,Austin,TX,78701
+EMP-1008,Wei,Robinson,wei.robinson@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Baltimore HQ,2023-05-16,Active,,,EMP-1003,52200.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1009,Amanda,Wright,amanda.wright@acmecorp.com,Finance,Staff Accountant,Chicago Plant,2024-07-02,Active,,,EMP-1008,69600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1010,Sofia,Shah,sofia.shah@acmecorp.com,Finance,Financial Analyst,Austin Hub,2025-02-07,Active,,,EMP-1004,84200.00,Full-Time,Day,Austin,TX,78701
+EMP-1012,Liam,Johansson,liam.johansson@acmecorp.com,Customer Service,Quality Analyst,Atlanta DC,2022-11-05,Active,,,EMP-1003,66600.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1013,Priya,Mitchell,priya.mitchell@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Austin Hub,2022-02-22,Active,,,EMP-1007,57900.00,Full-Time,Day,Austin,TX,78701
+EMP-1014,Michael,Okafor,michael.okafor@acmecorp.com,Human Resources,HR Generalist,Denver Office,2021-11-24,Active,,,EMP-1003,54200.00,Full-Time,Day,Denver,CO,80202
+EMP-1015,Zoe,Harris,zoe.harris@acmecorp.com,Sales,Account Executive,Austin Hub,2022-10-17,Active,,,EMP-1009,77900.00,Full-Time,Day,Austin,TX,78701
+EMP-1016,Caleb,Carter,caleb.carter@acmecorp.com,Human Resources,HR Generalist,Baltimore HQ,2021-10-28,Active,,,EMP-1006,57300.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1017,James,Campbell,james.campbell@acmecorp.com,Sales,Solutions Consultant,Atlanta DC,2023-12-10,Active,,,EMP-1009,110700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1018,Jackson,Hill,jackson.hill@acmecorp.com,Human Resources,HR Manager,Baltimore HQ,2023-04-28,Active,,,,91000.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1019,Sofia,Young,sofia.young@acmecorp.com,Human Resources,HR Generalist,Austin Hub,2023-05-20,Active,,,EMP-1005,52400.00,Full-Time,Day,Austin,TX,78701
+EMP-1020,Carlos,Campbell,carlos.campbell@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Austin Hub,2025-01-11,Active,,,EMP-1009,41300.00,Full-Time,Day,Austin,TX,78701
+EMP-1021,Amanda,Taylor,amanda.taylor@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2022-01-06,Terminated,2025-10-23,Voluntary - Personal Reasons,EMP-1006,133600.00,Full-Time,Day,Austin,TX,78701
+EMP-1022,Robert,Nguyen,robert.nguyen@acmecorp.com,Engineering,Sr. Software Engineer,Austin Hub,2022-02-12,Terminated,2025-11-03,Voluntary - Personal Reasons,EMP-1006,115300.00,Full-Time,Day,Austin,TX,78701
+EMP-1023,Kevin,Campbell,kevin.campbell@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2022-03-20,Resigned,2025-12-07,Involuntary - Performance,EMP-1006,104700.00,Full-Time,Day,Austin,TX,78701
+EMP-1024,Jennifer,Sanchez,jennifer.sanchez@acmecorp.com,Engineering,Software Engineer,Austin Hub,2020-12-05,Terminated,2026-01-14,Involuntary - Performance,EMP-1006,93700.00,Full-Time,Day,Austin,TX,78701
+EMP-1025,Daniel,Brown,daniel.brown@acmecorp.com,Engineering,Software Engineer,Austin Hub,2022-05-21,Terminated,2026-02-04,Involuntary - Performance,EMP-1006,118900.00,Full-Time,Day,Austin,TX,78701
+EMP-1026,Ethan,Jackson,ethan.jackson@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2021-04-27,Resigned,2026-02-15,Voluntary - Work Environment,EMP-1006,101200.00,Part-Time,Day,Austin,TX,78701
+EMP-1027,Nora,Hernandez,nora.hernandez@acmecorp.com,Engineering,Software Engineer,Austin Hub,2022-07-27,Active,,,EMP-1006,114800.00,Full-Time,Day,Austin,TX,78701
+EMP-1028,Samantha,Johansson,samantha.johansson@acmecorp.com,Engineering,Software Engineer,Austin Hub,2022-03-04,Active,,,EMP-1006,106700.00,Full-Time,Day,Austin,TX,78701
+EMP-1029,Priya,Wilson,priya.wilson@acmecorp.com,Human Resources,HR Manager,Austin Hub,2023-08-28,Active,,,,105100.00,Full-Time,Day,Austin,TX,78701
+EMP-1030,Ethan,Lee,ethan.lee@acmecorp.com,Sales,Sales Manager,Atlanta DC,2025-01-04,Active,,,,127200.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1031,Jessica,Wright,jessica.wright@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2023-12-06,Active,,,EMP-1002,51100.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1032,Riley,Rivera,riley.rivera@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Chicago Plant,2020-11-22,Active,,,EMP-1009,48100.00,Full-Time,Night,Chicago,IL,60601
+EMP-1033,Thomas,Johansson,thomas.johansson@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2022-04-25,Active,,,EMP-1010,41800.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1034,Logan,Taylor,logan.taylor@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Chicago Plant,2020-09-03,Active,,,EMP-1007,36200.00,Full-Time,Day,Chicago,IL,60601
+EMP-1035,Priya,Hernandez,priya.hernandez@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Chicago Plant,2022-04-29,Active,,,EMP-1002,51000.00,Part-Time,Night,Chicago,IL,60601
+EMP-1036,Grace,Nguyen,grace.nguyen@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2023-01-03,Active,,,EMP-1006,38600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1037,Emily,Thompson,emily.thompson@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Chicago Plant,2023-02-20,Active,,,EMP-1004,60700.00,Full-Time,Day,Chicago,IL,60601
+EMP-1038,Nathan,Chen,nathan.chen@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2020-12-02,Active,,,EMP-1002,41700.00,Full-Time,Day,Chicago,IL,60601
+EMP-1039,Ethan,Thompson,ethan.thompson@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2020-12-16,Active,,,EMP-1011,41100.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1040,Patrick,Adams,patrick.adams@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Chicago Plant,2021-08-10,Active,,,EMP-1001,53600.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1041,David,Miller,david.miller@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2023-06-25,Active,,,EMP-1009,57900.00,Full-Time,Night,Chicago,IL,60601
+EMP-1042,Chloe,Smith,chloe.smith@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Chicago Plant,2020-11-23,Active,,,EMP-1011,59700.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1043,Trevor,Nelson,trevor.nelson@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2021-05-19,Active,,,EMP-1011,59100.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1044,Kevin,Gonzalez,kevin.gonzalez@acmecorp.com,Warehouse & Logistics,Forklift Operator,Chicago Plant,2023-04-17,Active,,,EMP-1005,46600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1045,Chloe,Chen,chloe.chen@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2021-09-30,Active,,,EMP-1008,58400.00,Full-Time,Night,Chicago,IL,60601
+EMP-1046,Andres,Allen,andres.allen@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2021-12-11,Active,,,EMP-1004,51700.00,Full-Time,Day,Chicago,IL,60601
+EMP-1047,Sarah,Thomas,sarah.thomas@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Chicago Plant,2021-12-28,Active,,,EMP-1011,40900.00,Full-Time,Night,Chicago,IL,60601
+EMP-1048,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Chicago Plant,2021-07-24,Active,,,EMP-1002,46600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1049,Michael,Scott,michael.scott@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Chicago Plant,2020-08-29,Active,,,EMP-1008,40900.00,Full-Time,Night,Chicago,IL,60601
+EMP-1050,Jackson,Ramirez,jackson.ramirez@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Chicago Plant,2022-05-06,Active,,,EMP-1008,56400.00,Full-Time,Day,Chicago,IL,60601
+EMP-1051,Logan,Green,logan.green@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Chicago Plant,2022-12-14,Active,,,EMP-1004,44300.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1052,Nicole,Anderson,nicole.anderson@acmecorp.com,Human Resources,Recruiter,Baltimore HQ,2024-07-24,Active,,,EMP-1004,63800.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1053,Hannah,Clark,hannah.clark@acmecorp.com,Sales,VP Sales,Chicago Plant,2020-09-30,Active,,,,143100.00,Full-Time,Day,Chicago,IL,60601
+EMP-1054,Connor,Walker,connor.walker@acmecorp.com,Human Resources,HRBP,Baltimore HQ,2023-06-12,Active,,,EMP-1005,75100.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1055,Brandon,Young,brandon.young@acmecorp.com,Sales,VP Sales,Austin Hub,2022-12-22,Active,,,,151000.00,Full-Time,Day,Austin,TX,78701
+EMP-1056,Amanda,Shah,amanda.shah@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2024-09-13,Active,,,,84300.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1057,Carlos,Adams,carlos.adams@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2022-10-30,Active,,,EMP-1007,48700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1058,Connor,Moore,connor.moore@acmecorp.com,Customer Service,Quality Analyst,Atlanta DC,2020-10-02,Active,,,EMP-1002,56000.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1059,Patrick,Anderson,patrick.anderson@acmecorp.com,Customer Service,CS Representative,Atlanta DC,2021-01-14,Active,,,EMP-1004,46600.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1060,Marcus,Rodriguez,marcus.rodriguez@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2024-10-10,Active,,,,93800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1061,Thomas,Roberts,thomas.roberts@acmecorp.com,Customer Service,CS Representative,Atlanta DC,2023-09-03,Active,,,EMP-1005,44100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1062,Jessica,Nguyen,jessica.nguyen@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2021-11-25,Active,,,EMP-1005,49400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1064,Emily,Ramirez,emily.ramirez@acmecorp.com,Customer Service,Quality Analyst,Atlanta DC,2021-11-08,Active,,,EMP-1007,63300.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1065,Caleb,Roberts,caleb.roberts@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2022-12-22,Active,,,,78200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1066,Aisha,Carter,aisha.carter@acmecorp.com,Customer Service,Quality Analyst,Atlanta DC,2021-12-30,Active,,,EMP-1008,57400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1067,Olivia,Patel,olivia.patel@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2023-11-07,Active,,,,88100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1068,Carlos,Thomas,carlos.thomas@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2022-09-05,Active,,,,89400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1069,Robert,Garcia,robert.garcia@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2023-02-24,Active,,,EMP-1010,52300.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1070,Mason,Mitchell,mason.mitchell@acmecorp.com,Customer Service,Quality Analyst,Atlanta DC,2023-06-12,Active,,,EMP-1005,56300.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1071,Samantha,Mitchell,samantha.mitchell@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2021-02-22,Active,,,EMP-1008,50700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1072,Andres,Miller,andres.miller@acmecorp.com,Human Resources,HRBP,Austin Hub,2023-10-04,Active,,,EMP-1004,95800.00,Full-Time,Day,Austin,TX,78701
+EMP-1073,Kevin,Moore,kevin.moore@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2025-02-10,Active,,,,73000.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1074,Emily,Okafor,emily.okafor@acmecorp.com,Finance,AP/AR Specialist,Atlanta DC,2023-10-28,Active,,,EMP-1008,42200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1075,Derek,Okafor,derek.okafor@acmecorp.com,Customer Service,CS Representative,Atlanta DC,2020-10-22,Active,,,EMP-1002,42700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1076,Nicole,Martinez,nicole.martinez@acmecorp.com,Engineering,Software Engineer,Austin Hub,2023-09-18,Active,,,EMP-1002,113400.00,Full-Time,Day,Austin,TX,78701
+EMP-1077,Brandon,Roberts,brandon.roberts@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2022-11-22,Active,,,EMP-1008,115900.00,Full-Time,Day,Austin,TX,78701
+EMP-1078,Jennifer,Flores,jennifer.flores@acmecorp.com,Human Resources,HR Manager,Denver Office,2024-11-10,Active,,,,113800.00,Full-Time,Day,Denver,CO,80202
+EMP-1079,Carlos,Hernandez,carlos.hernandez@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Atlanta DC,2022-04-28,Active,,,EMP-1002,54300.00,Full-Time,Swing,Atlanta,GA,30301
+EMP-1080,Fatima,Williams,fatima.williams@acmecorp.com,Sales,Solutions Consultant,Austin Hub,2021-06-15,Active,,,EMP-1005,88100.00,Full-Time,Day,Austin,TX,78701
+EMP-1081,Priya,Chen,priya.chen@acmecorp.com,Sales,Sales Development Rep,Baltimore HQ,2022-02-10,Active,,,EMP-1011,60800.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1082,Riley,Anderson,riley.anderson@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2023-12-05,Active,,,EMP-1003,43400.00,Part-Time,Day,Denver,CO,80202
+EMP-1083,Andres,Lewis,andres.lewis@acmecorp.com,Customer Service,CS Manager,Austin Hub,2021-07-22,Active,,,,74900.00,Full-Time,Day,Austin,TX,78701
+EMP-1084,Riley,Young,riley.young@acmecorp.com,Sales,VP Sales,Chicago Plant,2022-01-24,Active,,,,161900.00,Part-Time,Day,Chicago,IL,60601
+EMP-1085,Derek,Johnson,derek.johnson@acmecorp.com,Sales,VP Sales,Chicago Plant,2021-08-21,Active,,,,144600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1086,Omar,Torres,omar.torres@acmecorp.com,Human Resources,HR Generalist,Austin Hub,2021-03-06,Active,,,EMP-1003,52800.00,Full-Time,Day,Austin,TX,78701
+EMP-1087,Megan,Nguyen,megan.nguyen@acmecorp.com,Finance,Controller,Denver Office,2020-11-07,Active,,,EMP-1008,117400.00,Full-Time,Day,Denver,CO,80202
+EMP-1088,Nathan,Lee,nathan.lee@acmecorp.com,Sales,Solutions Consultant,Chicago Plant,2020-08-10,Active,,,EMP-1003,103500.00,Full-Time,Day,Chicago,IL,60601
+EMP-1089,Emma,Kim,emma.kim@acmecorp.com,Finance,Controller,Denver Office,2025-03-18,Active,,,EMP-1008,130400.00,Full-Time,Day,Denver,CO,80202
+EMP-1090,Emma,Okafor,emma.okafor@acmecorp.com,Customer Service,CS Representative,Chicago Plant,2025-05-30,Active,,,EMP-1011,43200.00,Full-Time,Day,Chicago,IL,60601
+EMP-1091,Eric,King,eric.king@acmecorp.com,Sales,Account Executive,Denver Office,2021-03-05,Active,,,EMP-1008,70900.00,Full-Time,Day,Denver,CO,80202
+EMP-1092,Kevin,Muller,kevin.muller@acmecorp.com,Engineering,QA Analyst,Atlanta DC,2021-07-02,Active,,,EMP-1008,72200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1093,Jason,Martin,jason.martin@acmecorp.com,Finance,Financial Analyst,Austin Hub,2022-04-27,Active,,,EMP-1007,78800.00,Full-Time,Day,Austin,TX,78701
+EMP-1094,Nicole,Young,nicole.young@acmecorp.com,Engineering,Software Engineer,Denver Office,2023-10-13,Active,,,EMP-1009,117600.00,Full-Time,Day,Denver,CO,80202
+EMP-1095,Aisha,Robinson,aisha.robinson@acmecorp.com,Sales,Solutions Consultant,Denver Office,2023-04-08,Active,,,EMP-1004,99300.00,Full-Time,Day,Denver,CO,80202
+EMP-1096,Wei,Roberts,wei.roberts@acmecorp.com,Human Resources,HR Generalist,Atlanta DC,2023-02-03,Active,,,EMP-1006,67800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1097,Andres,Campbell,andres.campbell@acmecorp.com,Human Resources,HR Generalist,Chicago Plant,2022-02-15,Active,,,EMP-1010,58000.00,Full-Time,Day,Chicago,IL,60601
+EMP-1098,Caleb,Walker,caleb.walker@acmecorp.com,Sales,Solutions Consultant,Atlanta DC,2022-04-28,Active,,,EMP-1009,92100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1099,Zoe,Anderson,zoe.anderson@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2023-02-11,Active,,,EMP-1001,60000.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1100,Nicole,Young,nicole.young@acmecorp.com,Sales,Solutions Consultant,Denver Office,2024-09-16,Active,,,EMP-1009,113800.00,Full-Time,Day,Denver,CO,80202
+EMP-1101,Daniel,King,daniel.king@acmecorp.com,Customer Service,Quality Analyst,Baltimore HQ,2025-05-01,Active,,,EMP-1003,66600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1102,Aiden,Chen,aiden.chen@acmecorp.com,Finance,Staff Accountant,Atlanta DC,2023-07-09,Active,,,EMP-1010,74400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1103,Caleb,Harris,caleb.harris@acmecorp.com,Finance,Controller,Baltimore HQ,2021-11-26,Active,,,EMP-1008,138200.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1104,Marcus,Green,marcus.green@acmecorp.com,Engineering,Software Engineer,Austin Hub,2023-10-22,Active,,,EMP-1004,109000.00,Full-Time,Day,Austin,TX,78701
+EMP-1105,Lucas,Hernandez,lucas.hernandez@acmecorp.com,Sales,Account Executive,Baltimore HQ,2025-04-03,Active,,,EMP-1001,80800.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1106,Grace,Ramirez,grace.ramirez@acmecorp.com,Engineering,QA Analyst,Chicago Plant,2022-06-10,Active,,,EMP-1007,68600.00,Full-Time,Day,Chicago,IL,60601
+EMP-1107,Carlos,Flores,carlos.flores@acmecorp.com,Warehouse & Logistics,Forklift Operator,Atlanta DC,2021-12-10,Active,,,EMP-1011,50200.00,Full-Time,Night,Atlanta,GA,30301
+EMP-1108,Derek,Robinson,derek.robinson@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Atlanta DC,2025-05-13,Active,,,EMP-1008,46100.00,Full-Time,Night,Atlanta,GA,30301
+EMP-1109,Lucas,Thompson,lucas.thompson@acmecorp.com,Human Resources,HR Generalist,Atlanta DC,2023-09-28,Active,,,EMP-1011,71800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1110,Jamal,Gonzalez,jamal.gonzalez@acmecorp.com,Finance,AP/AR Specialist,Chicago Plant,2020-08-19,Active,,,EMP-1008,60000.00,Full-Time,Day,Chicago,IL,60601
+EMP-1111,Fatima,Hall,fatima.hall@acmecorp.com,Sales,Sales Manager,Austin Hub,2020-10-06,Active,,,,101800.00,Full-Time,Day,Austin,TX,78701
+EMP-1112,Michael,Costa,michael.costa@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2022-08-19,Active,,,,85900.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1113,Olivia,Anderson,olivia.anderson@acmecorp.com,Customer Service,CS Manager,Atlanta DC,2021-12-08,Active,,,,86600.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1114,Sarah,Martin,sarah.martin@acmecorp.com,Finance,Staff Accountant,Atlanta DC,2025-03-25,Active,,,EMP-1010,70800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1115,Sofia,Mitchell,sofia.mitchell@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Baltimore HQ,2024-04-16,Active,,,EMP-1003,57500.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1116,Amanda,Taylor,amanda.taylor@acmecorp.com,Human Resources,HR Manager,Austin Hub,2022-09-19,Active,,,,112400.00,Full-Time,Day,Austin,TX,78701
+EMP-1117,Hannah,Jones,hannah.jones@acmecorp.com,Customer Service,CS Representative,Chicago Plant,2024-02-25,Active,,,EMP-1011,38000.00,Full-Time,Day,Chicago,IL,60601
+EMP-1118,Ashley,Chen,ashley.chen@acmecorp.com,Sales,Sales Manager,Austin Hub,2023-12-08,Active,,,,105800.00,Full-Time,Day,Austin,TX,78701
+EMP-1119,Connor,Kim,connor.kim@acmecorp.com,Sales,Sales Manager,Chicago Plant,2023-05-03,Active,,,,115500.00,Full-Time,Day,Chicago,IL,60601
+EMP-1120,Sofia,Costa,sofia.costa@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2021-10-14,Active,,,EMP-1002,42900.00,Full-Time,Swing,Denver,CO,80202
+EMP-1121,Thomas,Rodriguez,thomas.rodriguez@acmecorp.com,Finance,AP/AR Specialist,Chicago Plant,2025-03-17,Active,,,EMP-1005,42800.00,Full-Time,Day,Chicago,IL,60601
+EMP-1122,Caleb,Rodriguez,caleb.rodriguez@acmecorp.com,Engineering,Sr. Software Engineer,Baltimore HQ,2023-05-04,Active,,,EMP-1011,130500.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1123,Nicole,Johansson,nicole.johansson@acmecorp.com,Finance,AP/AR Specialist,Austin Hub,2024-11-11,Active,,,EMP-1008,49500.00,Full-Time,Day,Austin,TX,78701
+EMP-1125,Olivia,Brown,olivia.brown@acmecorp.com,Engineering,Engineering Manager,Chicago Plant,2024-05-09,Active,,,,145900.00,Full-Time,Day,Chicago,IL,60601
+EMP-1126,Robert,Brown,robert.brown@acmecorp.com,Sales,Sales Development Rep,Baltimore HQ,2024-01-20,Active,,,EMP-1003,60700.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1127,Justin,Nguyen,justin.nguyen@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Baltimore HQ,2024-02-10,Active,,,EMP-1006,51700.00,Full-Time,Night,Baltimore,MD,21202
+EMP-1128,Kevin,Wright,kevin.wright@acmecorp.com,Engineering,Sr. Software Engineer,Chicago Plant,2024-06-09,Active,,,EMP-1002,125000.00,Full-Time,Day,Chicago,IL,60601
+EMP-1129,Olivia,Chen,olivia.chen@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2022-02-12,Active,,,EMP-1006,112600.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1130,Ava,King,ava.king@acmecorp.com,Customer Service,Sr. CS Representative,Baltimore HQ,2025-01-22,Active,,,EMP-1008,49600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1131,Emily,Lewis,emily.lewis@acmecorp.com,Customer Service,CS Manager,Austin Hub,2021-12-20,Active,,,,83600.00,Part-Time,Day,Austin,TX,78701
+EMP-1132,Ethan,Adams,ethan.adams@acmecorp.com,Finance,Controller,Austin Hub,2025-01-28,Active,,,EMP-1008,138600.00,Full-Time,Day,Austin,TX,78701
+EMP-1133,Lucas,Jones,lucas.jones@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2023-08-12,Active,,,EMP-1010,111500.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1134,Sofia,Harris,sofia.harris@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Chicago Plant,2022-06-11,Active,,,EMP-1005,64900.00,Full-Time,Night,Chicago,IL,60601
+EMP-1135,Kayla,Ramirez,kayla.ramirez@acmecorp.com,Sales,Account Executive,Baltimore HQ,2024-02-20,Active,,,EMP-1007,73500.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1136,Daniel,Lee,daniel.lee@acmecorp.com,Sales,Solutions Consultant,Denver Office,2021-09-08,Active,,,EMP-1005,94900.00,Full-Time,Day,Denver,CO,80202
+EMP-1137,Ashley,Shah,ashley.shah@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2022-12-30,Active,,,EMP-1002,36100.00,Full-Time,Swing,Denver,CO,80202
+EMP-1138,Nathan,Nelson,nathan.nelson@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Austin Hub,2023-06-08,Active,,,EMP-1011,36600.00,Full-Time,Swing,Austin,TX,78701
+EMP-1139,Yuki,Thompson,yuki.thompson@acmecorp.com,Finance,Controller,Baltimore HQ,2022-07-28,Active,,,EMP-1004,104100.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1140,Patrick,Nakamura,patrick.nakamura@acmecorp.com,Sales,Account Executive,Atlanta DC,2024-10-09,Active,,,EMP-1005,76700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1141,Linda,Hill,linda.hill@acmecorp.com,Sales,VP Sales,Austin Hub,2020-10-07,Active,,,,186500.00,Full-Time,Day,Austin,TX,78701
+EMP-1142,Yuki,Costa,yuki.costa@acmecorp.com,Engineering,QA Analyst,Atlanta DC,2025-05-20,Active,,,EMP-1003,73500.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1143,Brian,Mitchell,brian.mitchell@acmecorp.com,Human Resources,HR Generalist,Denver Office,2025-03-31,Active,,,EMP-1002,64700.00,Full-Time,Day,Denver,CO,80202
+EMP-1144,Ethan,Perez,ethan.perez@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Denver Office,2023-09-02,Active,,,EMP-1006,44500.00,Full-Time,Night,Denver,CO,80202
+EMP-1145,Nicole,Hernandez,nicole.hernandez@acmecorp.com,Human Resources,HR Generalist,Baltimore HQ,2025-02-20,Active,,,EMP-1011,67100.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1146,Lucas,Clark,lucas.clark@acmecorp.com,Sales,Solutions Consultant,Denver Office,2021-03-08,Active,,,EMP-1009,89600.00,Full-Time,Day,Denver,CO,80202
+EMP-1147,Logan,King,logan.king@acmecorp.com,Sales,Sales Manager,Baltimore HQ,2025-02-28,Active,,,,116700.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1148,Justin,Martin,justin.martin@acmecorp.com,Human Resources,HR Generalist,Baltimore HQ,2021-02-11,Active,,,EMP-1003,70900.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1149,James,Young,james.young@acmecorp.com,Customer Service,CS Representative,Chicago Plant,2024-06-07,Active,,,EMP-1003,46500.00,Full-Time,Day,Chicago,IL,60601
+EMP-1150,Olivia,Jones,olivia.jones@acmecorp.com,Finance,Finance Manager,Atlanta DC,2021-04-04,Active,,,,108900.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1151,Trevor,Torres,trevor.torres@acmecorp.com,Engineering,Software Engineer,Denver Office,2023-02-24,Active,,,EMP-1011,100000.00,Full-Time,Day,Denver,CO,80202
+EMP-1152,Sofia,Hernandez,sofia.hernandez@acmecorp.com,Engineering,Software Engineer,Denver Office,2021-12-14,Active,,,EMP-1008,113000.00,Full-Time,Day,Denver,CO,80202
+EMP-1153,Emily,Thomas,emily.thomas@acmecorp.com,Customer Service,Quality Analyst,Baltimore HQ,2023-03-04,Active,,,EMP-1009,59000.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1154,Nathan,Roberts,nathan.roberts@acmecorp.com,Customer Service,Sr. CS Representative,Chicago Plant,2022-07-22,Active,,,EMP-1011,50400.00,Full-Time,Day,Chicago,IL,60601
+EMP-1155,Patrick,Campbell,patrick.campbell@acmecorp.com,Human Resources,HR Manager,Atlanta DC,2021-10-19,Active,,,,113700.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1156,Derek,Gonzalez,derek.gonzalez@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2024-07-23,Active,,,EMP-1011,40400.00,Part-Time,Night,Baltimore,MD,21202
+EMP-1157,Lily,Baker,lily.baker@acmecorp.com,Sales,VP Sales,Denver Office,2022-04-02,Active,,,,186200.00,Full-Time,Day,Denver,CO,80202
+EMP-1158,Nicole,Lewis,nicole.lewis@acmecorp.com,Human Resources,HR Manager,Chicago Plant,2022-12-09,Active,,,,87000.00,Full-Time,Day,Chicago,IL,60601
+EMP-1159,Olivia,Allen,olivia.allen@acmecorp.com,Customer Service,CS Representative,Austin Hub,2022-10-30,Active,,,EMP-1008,37000.00,Part-Time,Day,Austin,TX,78701
+EMP-1160,Ashley,Flores,ashley.flores@acmecorp.com,Customer Service,CS Representative,Chicago Plant,2023-04-06,Active,,,EMP-1008,44300.00,Full-Time,Day,Chicago,IL,60601
+EMP-1161,Eric,Lee,eric.lee@acmecorp.com,Finance,AP/AR Specialist,Baltimore HQ,2022-08-10,Active,,,EMP-1003,52900.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1162,Carlos,Allen,carlos.allen@acmecorp.com,Sales,Sales Manager,Baltimore HQ,2025-03-13,Active,,,,115800.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1163,Sebastian,Flores,sebastian.flores@acmecorp.com,Sales,VP Sales,Denver Office,2023-04-30,Active,,,,147900.00,Full-Time,Day,Denver,CO,80202
+EMP-1164,Michael,Chen,michael.chen@acmecorp.com,Sales,Sales Manager,Denver Office,2023-07-17,Active,,,,115200.00,Part-Time,Day,Denver,CO,80202
+EMP-1165,Andres,Taylor,andres.taylor@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2021-09-26,Active,,,EMP-1010,123900.00,Full-Time,Day,Austin,TX,78701
+EMP-1166,Brian,Costa,brian.costa@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2021-09-27,Active,,,,80000.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1167,Carlos,Martin,carlos.martin@acmecorp.com,Sales,VP Sales,Atlanta DC,2021-10-23,Active,,,,167900.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1168,Mason,Allen,mason.allen@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Austin Hub,2023-05-21,Active,,,EMP-1005,39700.00,Full-Time,Day,Austin,TX,78701
+EMP-1169,Brandon,Rodriguez,brandon.rodriguez@acmecorp.com,Customer Service,Sr. CS Representative,Denver Office,2023-10-05,Active,,,EMP-1002,50200.00,Full-Time,Day,Denver,CO,80202
+EMP-1170,Isabella,Johansson,isabella.johansson@acmecorp.com,Human Resources,HR Generalist,Austin Hub,2024-09-06,Active,,,EMP-1010,67300.00,Full-Time,Day,Austin,TX,78701
+EMP-1171,Amanda,Campbell,amanda.campbell@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Atlanta DC,2023-02-11,Active,,,EMP-1006,55400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1172,Lily,Anderson,lily.anderson@acmecorp.com,Sales,Sales Manager,Austin Hub,2023-09-07,Active,,,,111400.00,Full-Time,Day,Austin,TX,78701
+EMP-1173,Lucas,Robinson,lucas.robinson@acmecorp.com,Sales,Sales Manager,Atlanta DC,2021-01-20,Active,,,,120800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1174,Lauren,Patel,lauren.patel@acmecorp.com,Human Resources,Recruiter,Denver Office,2024-01-06,Active,,,EMP-1001,68900.00,Full-Time,Day,Denver,CO,80202
+EMP-1175,Sebastian,Nakamura,sebastian.nakamura@acmecorp.com,Customer Service,CS Representative,Austin Hub,2024-12-12,Active,,,EMP-1003,37700.00,Full-Time,Day,Austin,TX,78701
+EMP-1176,Ashley,Costa,ashley.costa@acmecorp.com,Human Resources,Benefits Specialist,Atlanta DC,2022-11-21,Active,,,EMP-1006,54400.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1177,Jackson,White,jackson.white@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2024-12-16,Active,,,EMP-1006,88300.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1011,William,Wilson,william.wilson@acmecorp.com,Customer Service,CS Team Lead,Denver Office,2022-03-28,Active,,,EMP-1068,73500.00,Full-Time,Day,Denver,CO,80202
+EMP-1063,Sarah,Thompson,sarah.thompson@acmecorp.com,Customer Service,CS Team Lead,Atlanta DC,2021-09-16,Active,,,EMP-1068,59200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1124,Kayla,Lewis,kayla.lewis@acmecorp.com,Customer Service,CS Team Lead,Baltimore HQ,2024-02-04,Active,,,EMP-1068,65600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1178,Brian,Rodriguez,brian.rodriguez@acmecorp.com,Customer Service,CS Team Lead,Baltimore HQ,2020-10-06,Active,,,EMP-1068,58700.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1179,James,Ivanov,james.ivanov@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Denver Office,2023-12-25,Active,,,EMP-1004,43300.00,Full-Time,Night,Denver,CO,80202
+EMP-1180,Mason,Davis,mason.davis@acmecorp.com,Finance,Finance Manager,Austin Hub,2024-02-01,Active,,,,122200.00,Full-Time,Day,Austin,TX,78701
+EMP-1181,Aaron,Allen,aaron.allen@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2022-05-08,Active,,,EMP-1002,85800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1185,Andrew,Craig,andrew.craig@acmecorp.com,Sales,Account Executive,Denver Office,2021-08-04,Active,,,EMP-1006,71000.00,Full-Time,Night,Denver,CO,80202
+EMP-1187,Anna,Edwards,anna.edwards@acmecorp.com,Customer Service,CS Team Lead,Austin Hub,2021-06-06,Active,,,EMP-1008,57000.00,Full-Time,Swing,Austin,TX,78701
+EMP-1193,Brandon,Holt,brandon.holt@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2024-08-31,Active,,,EMP-1004,42800.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1194,Brenda,Ingram,brenda.ingram@acmecorp.com,Engineering,Engineering Manager,Chicago Plant,2022-07-18,Active,,,EMP-1005,96000.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1195,Brian,Ivanov,brian.ivanov@acmecorp.com,Finance,Staff Accountant,Denver Office,2026-05-02,Resigned,2026-06-20,Better Opportunity,EMP-1006,58000.00,Full-Time,Night,Denver,CO,80202
+EMP-1196,Carol,Jennings,carol.jennings@acmecorp.com,Human Resources,Recruiter,Atlanta DC,2021-02-16,Active,,,EMP-1007,25000.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1197,Carolyn,Kemp,carolyn.kemp@acmecorp.com,Sales,Sales Manager,Austin Hub,2022-07-20,Active,,,EMP-1008,100600.00,Full-Time,Day,Austin,TX,78701
+EMP-1198,Catherine,King,catherine.king@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Baltimore HQ,2021-10-17,Active,,,EMP-1009,89300.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1199,Charles,Lane,charles.lane@acmecorp.com,Customer Service,Quality Analyst,Chicago Plant,2022-11-24,Active,,,EMP-1010,75800.00,Full-Time,Day,Chicago,IL,60601
+EMP-1203,Cynthia,Nolan,cynthia.nolan@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2023-08-05,Active,,,EMP-1004,64400.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1204,Daniel,Oliver,daniel.oliver@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2023-07-24,Terminated,2026-08-19,Performance,EMP-1005,32700.00,Part-Time,Day,Chicago,IL,60601
+EMP-1206,Deborah,Pham,deborah.pham@acmecorp.com,Engineering,Sr. Software Engineer,Atlanta DC,2023-03-27,Active,,,EMP-1007,117000.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1207,Debra,Quinn,debra.quinn@acmecorp.com,Finance,AP/AR Specialist,Austin Hub,2025-11-19,Active,,,EMP-1008,117000.00,Full-Time,Day,Austin,TX,78701
+EMP-1208,Dennis,Reeves,dennis.reeves@acmecorp.com,Human Resources,Benefits Specialist,Baltimore HQ,2022-07-03,Active,,,EMP-1009,81100.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1210,Donald,Stone,donald.stone@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2023-01-10,Resigned,2026-07-21,Better Opportunity,EMP-1001,70700.00,Full-Time,Night,Denver,CO,80202
+EMP-1215,Elizabeth,Vasquez,elizabeth.vasquez@acmecorp.com,Sales,Account Executive,Denver Office,2026-01-29,Active,,,EMP-1006,47900.00,Full-Time,Night,Denver,CO,80202
+EMP-1220,Frank,Zimmerman,frank.zimmerman@acmecorp.com,Human Resources,HR Generalist,Denver Office,2025-03-02,Active,,,EMP-1001,102300.00,Part-Time,Night,Denver,CO,80202
+EMP-1221,Gary,Allen,gary.allen@acmecorp.com,Sales,Sales Development Rep,Atlanta DC,2021-05-20,Active,,,EMP-1002,124100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1222,George,Baker,george.baker@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-04-16,Active,,,EMP-1003,99200.00,Full-Time,Swing,Austin,TX,78701
+EMP-1224,Heather,Carter,heather.carter@acmecorp.com,Engineering,Engineering Manager,Chicago Plant,2023-09-17,Active,,,EMP-1005,61800.00,Full-Time,Day,Chicago,IL,60601
+EMP-1225,Helen,Craig,helen.craig@acmecorp.com,Finance,Staff Accountant,Denver Office,2023-03-12,Resigned,2025-09-23,Better Opportunity,EMP-1006,58300.00,Full-Time,Night,Denver,CO,80202
+EMP-1226,Henry,Dixon,henry.dixon@acmecorp.com,Human Resources,Recruiter,Atlanta DC,2025-03-15,Active,,,EMP-1007,98200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1227,Jack,Edwards,jack.edwards@acmecorp.com,Sales,Sales Manager,Austin Hub,2024-06-16,Active,,,EMP-1008,117400.00,Full-Time,Day,Austin,TX,78701
+EMP-1229,James,Fisher,james.fisher@acmecorp.com,Customer Service,Quality Analyst,Chicago Plant,2021-03-16,Active,,,EMP-1010,125000.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1230,Janet,Foster,janet.foster@acmecorp.com,Engineering,Software Engineer,Denver Office,2023-05-02,Active,,,EMP-1001,59100.00,Full-Time,Night,Denver,CO,80202
+EMP-1232,Jeffrey,Harris,jeffrey.harris@acmecorp.com,Human Resources,HRBP,Austin Hub,2023-12-25,Active,,,EMP-1003,100300.00,Full-Time,Day,Austin,TX,78701
+EMP-1233,Jennifer,Holt,jennifer.holt@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2025-06-26,Active,,,EMP-1004,98600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1235,Jerry,Ivanov,jerry.ivanov@acmecorp.com,Customer Service,CS Representative,Denver Office,2026-02-26,Active,,,EMP-1006,43700.00,Full-Time,Night,Denver,CO,80202
+EMP-1236,Jessica,Jennings,jessica.jennings@acmecorp.com,Engineering,Sr. Software Engineer,Atlanta DC,2024-04-15,Active,,,EMP-1007,97800.00,Part-Time,Swing,Atlanta,GA,30301
+EMP-1237,John,Kemp,john.kemp@acmecorp.com,Finance,AP/AR Specialist,Austin Hub,2024-10-17,Active,,,EMP-1008,72500.00,Full-Time,Day,Austin,TX,78701
+EMP-1245,Karen,Owens,karen.owens@acmecorp.com,Sales,Account Executive,Denver Office,2023-04-22,Active,,,EMP-1006,53000.00,Full-Time,Night,Denver,CO,80202
+EMP-1249,Kenneth,Sanders,kenneth.sanders@acmecorp.com,Finance,Finance Manager,Chicago Plant,2021-01-12,Active,,,EMP-1010,82500.00,Full-Time,Day,Chicago,IL,60601
+EMP-1252,Kyle,Turner,kyle.turner@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2021-09-18,Terminated,2026-07-10,Performance,EMP-1003,77800.00,Part-Time,Day,Austin,TX,78701
+EMP-1183,Amanda,Blake,amanda.blake@acmecorp.com,Finance,Controller,Baltimore HQ,2026-03-12,Active,,,EMP-1004,131183.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1186,Angela,Dixon,angela.dixon@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Atlanta DC,2024-02-01,Active,,,EMP-1007,48751.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1188,Anthony,Erickson,anthony.erickson@acmecorp.com,Engineering,QA Analyst,Baltimore HQ,2025-03-22,Active,,,EMP-1009,94937.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1209,Diane,Sanders,diane.sanders@acmecorp.com,Sales,VP Sales,Chicago Plant,2022-05-03,Active,,,EMP-1010,183622.00,Full-Time,Day,Chicago,IL,60601
+EMP-1228,Jacob,Erickson,jacob.erickson@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Baltimore HQ,2024-05-05,Terminated,2025-10-24,Performance,EMP-1009,51200.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1239,Jose,Lane,jose.lane@acmecorp.com,Sales,VP Sales,Chicago Plant,2025-03-27,Active,,,EMP-1010,172852.00,Full-Time,Day,Chicago,IL,60601
+EMP-1216,Emily,Wells,emily.wells@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Atlanta DC,2025-05-19,Terminated,2026-06-06,Performance,EMP-1007,41200.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1240,Joseph,Lopez,joseph.lopez@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2024-11-10,Terminated,2026-07-31,Performance,EMP-1001,54079.00,Full-Time,Night,Denver,CO,80202
+EMP-1243,Julie,Nolan,julie.nolan@acmecorp.com,Finance,Controller,Baltimore HQ,2022-07-24,Active,,,EMP-1004,127329.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1182,Alexander,Baker,alexander.baker@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2024-08-30,Active,,,EMP-1003,86800.00,Full-Time,Day,Austin,TX,78701
+EMP-1184,Amy,Carter,amy.carter@acmecorp.com,Human Resources,HR Manager,Chicago Plant,2022-09-11,Active,,,EMP-1005,88700.00,Full-Time,Day,Chicago,IL,60601
+EMP-1190,Barbara,Foster,barbara.foster@acmecorp.com,Human Resources,HR Generalist,Denver Office,2023-05-25,Active,,,EMP-1001,58200.00,Full-Time,Night,Denver,CO,80202
+EMP-1205,David,Owens,david.owens@acmecorp.com,Customer Service,CS Representative,Denver Office,2024-06-16,Active,,,EMP-1006,77900.00,Full-Time,Night,Denver,CO,80202
+EMP-1212,Dorothy,Turner,dorothy.turner@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2025-06-24,Active,,,EMP-1003,48200.00,Part-Time,Day,Austin,TX,78701
+EMP-1189,Ashley,Fisher,ashley.fisher@acmecorp.com,Finance,Finance Manager,Chicago Plant,2023-05-13,Active,,,EMP-1010,97669.00,Full-Time,Day,Chicago,IL,60601
+EMP-1250,Kevin,Stone,kevin.stone@acmecorp.com,Human Resources,HR Generalist,Denver Office,2025-06-16,Active,,,EMP-1001,78045.00,Full-Time,Night,Denver,CO,80202
+EMP-1201,Christine,Mason,christine.mason@acmecorp.com,Finance,Financial Analyst,Atlanta DC,2022-08-21,Active,,,EMP-1002,60131.00,Full-Time,Swing,Atlanta,GA,30301
+EMP-1213,Douglas,Underwood,douglas.underwood@acmecorp.com,Finance,Controller,Baltimore HQ,2024-07-04,Active,,,EMP-1004,137207.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1214,Edward,Valentine,edward.valentine@acmecorp.com,Human Resources,HR Manager,Chicago Plant,2024-07-23,Active,,,EMP-1005,105800.00,Full-Time,Day,Chicago,IL,60601
+EMP-1219,Ethan,Zamora,ethan.zamora@acmecorp.com,Finance,Finance Manager,Chicago Plant,2024-12-21,Active,,,EMP-1010,78800.00,Full-Time,Day,Chicago,IL,60601
+EMP-1234,Jeremy,Ingram,jeremy.ingram@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2023-09-11,Active,,,EMP-1005,58300.00,Full-Time,Day,Chicago,IL,60601
+EMP-1238,Jonathan,King,jonathan.king@acmecorp.com,Human Resources,Benefits Specialist,Baltimore HQ,2023-05-24,Active,,,EMP-1009,86600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1241,Joshua,Mason,joshua.mason@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2022-10-25,Active,,,EMP-1002,100000.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1246,Katherine,Pham,katherine.pham@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Atlanta DC,2022-04-02,Active,,,EMP-1007,53900.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1251,Kimberly,Thompson,kimberly.thompson@acmecorp.com,Sales,Sales Development Rep,Atlanta DC,2022-05-21,Active,,,EMP-1002,84100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1253,Larry,Underwood,larry.underwood@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2024-01-16,Active,,,EMP-1004,53600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1191,Benjamin,Grant,benjamin.grant@acmecorp.com,Sales,Sales Development Rep,Atlanta DC,2021-12-15,Active,,,EMP-1002,83220.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1202,Christopher,Nelson,christopher.nelson@acmecorp.com,Human Resources,HRBP,Austin Hub,2025-05-24,Active,,,EMP-1003,60984.00,Full-Time,Day,Austin,TX,78701
+EMP-1211,Donna,Thompson,donna.thompson@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2022-09-24,Active,,,EMP-1002,63429.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1223,Gregory,Blake,gregory.blake@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2022-07-11,Active,,,EMP-1004,88834.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1244,Justin,Oliver,justin.oliver@acmecorp.com,Human Resources,HR Manager,Chicago Plant,2021-02-02,Active,,,EMP-1005,85358.00,Part-Time,Day,Chicago,IL,60601
+EMP-1247,Kathleen,Quinn,kathleen.quinn@acmecorp.com,Customer Service,CS Team Lead,Austin Hub,2023-04-22,Active,,,EMP-1008,57075.00,Full-Time,Day,Austin,TX,78701
+EMP-1248,Kelly,Reeves,kelly.reeves@acmecorp.com,Engineering,QA Analyst,Baltimore HQ,2025-01-13,Active,,,EMP-1009,88322.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1254,Laura,Valentine,laura.valentine@acmecorp.com,Engineering,Engineering Manager,Chicago Plant,2023-03-24,Active,,,EMP-1005,135820.00,Full-Time,Day,Chicago,IL,60601
+EMP-1255,Lauren,Vasquez,lauren.vasquez@acmecorp.com,Finance,Staff Accountant,Denver Office,2023-11-27,Resigned,2025-10-12,Better Opportunity,EMP-1006,71493.00,Full-Time,Night,Denver,CO,80202
+EMP-1192,Betty,Harris,betty.harris@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2023-05-22,Terminated,2026-02-11,Performance,EMP-1003,42952.00,Full-Time,Day,Austin,TX,78701
+EMP-1200,Christina,Lopez,christina.lopez@acmecorp.com,Engineering,Software Engineer,Denver Office,2024-06-25,Active,,,EMP-1001,80472.00,Full-Time,Night,Denver,CO,80202
+EMP-1231,Jason,Grant,jason.grant@acmecorp.com,Finance,Financial Analyst,Atlanta DC,2025-03-05,Active,,,EMP-1002,90774.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1242,Joyce,Nelson,joyce.nelson@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2025-03-27,Active,,,EMP-1003,86289.00,Full-Time,Day,Austin,TX,78701
+EMP-1217,Emma,Xavier,emma.xavier@acmecorp.com,Customer Service,CS Team Lead,Austin Hub,2024-11-23,Active,,,EMP-1008,76940.00,Full-Time,Day,Austin,TX,78701
+EMP-1218,Eric,Yoder,eric.yoder@acmecorp.com,Engineering,QA Analyst,Baltimore HQ,2024-11-03,Active,,,EMP-1009,77405.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1256,Linda,Wells,linda.wells@acmecorp.com,Human Resources,Recruiter,Atlanta DC,2024-02-02,Active,,,EMP-1007,70663.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1260,Mark,Zimmerman,mark.zimmerman@acmecorp.com,Engineering,Software Engineer,Denver Office,2023-11-25,Active,,,EMP-1001,8800.00,Part-Time,Night,Denver,CO,80202
+EMP-1261,Mary,Allen,mary.allen@acmecorp.com,Finance,Financial Analyst,Atlanta DC,2025-11-10,Active,,,EMP-1002,103100.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1267,Nathan,Edwards,nathan.edwards@acmecorp.com,Finance,AP/AR Specialist,Austin Hub,2024-07-05,Active,,,EMP-1008,54600.00,Full-Time,Day,Austin,TX,78701
+EMP-1270,Noah,Foster,noah.foster@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2024-03-18,Resigned,2026-01-26,Better Opportunity,EMP-1001,65800.00,Full-Time,Night,Denver,CO,80202
+EMP-1271,Olivia,Grant,olivia.grant@acmecorp.com,Customer Service,Sr. CS Representative,Atlanta DC,2023-02-01,Active,,,EMP-1002,38200.00,Full-Time,Swing,Atlanta,GA,30301
+EMP-1275,Peter,Ivanov,peter.ivanov@acmecorp.com,Sales,Account Executive,Denver Office,2021-08-30,Active,,,EMP-1006,62600.00,Full-Time,Night,Denver,CO,80202
+EMP-1281,Ronald,Mason,ronald.mason@acmecorp.com,Sales,Sales Development Rep,Atlanta DC,2021-05-26,Active,,,EMP-1002,37800.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1284,Samantha,Oliver,samantha.oliver@acmecorp.com,Engineering,Engineering Manager,Chicago Plant,2023-06-27,Active,,,EMP-1005,24800.00,Part-Time,Day,Chicago,IL,60601
+EMP-1289,Sharon,Sanders,sharon.sanders@acmecorp.com,Customer Service,Quality Analyst,Chicago Plant,2022-04-22,Active,,,EMP-1010,67900.00,Full-Time,Day,Chicago,IL,60601
+EMP-1290,Shirley,Stone,shirley.stone@acmecorp.com,Engineering,Software Engineer,Denver Office,2022-12-27,Active,,,EMP-1001,69300.00,Full-Time,Night,Denver,CO,80202
+EMP-1291,Stephanie,Thompson,stephanie.thompson@acmecorp.com,Finance,Financial Analyst,Atlanta DC,2026-03-17,Active,,,EMP-1002,96000.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1293,Steven,Underwood,steven.underwood@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2023-04-05,Active,,,EMP-1004,73600.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1294,Susan,Valentine,susan.valentine@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2024-01-08,Active,,,EMP-1005,80100.00,Full-Time,Day,Chicago,IL,60601
+EMP-1295,Thomas,Vasquez,thomas.vasquez@acmecorp.com,Customer Service,CS Representative,Denver Office,2023-09-05,Active,,,EMP-1006,45900.00,Full-Time,Night,Denver,CO,80202
+EMP-1258,Margaret,Yoder,margaret.yoder@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Baltimore HQ,2021-02-20,Active,,,EMP-1009,69004.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1265,Michelle,Craig,michelle.craig@acmecorp.com,Customer Service,CS Representative,Denver Office,2022-12-23,Active,,,EMP-1006,42274.00,Full-Time,Night,Denver,CO,80202
+EMP-1268,Nicholas,Erickson,nicholas.erickson@acmecorp.com,Human Resources,Benefits Specialist,Baltimore HQ,2024-09-02,Active,,,EMP-1009,53220.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1276,Rachel,Jennings,rachel.jennings@acmecorp.com,Warehouse & Logistics,Inventory Specialist,Atlanta DC,2021-03-09,Terminated,2026-02-16,Performance,EMP-1007,42349.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1280,Robert,Lopez,robert.lopez@acmecorp.com,Human Resources,HR Generalist,Denver Office,2024-06-07,Active,,,EMP-1001,51821.00,Full-Time,Night,Denver,CO,80202
+EMP-1282,Ruth,Nelson,ruth.nelson@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2021-10-25,Active,,,EMP-1003,44672.00,Full-Time,Day,Austin,TX,78701
+EMP-1285,Samuel,Owens,samuel.owens@acmecorp.com,Finance,Staff Accountant,Denver Office,2023-01-01,Resigned,2025-10-10,Better Opportunity,EMP-1006,69713.00,Full-Time,Night,Denver,CO,80202
+EMP-1287,Sarah,Quinn,sarah.quinn@acmecorp.com,Sales,Sales Manager,Austin Hub,2025-11-24,Active,,,EMP-1008,105601.00,Full-Time,Day,Austin,TX,78701
+EMP-1292,Stephen,Turner,stephen.turner@acmecorp.com,Human Resources,HRBP,Austin Hub,2023-07-21,Active,,,EMP-1003,80240.00,Part-Time,Swing,Austin,TX,78701
+EMP-1296,Timothy,Wells,timothy.wells@acmecorp.com,Engineering,Sr. Software Engineer,Atlanta DC,2021-02-17,Active,,,EMP-1007,105281.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1259,Maria,Zamora,maria.zamora@acmecorp.com,Customer Service,Quality Analyst,Chicago Plant,2025-10-13,Active,,,EMP-1010,89400.00,Full-Time,Day,Chicago,IL,60601
+EMP-1263,Melissa,Blake,melissa.blake@acmecorp.com,Sales,Solutions Consultant,Baltimore HQ,2024-12-25,Active,,,EMP-1004,119800.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1274,Patrick,Ingram,patrick.ingram@acmecorp.com,Human Resources,HR Manager,Chicago Plant,2023-11-05,Active,,,EMP-1005,50700.00,Full-Time,Day,Chicago,IL,60601
+EMP-1277,Raymond,Kemp,raymond.kemp@acmecorp.com,Customer Service,CS Team Lead,Austin Hub,2021-07-20,Active,,,EMP-1008,121600.00,Full-Time,Day,Austin,TX,78701
+EMP-1278,Rebecca,King,rebecca.king@acmecorp.com,Engineering,QA Analyst,Baltimore HQ,2021-05-21,Active,,,EMP-1009,115400.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1269,Nicole,Fisher,nicole.fisher@acmecorp.com,Sales,VP Sales,Chicago Plant,2024-07-03,Active,,,EMP-1010,159702.00,Full-Time,Day,Chicago,IL,60601
+EMP-1272,Pamela,Harris,pamela.harris@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2024-05-14,Active,,,EMP-1003,126917.00,Full-Time,Day,Austin,TX,78701
+EMP-1279,Richard,Lane,richard.lane@acmecorp.com,Finance,Finance Manager,Chicago Plant,2024-07-11,Active,,,EMP-1010,100593.00,Full-Time,Day,Chicago,IL,60601
+EMP-1283,Ryan,Nolan,ryan.nolan@acmecorp.com,Customer Service,CS Manager,Baltimore HQ,2021-06-19,Active,,,EMP-1004,83508.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1286,Sandra,Pham,sandra.pham@acmecorp.com,Human Resources,Recruiter,Atlanta DC,2023-07-03,Active,,,EMP-1007,69816.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1297,Tyler,Xavier,tyler.xavier@acmecorp.com,Finance,AP/AR Specialist,Austin Hub,2025-06-29,Active,,,EMP-1008,73200.00,Full-Time,Day,Austin,TX,78701
+EMP-1262,Matthew,Baker,matthew.baker@acmecorp.com,Human Resources,HRBP,Austin Hub,2021-01-19,Active,,,EMP-1003,87546.00,Full-Time,Day,Austin,TX,78701
+EMP-1273,Patricia,Holt,patricia.holt@acmecorp.com,Finance,Controller,Baltimore HQ,2024-01-27,Active,,,EMP-1004,126561.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1266,Nancy,Dixon,nancy.dixon@acmecorp.com,Engineering,Sr. Software Engineer,Atlanta DC,2021-07-15,Active,,,EMP-1007,112656.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1298,Victoria,Yoder,victoria.yoder@acmecorp.com,Human Resources,Benefits Specialist,Baltimore HQ,2021-05-31,Active,,,EMP-1009,59454.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1257,Lisa,Xavier,lisa.xavier@acmecorp.com,Sales,Sales Manager,Austin Hub,2022-09-01,Active,,,EMP-1008,123378.00,Full-Time,Swing,Austin,TX,78701
+EMP-1264,Michael,Carter,michael.carter@acmecorp.com,Warehouse & Logistics,Shift Supervisor,Chicago Plant,2024-06-10,Terminated,2026-05-05,Performance,EMP-1005,66799.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1288,Scott,Reeves,scott.reeves@acmecorp.com,Warehouse & Logistics,Logistics Coordinator,Baltimore HQ,2024-07-26,Terminated,2025-09-20,Performance,EMP-1009,50816.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1299,Virginia,Zamora,virginia.zamora@acmecorp.com,Sales,VP Sales,Chicago Plant,2022-10-05,Active,,,EMP-1010,40091.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1300,Zachary,Zimmerman,zachary.zimmerman@acmecorp.com,Warehouse & Logistics,Warehouse Associate,Denver Office,2024-05-03,Terminated,2026-08-15,Performance,EMP-1001,119600.00,Part-Time,Night,Denver,CO,80202
+EMP-1303,Amelia,Martinez,amelia.martinez@acmecorp.com,Human Resources,CS Representative,Austin Hub,2026-04-16,Active,,,EMP-1044,69781.00,Full-Time,Swing,Austin,TX,78701
+EMP-1302,Daniel,Harris,daniel.harris@acmecorp.com,Customer Service,Sales Development Rep,Austin Hub,2026-04-16,Active,,,EMP-1052,103373.00,Part-Time,Swing,Austin,TX,78701
+EMP-1301,Michael,Rodriguez,michael.rodriguez@acmecorp.com,Sales,Recruiter,Atlanta DC,2026-04-16,Active,,,EMP-1013,70416.00,Full-Time,Swing,Atlanta,GA,30301
+EMP-1306,Lily,Williams,lily.williams@acmecorp.com,Human Resources,Sales Development Rep,Baltimore HQ,2026-04-16,Active,,,EMP-1025,102417.00,Part-Time,Swing,Baltimore,MD,21202
+EMP-1305,Oliver,Sanchez,oliver.sanchez@acmecorp.com,Warehouse & Logistics,CS Representative,Baltimore HQ,2026-04-16,Active,,,EMP-1100,66692.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1304,Ava,Lewis,ava.lewis@acmecorp.com,Sales,Warehouse Associate,Denver Office,2026-04-16,Active,,,EMP-1091,126733.00,Part-Time,Swing,Denver,CO,80202
+EMP-1308,Aiden,Martin,aiden.martin@acmecorp.com,Finance,Sales Development Rep,Denver Office,2026-04-17,Active,,,EMP-1081,85500.00,Full-Time,Night,Denver,CO,80202
+EMP-1307,Amelia,Johnson,amelia.johnson@acmecorp.com,Human Resources,Warehouse Associate,Chicago Plant,2026-04-17,Active,,,EMP-1006,81071.00,Part-Time,Night,Chicago,IL,60601
+EMP-1311,Zoe,Hernandez,zoe.hernandez@acmecorp.com,Customer Service,Account Executive,Austin Hub,2026-04-18,Active,,,EMP-1058,74390.00,Part-Time,Day,Austin,TX,78701
+EMP-1310,Elijah,Williams,elijah.williams@acmecorp.com,Engineering,DevOps Engineer,Austin Hub,2026-04-18,Active,,,EMP-1012,97484.00,Full-Time,Day,Austin,TX,78701
+EMP-1309,Ava,Jackson,ava.jackson@acmecorp.com,Warehouse & Logistics,CS Representative,Baltimore HQ,2026-04-18,Active,,,EMP-1040,46853.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1313,Lily,Brown,lily.brown@acmecorp.com,Finance,Software Engineer,Austin Hub,2026-04-19,Active,,,EMP-1051,82941.00,Part-Time,Swing,Austin,TX,78701
+EMP-1312,Hannah,Garcia,hannah.garcia@acmecorp.com,Customer Service,Warehouse Associate,Chicago Plant,2026-04-19,Active,,,EMP-1054,67159.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1314,Noah,Garcia,noah.garcia@acmecorp.com,Engineering,Financial Analyst,Baltimore HQ,2026-04-20,Active,,,EMP-1056,66485.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1316,Owen,Martinez,owen.martinez@acmecorp.com,Human Resources,Account Executive,Atlanta DC,2026-04-21,Active,,,EMP-1073,101978.00,Part-Time,Night,Atlanta,GA,30301
+EMP-1315,Hannah,Sanchez,hannah.sanchez@acmecorp.com,Finance,Staff Accountant,Denver Office,2026-04-21,Active,,,EMP-1006,57087.00,Full-Time,Night,Denver,CO,80202
+EMP-1317,Mia,White,mia.white@acmecorp.com,Engineering,QA Analyst,Baltimore HQ,2026-04-22,Active,,,EMP-1055,54140.00,Full-Time,Night,Baltimore,MD,21202
+EMP-1320,Chloe,Walker,chloe.walker@acmecorp.com,Engineering,Sales Development Rep,Baltimore HQ,2026-04-23,Active,,,EMP-1046,105905.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1319,Noah,Garcia,noah.garcia@acmecorp.com,Sales,Staff Accountant,Baltimore HQ,2026-04-23,Active,,,EMP-1005,122356.00,Full-Time,Day,Baltimore,MD,21202
+EMP-1318,Michael,Jackson,michael.jackson@acmecorp.com,Customer Service,HR Generalist,Atlanta DC,2026-04-23,Active,,,EMP-1079,52782.00,Part-Time,Day,Atlanta,GA,30301
+EMP-1322,Riley,Jackson,riley.jackson@acmecorp.com,Engineering,Sales Development Rep,Chicago Plant,2026-04-24,Active,,,EMP-1080,119631.00,Full-Time,Night,Chicago,IL,60601
+EMP-1321,Harper,Walker,harper.walker@acmecorp.com,Customer Service,HR Generalist,Denver Office,2026-04-24,Active,,,EMP-1024,63318.00,Part-Time,Night,Denver,CO,80202
+EMP-1324,Elijah,Garcia,elijah.garcia@acmecorp.com,Customer Service,HR Generalist,Austin Hub,2026-04-25,Active,,,EMP-1097,97195.00,Full-Time,Night,Austin,TX,78701
+EMP-1323,Owen,Rodriguez,owen.rodriguez@acmecorp.com,Engineering,Software Engineer,Chicago Plant,2026-04-25,Active,,,EMP-1072,106017.00,Part-Time,Night,Chicago,IL,60601
+EMP-1325,James,Wilson,james.wilson@acmecorp.com,Warehouse & Logistics,DevOps Engineer,Baltimore HQ,2026-04-26,Active,,,EMP-1089,49358.00,Part-Time,Day,Baltimore,MD,21202
+EMP-1326,Owen,Martin,owen.martin@acmecorp.com,Finance,CS Representative,Denver Office,2026-04-27,Active,,,EMP-1066,62470.00,Full-Time,Swing,Denver,CO,80202
+EMP-1329,Zoe,Lewis,zoe.lewis@acmecorp.com,Human Resources,CS Representative,Atlanta DC,2026-04-28,Active,,,EMP-1043,74123.00,Full-Time,Night,Atlanta,GA,30301
+EMP-1328,Nora,Johnson,nora.johnson@acmecorp.com,Sales,Financial Analyst,Atlanta DC,2026-04-28,Active,,,EMP-1036,73130.00,Part-Time,Night,Atlanta,GA,30301
+EMP-1327,Liam,Jackson,liam.jackson@acmecorp.com,Engineering,Account Executive,Austin Hub,2026-04-28,Active,,,EMP-1093,89468.00,Full-Time,Night,Austin,TX,78701
+EMP-1332,Zoe,Ramirez,zoe.ramirez@acmecorp.com,Human Resources,Logistics Coordinator,Baltimore HQ,2026-04-29,Active,,,EMP-1040,111541.00,Full-Time,Night,Baltimore,MD,21202
+EMP-1331,Liam,Moore,liam.moore@acmecorp.com,Engineering,Financial Analyst,Baltimore HQ,2026-04-29,Active,,,EMP-1066,103855.00,Part-Time,Night,Baltimore,MD,21202
+EMP-1330,Mia,Jackson,mia.jackson@acmecorp.com,Finance,Software Engineer,Atlanta DC,2026-04-29,Active,,,EMP-1019,126231.00,Full-Time,Night,Atlanta,GA,30301
+EMP-1335,Chloe,Taylor,chloe.taylor@acmecorp.com,Sales,Logistics Coordinator,Chicago Plant,2026-04-30,Active,,,EMP-1071,82727.00,Full-Time,Swing,Chicago,IL,60601
+EMP-1334,James,Martinez,james.martinez@acmecorp.com,Warehouse & Logistics,Sales Development Rep,Chicago Plant,2026-04-30,Active,,,EMP-1019,57022.00,Part-Time,Swing,Chicago,IL,60601
+EMP-1333,Lily,White,lily.white@acmecorp.com,Customer Service,Software Engineer,Austin Hub,2026-04-30,Active,,,EMP-1065,51450.00,Full-Time,Swing,Austin,TX,78701
+EMP-1336,Elijah,Martin,elijah.martin@acmecorp.com,Sales,QA Analyst,Austin Hub,2026-05-01,Active,,,EMP-1055,124035.00,Full-Time,Swing,Austin,TX,78701
+EMP-1337,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-02,Active,,,,48796.00,Full-Time,Day,Austin,TX,78701
+EMP-1339,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Baltimore HQ,2026-05-04,Active,,,EMP-1284,80497.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1338,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-04,Active,,,,36249.00,Full-Time,Day,Austin,TX,78701
+EMP-1340,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-05,Active,,,,48836.00,Full-Time,Day,Austin,TX,78701
+EMP-1341,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-07,Active,,,,37891.00,Full-Time,Day,Austin,TX,78701
+EMP-1343,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Baltimore HQ,2026-05-08,Active,,,EMP-1254,80810.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1342,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-08,Active,,,,45999.00,Full-Time,Day,Austin,TX,78701
+EMP-1345,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Baltimore HQ,2026-05-09,Active,,,EMP-1125,112313.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1344,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-09,Active,,,,52348.00,Full-Time,Day,Austin,TX,78701
+EMP-1346,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-11,Active,,,,39597.00,Full-Time,Day,Austin,TX,78701
+EMP-1347,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Austin Hub,2026-05-12,Active,,,,39485.00,Full-Time,Day,Austin,TX,78701
+EMP-1349,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-13,Active,,,EMP-1006,105635.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1348,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-13,Active,,,,53198.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1351,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-14,Active,,,EMP-1194,93693.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1350,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-14,Active,,,,47752.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1352,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-17,Active,,,,36135.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1354,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-18,Active,,,EMP-1006,100466.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1353,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-18,Active,,,,54442.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1356,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-19,Active,,,EMP-1194,94164.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1355,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-19,Active,,,,49172.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1357,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-20,Active,,,,51848.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1358,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-21,Active,,,,52352.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1360,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-23,Active,,,EMP-1125,98566.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1359,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-23,Active,,,,52403.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1361,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-24,Active,,,,37463.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1362,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-25,Active,,,,35423.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1363,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-29,Active,,,,37297.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1365,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-05-31,Active,,,EMP-1006,84863.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1364,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-05-31,Active,,,,38797.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1367,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-06-02,Active,,,EMP-1194,116921.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1366,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-02,Active,,,,40689.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1368,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-04,Active,,,,48020.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1369,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-05,Active,,,,50384.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1370,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-08,Active,,,,54764.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1372,Benjamin,Lane,benjamin.lane@acmecorp.com,Engineering,Software Engineer,Atlanta DC,2026-06-10,Active,,,EMP-1284,86162.00,Full-Time,Day,Atlanta,GA,30301
+EMP-1371,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-10,Active,,,,50962.00,Full-Time,Swing,Baltimore,MD,21202
+EMP-1373,Emma,Thomas,emma.thomas@acmecorp.com,Warehouse & Logistics,Forklift Operator,Baltimore HQ,2026-06-11,Active,,,,44630.00,Full-Time,Swing,Baltimore,MD,21202
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Employee Dashboard.pbix b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Employee Dashboard.pbix
new file mode 100644
index 00000000..2e21104b
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Employee Dashboard.pbix differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Retail Analysis Sample PBIX.pbix b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Retail Analysis Sample PBIX.pbix
new file mode 100644
index 00000000..691f1ac8
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/Retail Analysis Sample PBIX.pbix differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/SAFETY_INCIDENTS.csv b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/SAFETY_INCIDENTS.csv
new file mode 100644
index 00000000..eee39a5f
--- /dev/null
+++ b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/SAFETY_INCIDENTS.csv
@@ -0,0 +1,297 @@
+INCIDENT_ID,EMPLOYEE_ID,DATE,LOCATION,DEPARTMENT,INCIDENT_TYPE,SEVERITY,DESCRIPTION,OVERTIME_ON_DAY,HOURS_WORKED_BEFORE_INCIDENT
+INC-0293,EMP-1186,2026-06-09,Atlanta DC,Warehouse & Logistics,Repetitive Strain,Low,Incident at Atlanta DC involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0294,EMP-1265,2026-06-09,Denver Office,Customer Service,Equipment Malfunction,High,Incident at Denver Office involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0291,EMP-1349,2026-06-08,Atlanta DC,Engineering,Repetitive Strain,Low,Incident at Atlanta DC involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0292,EMP-1343,2026-06-08,Baltimore HQ,Engineering,Equipment Malfunction,High,Incident at Baltimore HQ involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0287,EMP-1346,2026-06-01,Austin Hub,Warehouse & Logistics,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0288,EMP-1031,2026-06-01,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,High,Incident at Chicago Plant involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0285,EMP-1049,2026-05-30,Chicago Plant,Warehouse & Logistics,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0286,EMP-1247,2026-05-30,Austin Hub,Customer Service,Equipment Malfunction,High,Incident at Austin Hub involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0281,EMP-1057,2026-05-26,Atlanta DC,Customer Service,Near Miss,Low,Incident at Atlanta DC involving Near Miss - Low severity,FALSE,4.4
+INC-0282,EMP-1352,2026-05-26,Baltimore HQ,Warehouse & Logistics,Fatigue-Related Error,High,Incident at Baltimore HQ involving Fatigue-Related Error - High severity,FALSE,7.7
+INC-0279,EMP-1179,2026-05-25,Denver Office,Warehouse & Logistics,Repetitive Strain,Low,Incident at Denver Office involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0280,EMP-1101,2026-05-25,Baltimore HQ,Customer Service,Equipment Malfunction,High,Incident at Baltimore HQ involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0277,EMP-1324,2026-05-23,Austin Hub,Customer Service,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0278,EMP-1129,2026-05-23,Atlanta DC,Engineering,Equipment Malfunction,High,Incident at Atlanta DC involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0274,EMP-1222,2026-05-18,Austin Hub,Warehouse & Logistics,Fatigue-Related Error,Medium,Incident at Austin Hub involving Fatigue-Related Error - Medium severity,FALSE,7.7
+INC-0271,EMP-1034,2026-05-16,Chicago Plant,Warehouse & Logistics,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0269,EMP-1320,2026-05-15,Baltimore HQ,Engineering,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0268,EMP-1236,2026-05-12,Atlanta DC,Engineering,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0265,EMP-1246,2026-05-12,Atlanta DC,Warehouse & Logistics,Repetitive Strain,Low,Incident at Atlanta DC involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0263,EMP-1142,2026-05-08,Atlanta DC,Engineering,Repetitive Strain,Low,Incident at Atlanta DC involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0261,EMP-1254,2026-05-07,Chicago Plant,Engineering,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0259,EMP-1294,2026-05-06,Chicago Plant,Warehouse & Logistics,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0243,EMP-1271,2026-04-24,Atlanta DC,Customer Service,Ergonomic Strain,High,Incident at Atlanta DC involving Ergonomic Strain - High severity,FALSE,7.7
+INC-0241,EMP-1069,2026-04-21,Atlanta DC,Customer Service,Equipment Malfunction,High,Incident at Atlanta DC involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0236,EMP-1304,2026-04-16,Denver Office,Sales,Ergonomic Strain,Low,Incident at Denver Office involving Ergonomic Strain - Low severity,FALSE,4.4
+INC-0225,EMP-1172,2025-12-25,Austin Hub,Sales,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,2.2
+INC-0226,EMP-1149,2025-12-28,Chicago Plant,Customer Service,Caught Between Objects,Low,Incident at Chicago Plant involving Caught Between Objects - Low severity,TRUE,8.0
+INC-0227,EMP-1124,2025-12-29,Baltimore HQ,Customer Service,Near Miss,Low,Incident at Baltimore HQ involving Near Miss - Low severity,FALSE,3.4
+INC-0228,EMP-1100,2025-12-31,Denver Office,Sales,Fatigue-Related Error,Medium,Incident at Denver Office involving Fatigue-Related Error - Medium severity,FALSE,4.6
+INC-0229,EMP-1153,2025-12-31,Baltimore HQ,Customer Service,Fatigue-Related Error,Low,Incident at Baltimore HQ involving Fatigue-Related Error - Low severity,TRUE,4.7
+INC-0230,EMP-1217,2025-12-31,Austin Hub,Customer Service,Near Miss,Medium,Incident at Austin Hub involving Near Miss - Medium severity,FALSE,8.8
+INC-0231,EMP-1190,2026-01-04,Denver Office,Human Resources,Fatigue-Related Error,Medium,Incident at Denver Office involving Fatigue-Related Error - Medium severity,FALSE,9.2
+INC-0232,EMP-1239,2026-01-04,Chicago Plant,Sales,Near Miss - Forklift,Low,Incident at Chicago Plant involving Near Miss - Forklift - Low severity,TRUE,6.1
+INC-0233,EMP-1108,2026-01-06,Atlanta DC,Warehouse & Logistics,Ergonomic Strain,Critical,Incident at Atlanta DC involving Ergonomic Strain - Critical severity,TRUE,1.3
+INC-0216,EMP-1146,2025-12-16,Denver Office,Sales,Repetitive Strain,Medium,Incident at Denver Office involving Repetitive Strain - Medium severity,TRUE,1.9
+INC-0217,EMP-1219,2025-12-16,Chicago Plant,Finance,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,5.2
+INC-0218,EMP-1230,2025-12-19,Denver Office,Engineering,Minor Cut/Bruise,Medium,Incident at Denver Office involving Minor Cut/Bruise - Medium severity,FALSE,5.1
+INC-0219,EMP-1202,2025-12-22,Austin Hub,Human Resources,Near Miss - Forklift,Medium,Incident at Austin Hub involving Near Miss - Forklift - Medium severity,TRUE,7.4
+INC-0220,EMP-1232,2025-12-24,Austin Hub,Human Resources,Fatigue-Related Error,Low,Incident at Austin Hub involving Fatigue-Related Error - Low severity,TRUE,2.5
+INC-0221,EMP-1256,2025-12-24,Atlanta DC,Human Resources,Ergonomic Strain,Low,Incident at Atlanta DC involving Ergonomic Strain - Low severity,FALSE,7.8
+INC-0222,EMP-1020,2025-12-25,Austin Hub,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Austin Hub involving Ergonomic Strain - Low severity,FALSE,1.9
+INC-0223,EMP-1024,2025-12-25,Austin Hub,Engineering,Caught Between Objects,Medium,Incident at Austin Hub involving Caught Between Objects - Medium severity,FALSE,9.2
+INC-0224,EMP-1113,2025-12-25,Atlanta DC,Customer Service,Fatigue-Related Error,Low,Incident at Atlanta DC involving Fatigue-Related Error - Low severity,TRUE,5.9
+INC-0173,EMP-1126,2025-10-19,Baltimore HQ,Sales,Near Miss - Forklift,Low,Incident at Baltimore HQ involving Near Miss - Forklift - Low severity,FALSE,6.5
+INC-0174,EMP-1061,2025-10-20,Atlanta DC,Customer Service,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,FALSE,5.1
+INC-0175,EMP-1239,2025-10-20,Chicago Plant,Sales,Ergonomic Strain,Medium,Incident at Chicago Plant involving Ergonomic Strain - Medium severity,FALSE,3.0
+INC-0176,EMP-1172,2025-10-22,Austin Hub,Sales,Caught Between Objects,Low,Incident at Austin Hub involving Caught Between Objects - Low severity,FALSE,9.2
+INC-0177,EMP-1171,2025-10-23,Atlanta DC,Warehouse & Logistics,Heavy Lifting Injury,Critical,Incident at Atlanta DC involving Heavy Lifting Injury - Critical severity,TRUE,1.1
+INC-0178,EMP-1101,2025-10-26,Baltimore HQ,Customer Service,Forklift Collision,Medium,Incident at Baltimore HQ involving Forklift Collision - Medium severity,FALSE,4.2
+INC-0179,EMP-1019,2025-10-28,Austin Hub,Human Resources,Near Miss,Medium,Incident at Austin Hub involving Near Miss - Medium severity,TRUE,9.2
+INC-0180,EMP-1259,2025-10-28,Chicago Plant,Customer Service,Repetitive Strain,High,Incident at Chicago Plant involving Repetitive Strain - High severity,TRUE,4.3
+INC-0181,EMP-1035,2025-10-29,Chicago Plant,Warehouse & Logistics,Heavy Lifting Injury,High,Incident at Chicago Plant involving Heavy Lifting Injury - High severity,FALSE,7.4
+INC-0182,EMP-1008,2025-11-01,Baltimore HQ,Warehouse & Logistics,Near Miss,Low,Incident at Baltimore HQ involving Near Miss - Low severity,TRUE,4.4
+INC-0183,EMP-1037,2025-11-04,Chicago Plant,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Chicago Plant involving Ergonomic Strain - Low severity,TRUE,4.4
+INC-0184,EMP-1109,2025-11-04,Atlanta DC,Human Resources,Ergonomic Strain,Low,Incident at Atlanta DC involving Ergonomic Strain - Low severity,FALSE,7.9
+INC-0185,EMP-1230,2025-11-04,Denver Office,Engineering,Forklift Collision,Low,Incident at Denver Office involving Forklift Collision - Low severity,FALSE,3.1
+INC-0186,EMP-1015,2025-11-05,Austin Hub,Sales,Ergonomic Strain,Medium,Incident at Austin Hub involving Ergonomic Strain - Medium severity,TRUE,4.1
+INC-0187,EMP-1027,2025-11-05,Austin Hub,Engineering,Forklift Collision,Low,Incident at Austin Hub involving Forklift Collision - Low severity,TRUE,1.4
+INC-0188,EMP-1056,2025-11-06,Atlanta DC,Customer Service,Caught Between Objects,Medium,Incident at Atlanta DC involving Caught Between Objects - Medium severity,FALSE,1.2
+INC-0189,EMP-1247,2025-11-11,Austin Hub,Customer Service,Heavy Lifting Injury,Low,Incident at Austin Hub involving Heavy Lifting Injury - Low severity,FALSE,5.9
+INC-0190,EMP-1255,2025-11-13,Denver Office,Finance,Forklift Collision,Low,Incident at Denver Office involving Forklift Collision - Low severity,FALSE,2.2
+INC-0191,EMP-1031,2025-11-16,Chicago Plant,Warehouse & Logistics,Caught Between Objects,Low,Incident at Chicago Plant involving Caught Between Objects - Low severity,TRUE,2.4
+INC-0192,EMP-1115,2025-11-18,Baltimore HQ,Warehouse & Logistics,Slip/Fall,Low,Incident at Baltimore HQ involving Slip/Fall - Low severity,FALSE,8.7
+INC-0193,EMP-1023,2025-11-19,Austin Hub,Engineering,Forklift Collision,Low,Incident at Austin Hub involving Forklift Collision - Low severity,FALSE,6.1
+INC-0194,EMP-1029,2025-11-19,Austin Hub,Human Resources,Heavy Lifting Injury,High,Incident at Austin Hub involving Heavy Lifting Injury - High severity,TRUE,6.3
+INC-0195,EMP-1196,2025-11-21,Atlanta DC,Human Resources,Heavy Lifting Injury,Low,Incident at Atlanta DC involving Heavy Lifting Injury - Low severity,TRUE,4.3
+INC-0196,EMP-1148,2025-11-24,Baltimore HQ,Human Resources,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,7.9
+INC-0197,EMP-1126,2025-11-26,Baltimore HQ,Sales,Fatigue-Related Error,Low,Incident at Baltimore HQ involving Fatigue-Related Error - Low severity,TRUE,9.8
+INC-0198,EMP-1163,2025-11-26,Denver Office,Sales,Forklift Collision,Low,Incident at Denver Office involving Forklift Collision - Low severity,FALSE,9.7
+INC-0207,EMP-1052,2025-12-07,Baltimore HQ,Human Resources,Heavy Lifting Injury,High,Incident at Baltimore HQ involving Heavy Lifting Injury - High severity,FALSE,5.8
+INC-0208,EMP-1042,2025-12-08,Chicago Plant,Warehouse & Logistics,Ergonomic Strain,Medium,Incident at Chicago Plant involving Ergonomic Strain - Medium severity,FALSE,2.9
+INC-0209,EMP-1036,2025-12-11,Chicago Plant,Warehouse & Logistics,Near Miss - Forklift,Low,Incident at Chicago Plant involving Near Miss - Forklift - Low severity,FALSE,5.8
+INC-0210,EMP-1104,2025-12-11,Austin Hub,Engineering,Equipment Malfunction,Low,Incident at Austin Hub involving Equipment Malfunction - Low severity,FALSE,8.8
+INC-0211,EMP-1274,2025-12-11,Chicago Plant,Human Resources,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,2.6
+INC-0212,EMP-1227,2025-12-12,Austin Hub,Sales,Slip/Fall,Low,Incident at Austin Hub involving Slip/Fall - Low severity,TRUE,9.8
+INC-0213,EMP-1153,2025-12-13,Baltimore HQ,Customer Service,Caught Between Objects,High,Incident at Baltimore HQ involving Caught Between Objects - High severity,TRUE,5.5
+INC-0214,EMP-1187,2025-12-13,Austin Hub,Customer Service,Repetitive Strain,Medium,Incident at Austin Hub involving Repetitive Strain - Medium severity,FALSE,4.4
+INC-0215,EMP-1089,2025-12-16,Denver Office,Finance,Caught Between Objects,Medium,Incident at Denver Office involving Caught Between Objects - Medium severity,FALSE,1.4
+INC-0091,EMP-1256,2025-12-25,Atlanta DC,Human Resources,Heavy Lifting Injury,High,Incident at Atlanta DC - High severity - Human Resources,FALSE,9.0
+INC-0092,EMP-1046,2025-12-28,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Medium,Incident at Chicago Plant - Medium severity - Warehouse & Logistics,FALSE,7.0
+INC-0093,EMP-1272,2025-12-30,Austin Hub,Engineering,Minor Cut/Bruise,Low,Incident at Austin Hub - Low severity - Engineering,FALSE,5.6
+INC-0094,EMP-1137,2026-01-03,Denver Office,Warehouse & Logistics,Repetitive Strain,Medium,Incident at Denver Office - Medium severity - Warehouse & Logistics,FALSE,5.7
+INC-0089,EMP-1239,2025-12-17,Chicago Plant,Sales,Ergonomic Strain,High,Incident at Chicago Plant - High severity - Sales,FALSE,6.1
+INC-0090,EMP-1086,2025-12-20,Austin Hub,Human Resources,Heavy Lifting Injury,Medium,Incident at Austin Hub - Medium severity - Human Resources,FALSE,6.6
+INC-0073,EMP-1287,2025-10-25,Austin Hub,Sales,Equipment Malfunction,Low,Incident at Austin Hub - Low severity - Sales,TRUE,3.4
+INC-0074,EMP-1002,2025-10-28,Baltimore HQ,Human Resources,Fatigue-Related Error,High,Incident at Baltimore HQ - High severity - Human Resources,FALSE,9.5
+INC-0075,EMP-1240,2025-10-28,Denver Office,Warehouse & Logistics,Near Miss,Medium,Incident at Denver Office - Medium severity - Warehouse & Logistics,TRUE,7.0
+INC-0079,EMP-1038,2025-11-15,Chicago Plant,Warehouse & Logistics,Near Miss,Low,Incident at Chicago Plant - Low severity - Warehouse & Logistics,TRUE,5.7
+INC-0080,EMP-1245,2025-11-19,Denver Office,Sales,Heavy Lifting Injury,Low,Incident at Denver Office - Low severity - Sales,TRUE,9.7
+INC-0081,EMP-1139,2025-11-21,Baltimore HQ,Finance,Heavy Lifting Injury,Medium,Incident at Baltimore HQ - Medium severity - Finance,FALSE,8.7
+INC-0082,EMP-1232,2025-11-26,Austin Hub,Human Resources,Caught Between Objects,Low,Incident at Austin Hub - Low severity - Human Resources,FALSE,5.7
+INC-0076,EMP-1289,2025-11-06,Chicago Plant,Customer Service,Ergonomic Strain,Low,Incident at Chicago Plant - Low severity - Customer Service,TRUE,5.8
+INC-0077,EMP-1154,2025-11-07,Chicago Plant,Customer Service,Equipment Malfunction,Medium,Incident at Chicago Plant - Medium severity - Customer Service,TRUE,8.9
+INC-0078,EMP-1208,2025-11-11,Baltimore HQ,Human Resources,Equipment Malfunction,Medium,Incident at Baltimore HQ - Medium severity - Human Resources,FALSE,6.9
+INC-0083,EMP-1118,2025-11-29,Austin Hub,Sales,Repetitive Strain,High,Incident at Austin Hub - High severity - Sales,TRUE,3.5
+INC-0084,EMP-1183,2025-12-07,Baltimore HQ,Finance,Fatigue-Related Error,Low,Incident at Baltimore HQ - Low severity - Finance,FALSE,5.4
+INC-0085,EMP-1268,2025-12-07,Baltimore HQ,Human Resources,Ergonomic Strain,Low,Incident at Baltimore HQ - Low severity - Human Resources,FALSE,3.2
+INC-0086,EMP-1019,2025-12-08,Austin Hub,Human Resources,Caught Between Objects,Low,Incident at Austin Hub - Low severity - Human Resources,FALSE,3.0
+INC-0087,EMP-1087,2025-12-11,Denver Office,Finance,Repetitive Strain,High,Incident at Denver Office - High severity - Finance,TRUE,1.9
+INC-0088,EMP-1089,2025-12-12,Denver Office,Finance,Heavy Lifting Injury,Low,Incident at Denver Office - Low severity - Finance,FALSE,9.8
+INC-0069,EMP-1152,2025-10-10,Denver Office,Engineering,Repetitive Strain,Low,Incident at Denver Office - Low severity - Engineering,TRUE,9.6
+INC-0070,EMP-1213,2025-10-19,Baltimore HQ,Finance,Near Miss,Low,Incident at Baltimore HQ - Low severity - Finance,FALSE,7.1
+INC-0071,EMP-1055,2025-10-20,Austin Hub,Sales,Repetitive Strain,Medium,Incident at Austin Hub - Medium severity - Sales,FALSE,9.1
+INC-0072,EMP-1053,2025-10-25,Chicago Plant,Sales,Equipment Malfunction,Medium,Incident at Chicago Plant - Medium severity - Sales,FALSE,7.7
+INC-0199,EMP-1295,2025-11-27,Denver Office,Customer Service,Equipment Malfunction,High,Incident at Denver Office involving Equipment Malfunction - High severity,FALSE,6.9
+INC-0200,EMP-1249,2025-11-29,Chicago Plant,Finance,Equipment Malfunction,Medium,Incident at Chicago Plant involving Equipment Malfunction - Medium severity,FALSE,6.4
+INC-0201,EMP-1042,2025-12-01,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,FALSE,3.8
+INC-0202,EMP-1056,2025-12-03,Atlanta DC,Customer Service,Caught Between Objects,High,Incident at Atlanta DC involving Caught Between Objects - High severity,FALSE,6.8
+INC-0203,EMP-1082,2025-12-04,Denver Office,Warehouse & Logistics,Repetitive Strain,Low,Incident at Denver Office involving Repetitive Strain - Low severity,FALSE,4.5
+INC-0204,EMP-1024,2025-12-06,Austin Hub,Engineering,Minor Cut/Bruise,Medium,Incident at Austin Hub involving Minor Cut/Bruise - Medium severity,FALSE,2.3
+INC-0205,EMP-1206,2025-12-06,Atlanta DC,Engineering,Near Miss - Forklift,Medium,Incident at Atlanta DC involving Near Miss - Forklift - Medium severity,FALSE,4.9
+INC-0206,EMP-1207,2025-12-06,Austin Hub,Finance,Caught Between Objects,High,Incident at Austin Hub involving Caught Between Objects - High severity,TRUE,7.4
+INC-0164,EMP-1144,2025-10-05,Denver Office,Warehouse & Logistics,Caught Between Objects,High,Incident at Denver Office involving Caught Between Objects - High severity,TRUE,6.0
+INC-0165,EMP-1188,2025-10-05,Baltimore HQ,Engineering,Caught Between Objects,Low,Incident at Baltimore HQ involving Caught Between Objects - Low severity,FALSE,1.2
+INC-0166,EMP-1094,2025-10-11,Denver Office,Engineering,Fatigue-Related Error,Low,Incident at Denver Office involving Fatigue-Related Error - Low severity,FALSE,6.0
+INC-0167,EMP-1161,2025-10-14,Baltimore HQ,Finance,Equipment Malfunction,High,Incident at Baltimore HQ involving Equipment Malfunction - High severity,FALSE,5.2
+INC-0168,EMP-1116,2025-10-15,Austin Hub,Human Resources,Near Miss,Low,Incident at Austin Hub involving Near Miss - Low severity,TRUE,8.9
+INC-0169,EMP-1063,2025-10-16,Atlanta DC,Customer Service,Near Miss,Critical,Incident at Atlanta DC involving Near Miss - Critical severity,FALSE,2.2
+INC-0170,EMP-1086,2025-10-16,Austin Hub,Human Resources,Ergonomic Strain,Low,Incident at Austin Hub involving Ergonomic Strain - Low severity,TRUE,3.6
+INC-0171,EMP-1094,2025-10-16,Denver Office,Engineering,Fatigue-Related Error,High,Incident at Denver Office involving Fatigue-Related Error - High severity,FALSE,5.8
+INC-0172,EMP-1261,2025-10-16,Atlanta DC,Finance,Slip/Fall,Low,Incident at Atlanta DC involving Slip/Fall - Low severity,FALSE,2.0
+INC-0234,EMP-1180,2026-04-16,Austin Hub,Finance,Near Miss,Low,Incident at Austin Hub involving Near Miss - Low severity,FALSE,4.4
+INC-0095,EMP-1092,2025-07-02,Atlanta DC,Engineering,Caught Between Objects,Low,Incident at Atlanta DC involving Caught Between Objects - Low severity,FALSE,9.4
+INC-0096,EMP-1250,2025-07-02,Denver Office,Human Resources,Caught Between Objects,Low,Incident at Denver Office involving Caught Between Objects - Low severity,FALSE,8.5
+INC-0097,EMP-1286,2025-07-02,Atlanta DC,Human Resources,Fatigue-Related Error,Medium,Incident at Atlanta DC involving Fatigue-Related Error - Medium severity,FALSE,6.3
+INC-0098,EMP-1274,2025-07-04,Chicago Plant,Human Resources,Minor Cut/Bruise,Low,Incident at Chicago Plant involving Minor Cut/Bruise - Low severity,FALSE,7.1
+INC-0099,EMP-1280,2025-07-04,Denver Office,Human Resources,Equipment Malfunction,Low,Incident at Denver Office involving Equipment Malfunction - Low severity,FALSE,3.3
+INC-0100,EMP-1028,2025-07-05,Austin Hub,Engineering,Equipment Malfunction,Low,Incident at Austin Hub involving Equipment Malfunction - Low severity,FALSE,3.0
+INC-0101,EMP-1251,2025-07-09,Atlanta DC,Sales,Heavy Lifting Injury,Low,Incident at Atlanta DC involving Heavy Lifting Injury - Low severity,TRUE,2.9
+INC-0102,EMP-1069,2025-07-10,Atlanta DC,Customer Service,Forklift Collision,Medium,Incident at Atlanta DC involving Forklift Collision - Medium severity,TRUE,8.1
+INC-0112,EMP-1296,2025-07-26,Atlanta DC,Engineering,Minor Cut/Bruise,Medium,Incident at Atlanta DC involving Minor Cut/Bruise - Medium severity,FALSE,5.5
+INC-0113,EMP-1161,2025-07-28,Baltimore HQ,Finance,Repetitive Strain,High,Incident at Baltimore HQ involving Repetitive Strain - High severity,FALSE,3.9
+INC-0114,EMP-1230,2025-07-28,Denver Office,Engineering,Ergonomic Strain,High,Incident at Denver Office involving Ergonomic Strain - High severity,FALSE,4.0
+INC-0115,EMP-1180,2025-07-30,Austin Hub,Finance,Repetitive Strain,Critical,Incident at Austin Hub involving Repetitive Strain - Critical severity,TRUE,7.0
+INC-0116,EMP-1160,2025-07-31,Chicago Plant,Customer Service,Repetitive Strain,Low,Incident at Chicago Plant involving Repetitive Strain - Low severity,FALSE,7.7
+INC-0117,EMP-1169,2025-08-01,Denver Office,Customer Service,Repetitive Strain,Medium,Incident at Denver Office involving Repetitive Strain - Medium severity,FALSE,4.8
+INC-0118,EMP-1174,2025-08-06,Denver Office,Human Resources,Repetitive Strain,Low,Incident at Denver Office involving Repetitive Strain - Low severity,FALSE,8.6
+INC-0119,EMP-1041,2025-08-11,Chicago Plant,Warehouse & Logistics,Caught Between Objects,Low,Incident at Chicago Plant involving Caught Between Objects - Low severity,TRUE,7.9
+INC-0120,EMP-1259,2025-08-11,Chicago Plant,Customer Service,Caught Between Objects,Low,Incident at Chicago Plant involving Caught Between Objects - Low severity,FALSE,1.6
+INC-0056,EMP-1004,2025-08-08,Atlanta DC,Engineering,Equipment Malfunction,Low,Incident at Atlanta DC - Low severity - Engineering,FALSE,7.6
+INC-0057,EMP-1224,2025-08-10,Chicago Plant,Engineering,Repetitive Strain,Medium,Incident at Chicago Plant - Medium severity - Engineering,FALSE,5.6
+INC-0058,EMP-1015,2025-08-15,Austin Hub,Sales,Near Miss - Forklift,Low,Incident at Austin Hub - Low severity - Sales,TRUE,9.7
+INC-0059,EMP-1038,2025-08-24,Chicago Plant,Warehouse & Logistics,Near Miss - Forklift,Low,Incident at Chicago Plant - Low severity - Warehouse & Logistics,TRUE,7.6
+INC-0060,EMP-1181,2025-08-28,Atlanta DC,Customer Service,Near Miss - Forklift,Low,Incident at Atlanta DC - Low severity - Customer Service,TRUE,4.4
+INC-0061,EMP-1295,2025-08-30,Denver Office,Customer Service,Ergonomic Strain,Low,Incident at Denver Office - Low severity - Customer Service,FALSE,8.5
+INC-0062,EMP-1172,2025-09-09,Austin Hub,Sales,Heavy Lifting Injury,Low,Incident at Austin Hub - Low severity - Sales,TRUE,7.5
+INC-0047,EMP-1017,2025-07-16,Atlanta DC,Sales,Repetitive Strain,Low,Incident at Atlanta DC - Low severity - Sales,FALSE,1.0
+INC-0048,EMP-1153,2025-07-17,Baltimore HQ,Customer Service,Ergonomic Strain,Low,Incident at Baltimore HQ - Low severity - Customer Service,FALSE,1.2
+INC-0049,EMP-1192,2025-07-17,Austin Hub,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Austin Hub - Low severity - Warehouse & Logistics,TRUE,6.2
+INC-0044,EMP-1179,2025-07-07,Denver Office,Warehouse & Logistics,Forklift Collision,Low,Incident at Denver Office - Low severity - Warehouse & Logistics,FALSE,2.0
+INC-0045,EMP-1249,2025-07-11,Chicago Plant,Finance,Forklift Collision,Medium,Incident at Chicago Plant - Medium severity - Finance,FALSE,7.9
+INC-0046,EMP-1164,2025-07-14,Denver Office,Sales,Slip/Fall,Low,Incident at Denver Office - Low severity - Sales,TRUE,7.9
+INC-0063,EMP-1250,2025-09-09,Denver Office,Human Resources,Repetitive Strain,Medium,Incident at Denver Office - Medium severity - Human Resources,FALSE,7.5
+INC-0064,EMP-1257,2025-09-15,Austin Hub,Sales,Slip/Fall,Low,Incident at Austin Hub - Low severity - Sales,TRUE,3.8
+INC-0065,EMP-1007,2025-09-18,Austin Hub,Customer Service,Fatigue-Related Error,Medium,Incident at Austin Hub - Medium severity - Customer Service,FALSE,3.4
+INC-0050,EMP-1023,2025-07-18,Austin Hub,Engineering,Caught Between Objects,Low,Incident at Austin Hub - Low severity - Engineering,FALSE,7.1
+INC-0051,EMP-1240,2025-07-18,Denver Office,Warehouse & Logistics,Forklift Collision,Low,Incident at Denver Office - Low severity - Warehouse & Logistics,FALSE,9.3
+INC-0052,EMP-1126,2025-07-25,Baltimore HQ,Sales,Fatigue-Related Error,Medium,Incident at Baltimore HQ - Medium severity - Sales,FALSE,8.3
+INC-0053,EMP-1133,2025-07-26,Baltimore HQ,Sales,Caught Between Objects,Medium,Incident at Baltimore HQ - Medium severity - Sales,FALSE,8.1
+INC-0054,EMP-1031,2025-08-04,Chicago Plant,Warehouse & Logistics,Heavy Lifting Injury,Low,Incident at Chicago Plant - Low severity - Warehouse & Logistics,FALSE,5.0
+INC-0055,EMP-1098,2025-08-04,Atlanta DC,Sales,Forklift Collision,Low,Incident at Atlanta DC - Low severity - Sales,TRUE,6.0
+INC-0001,EMP-1019,2025-07-11,Austin Hub,Human Resources,Slip/Fall,Low,Incident at Austin Hub - Low severity,FALSE,6.7
+INC-0002,EMP-1054,2025-07-16,Baltimore HQ,Human Resources,Near Miss,Low,Incident at Baltimore HQ - Low severity,FALSE,2.6
+INC-0003,EMP-1054,2025-07-19,Baltimore HQ,Human Resources,Near Miss,Low,Incident at Baltimore HQ - Low severity,FALSE,3.9
+INC-0004,EMP-1020,2025-07-28,Austin Hub,Warehouse & Logistics,Near Miss,Low,Incident at Austin Hub - Low severity,FALSE,4.2
+INC-0005,EMP-1118,2025-07-29,Austin Hub,Sales,Equipment Malfunction,Low,Incident at Austin Hub - Low severity,FALSE,6.2
+INC-0006,EMP-1178,2025-08-01,Baltimore HQ,Customer Service,Ergonomic Strain,Low,Incident at Baltimore HQ - Low severity,FALSE,3.1
+INC-0007,EMP-1119,2025-08-15,Chicago Plant,Sales,Ergonomic Strain,Low,Incident at Chicago Plant - Low severity,FALSE,4.4
+INC-0008,EMP-1004,2025-08-19,Atlanta DC,Engineering,Slip/Fall,Medium,Incident at Atlanta DC - Medium severity,FALSE,5.2
+INC-0009,EMP-1094,2025-09-07,Denver Office,Engineering,Ergonomic Strain,Low,Incident at Denver Office - Low severity,FALSE,2.8
+INC-0010,EMP-1014,2025-09-15,Denver Office,Human Resources,Ergonomic Strain,Medium,Incident at Denver Office - Medium severity,FALSE,2.1
+INC-0011,EMP-1103,2025-10-03,Baltimore HQ,Finance,Minor Cut/Bruise,Low,Incident at Baltimore HQ - Low severity,FALSE,2.5
+INC-0012,EMP-1038,2025-10-08,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Chicago Plant - Low severity,FALSE,3.8
+INC-0013,EMP-1134,2025-10-21,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Medium,Incident at Chicago Plant - Medium severity,FALSE,6.9
+INC-0014,EMP-1109,2025-10-24,Atlanta DC,Human Resources,Minor Cut/Bruise,High,Incident at Atlanta DC - High severity,FALSE,3.7
+INC-0015,EMP-1156,2025-11-03,Baltimore HQ,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Baltimore HQ - Low severity,FALSE,6.7
+INC-0016,EMP-1159,2025-11-13,Austin Hub,Customer Service,Minor Cut/Bruise,Low,Incident at Austin Hub - Low severity,FALSE,3.3
+INC-0017,EMP-1012,2025-11-25,Atlanta DC,Customer Service,Ergonomic Strain,Low,Incident at Atlanta DC - Low severity,FALSE,3.1
+INC-0018,EMP-1029,2025-11-27,Austin Hub,Human Resources,Minor Cut/Bruise,Low,Incident at Austin Hub - Low severity,FALSE,6.6
+INC-0019,EMP-1121,2025-11-29,Chicago Plant,Finance,Near Miss,Medium,Incident at Chicago Plant - Medium severity,FALSE,6.9
+INC-0020,EMP-1169,2025-11-30,Denver Office,Customer Service,Near Miss,Low,Incident at Denver Office - Low severity,FALSE,6.6
+INC-0021,EMP-1132,2025-12-18,Austin Hub,Finance,Equipment Malfunction,Low,Incident at Austin Hub - Low severity,FALSE,4.2
+INC-0022,EMP-1082,2025-12-23,Denver Office,Warehouse & Logistics,Minor Cut/Bruise,Low,Incident at Denver Office - Low severity,FALSE,2.1
+INC-0023,EMP-1031,2026-01-13,Chicago Plant,Warehouse & Logistics,Repetitive Strain,High,Repetitive Strain at Chicago Plant after 9.6 hours on shift,TRUE,9.6
+INC-0024,EMP-1038,2026-01-16,Chicago Plant,Warehouse & Logistics,Repetitive Strain,High,Repetitive Strain at Chicago Plant after 11.8 hours on shift,TRUE,11.8
+INC-0025,EMP-1134,2026-01-19,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Medium,Equipment Malfunction at Chicago Plant after 11.1 hours on shift,TRUE,11.1
+INC-0026,EMP-1051,2026-01-22,Chicago Plant,Warehouse & Logistics,Near Miss - Forklift,Low,Near Miss - Forklift at Chicago Plant after 8.9 hours on shift,TRUE,8.9
+INC-0027,EMP-1151,2026-01-28,Denver Office,Engineering,Near Miss,Low,Incident at Denver Office - Low severity,FALSE,2.8
+INC-0028,EMP-1047,2026-01-29,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Low,Equipment Malfunction at Chicago Plant after 9.1 hours on shift,TRUE,9.1
+INC-0029,EMP-1082,2026-02-01,Denver Office,Warehouse & Logistics,Ergonomic Strain,Medium,Incident at Denver Office - Medium severity,FALSE,3.9
+INC-0030,EMP-1044,2026-02-03,Chicago Plant,Warehouse & Logistics,Slip/Fall,High,Slip/Fall at Chicago Plant after 8.6 hours on shift,TRUE,8.6
+INC-0031,EMP-1134,2026-02-11,Chicago Plant,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Chicago Plant - Low severity,FALSE,2.6
+INC-0032,EMP-1044,2026-02-13,Chicago Plant,Warehouse & Logistics,Caught Between Objects,Medium,Caught Between Objects at Chicago Plant after 10.8 hours on shift,TRUE,10.8
+INC-0033,EMP-1034,2026-02-15,Chicago Plant,Warehouse & Logistics,Slip/Fall,Medium,Slip/Fall at Chicago Plant after 12.8 hours on shift,TRUE,12.8
+INC-0034,EMP-1044,2026-02-17,Chicago Plant,Warehouse & Logistics,Heavy Lifting Injury,High,Heavy Lifting Injury at Chicago Plant after 10.5 hours on shift,TRUE,10.5
+INC-0035,EMP-1177,2026-02-19,Baltimore HQ,Sales,Ergonomic Strain,Medium,Incident at Baltimore HQ - Medium severity,FALSE,4.5
+INC-0036,EMP-1034,2026-02-21,Chicago Plant,Warehouse & Logistics,Caught Between Objects,High,Caught Between Objects at Chicago Plant after 9.9 hours on shift,TRUE,9.9
+INC-0037,EMP-1046,2026-02-22,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Critical,Equipment Malfunction at Chicago Plant after 8.0 hours on shift,TRUE,8.0
+INC-0038,EMP-1031,2026-02-23,Chicago Plant,Warehouse & Logistics,Slip/Fall,High,Slip/Fall at Chicago Plant after 8.2 hours on shift,TRUE,8.2
+INC-0039,EMP-1040,2026-02-24,Chicago Plant,Warehouse & Logistics,Fatigue-Related Error,Medium,Fatigue-Related Error at Chicago Plant after 11.5 hours on shift,TRUE,11.5
+INC-0040,EMP-1040,2026-02-25,Chicago Plant,Warehouse & Logistics,Forklift Collision,High,Forklift Collision at Chicago Plant after 8.5 hours on shift,TRUE,8.5
+INC-0041,EMP-1033,2026-03-03,Chicago Plant,Warehouse & Logistics,Slip/Fall,Medium,Slip/Fall at Chicago Plant after 8.8 hours on shift,TRUE,8.8
+INC-0042,EMP-1042,2026-03-08,Chicago Plant,Warehouse & Logistics,Repetitive Strain,Low,Repetitive Strain at Chicago Plant after 11.3 hours on shift,TRUE,11.3
+INC-0043,EMP-1037,2026-03-13,Chicago Plant,Warehouse & Logistics,Caught Between Objects,High,Caught Between Objects at Chicago Plant after 10.9 hours on shift,TRUE,10.9
+INC-0066,EMP-1107,2025-09-19,Atlanta DC,Warehouse & Logistics,Minor Cut/Bruise,Medium,Incident at Atlanta DC - Medium severity - Warehouse & Logistics,TRUE,7.5
+INC-0067,EMP-1221,2025-09-24,Atlanta DC,Sales,Slip/Fall,Medium,Incident at Atlanta DC - Medium severity - Sales,FALSE,4.7
+INC-0068,EMP-1072,2025-10-01,Austin Hub,Human Resources,Near Miss - Forklift,Low,Incident at Austin Hub - Low severity - Human Resources,TRUE,5.0
+INC-0138,EMP-1296,2025-09-09,Atlanta DC,Engineering,Caught Between Objects,Low,Incident at Atlanta DC involving Caught Between Objects - Low severity,TRUE,3.7
+INC-0139,EMP-1269,2025-09-12,Chicago Plant,Sales,Fatigue-Related Error,Low,Incident at Chicago Plant involving Fatigue-Related Error - Low severity,FALSE,9.9
+INC-0140,EMP-1019,2025-09-13,Austin Hub,Human Resources,Fatigue-Related Error,Low,Incident at Austin Hub involving Fatigue-Related Error - Low severity,FALSE,2.3
+INC-0141,EMP-1208,2025-09-13,Baltimore HQ,Human Resources,Near Miss - Forklift,Medium,Incident at Baltimore HQ involving Near Miss - Forklift - Medium severity,FALSE,1.9
+INC-0142,EMP-1143,2025-09-14,Denver Office,Human Resources,Caught Between Objects,Medium,Incident at Denver Office involving Caught Between Objects - Medium severity,FALSE,7.0
+INC-0143,EMP-1262,2025-09-15,Austin Hub,Human Resources,Minor Cut/Bruise,Medium,Incident at Austin Hub involving Minor Cut/Bruise - Medium severity,TRUE,4.0
+INC-0144,EMP-1056,2025-09-17,Atlanta DC,Customer Service,Fatigue-Related Error,Low,Incident at Atlanta DC involving Fatigue-Related Error - Low severity,FALSE,8.6
+INC-0145,EMP-1121,2025-09-17,Chicago Plant,Finance,Ergonomic Strain,Low,Incident at Chicago Plant involving Ergonomic Strain - Low severity,FALSE,7.0
+INC-0146,EMP-1198,2025-09-18,Baltimore HQ,Warehouse & Logistics,Ergonomic Strain,High,Incident at Baltimore HQ involving Ergonomic Strain - High severity,TRUE,9.0
+INC-0129,EMP-1163,2025-08-25,Denver Office,Sales,Near Miss,Medium,Incident at Denver Office involving Near Miss - Medium severity,FALSE,7.0
+INC-0130,EMP-1031,2025-08-26,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,TRUE,6.2
+INC-0131,EMP-1098,2025-08-28,Atlanta DC,Sales,Ergonomic Strain,Low,Incident at Atlanta DC involving Ergonomic Strain - Low severity,TRUE,2.8
+INC-0132,EMP-1053,2025-08-29,Chicago Plant,Sales,Slip/Fall,Low,Incident at Chicago Plant involving Slip/Fall - Low severity,TRUE,2.5
+INC-0133,EMP-1049,2025-08-31,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,High,Incident at Chicago Plant involving Equipment Malfunction - High severity,FALSE,1.9
+INC-0134,EMP-1196,2025-08-31,Atlanta DC,Human Resources,Forklift Collision,Low,Incident at Atlanta DC involving Forklift Collision - Low severity,FALSE,9.6
+INC-0135,EMP-1197,2025-09-03,Austin Hub,Sales,Ergonomic Strain,High,Incident at Austin Hub involving Ergonomic Strain - High severity,FALSE,1.2
+INC-0136,EMP-1058,2025-09-04,Atlanta DC,Customer Service,Minor Cut/Bruise,Low,Incident at Atlanta DC involving Minor Cut/Bruise - Low severity,FALSE,4.9
+INC-0137,EMP-1272,2025-09-06,Austin Hub,Engineering,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,9.9
+INC-0103,EMP-1012,2025-07-12,Atlanta DC,Customer Service,Near Miss,Low,Incident at Atlanta DC involving Near Miss - Low severity,FALSE,4.7
+INC-0104,EMP-1244,2025-07-15,Chicago Plant,Human Resources,Near Miss - Forklift,Low,Incident at Chicago Plant involving Near Miss - Forklift - Low severity,FALSE,9.4
+INC-0105,EMP-1107,2025-07-17,Atlanta DC,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,TRUE,6.2
+INC-0106,EMP-1097,2025-07-18,Chicago Plant,Human Resources,Near Miss - Forklift,Low,Incident at Chicago Plant involving Near Miss - Forklift - Low severity,TRUE,7.0
+INC-0107,EMP-1137,2025-07-18,Denver Office,Warehouse & Logistics,Near Miss - Forklift,Low,Incident at Denver Office involving Near Miss - Forklift - Low severity,FALSE,9.9
+INC-0108,EMP-1173,2025-07-18,Atlanta DC,Sales,Heavy Lifting Injury,Low,Incident at Atlanta DC involving Heavy Lifting Injury - Low severity,TRUE,6.9
+INC-0109,EMP-1280,2025-07-22,Denver Office,Human Resources,Forklift Collision,Low,Incident at Denver Office involving Forklift Collision - Low severity,FALSE,7.0
+INC-0110,EMP-1067,2025-07-23,Atlanta DC,Customer Service,Heavy Lifting Injury,High,Incident at Atlanta DC involving Heavy Lifting Injury - High severity,FALSE,2.8
+INC-0111,EMP-1260,2025-07-25,Denver Office,Engineering,Ergonomic Strain,Medium,Incident at Denver Office involving Ergonomic Strain - Medium severity,FALSE,4.0
+INC-0147,EMP-1139,2025-09-20,Baltimore HQ,Finance,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,7.3
+INC-0148,EMP-1077,2025-09-21,Austin Hub,Engineering,Fatigue-Related Error,High,Incident at Austin Hub involving Fatigue-Related Error - High severity,TRUE,2.1
+INC-0149,EMP-1067,2025-09-23,Atlanta DC,Customer Service,Ergonomic Strain,High,Incident at Atlanta DC involving Ergonomic Strain - High severity,FALSE,7.9
+INC-0150,EMP-1014,2025-09-24,Denver Office,Human Resources,Fatigue-Related Error,Medium,Incident at Denver Office involving Fatigue-Related Error - Medium severity,TRUE,9.7
+INC-0151,EMP-1045,2025-09-24,Chicago Plant,Warehouse & Logistics,Near Miss,Low,Incident at Chicago Plant involving Near Miss - Low severity,TRUE,2.7
+INC-0152,EMP-1286,2025-09-25,Atlanta DC,Human Resources,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,FALSE,9.7
+INC-0153,EMP-1078,2025-09-26,Denver Office,Human Resources,Heavy Lifting Injury,Medium,Incident at Denver Office involving Heavy Lifting Injury - Medium severity,FALSE,4.0
+INC-0154,EMP-1247,2025-09-26,Austin Hub,Customer Service,Caught Between Objects,Low,Incident at Austin Hub involving Caught Between Objects - Low severity,TRUE,7.1
+INC-0155,EMP-1035,2025-09-27,Chicago Plant,Warehouse & Logistics,Ergonomic Strain,High,Incident at Chicago Plant involving Ergonomic Strain - High severity,FALSE,5.8
+INC-0156,EMP-1054,2025-09-27,Baltimore HQ,Human Resources,Slip/Fall,Low,Incident at Baltimore HQ involving Slip/Fall - Low severity,TRUE,1.4
+INC-0157,EMP-1082,2025-09-27,Denver Office,Warehouse & Logistics,Repetitive Strain,High,Incident at Denver Office involving Repetitive Strain - High severity,FALSE,1.9
+INC-0158,EMP-1280,2025-09-29,Denver Office,Human Resources,Heavy Lifting Injury,Low,Incident at Denver Office involving Heavy Lifting Injury - Low severity,TRUE,4.5
+INC-0159,EMP-1281,2025-09-29,Atlanta DC,Sales,Forklift Collision,Low,Incident at Atlanta DC involving Forklift Collision - Low severity,TRUE,5.0
+INC-0160,EMP-1255,2025-10-02,Denver Office,Finance,Heavy Lifting Injury,Low,Incident at Denver Office involving Heavy Lifting Injury - Low severity,FALSE,5.7
+INC-0161,EMP-1270,2025-10-02,Denver Office,Warehouse & Logistics,Ergonomic Strain,Low,Incident at Denver Office involving Ergonomic Strain - Low severity,FALSE,4.6
+INC-0162,EMP-1185,2025-10-03,Denver Office,Sales,Slip/Fall,Low,Incident at Denver Office involving Slip/Fall - Low severity,FALSE,5.5
+INC-0163,EMP-1241,2025-10-04,Atlanta DC,Customer Service,Ergonomic Strain,Low,Incident at Atlanta DC involving Ergonomic Strain - Low severity,TRUE,2.6
+INC-0121,EMP-1168,2025-08-12,Austin Hub,Warehouse & Logistics,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,6.6
+INC-0122,EMP-1173,2025-08-12,Atlanta DC,Sales,Forklift Collision,Low,Incident at Atlanta DC involving Forklift Collision - Low severity,FALSE,2.3
+INC-0123,EMP-1174,2025-08-12,Denver Office,Human Resources,Caught Between Objects,Medium,Incident at Denver Office involving Caught Between Objects - Medium severity,FALSE,8.8
+INC-0124,EMP-1104,2025-08-13,Austin Hub,Engineering,Heavy Lifting Injury,High,Incident at Austin Hub involving Heavy Lifting Injury - High severity,TRUE,3.8
+INC-0125,EMP-1023,2025-08-14,Austin Hub,Engineering,Equipment Malfunction,Low,Incident at Austin Hub involving Equipment Malfunction - Low severity,TRUE,8.4
+INC-0126,EMP-1240,2025-08-16,Denver Office,Warehouse & Logistics,Repetitive Strain,High,Incident at Denver Office involving Repetitive Strain - High severity,TRUE,4.7
+INC-0127,EMP-1217,2025-08-21,Austin Hub,Customer Service,Caught Between Objects,Low,Incident at Austin Hub involving Caught Between Objects - Low severity,FALSE,8.2
+INC-0128,EMP-1009,2025-08-23,Chicago Plant,Finance,Forklift Collision,High,Incident at Chicago Plant involving Forklift Collision - High severity,FALSE,2.2
+INC-0235,EMP-1039,2026-04-16,Chicago Plant,Warehouse & Logistics,Repetitive Strain,Critical,Incident at Chicago Plant involving Repetitive Strain - Critical severity,FALSE,7.7
+INC-0237,EMP-1103,2026-04-16,Baltimore HQ,Finance,Caught Between Objects,Low,Incident at Baltimore HQ involving Caught Between Objects - Low severity,FALSE,7.7
+INC-0238,EMP-1222,2026-04-17,Austin Hub,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Austin Hub involving Equipment Malfunction - Low severity,FALSE,4.4
+INC-0239,EMP-1185,2026-04-17,Denver Office,Sales,Minor Cut/Bruise,Medium,Incident at Denver Office involving Minor Cut/Bruise - Medium severity,FALSE,7.7
+INC-0240,EMP-1084,2026-04-21,Chicago Plant,Sales,Slip/Fall,Critical,Incident at Chicago Plant involving Slip/Fall - Critical severity,FALSE,4.4
+INC-0242,EMP-1081,2026-04-24,Baltimore HQ,Sales,Equipment Malfunction,Low,Incident at Baltimore HQ involving Equipment Malfunction - Low severity,FALSE,4.4
+INC-0244,EMP-1308,2026-04-25,Denver Office,Finance,Heavy Lifting Injury,Medium,Incident at Denver Office involving Heavy Lifting Injury - Medium severity,FALSE,4.4
+INC-0245,EMP-1094,2026-04-25,Denver Office,Engineering,Forklift Collision,Medium,Incident at Denver Office involving Forklift Collision - Medium severity,FALSE,7.7
+INC-0250,EMP-1039,2026-04-05,Chicago Plant,Warehouse & Logistics,Minor Cut/Bruise,Low,Incident at Chicago Plant involving Minor Cut/Bruise - Low severity,FALSE,7.7
+INC-0249,EMP-1068,2026-04-04,Atlanta DC,Customer Service,Repetitive Strain,Low,Incident at Atlanta DC involving Repetitive Strain - Low severity,TRUE,4.4
+INC-0248,EMP-1125,2026-04-03,Chicago Plant,Engineering,Near Miss - Forklift,Low,Incident at Chicago Plant involving Near Miss - Forklift - Low severity,FALSE,4.4
+INC-0256,EMP-1133,2026-04-11,Baltimore HQ,Sales,Slip/Fall,High,Incident at Baltimore HQ involving Slip/Fall - High severity,TRUE,7.7
+INC-0255,EMP-1148,2026-04-10,Baltimore HQ,Human Resources,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,7.7
+INC-0251,EMP-1158,2026-04-06,Chicago Plant,Human Resources,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,TRUE,7.7
+INC-0254,EMP-1161,2026-04-09,Baltimore HQ,Finance,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,TRUE,7.7
+INC-0253,EMP-1173,2026-04-08,Atlanta DC,Sales,Fatigue-Related Error,Medium,Incident at Atlanta DC involving Fatigue-Related Error - Medium severity,TRUE,7.7
+INC-0246,EMP-1228,2026-04-01,Baltimore HQ,Warehouse & Logistics,Equipment Malfunction,Medium,Incident at Baltimore HQ involving Equipment Malfunction - Medium severity,FALSE,7.7
+INC-0252,EMP-1274,2026-04-07,Chicago Plant,Human Resources,Forklift Collision,Low,Incident at Chicago Plant involving Forklift Collision - Low severity,FALSE,4.4
+INC-0247,EMP-1306,2026-04-02,Baltimore HQ,Human Resources,Repetitive Strain,Critical,Incident at Baltimore HQ involving Repetitive Strain - Critical severity,TRUE,7.7
+INC-0257,EMP-1236,2026-04-29,Atlanta DC,Engineering,Repetitive Strain,High,Incident at Atlanta DC involving Repetitive Strain - High severity,FALSE,4.4
+INC-0258,EMP-1051,2026-04-29,Chicago Plant,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0260,EMP-1106,2026-05-06,Chicago Plant,Engineering,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0262,EMP-1222,2026-05-07,Austin Hub,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Austin Hub involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0264,EMP-1171,2026-05-08,Atlanta DC,Warehouse & Logistics,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0266,EMP-1090,2026-05-12,Chicago Plant,Customer Service,Equipment Malfunction,Low,Incident at Chicago Plant involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0267,EMP-1182,2026-05-12,Austin Hub,Engineering,Repetitive Strain,Low,Incident at Austin Hub involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0270,EMP-1218,2026-05-15,Baltimore HQ,Engineering,Equipment Malfunction,Medium,Incident at Baltimore HQ involving Equipment Malfunction - Medium severity,FALSE,7.7
+INC-0272,EMP-1059,2026-05-16,Atlanta DC,Customer Service,Equipment Malfunction,Low,Incident at Atlanta DC involving Equipment Malfunction - Low severity,FALSE,7.7
+INC-0273,EMP-1056,2026-05-18,Atlanta DC,Customer Service,Near Miss,Low,Incident at Atlanta DC involving Near Miss - Low severity,FALSE,4.4
+INC-0275,EMP-1248,2026-05-21,Baltimore HQ,Engineering,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0276,EMP-1128,2026-05-21,Chicago Plant,Engineering,Equipment Malfunction,High,Incident at Chicago Plant involving Equipment Malfunction - High severity,FALSE,7.7
+INC-0283,EMP-1258,2026-05-29,Baltimore HQ,Warehouse & Logistics,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0284,EMP-1350,2026-05-29,Baltimore HQ,Warehouse & Logistics,Fatigue-Related Error,High,Incident at Baltimore HQ involving Fatigue-Related Error - High severity,FALSE,7.7
+INC-0289,EMP-1236,2026-06-04,Atlanta DC,Engineering,Near Miss,Low,Incident at Atlanta DC involving Near Miss - Low severity,FALSE,4.4
+INC-0290,EMP-1361,2026-06-04,Baltimore HQ,Warehouse & Logistics,Fatigue-Related Error,High,Incident at Baltimore HQ involving Fatigue-Related Error - High severity,FALSE,7.7
+INC-0295,EMP-1368,2026-06-11,Baltimore HQ,Warehouse & Logistics,Repetitive Strain,Low,Incident at Baltimore HQ involving Repetitive Strain - Low severity,FALSE,4.4
+INC-0296,EMP-1130,2026-06-11,Baltimore HQ,Customer Service,Equipment Malfunction,High,Incident at Baltimore HQ involving Equipment Malfunction - High severity,FALSE,7.7
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mfpb_family_diagram.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mfpb_family_diagram.png
new file mode 100644
index 00000000..5b831c6c
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mfpb_family_diagram.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_01.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_01.png
new file mode 100644
index 00000000..f112d022
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_01.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_02.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_02.png
new file mode 100644
index 00000000..d1acc592
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_02.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_03.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_03.png
new file mode 100644
index 00000000..7e250926
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_03.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_04.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_04.png
new file mode 100644
index 00000000..8c212669
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_04.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_05.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_05.png
new file mode 100644
index 00000000..c56d9bdc
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_05.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_06.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_06.png
new file mode 100644
index 00000000..7fed535a
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_06.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_07.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_07.png
new file mode 100644
index 00000000..c3d2b5b1
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_07.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_08.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_08.png
new file mode 100644
index 00000000..32b98a24
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_08.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_09.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_09.png
new file mode 100644
index 00000000..04d3cf19
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_09.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_10.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_10.png
new file mode 100644
index 00000000..a2a80d72
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_10.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_11.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_11.png
new file mode 100644
index 00000000..bf7b27f1
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_11.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_12.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_12.png
new file mode 100644
index 00000000..6f0c46b6
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_12.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_13.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_13.png
new file mode 100644
index 00000000..d7de1b77
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_13.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14.png
new file mode 100644
index 00000000..a42f0f1a
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14a.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14a.png
new file mode 100644
index 00000000..72e09c3b
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_14a.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_15.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_15.png
new file mode 100644
index 00000000..d0ed5ef0
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_15.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_16.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_16.png
new file mode 100644
index 00000000..4a508a2a
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_16.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_17.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_17.png
new file mode 100644
index 00000000..d3650232
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_17.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_18.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_18.png
new file mode 100644
index 00000000..4dc9903e
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_18.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_19.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_19.png
new file mode 100644
index 00000000..de489e4a
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_19.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_20.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_20.png
new file mode 100644
index 00000000..9d40474d
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_20.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_21.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_21.png
new file mode 100644
index 00000000..4b1c83c7
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_21.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_22.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_22.png
new file mode 100644
index 00000000..4ad57f66
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_22.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_23.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_23.png
new file mode 100644
index 00000000..c632bc45
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_23.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_24.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_24.png
new file mode 100644
index 00000000..2335a552
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_24.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_25.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_25.png
new file mode 100644
index 00000000..5adf390c
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_25.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_27.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_27.png
new file mode 100644
index 00000000..fca80dd1
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_27.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_28.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_28.png
new file mode 100644
index 00000000..1f383795
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_28.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_29.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_29.png
new file mode 100644
index 00000000..8c68ecfe
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_29.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_30.png b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_30.png
new file mode 100644
index 00000000..2ceada11
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/assets/mpbi_30.png differ
diff --git a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/developers_migrating_power_bi_made_easy.md b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/developers_migrating_power_bi_made_easy.md
index bb0a08cd..8817c047 100644
--- a/site/sigmaguides/src/developers_migrating_power_bi_made_easy/developers_migrating_power_bi_made_easy.md
+++ b/site/sigmaguides/src/developers_migrating_power_bi_made_easy/developers_migrating_power_bi_made_easy.md
@@ -6,7 +6,7 @@ environments: web
status: Hidden
feedback link: https://github.com/sigmacomputing/sigmaquickstarts/issues
tags:
-lastUpdated: 2026-06-08
+lastUpdated: 2026-06-20
# Migrating From Power BI Made Easy
@@ -38,7 +38,8 @@ Sigma SEs, technical CSMs, and migration partners running Power BI-to-Sigma conv
- `Claude Code` installed (CLI or desktop).
- Sigma API credentials.
- Power BI / Fabric access with permission to read the target workspace. You do **not** need to register an Entra app — the skill authenticates via device-code flow using the well-known Power BI Desktop public client.
-- `Python 3` with the `msal` and `truststore` packages (the skill installs them via `requirements.txt`).
+- `Python 3.10` or newer with the `msal` and `truststore` packages (the skill installs them via `requirements.txt`). macOS's stock system Python is typically 3.9 — older than the skill needs. If `python3 --version` reports anything below 3.10, install a newer interpreter via [Homebrew](https://brew.sh/) (`brew install python@3.12`) or [python.org](https://www.python.org/downloads/).
+- `Node.js` (any recent LTS) for building the converter MCP. The conversion uses a separate MCP server, [`sigma-data-model-mcp`](https://github.com/twells89/sigma-data-model-mcp), cloned + built (`npm install && npm run build`) into `~/Desktop/sigma-data-model-mcp`. The skill prompts you to install it mid-conversion — no upfront work needed — but pre-build it if you'd rather skip the gate.
- A Power BI report you're authorized to convert. Power BI Desktop alone won't work — the skill reads through Fabric's REST APIs, which require a published report in a Fabric workspace (including `My workspace`).
- The warehouse tables behind the Power BI model must be reachable from a Sigma connection (Snowflake, BigQuery, Databricks, Redshift, Postgres and others).
@@ -54,14 +55,37 @@ Sigma SEs, technical CSMs, and migration partners running Power BI-to-Sigma conv
## The Power BI Migration Skill Family
Duration: 5
-
+`powerbi-to-sigma` is one of two skills that ship together as a single repo (cloned in the next section). Most of this QuickStart focuses on the converter — but knowing where the assessment skill fits saves dead ends later when scoping a batch migration.
+
+| Skill | Role | When to reach for it |
+|-------|------|----------------------|
+| `powerbi-assessment` | Scoping | Auditing a Fabric tenant before committing to a conversion plan. Emits a per-report DAX complexity readout, a ranked migration shortlist, and a cluster plan that `powerbi-to-sigma` can consume in batch mode. |
+| `powerbi-to-sigma` | Conversion | The subject of this QuickStart. Converts a single report (or a batch via cluster plan) to a Sigma workbook with verified data parity. |
+
+Here's how the two skills connect in a full migration — `powerbi-assessment` hands the converter a ranked shortlist and cluster plan, and `powerbi-to-sigma` produces the Sigma workbook with a verified parity report:
+
+
+
+
+WHY IT MATTERS: Each skill does one thing well — scoping and conversion. Pick the smallest set that fits your job, and don't run the conversion until you've confirmed the data is somewhere Sigma can actually read.
+
+
+### Which skill for your situation
+
+Not every migration needs both skills. Use the table below to map your scenario to the smallest set that fits.
+
+In this QuickStart we're in the first row (one report, data already in Snowflake), so only `powerbi-to-sigma` runs.
+
+| Your situation | Skill(s) to use |
+|----------------|-----------------|
+| 1 report, data already in your warehouse | `powerbi-to-sigma` |
+| 1 report, Import-mode model with no warehouse copy of the data | Land the data in your warehouse first (separate from these skills), then `powerbi-to-sigma` |
+| 10+ reports (any data source) | `powerbi-assessment` → `powerbi-to-sigma` in batch mode |
+| Auditing Power BI sprawl without converting yet | `powerbi-assessment` only |
+
+
+NOTE: As the skill runs, you'll see filenames and log lines that reference internal phase numbers (e.g., phase6-parity-pbi.rb). Those belong to the skill's own internal numbering — don't worry about matching them to this QuickStart's sections (Run the Conversion, Discovering the Source, Building the Data Model, Building the Sigma Workbook, Verifying Data Parity). The full mapping is documented in the skill's SKILL.md.
+

@@ -69,15 +93,150 @@ SECTION INTENT
## Install and Configure the Skill
Duration: 10
-
+First we need to clone the skill's GitHub repository, then run the setup scripts that capture your Sigma and Power BI credentials.
+
+The two skills live in `sigmacomputing/quickstarts-public` under [powerbi-migration-skills/](https://github.com/sigmacomputing/quickstarts-public/tree/main/powerbi-migration-skills).
+
+From a terminal, run each command below one at a time so you can confirm each step before moving on.
+
+
+NOTE: ~ in the commands below is shell shorthand for your home folder — /Users/<you> on macOS, /home/<you> on Linux. So ~/quickstarts-public resolves to a quickstarts-public/ folder directly inside your home directory.
+
+
+**Step 1: Create a local folder for the clone**
+We'll clone into this folder in the next step.
+
+```copy-code
+mkdir -p ~/quickstarts-public
+```
+
+**Step 2: Move into the new folder** so the next command runs in the right working directory.
+
+```copy-code
+cd ~/quickstarts-public
+```
+
+**Step 3: Clone the repo without pulling any files yet**
+The `--sparse` flag tells Git you'll choose which folders to fill in next. The trailing `.` clones into the current folder.
+
+```copy-code
+git clone --filter=blob:none --sparse https://github.com/sigmacomputing/quickstarts-public.git .
+```
+
+**Step 4: Fill in only the powerbi-migration-skills folder**
+Every other QuickStart asset in the repo stays empty on disk.
+
+```copy-code
+git sparse-checkout set powerbi-migration-skills
+```
+
+
+
+**Step 5: Symlink powerbi-to-sigma into the Claude skills folder**
+This lets Claude Code invoke `powerbi-to-sigma` as a skill.
+
+```copy-code
+ln -s ~/quickstarts-public/powerbi-migration-skills/powerbi-to-sigma ~/.claude/skills/powerbi-to-sigma
+```
+
+**Step 6: Symlink powerbi-assessment**
+Used to scope a Power BI tenant before conversion.
+
+```copy-code
+ln -s ~/quickstarts-public/powerbi-migration-skills/powerbi-assessment ~/.claude/skills/powerbi-assessment
+```
+
+Steps 5 and 6 should return with no error.
+
+
+
+**Step 7: Install the Python dependencies the skill uses.**
+The skill calls Fabric and Power BI REST APIs from Python, including corporate-TLS handling for restricted networks.
+
+
+NOTE: The skill requires Python 3.10 or newer (the truststore package doesn't ship wheels for older interpreters). Check your version first with python3 --version. If it's older — macOS's stock Python is typically 3.9 — install a newer one via Homebrew and use it explicitly for the rest of this section: brew install python@3.12, then substitute python3.12 wherever the steps below say python3. Avoid pip3 as a shorthand — it can quietly resolve back to the old interpreter even after you install a new one.
+
+
+```copy-code
+python3 -m pip install -r ~/.claude/skills/powerbi-to-sigma/scripts/requirements.txt
+```
+
+**Step 8: Capture your Sigma API credentials.**
+This script prompts for `SIGMA_BASE_URL`, `SIGMA_CLIENT_ID`, and `SIGMA_CLIENT_SECRET` and writes them into Claude's settings.
+
+Run once per machine.
+
+If you don't already have credentials, see [Configure API credentials in Sigma](https://help.sigmacomputing.com/sigma-computing/docs/configure-api-credentials-and-connectors-in-sigma) — the skill needs `API access` credentials, not embed.
+
+```copy-code
+ruby ~/.claude/skills/powerbi-to-sigma/scripts/setup.rb
+```
+
+
+
+**Step 9: Authenticate with Power BI.**
+This script runs the device-code flow — it prints a Microsoft sign-in URL and a short code.
+
+```copy-code
+python3 ~/.claude/skills/powerbi-to-sigma/scripts/fabric-auth-check.py
+```
+
+Open the URL in any browser, paste the code, and sign in with the account that owns the Power BI workspace you'll convert reports from.
+
+
+
+
+NOTE: Power BI authentication uses Microsoft's well-known Power BI Desktop public client via device-code flow — no Entra app registration required. The token is cached at /tmp/pbiauth/cache.bin and lasts about an hour; the skill re-acquires it transparently when it expires.
+
+
+Once authenticated, terminal will show:
+
+
+
+
+NOTE: Two Microsoft API audiences are involved during conversion — Fabric (api.fabric.microsoft.com) for the model extraction and Power BI REST (analysis.windows.net/powerbi) for the parity check. The one device-code session acquires both. Corporate-network TLS interception is handled automatically by the truststore package installed in Step 7.
+
+
+
+
+**Step 10: Verify the install.**
+This lists every workspace and item visible to your signed-in account — confirms both Power BI authentication and the assessment skill's installation worked. The script writes its inventory to the path you pass in `--out`.
+
+```copy-code
+python3 ~/.claude/skills/powerbi-assessment/scripts/fabric-inventory.py --out /tmp/pbi-inventory.json
+```
+
+
+
+Then open the file to confirm:
+
+```copy-code
+cat /tmp/pbi-inventory.json/inventory.json
+```
+
+You should see at least your `My Workspace` listed. If you've already published reports there (such as the `Retail Analysis Sample PBIX` we'll set up in the next section), they'll show too:
+
+
+
+Verify Claude Code can invoke the skill by typing `claude` in your terminal to start Claude Code, then running:
+
+```copy-code
+claude
+```
+
+```copy-code
+/powerbi-to-sigma
+```
+
+Claude should start reading the reference files and ask what report you want to convert.
+
+
+
+Pause at this response:
+
+
+
+Before going any further, we need to prepare the data the report uses.

@@ -86,110 +245,436 @@ SECTION INTENT
Duration: 10
-
-
+Data prep has two halves:
+
+1. **Power BI side** — download the Retail Analysis `.pbix` (a copy of Microsoft's [obviEnce-licensed sample](https://learn.microsoft.com/en-us/power-bi/create-reports/sample-retail-analysis), mirrored to a stable Sigma URL) and upload it to your own Fabric / Power BI workspace. The skill reads TMSL + PBIR from that published model during the conversion run.
+
+[Download the .pbix file](https://sigma-quickstarts-main.s3.us-west-1.amazonaws.com/powerbi/Retail+Analysis+Sample+PBIX.pbix)
+
+2. **Sigma side (this section)** — the same data needs to live in a warehouse Sigma can read. We'll land it in Snowflake.
+
+The Snowflake schema below mirrors the Power BI model's five user-facing tables — `District`, `Item`, `Sales`, `Store`, and `Time` — plus the relationships the model declares between them. The Power BI auto-date plumbing tables (`DateTableTemplate_*`, `LocalDateTable_*`) are omitted: Sigma derives date hierarchies natively, so they translate without a backing warehouse table.
+
+```copy-code
+USE ROLE ACCOUNTADMIN;
+USE WAREHOUSE COMPUTE_WH;
+
+CREATE DATABASE IF NOT EXISTS QUICKSTARTS;
+CREATE SCHEMA IF NOT EXISTS QUICKSTARTS.POWERBI_RETAIL_ANALYSIS;
+USE SCHEMA QUICKSTARTS.POWERBI_RETAIL_ANALYSIS;
+
+-- CSV format and external stage pointing at the public S3 bucket.
+CREATE OR REPLACE FILE FORMAT csv_format
+ TYPE = CSV
+ FIELD_DELIMITER = ','
+ SKIP_HEADER = 1
+ FIELD_OPTIONALLY_ENCLOSED_BY = '"'
+ NULL_IF = ('NULL', 'null', '');
+
+CREATE OR REPLACE STAGE retail_analysis_stage
+ URL = 's3://sigma-quickstarts-main/powerbi/'
+ FILE_FORMAT = csv_format;
+
+-- Snake_case_UPPER is the converter's canonical warehouse naming convention,
+-- so we use it here. The Power BI model uses CamelCase / spaces in its
+-- column names — when the skill asks how the warehouse maps to the PBI model,
+-- we'll provide an explicit rename block that bridges the two cleanly (see the
+-- "Run the Conversion" section). This avoids the converter's unhappy path
+-- with camelCase-no-underscore warehouse columns.
+
+-- Dimension: District (9 rows)
+CREATE OR REPLACE TABLE DISTRICT (
+ DISTRICT_ID NUMBER(38,0),
+ DISTRICT VARCHAR,
+ DM VARCHAR,
+ DM_PIC_FL VARCHAR,
+ DM_PIC VARCHAR,
+ BUSINESS_UNIT_ID NUMBER(38,0)
+);
+
+-- Dimension: Item (364,184 rows). FAMILY_NANE preserves the typo in the
+-- source model — the rename list in "Run the Conversion" maps it through.
+CREATE OR REPLACE TABLE ITEM (
+ ITEM_ID NUMBER(38,0),
+ SEGMENT NUMBER(38,0),
+ CATEGORY VARCHAR,
+ BUYER VARCHAR,
+ FAMILY_NANE NUMBER(38,0)
+);
+
+-- Fact: Sales (923,371 rows). REPORTING_PERIOD_ID is a Power BI calculated
+-- column ([MonthID]&"01") materialized in the CSV export, stored here as a
+-- regular column rather than recomputed in Sigma.
+CREATE OR REPLACE TABLE SALES (
+ MONTH_ID NUMBER(38,0),
+ ITEM_ID NUMBER(38,0),
+ LOCATION_ID NUMBER(38,0),
+ SUM_GROSS_MARGIN_AMOUNT NUMBER(19,4),
+ SUM_REGULAR_SALES_DOLLARS NUMBER(19,4),
+ SUM_MARKDOWN_SALES_DOLLARS NUMBER(19,4),
+ SCENARIO_ID NUMBER(38,0),
+ REPORTING_PERIOD_ID NUMBER(38,0),
+ SUM_REGULAR_SALES_UNITS NUMBER(19,4),
+ SUM_MARKDOWN_SALES_UNITS NUMBER(19,4)
+);
+
+-- Dimension: Store (104 rows). The last five columns (CITY, OPEN_YEAR,
+-- STORE_TYPE, OPEN_MONTH_NO, OPEN_MONTH) are Power BI calculated columns
+-- materialized in the CSV export.
+CREATE OR REPLACE TABLE STORE (
+ LOCATION_ID NUMBER(38,0),
+ CITY_NAME VARCHAR,
+ TERRITORY VARCHAR,
+ POSTAL_CODE VARCHAR,
+ OPEN_DATE DATE,
+ SELLING_AREA_SIZE NUMBER(38,0),
+ DISTRICT_NAME VARCHAR,
+ NAME VARCHAR,
+ STORE_NUMBER_NAME VARCHAR,
+ STORE_NUMBER NUMBER(38,0),
+ CITY VARCHAR,
+ CHAIN VARCHAR,
+ DM VARCHAR,
+ DM_PIC VARCHAR,
+ DISTRICT_ID NUMBER(38,0),
+ OPEN_YEAR NUMBER(38,0),
+ STORE_TYPE VARCHAR,
+ OPEN_MONTH_NO NUMBER(38,0),
+ OPEN_MONTH VARCHAR
+);
+
+-- Dimension: Time (734 rows). MONTH parses from "YYYY-MM-DD" date strings.
+CREATE OR REPLACE TABLE TIME (
+ REPORTING_PERIOD_ID NUMBER(38,0),
+ PERIOD NUMBER(38,0),
+ FISCAL_YEAR NUMBER(38,0),
+ FISCAL_MONTH VARCHAR,
+ MONTH DATE
+);
+
+-- Load each CSV from S3.
+COPY INTO DISTRICT FROM @retail_analysis_stage/District.csv;
+COPY INTO ITEM FROM @retail_analysis_stage/Item.csv;
+COPY INTO SALES FROM @retail_analysis_stage/Sales.csv;
+COPY INTO STORE FROM @retail_analysis_stage/Store.csv;
+COPY INTO TIME FROM @retail_analysis_stage/Time.csv;
+
+-- Grant Sigma's service role visibility on the new schema and its tables.
+-- Substitute SIGMA_SERVICE_ROLE with the role your Sigma connection actually
+-- uses if it differs — you can confirm it in Sigma under Administration >
+-- Connections by clicking your Snowflake connection.
+GRANT USAGE ON DATABASE QUICKSTARTS TO ROLE SIGMA_SERVICE_ROLE;
+GRANT USAGE ON SCHEMA QUICKSTARTS.POWERBI_RETAIL_ANALYSIS TO ROLE SIGMA_SERVICE_ROLE;
+GRANT SELECT ON ALL TABLES IN SCHEMA QUICKSTARTS.POWERBI_RETAIL_ANALYSIS TO ROLE SIGMA_SERVICE_ROLE;
+GRANT SELECT ON FUTURE TABLES IN SCHEMA QUICKSTARTS.POWERBI_RETAIL_ANALYSIS TO ROLE SIGMA_SERVICE_ROLE;
+
+-- Sanity-check the row counts. Expected: 9 / 364,184 / 923,371 / 104 / 734.
+SELECT 'DISTRICT' AS table_name, COUNT(*) AS row_count FROM DISTRICT UNION ALL
+SELECT 'ITEM', COUNT(*) FROM ITEM UNION ALL
+SELECT 'SALES', COUNT(*) FROM SALES UNION ALL
+SELECT 'STORE', COUNT(*) FROM STORE UNION ALL
+SELECT 'TIME', COUNT(*) FROM TIME;
+```
-## Run the Conversion
-Duration: 5
+
+NOTE: The Power BI model declares four foreign-key relationships:
+Store.DistrictID→District.DistrictID
+Sales.LocationID→Store.LocationID
+Sales.ItemID→Item.ItemID
+Sales.ReportingPeriodID→Time.ReportingPeriodID
-
+We don't enforce them in Snowflake DDL (Snowflake foreign keys are informational, not enforced anyway) — the skill reads the joins from the TMSL and reproduces them in the Sigma data model.
+
+
+If the load completes cleanly, the sanity-check query at the bottom should return the five rows shown in its comment. Mismatched row counts mean either a `COPY` partial-load error (check Snowflake's load history) or a different S3 file than expected:
+
+
+
+
+NOTE: The data above originates from Microsoft's obviEnce-licensed sample. Per the sample's redistribution terms, any visualization built on it should carry an `obviEnce ©` attribution — Sigma's QuickStart honors that in the published page footer.
+

-## Inspecting the Generated Spec
-Duration: 5
+## Prepare the Sigma Target Folder
+Duration: 2
-
+The converter needs a Sigma folder to land the new data model and workbook in. The skill will ask for the folder's UUID during the next section — it will be easier to have it ready.
+
+To keep this simple, we will use a plain folder and not a workspace.
+
+**Step 1: Create (or pick) a folder in Sigma.**
+Open your Sigma org, navigate to where you want the migrated workbook to live, and create a folder for it. Something like:
+
+```copy-code
+Power BI Migration Demo
+```
+
+
+
+**Step 2: Grab the folder ID.**
+Open the folder. The ID is the last segment of the URL — a short alphanumeric string, roughly 22 characters, that looks like `2qZRhR1BTyGsdDr2JoZrOa`. Copy it from the address bar and keep it on the clipboard for the next section.
+
+
+
+
+
+
+NOTE: If you'd rather not create a fresh folder, you can also point the skill at an existing data model in your org — it'll harvest the folderId from that DM and reuse it. Useful if you want the Power BI conversion to land next to a sibling workbook you already trust.
+

-## Discovering the Source
-Duration: 10
+## Provide the Source and Target Inputs
+Duration: 3
-
+At the end of the previous section we left Claude asking `Where is the Power BI report we want to convert`:
+
+
+
+Choose option `1. Live in Power BI Service / Fabric`.
+
+Claude then asks `What workspace + report should I extract?`:
+
+
+
+For this demo:
+
+```copy-code
+Power BI workspace: My workspace
+Power BI report: Retail Analysis Sample PBIX
+Sigma folder ID:
+```
+
+Once submitted, Claude kicks off the conversion.

-## Workbook Summary
+## Map the Warehouse to Power BI
Duration: 5
-
+Before any extraction runs, the skill examines the source to confirm Sigma will have something it can actually read.
+
+Choose option `1. I have the tables staged — I'll provide connection/db/schema`:
+
+
+
+Claude wants to know `Where should I put working files?`
+
+Choose option `1. /tmp/pbi-retail (Recommended)`:
+
+
+
+Select `1. Submit answers` if everything looks good when prompted.
+
+Claude now asks `Drop the connection ID, database, and schema and I'll start the extract.`
+
+To find the connection ID in Sigma, navigtate to `Administration` > `Connections` (or from the homepage), click your Snowflake connection, and replace in the code below.
+
+
+
+Copy and paste the values shown, adjusting for your connection ID:
+```copy-code
+Sigma connection:
+Database: QUICKSTARTS
+Schema: POWERBI_RETAIL_ANALYSIS
+```
+
+
+NOTE: From here on, Claude Code asks for approval on every bash command the skill runs — and a full conversion fires dozens of them.
+For each prompt, pick option 2. Yes, and don't ask again so Claude Code remembers that command pattern. After the first handful of approvals the prompts stop coming.
+Alternatively, press Shift+Tab once to switch to accept-edits mode for the rest of the session — fine for a trusted skill like this one, just don't use it for unknown code.
+
+
+For the Retail Analysis sample, the data is embedded inside a classic `.pbix` file, so the skill may to ask how to proceed if it finds issues along the way:
+
+
+
+
+WHY IT MATTERS: Rather than silently produce a broken Sigma data model, the skill stops and surfaces the gap. Genuine decisions stay with you; mechanical work runs autonomously.
+
+
+Shortly after, the skill pauses again at the **Converter** gate — the `convert_powerbi_to_sigma` tool runs from a separate repo (`sigma-data-model-mcp`) that the skill expects on disk:
+
+
+
+Pick option to `Chat about this` and tell Claude to handle the clone and build for you:
+
+```copy-code
+Clone twells89/sigma-data-model-mcp into ~/Desktop/sigma-data-model-mcp (or if it already exists, cd in and git pull). Then run `npm install && npm run build` in that directory. Once the build is done, come back to the converter gate and pick option 1, pointing it at ~/Desktop/sigma-data-model-mcp.
+```
+
+Claude runs the clone, the `npm install`, and the `build` (~2–3 minutes), then returns to the gate and resumes the conversion. You may see one or two approval prompts during the `npm install` step — accept them.
+
+
+NOTE: If you've already cloned and built sigma-data-model-mcp from a prior run, this gate doesn't fire — the skill finds the existing build at ~/Desktop/sigma-data-model-mcp (or ~/sigma-data-model-mcp, or wherever $PBI_MCP_DIR points) and proceeds straight through.
+
+
+
+asdasdas
+
+
+Select `2. Mostly — a few renames`. When Claude prompts for the rename list, paste this block:
+
+```copy-code
+District.DistrictID -> DISTRICT_ID
+District.BusinessUnitID -> BUSINESS_UNIT_ID
+Item.ItemID -> ITEM_ID
+Item.FamilyNane -> FAMILY_NANE
+Sales.MonthID -> MONTH_ID
+Sales.ItemID -> ITEM_ID
+Sales.LocationID -> LOCATION_ID
+Sales.Sum_GrossMarginAmount -> SUM_GROSS_MARGIN_AMOUNT
+Sales.ScenarioID -> SCENARIO_ID
+Sales.ReportingPeriodID -> REPORTING_PERIOD_ID
+Store.LocationID -> LOCATION_ID
+Store.City Name -> CITY_NAME
+Store.PostalCode -> POSTAL_CODE
+Store.OpenDate -> OPEN_DATE
+Store.SellingAreaSize -> SELLING_AREA_SIZE
+Store.DistrictName -> DISTRICT_NAME
+Store.StoreNumberName -> STORE_NUMBER_NAME
+Store.StoreNumber -> STORE_NUMBER
+Store.DistrictID -> DISTRICT_ID
+Store.Open Year -> OPEN_YEAR
+Store.Store Type -> STORE_TYPE
+Store.Open Month No -> OPEN_MONTH_NO
+Store.Open Month -> OPEN_MONTH
+Time.ReportingPeriodID -> REPORTING_PERIOD_ID
+Time.FiscalYear -> FISCAL_YEAR
+Time.FiscalMonth -> FISCAL_MONTH
+```
+
+
+WHY IT MATTERS: Providing the rename list upfront drops the converter onto its canonical-warehouse happy path. Without it, the converter has to discover the mismatches at POST time and patch iteratively — which works, but adds rounds of trial-and-error before the data model lands cleanly.
+
+
+Review and choose `1. Submit answers`.

-## Suggested Next Steps
-Duration: 3
+## Bootstrap the Converter
+Duration: 7
-
+With the warehouse pointer in place, the skill works autonomously through these phases, asking for permission from time to time:
+
+**1. Extract** the semantic model (TMSL) and report layout (PBIR) from Fabric.
+**2. Translate** the DAX measures into Sigma formulas — buckets each measure as mechanical, restructure-needed, or escalation.
+**3. Build the Sigma data model** by posting the spec to your target folder.
+**4. Build the Sigma workbook** — pages, visuals, and layout mirror the Power BI report.
+**5. Verify parity** by running every measure through Power BI's `executeQueries` API and comparing to Sigma's results.
+
+During Phase 3, Claude detects that the converter MCP hasn't been set up yet and pauses at a gate:
+
+
+
+Select `6. Chat about this` and instruct Claude how to handle it:
+
+```copy-code
+Clone twells89/sigma-data-model-mcp into ~/Desktop/sigma-data-model-mcp for me, then come back to the MCP gate and pick option 1.
+```
+
+
+
+The task processing resumes.
+
+Before building from the freshly-cloned MCP, the skill checks the repo's commit age against a 3-day-stability rule and may pause to ask which commit to build:
+
+
+
+Pick the `(Recommended)` option — it's the most recent commit at least three days old, so it's had time to settle. The skill notes which patches the commit does and doesn't include in its description text.
+
+
+WHY IT MATTERS: The skill won't silently build off whatever just landed. Conversion runs touch real Sigma workspaces, so the skill defaults to a commit that's had time to be exercised — and surfaces the choice instead of hiding it.
+
+
+Once the Data Model build is done, we see:
+
+
+
+In Sigma, we can click into the new model, which is stored in the `Your documents` > `Power BI Migration Demo` folder we requested:
+
+
+
+If prompted by Claude, proceed with the workbook build (Phase 4). After that the parity verification runs (Phase 5) and the conversion completes.

-## Building the Data Model
-Duration: 10
+## Workbook Summary
+Duration: 5
+
+After the data model lands but before any workbook visuals get built, the skill pauses to summarize what it could and couldn't translate from the Power BI report. For the Retail Analysis sample, the readout looks like this:
+
+
+
+Four resolved-field buckets, each with a status:
+
+| Resolved fields | Status |
+|-----------------|--------|
+| 6 dimensions (`Store.Name`, `Item.Category`, `Time.FiscalMonth`, etc.) | ✅ |
+| 2 working metrics (`Store.Total Stores`, `Store.New Stores`) | ✅ |
+| 5 time-intelligence measures (`Sales.This Year`, `Last Year`, `Variance %`, `Avg $/Unit TY`) | ❌ converter dropped them — `CALCULATE` + filter-context translation gap |
+| 5 `select`/`select1..4` placeholders | ❌ classic PBI report format — `extract-pbir` couldn't resolve column bindings |
+
+For the Retail Analysis sample, that adds up to about 10 of 24 visuals landing broken — the ones that depend on the unresolved measures and placeholders.
+
+The skill then asks how to proceed:
+
+
+
+Pick option `1. Build it — broken visuals OK as starting point`.
+
+The data model and the visuals that *do* work land in Sigma; the unresolved measures and placeholders become a documented gap to fill manually.
+
+
+WHY IT MATTERS: A first-pass automated migration rarely produces 100% working visuals — and the skill is honest about that instead of silently emitting broken specs. You get a working starting point, a per-field breakdown of what worked, and an exact list of what to fix by hand. That's a much better posture than "looks fine, ship it" with hidden gaps you only discover when stakeholders ask why the numbers are wrong.
+
+
+
+NOTE: The Retail Analysis sample's "Last Year" comparisons aren't true DAX time-intelligence (no SAMEPERIODLASTYEAR) — they're CALCULATE with a ScenarioID = 2 filter against prior-year rows in the fact table.
+
+This is a common real-world pattern but it's currently in the converter's gap list. Worth filing upstream so future runs translate it automatically.
+
+
+Once done, the skill produces a summary with `Gaps worth filling` too:
+
+
+
+In Sigma, we can see the new workbook in the folder with our data model:
+
+
+
+
-

-## Building the Sigma Workbook
-Duration: 10
+## Suggested Next Steps
+Duration: 3

diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/closeview.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/closeview.png
new file mode 100644
index 00000000..d0fbb0e4
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/closeview.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/crane.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/crane.png
new file mode 100644
index 00000000..225ecf3f
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/crane.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/facebook.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/facebook.png
new file mode 100644
index 00000000..fa3f0e02
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/facebook.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/heart_icon.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/heart_icon.png
new file mode 100644
index 00000000..bff9ea90
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/heart_icon.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/horizonalline.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/horizonalline.png
new file mode 100644
index 00000000..7c49d872
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/horizonalline.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/linkedin.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/linkedin.png
new file mode 100644
index 00000000..d1a0636d
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/linkedin.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/sigma_footer.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/sigma_footer.png
new file mode 100644
index 00000000..df51d771
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/sigma_footer.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/twitter.png b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/twitter.png
new file mode 100644
index 00000000..5a827d72
Binary files /dev/null and b/site/sigmaguides/src/developers_migrating_qlik_made_easy/assets/twitter.png differ
diff --git a/site/sigmaguides/src/developers_migrating_qlik_made_easy/developers_migrating_qlik_made_easy.md b/site/sigmaguides/src/developers_migrating_qlik_made_easy/developers_migrating_qlik_made_easy.md
new file mode 100644
index 00000000..90172a34
--- /dev/null
+++ b/site/sigmaguides/src/developers_migrating_qlik_made_easy/developers_migrating_qlik_made_easy.md
@@ -0,0 +1,212 @@
+author: pballai
+id: developers_migrating_qlik_made_easy
+summary: developers_migrating_qlik_made_easy
+categories: developers
+environments: web
+status: Hidden
+feedback link: https://github.com/sigmacomputing/sigmaquickstarts/issues
+tags:
+lastUpdated: 2026-06-20
+
+# Migrating From Qlik Made Easy
+
+## Overview
+Duration: 5
+
+
+
+
+
+
+## The Qlik Migration Skill Family
+Duration: 5
+
+
+
+
+
+
+## Install and Configure the Skill
+Duration: 10
+
+
+
+
+
+
+## Prepare the Demo Data
+Duration: 10
+
+
+
+
+
+
+## Prepare the Sigma Target Folder
+Duration: 2
+
+
+
+
+
+
+## Provide the Source and Target Inputs
+Duration: 3
+
+
+
+
+
+
+## Map the Warehouse to Qlik
+Duration: 5
+
+
+
+
+
+
+## Bootstrap the Converter
+Duration: 7
+
+
+
+
+
+
+## Workbook Summary
+Duration: 5
+
+
+
+
+
+
+## Suggested Next Steps
+Duration: 3
+
+
+
+
+
+
+## Verifying Data Parity
+Duration: 10
+
+
+
+
+
+
+## Scaling Up — Batch Conversion
+Duration: 5
+
+
+
+
+
+
+## Common Issues and Fixes
+Duration: 5
+
+
+
+
+
+
+## What We've Covered
+Duration: 5
+
+
+
+**Additional Resource Links**
+
+[Blog](https://www.sigmacomputing.com/blog/)
+[Community](https://community.sigmacomputing.com/)
+[Help Center](https://help.sigmacomputing.com/hc/en-us)
+[QuickStarts](https://quickstarts.sigmacomputing.com/)
+
+Be sure to check out all the latest developments at [Sigma's First Friday Feature page!](https://quickstarts.sigmacomputing.com/firstfridayfeatures/)
+
+
+[ ](https://twitter.com/sigmacomputing)
+[ ](https://www.linkedin.com/company/sigmacomputing)
+[ ](https://www.facebook.com/sigmacomputing)
+
+
+
+