Is there a way to extract the report as a csv with all columns wrapted in quotes rather than just he column whose content contains a comma?
Hello, mgrant1001.
A CVS file is when the data is separated by commas. This type of file is used when there is a lot of rows/data in the report. You will convert the data to Excel by using selecting the first column of the spreadsheet. Then DATA > Text to Columns > Delimited > Coma (,) as the separator > finished. Excel will separate the data into columns.
Does the above help you?