Hello, I’m currently calling /api/v2/jobs/users-exports in order to generate a CSV of user emails, names, logins, and other attributes. The API call is working as intended however the CSV result i’m downloading seems to be appending a ’ to every entry. I’ve included an example below
The Bulk User Export will now escape string data types in the CSV export file. This is in conformance with OWASP standards for CSV injection mitigation. To ensure the content is read as text:
Double quote characters are prepended with a double quote character.
Each string is prepended with a single quote character.