Thank you.
Jerry
Search found 7 matches
- Sat Jun 11, 2016 2:58 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
- Replies: 6
- Views: 13102
- Sat Jun 04, 2016 2:29 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
- Replies: 6
- Views: 13102
Re: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
TextPipe is designed to process Unicode text files - not MS Word documents. The search feature in MS Word has many pattern types that are foreign to TextPipe. It's not clear why you assumed otherwise. David David: I find your responsive offensive. You are making an entirely unwarranted and incorrec...
- Sat Jun 04, 2016 2:22 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
- Replies: 6
- Views: 13102
Re: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
The pattern was developed in Word 2016. The files it is being run against in TextPipe are text files. Here is the pattern as developed in Word 2016: \<html\>\<head\>\<title\>*\<CENTER\>\<B\>\<FONT SIZE=+1\> Here is the text it is intended to locate: = = = = = = = = = = <html><head><title>CM/ECF LIVE...
- Sun May 29, 2016 5:15 pm
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: MS Word-style pattern works in Word 2016, not TextPipe v9.9.
- Replies: 6
- Views: 13102
MS Word-style pattern works in Word 2016, not TextPipe v9.9.
This pattern works fine in Word 2016, but not at all in TextPipe v9.9:
\<html\>\<head\>\<title\>*\<CENTER\>\<B\>\<FONT SIZE=+1\>
Why not?
Jerry
\<html\>\<head\>\<title\>*\<CENTER\>\<B\>\<FONT SIZE=+1\>
Why not?
Jerry
- Mon Nov 02, 2015 9:06 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Find subject, extract X characters before and Y characters after
- Replies: 1
- Views: 5050
Find subject, extract X characters before and Y characters after
I want to search a 200+ GB file for specific targets (i.e., "jsmith@zmail.com"). When a target is found, I want to extract X characters before the target and Y characters after. Thus the results might look something like ("abcd" . . . [80 characters] . . . jsmith@zmail.com . . . ...
- Mon Nov 02, 2015 9:01 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Max file size for Unicode-ASCII conversion
- Replies: 1
- Views: 5095
Max file size for Unicode-ASCII conversion
I have a 200GB raw data file (hard drive contents) and I want to convert from Unicode to ASCII.
Can TextPipe v9.9 do this in one pass?
Jerry
Can TextPipe v9.9 do this in one pass?
Jerry
- Wed Apr 08, 2015 8:26 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Extracting text between BeginPoint and EndPoint
- Replies: 1
- Views: 5550
Extracting text between BeginPoint and EndPoint
I have hit a stone wall in trying to accomplish the following in TextPipe. I want to extract everything from "<td valign=top><B>Any Name</B>" through at least the first instance of "<BR><I>(Plaintiff)</I></td>". (It would be nice if I could extract through the last instance, but ...