LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 12 May 2004 15:47:23 -0700
Reply-To:     cassell.david@EPAMAIL.EPA.GOV
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "David L. Cassell" <cassell.david@EPAMAIL.EPA.GOV>
Subject:      Re: exporting to text file without quotes
Content-type: text/plain; charset=US-ASCII

Kerri Rivers <kerrir@PRB.ORG> replied: > ah, thanks. good to know it's the semicolon that's causing the double > quotes. thanks for your suggestion as well.

If there is *any* chance of a comma showing up in your strings, then you should welcome those quotes. The quotes are easy to strip out after the fact, but ensure proper parsing by whatever has to read your CSV file afterward. An unquoted comma will play havoc with anything that (or anyone who) has to parse the file later.

HTH, David -- David Cassell, CSC Cassell.David@epa.gov Senior computing specialist mathematical statistician


Back to: Top of message | Previous page | Main SAS-L page