How to Export a data table to a CSV where all data values are in double quotes
Is there a way to change the export settings so that all values in the resulting CSV file are enclosed with double quotes?Current output example: 1000,AA,Room,8,Center,...Desired output example: "1000","AA","Room","8","Center",... I pulled this script from a related post, but can't seem to find the correct settings to make it work: dt = Current Data Table(); // Get current prefs current_pref = Cha...
ckerr
vince_faller