Search found 3 matches

by bone
Thu Jun 28, 2007 7:38 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Extract irregular patterns
Replies: 5
Views: 10282

In the forum or directly? Which address?
Thanks
by bone
Thu Jun 28, 2007 5:00 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Extract irregular patterns
Replies: 5
Views: 10282

Thanks a lot!!
Each of my items now start with a ~ and my seach code is


[longest 1+ not '~']
[capture(8digits)]
[capture('Guidelines', 4chars)]
[capture('Changes based on', 5chars)]


My 'Replace with' is


####1-$1
####2-$2
####3-$3

unfortunately, the result comes up empty - although the ...
by bone
Wed Jun 27, 2007 5:28 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Extract irregular patterns
Replies: 5
Views: 10282

Extract irregular patterns

Hi,
I'm new to TextPipe and seem to have started out with a particularly tricky problem. I need extract data for statistical analysis from a text document.

Lets say, I'm looking for information AAA and BBB for each item ###.
The structure of the text ist the following:

item###1
<junk>
AAA

item ...