Use normalized license data in csv export
When exporting a license's usage data to csv, the file included the stored data. For some licenses, this led to the license key to contain carriage returns that made the file unreadable with `CSV.read`. This change will use the normalized data that removes any carriage returns from the license data. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78266 EE: true
Showing
Please register or sign in to comment