zales33: -------------------------------------------------------------------------------- ...I have opened my .csv file...
100000.00,,,100235,0,2345.98,CAD,November ABDDGHEF.00,,10002533,,0,64529.53,CAD,December ...My goal is to have the lines look like this: "100000.00",,,100235,0,2345.98,CAD,November "ABDDGHEF.00",,10002533,,0,64529.53,CAD,December -------------------------------------------------------------------------------- In this case maybe it's a better idea to open your csv with OOo calc and save in another format. When using _save as_ you can choose the field delimiter as well as the text delimiter. I don't know what you wanna do with your csv and why some values have to be encapsulated by quotes, but if you plan to continue working on your csv with PHP or JS, you don't need to modify it with PSPad. You then can use split() (JS), explode() (PHP) or simular functions to seperate your values. -- <http://forum.pspad.com/read.php?2,63956,63989> PSPad freeware editor http://www.pspad.com