We’ve faced with some strange issue while exporting users from Auth0 Management API in csv format.
We’ve got csv file with extra apostrophe in string values, like this:
user_id,email,email_verified,username,phone_number,phone_verified,created_at
"'some_auth0_id","'some_email",true,,,,2022-01-11T10:16:33.896Z
Is it a bug or we should configure something to get values without the apostrophe?