Search found 4 matches
- 09 Feb 2012 08:10
- Forum: DOS Batch Forum
- Topic: Parsing Text File
- Replies: 8
- Views: 14717
Re: Parsing Text File
Thanks for taking interest in the post: The file looks like this. Data Data Data Data Data Data Data Data Data Data Data -------------------------------------------------------- Year end total -------------------------------------------------------- 1. Dr. A 45654 66525 6652 2. Dr. B 54545 5545 5545...
- 06 Feb 2012 08:25
- Forum: DOS Batch Forum
- Topic: Parsing Text File
- Replies: 8
- Views: 14717
Re: Parsing Text File
Thanks for the reply but I'm wondering why the codes is not working for me?
- 30 Jan 2012 08:04
- Forum: DOS Batch Forum
- Topic: Parsing Text File
- Replies: 8
- Views: 14717
Re: Parsing Text File
Yes it ends at the first empty line which is a problem for me. Can you please suggest how to fix that. I'm new to this thus please guide me to the process the batch file is doing. Thanks for your help Also, if multiple files in a folder can be parsed. Files like input1, input2, input3 ect and output...
- 27 Jan 2012 10:22
- Forum: DOS Batch Forum
- Topic: Parsing Text File
- Replies: 8
- Views: 14717
Parsing Text File
I want to parse file based on starting line text and ending line text. File looks something like,
Year end
123 555 666
456 546 656
Total
Can I parse text starting from year end to totals? I would appreciate DOS batch file to do this. Thanks
Year end
123 555 666
456 546 656
Total
Can I parse text starting from year end to totals? I would appreciate DOS batch file to do this. Thanks