Search found 3 matches

by wing_tong
Thu Mar 10, 2005 4:14 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: restrict line range problem
Replies: 8
Views: 224153

Thanks for you support.

Regards
by wing_tong
Wed Mar 09, 2005 4:27 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: restrict line range problem
Replies: 8
Views: 224153

Hi,

But isn't that each file should be processed individually?

What should I do, if I want to get the following result in File 2? (I get the following result when I run the filter for File 2 only)

CR:123
N, no result found


Regards
by wing_tong
Wed Mar 09, 2005 1:24 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: restrict line range problem
Replies: 8
Views: 224153

restrict line range problem

Hi,

Please help, whether I have encountered a bug or I have used a wrong filter (textpipe pro 7.2).

File 1:
CR:123
field 1, field 2, field3
field 11, field 22, field33

File 2:
CR:123

Filter:
>append footer "N, no result found"
>restrict to line 3 to end - 0
>> remove line matching "N, no result ...