If you're exporting as CSV, the last line should already be terminated with CR LF.
If you're using UNLOAD AS CSV and need an extra CRLF you can just: WRITE '' before setting your OUTPUT back to SCREEN. -- Larry ________________________________ From: Dick Fey <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Monday, March 5, 2012 3:06 PM Subject: [RBASE-L] - CSV question We upload a file monthly to our State sales tax department as a CSV file. They need a carriage return (enter?) at the end of the last line. We have to edit the file and add it manually. Anyone know how to insert it automatically ? Dick Fey Carpet Broker

