I'm exporting a grid to CSV. I've noticed when a value is null or blank, the resulting value is space. Using <ExportSettings Csv-EncloseDataWithQuotes="true" /> a blank value shows up as " " vs. "".
Is there a setting that can change this behavior? The files are being uploaded to another 3rd party tool, and a single space is not a valid option.