Search found 5 matches
- Tue Oct 19, 2010 1:46 pm
- Forum: General
- Topic: Delete records from input file
- Replies: 0
- Views: 296
Delete records from input file
I have a text file where each record is just numbers, i.e. 008038435910072545789. I would like to delete records in this file based upon records in another file. Is this possible to do with TextPad/WildEdit?
- Thu Mar 11, 2010 3:12 pm
- Forum: General
- Topic: file parsing
- Replies: 6
- Views: 5815
Sample data
Thanks for that Mike. Sample data is below. What I want to really do is search a log file. When the string "Transaction0019 Request" is found, ideally I would like to capture that line and the next 24 lines (through OrderNo). What makes it even more difficult is if that can be done, I would ideally ...
- Thu Mar 11, 2010 12:00 am
- Forum: General
- Topic: file parsing
- Replies: 6
- Views: 5815
- Wed Mar 10, 2010 11:53 pm
- Forum: General
- Topic: file parsing
- Replies: 1
- Views: 483
file parsing
I have a file I would like to search for a given value and once found -- bookmark that line and the next 25 lines from the file. Is that at all possible? Appreciate the help!
- Wed Mar 10, 2010 11:44 pm
- Forum: General
- Topic: file parsing
- Replies: 6
- Views: 5815
file parsing
I have a particular problem where I need to extract 3 fields from a log file. Not sure if I can attach that or not, but it has a lot of record-structure like rows of data. Basically I want to extract if possible the "CustomerNo:", "OrderNo:" and "CcNum:" fields. Hard to explain w/o providing a ...