|
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. |
- [RBASE-L] - Re: CSV question Jason Kramer
- [RBASE-L] - RE: CSV question Dennis McGrath
- [RBASE-L] - Re: CSV question Lawrence Lustig
- [RBASE-L] - Re: CSV question Dick Fey
- [RBASE-L] - Re: CSV question Stephen Markson

