Good evening Datagrunt
Quote Originally Posted by Datagrunt View Post
I have a script I am running that outputs CSV files. If I open it in notepad++, everything is parsed correctly. Values with commas are protected within the quotes that are added in the script. However, Excel does not recognize the quotes
Are you wanting to create the .csv files without quotes? What code are you using at the moment? Are you using Save As ... .csv, or are you using the Write# / Print# commands. If the former, you will need to use the latter, if the latter, you will need to use Print# command, as Write# will put each discrete set of data within quotes.

HTH

DominicB