HRIS S3 connector field reference
To successfully sync your data with the Teamwork Graph for use in Talent, you must format your CSV files according to the specifications in this guide. This reference covers fields available for the positions.csv, workers.csv, and organizations.csv files.
Position fields
The positions.csv file defines the roles within your organization.
Required position fields
S3 connector field | タイプ | 説明 |
|---|---|---|
ポジション ID | 文字列 | Unique identifier |
createdAt | タイムスタンプ | ISO 8601 format (e.g., |
isActive | 数値 |
|
organizationId (組織 ID) | 文字列 | Must match an existing |
労働者 ID | 文字列 | Must match an existing |
Optional position fields
The positionTitle field is recommended to ensure displayed position names provide relevant context in the Talent app.
S3 connector field | タイプ | 説明 |
|---|---|---|
positionTitle | 文字列 | Recommended to provide context in Talent |
役職 | 文字列 | Internal job title |
status | 文字列 | Can be set to
|
inactiveDate | ISO 8601 date | Example:
|
雇用の種類 | Enum | Values: |
タイムゾーン | 文字列 | Local timezone for the position |
職種 | 文字列 | Internal job family classification |
国 | 文字列 | Country where the position is located |
レベル | 文字列 | Job level or grade |
externalPositionKey | 文字列 | External system identifier |
lastUpdatedAt | ISO 8601 timestamp | Example: Timestamp of the last update |
Worker fields
The workers.csv file contains information about the people in your organization.
Required worker fields
S3 connector field | タイプ | 説明 |
|---|---|---|
労働者 ID | 文字列 | Unique identifier |
createdAt | ISO 8601 timestamp | Example: |
name | 文字列 | The worker's full name |
isActive | 数値 |
|
Optional worker fields
S3 connector field | タイプ | 説明 |
|---|---|---|
emailAddress | 文字列 | Highly recommended to unlock Talent features Must be unique |
タイムゾーン | 文字列 | Local timezone for the worker |
hireDate | ISO 8601 date | Example: |
inactiveDate | ISO 8601 date | Example:
|
title | 文字列 | The worker's professional title |
職種 | 文字列 | Internal job family |
レベル | 文字列 | Job level or grade |
国 | 文字列 | Country of residence |
lastUpdatedAt | ISO 8601 timestamp | Example: Timestamp of the last update |
Organization fields
The organizations.csv file defines your reporting and managerial hierarchy.
Required organization fields
S3 connector field | タイプ | 説明 |
|---|---|---|
organizationId (組織 ID) | 文字列 | Unique identifier |
Organization Name | 文字列 | Name of the department or team |
managerPositionId | 文字列 | Required when the Not required when the |
superiorOrganizationId | 文字列 | Required for all except the top-most organization to indicate org hierarchy Must match an existing |
createdAt | ISO 8601 timestamp | Example: |
isActive | 数値 |
|
Optional organization fields
S3 connector field | タイプ | 説明 |
|---|---|---|
inactiveDate | ISO 8601 date | Example:
|
lastUpdatedAt | ISO 8601 timestamp | Example: Timestamp of the last update |
この内容はお役に立ちましたか?