Log Parsing using split

2006-05-19 Thread Jeff Stout
I need help in extracting specific data from log files. The log file has 51 fields I only need 11 fields from that file. I need to open to a new file output with only the data from the 11 fields. The new file will be specific to the customers. I have 10-20 customers in each log file I need to

Re: Log Parsing using split

2006-05-19 Thread John W. Krahn
Jeff Stout wrote: I need help in extracting specific data from log files. The log file has 51 fields I only need 11 fields from that file. I need to open to a new file output with only the data from the 11 fields. Your code doesn't show which eleven fields you want to output. The new file