killbill / killbill-analytics-plugin

Kill Bill plugin for financial reporting
https://killbill.io
Apache License 2.0
11 stars 32 forks source link

Fixed encoding issue for non-acii characters in CSV response for repo… #132

Closed singh-sukhvir closed 2 years ago

singh-sukhvir commented 2 years ago

This PR fixes encoding issue in CSV data generated by /reports API.

UTF-8 encoded string is being sent in response now which fixed the issue.

Tested end-end by pointing kaui-analytics-ui to these changes and making sure the csv generated shows correctly. Tested by hitting the /reports API locally(with changes) and making sure responses correct output

pierre commented 2 years ago

@singh-sukhvir I've pushed a new build with your fix, version 7.2.7-4bc554a.