Employees datasource specification
This page describes the file-based datasource specification for syncing Employees into TechWolf when no standardized connector (such as Workday or SAP SuccessFactors) is available. It covers the Employee baseline, the organisational structure, and every skill-relevant signal attached to an Employee: learning, work history, certifications, education, feedback, projects, tickets, performance, Skill notes, resumes, and merge requests. It defines the files TechWolf expects, the fields within each file, and which fields are required. Use this specification when a customer exports Employee data from any source system to flat files. The Employee Baseline file is required and establishes each Employee; every other file on this page references it throughemployee_id.
Two files link out to other entities: the Employee Baseline points to a Job
through assigned_position, and Learning History points to a Course through
course_id. The
Jobs
and
Courses
specifications must be synced as well for those links to resolve.
For the broader picture of how file-based integrations work and how they compare
to API-based connectors, see
Key concepts.
Technical data flow
Files are delivered to TechWolf over SFTP and land in an AWS S3 bucket, from where the file-based integration ingests them.- The customer (or their source system) exports the Employee files described below to a customer-hosted SFTP server.
- TechWolf connects to that SFTP server, pulls the files, and writes them to the customer’s S3 bucket under the file-based ingest prefix.
- The file-based integration reads the files from S3 and syncs the data into the TechWolf SkillEngine API.
During the testing phase, the
staging environment path is used instead:
s3://techwolf-<customer>/staging/external/input/integrations/file_based/.Reading the field tables
Each field is annotated in the Key column to indicate its role:- Primary key — the external ID of the file; uniquely identifies the entity.
- Foreign key — references the primary key of another entity, linking the two.
external_id as their primary key. Share the
identifier from the source system where one exists. Where it does not, leave the
field empty and TechWolf generates an identifier for the record.
Employee Baseline
The baseline Employee file. Required. Establishes the existence of each Employee; every other file on this page references it. File on S3:.../file_based/TechWolf_Employee_Information/TechWolf_Employee_Information_[yyyy][MM][dd]_[HH][mm][ss].csv
Organisational Information
The supervisory organisation structure. Highly recommended. File on S3:.../file_based/TechWolf_Supervisory_Organization/TechWolf_Supervisory_Organization_[yyyy][MM][dd]_[HH][mm][ss].csv
Learning History
Courses an Employee has completed. Highly recommended. File on S3:.../file_based/TechWolf_Learning_History/TechWolf_Learning_History_[yyyy][MM][dd]_[HH][mm][ss].csv
Internal Work History
The Employee’s history of internal Jobs. Highly recommended. Should include the current assigned position and its start date. File on S3:.../file_based/TechWolf_Internal_Work_History/TechWolf_Internal_Work_History_[yyyy][MM][dd]_[HH][mm][ss].csv
External Work History
The Employee’s work experience outside the organisation. Highly recommended. File on S3:.../file_based/TechWolf_External_Work_History/TechWolf_External_Work_History_[yyyy][MM][dd]_[HH][mm][ss].csv
Certification History
Certifications held by the Employee. Recommended. File on S3:.../file_based/TechWolf_Certification/TechWolf_Certification_[yyyy][MM][dd]_[HH][mm][ss].csv
Education History
The Employee’s formal education. Recommended. File on S3:.../file_based/TechWolf_Education/TechWolf_Education_[yyyy][MM][dd]_[HH][mm][ss].csv
Feedback
Feedback given to the Employee. Recommended. File on S3:.../file_based/TechWolf_Feedback/TechWolf_Feedback_[yyyy][MM][dd]_[HH][mm][ss].csv
Project Data
Projects the Employee has worked on. Recommended. File on S3:.../file_based/TechWolf_Project/TechWolf_Project_[yyyy][MM][dd]_[HH][mm][ss].csv
Ticket Data
Tickets the Employee has handled. Highly recommended. File on S3:.../file_based/TechWolf_Ticket/TechWolf_Ticket_[yyyy][MM][dd]_[HH][mm][ss].csv
Performance Data
Performance records for the Employee. Recommended. File on S3:.../file_based/TechWolf_Performance/TechWolf_Performance_[yyyy][MM][dd]_[HH][mm][ss].csv
Skill Notes
Free-text notes about an Employee’s Skills. Highly recommended (if available). File on S3:.../file_based/TechWolf_Skill_Notes/TechWolf_Skill_Notes_[yyyy][MM][dd]_[HH][mm][ss].csv
Resume
The Employee’s resume document. Recommended. File on S3:.../file_based/TechWolf_Resume_Attachment/TechWolf_Resume_Attachment_[yyyy][MM][dd]_[HH][mm][ss].csv
Merge Requests (Commit Messages)
Commit messages authored by the Employee. Recommended. Only commit messages linked to a merged merge request should be included. File on S3:.../file_based/TechWolf_Merge_Request/TechWolf_Merge_Request_[yyyy][MM][dd]_[HH][mm][ss].csv