Badge Data
Prerequisites:
as this data will be linked by EMPLOYEE_ID, you MUST also provide HRIS data to map
EMPLOYEE_ID
to individuals by email in your organization
Suggested filename: badge_data_YYYYMMDD.csv
Worklytics can import badge swipe data, to parse swipe records as work events and gain insights into physical office usage. Each row is parsed as a single badge swipe event.
If you have multiple physical buildings (or other space gated by swipe entry), you can provide an identifying string for each swipe event. With each swipe event, you can also provide a string identifying the individual's assigned building. The identifying strings used for BUILDING_ID
and BUILDING_ASSIGNED
must be consistent.
Header Name | Required | Type | Description |
---|---|---|---|
EMPLOYEE_ID | Yes | STRING | Id of individual in org's HR schema |
SWIPE_DATE | Yes | DATETIME | Date and time the employee entered/exited the location, UTC |
BUILDING_ID | No | STRING | The building this employee accessed |
BUILDING_ASSIGNED | No | STRING | The building where this employee is assigned |
Badge data import example
Last updated