Export grid to CSV - Suite 8.4

Searching forum and it seems this may have been an issue but in 7.1+ versions possibly not…

Apparently, csv serialization from 7.3.1 on will put values containing commas wrapped in quotes…but I have data that is derived from software output…so it contains commas, new lines, and many other chars that can screw up the export if not enclosed in quotes

When I open up the csv file created by DHTML (read in Excel) app and manually surround this field data with double quotes it opens up perfectly. Otherwise, this data is spread all over the place and is unusable.

Is it possible to force surrounding csv values with double quotes to ensure parsing understands what to do with it?

I have same issue as this post:

CSV Export from Grid is not usable when data contains commas - Suite and Optimus / Suite 7 - DHTMLX

Underlining csv data that when opened is in one cell…without quotes then it’s many rows (cell)

Plugin_Output
"Plugin Output: 
  Path              : C:\Program Files (x86)\
  Installed version : 4.10.08025
  Fixed version     : 5.1.3.62",
"Plugin Output: 
  Path              : C:\Program Files (x86)\
  Installed version : 1.2.2.34.65464
  Fixed version     : 5.1.3.62.000.0.0.0"

Hello.

Referring to the linked post, the issue seems to fixed already.
Could you please, provide a complete demo or a code snippet with the example of the using data, where the problem can be reproduced locally?