Hello,
I am going to have hundreds of text files that I will be merging into a single text file. All of the files contain this line of text:
How can I read the "5" next to Qty and total that up from the combined text file? Every line will be formatted the same aside of the date/time and part number in the beginning. I will be using this to total up the qty of parts produced per day.
I was hoping I could find a small script to do this instead of loading the file into Excel and doing it that way. Thanks in advance for any help.
I am going to have hundreds of text files that I will be merging into a single text file. All of the files contain this line of text:
Code:
4-956170-10,Qty:,5,Dropped:,5/14/2014 1:59:36 PM,Completed:,5/14/2014 2:00:39 PM
How can I read the "5" next to Qty and total that up from the combined text file? Every line will be formatted the same aside of the date/time and part number in the beginning. I will be using this to total up the qty of parts produced per day.
I was hoping I could find a small script to do this instead of loading the file into Excel and doing it that way. Thanks in advance for any help.