Page 1 of 1

Find / replace

Posted: Fri Jun 01, 2007 5:09 pm
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?

Posted: Mon Jun 04, 2007 8:33 am
by DataMystic Support
Yes, use a Restrict to Lines Matching, with a perl pattern of
^.{49}x

and inside this, an Insert Column filter.