CSV Double Quotes numeric values

How do you export a BAQ as a csv so that numeric field values have double quotes with pipe delimited? The character fields default with double quotes correctly but the numeric fields do not.

2021|“Freight Account”|123.45| should be “2021”|“Freight Account”|“123.45”

You could try creating calculated fields for each numeric and cast to a string (nvarchar)