RasCSVExpOpts.Delimiter = "#$%";
the above do replaces the string fields delimiter with #$%
I tried everything else to remove the default doublel quote and nothing worked:
RasCSVExpOpts.Delimiter = null;
RasCSVExpOpts.Delimiter = "";
RasCSVExpOpts.Delimiter = "\0";
I am stuck !!