CSV Output, How to download csv file? Comma issues

Hi all,
We are attempting to download CSV copy of some logs, however we have the issue where the output is on the screen and also when we do copy in plain text to text editor and save it as csv, commas inside the message break the csv file.

is there a solution to this?

Query:
POST _opendistro/_sql?format=csv
{
“query”: “SELECT @timestamp,message FROM elasticsearch_cluster-2019.35 LIMIT 50”
}

this is only a testing UI in the dev tools sections. We will release a new SQL workbench next release with a pretty UI and ability to download and debug sql queries