I am process an input file by using the help from thread #thread271-930638. The problem is sometimes the input file has a blank line at the end. After everything is combined I will have data that looks something like this:
1234567This is a test spca10112004
12345 This is a test spca10112004
spca10112004
123 This is a test spca10112004
Notice the missing data. This is because the first file read in had a blank last line. I need to remove this line before using it as input to the next part of the process.
There could be over 50 files read in and combined together so that means there could be missing data in other places, I just produced this file for example purposes.
Thanks for all your help in advance.
Tom
1234567This is a test spca10112004
12345 This is a test spca10112004
spca10112004
123 This is a test spca10112004
Notice the missing data. This is because the first file read in had a blank last line. I need to remove this line before using it as input to the next part of the process.
There could be over 50 files read in and combined together so that means there could be missing data in other places, I just produced this file for example purposes.
Thanks for all your help in advance.
Tom