CSVRPC API Returns HTML

CSVRPC API Returns HTML

If you hit /api/csv/read/apikey=&ticket=, you will get "CSV" back that contains html bold tags and html line breaks. This makes it impossible to parse without first stripping out the bold tags and replacing the html breaks with newlines. Shouldn't this just return a plaintext format with only newlines and commas?

Thanks,