Extract Text around a keyword

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
roony
Posts: 1
Joined: Tue Jul 22, 2008 5:27 am

Extract Text around a keyword

Post by roony »

hi,
I'm trying to extract about 10 lines around a $ sign including the price & all text about 10 lines from the keyword & 10 lines in front of the $ sign, basically all the text upto 10 lines before the $ sign & all the text upto 10 lines after the $ sign

thnx
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Extract Text around a keyword

Post by DataMystic Support »

Use Filters\Extract\Extract lines matching (grep)

with text of

Code: Select all

\$
and set the context lines to 10 before and 10 after.
Post Reply