Search found 2 matches

by hr
Mon Aug 23, 2004 2:59 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Problem with restrict to lines not matching
Replies: 2
Views: 11633

Problem with restrict to lines not matching

I got a problem with restrict to lines not matching.

Restrict line not matching [ > ]
Sub filter Search & replace (Perl Pattern) :
Find pattern :
arp who-has (.*) tell (.*)

Replace
$2,$1,

Sample data:
arp who-has 10.20.1.19 tell bigswitch
linuxbox.50071 > domaincontroller.domain

The result is ...
by hr
Wed Jul 21, 2004 11:41 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How to combine 2 filters (extract)
Replies: 0
Views: 16256

How to combine 2 filters (extract)

Hi,

I am trying to use Textpipe Pro (evaluation), I usually use AWK.

Trial data
2048889V3 :3x 8may04 :COMMODORE
2150633V2 :3x 8may04 :FORD
2066691V1 :16,17,18,30apr04 1,2,8,9,10may :FORD

Expected Output
2048889V3,8may04
2150633V2,8may04
2066691V1,30apr04

I have created 2 filters (extract matches ...