This _vbscript_ file will do it.  You can use the LAUNCH command to execute it from within R:BASE.  Replace "test.csv" with the name and path to your target file.

set fso=CreateObject("Scripting.FileSystemObject")
Set fleMyFile=fso.OpenTextFile("test.csv",8,True)
fleMyFile.WriteLine("")
fleMyFile.close

    Let me know if you have any questions.

                                                            Thanks,
                                                            Jason
Jason Kramer
University Archives and Records Management
002 Pearson Hall
(302) 831 - 3127 (voice)
(302) 831 - 6903 (fax)

On 3/5/2012 3:06 PM, Dick Fey wrote:
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





Reply via email to