Trimming Files

2001-12-11 Thread C. Hatton Humphrey
Does anyone have a quick way to trim extra lines from a text file? I have an app that uploads a text file and processes it as a TSV file, but some users are exporting from MS Access, which is adding some extra line feeds to the end. Any suggestions? C. Hatton Humphrey, Developer Fisher, Towne

Re: Trimming Files

2001-12-11 Thread cftalk
PROTECTED] Sent: Tuesday, December 11, 2001 8:40 AM Subject: Trimming Files Does anyone have a quick way to trim extra lines from a text file? I have an app that uploads a text file and processes it as a TSV file, but some users are exporting from MS Access, which is adding some extra line

RE: Trimming Files

2001-12-11 Thread Steve Martin
Or just use Trim() on the variable containing the file content and then write it out again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 14:44 To: CF-Talk Subject: Re: Trimming Files Depending on what line separator(s) are used

Re: Trimming Files

2001-12-11 Thread Jochem van Dieten
C. Hatton Humphrey wrote: Does anyone have a quick way to trim extra lines from a text file? I have an app that uploads a text file and processes it as a TSV file, but some users are exporting from MS Access, which is adding some extra line feeds to the end. Any suggestions? Read it,

Re: Trimming Files

2001-12-11 Thread BILLY CRAVENS
: Trimming Files Does anyone have a quick way to trim extra lines from a text file? I have an app that uploads a text file and processes it as a TSV file, but some users are exporting from MS Access, which is adding some extra line feeds to the end. Any suggestions? C. Hatton Humphrey