Discussions
API v2 compensations output ANSI???
Hi,
I am trying to load all our personnel data for a special report.
However, I am having a problem with the compensation data, as the names are formatted in ANSI.
When I load all the data via https://api.personio.de/v2/compensations/types, it is displayed correctly.
But when I load the data for individual employees using https://api.personio.de/v2/compensations, names with umlauts and other special characters are displayed incorrectly.
For example: Zielprämie is displayed as Zielprämie.
Unfortunately, it doesn't work to load the compensation types with name and ID and link them to the ID, because the (compensation) ID is not included in the employee compensation data.
I had already created my own table, but when the data is expanded, etc., I don't currently know how to update it automatically, because I only get the error with the employee data.
I use Workato to access the Personio API and store it in our on-premise SQL database.
Nevertheless, I think that the ANSI output is a bug, since all other data UTF-8 or what so ever.