[vox-tech] CSV with rogue EOLs

2003-10-16 Thread Bill Kendrick
Has anyone got a Perl or sed script handy that can take a CSV (comma-separated values) text file like this: 1234,Hello,ABCD 1235,Hello there,XYZ 1236,Goodbye, and make it look like this: 1234,Hello,ABCD 1235,Hello there,XYZ 1236,Goodbye, e.g., wherever there are EOLs

Re: [vox-tech] CSV with rogue EOLs

2003-10-16 Thread David Hummel
On Thu, Oct 16, 2003 at 06:24:32PM -0700, Bill Kendrick wrote: Has anyone got a Perl or sed script handy that can take a CSV (comma-separated values) text file like this: 1234,Hello,ABCD 1235,Hello there,XYZ 1236,Goodbye, and make it look like this: 1234,Hello,ABCD

Re: [vox-tech] CSV with rogue EOLs

2003-10-16 Thread Samuel N. Merritt
On Thu, Oct 16, 2003 at 06:24:32PM -0700, Bill Kendrick wrote: Has anyone got a Perl or sed script handy that can take a CSV (comma-separated values) text file like this: 1234,Hello,ABCD 1235,Hello there,XYZ 1236,Goodbye, and make it look like this: 1234,Hello,ABCD