PersonioPersonio is a human resources management software that helps businesses streamline HR processes, including recruitment, employee data management, and payroll, all in one platform.
To load data from Personio, you need to obtain API credentials, client_id and client_secret:
Personio account, and ensure that your user account has API access rights.The config section in a YAML file includes the following properties:
Connectorname: Personio
Client_id: ID of the client
Client_secret: Client secretversion: 1
encrypt_credentials: false
plugins:
extractors:
- name: Personio_data
connectorname: Personio
config:
client_id: <CLIENT ID>
client_secret: <CLIENT SECRET>
select:
- TABLE1
- TABLE2