Find / replace

Get help with installation and running here.

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

Post Reply
NorseMan
Posts: 1
Joined: Fri Jun 01, 2007 4:53 pm

Find / replace

Post by NorseMan »

I was wondering if this example is possible:

If a character in column 50 equals x then add character y in column 30 in the same line?
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Yes, use a Restrict to Lines Matching, with a perl pattern of
^.{49}x

and inside this, an Insert Column filter.
Post Reply