I have a test file where the last line and the first line of each page read like this:
103 ER8639 LAS VEGAS NV89119
PAGE 2
I would like to remove the form feed (?) character (char 12). I can split the file at that character but I am having trouble removing the character.
Does anyone have any ideas?
Remove form feed characters
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Won't remove form feed charcters
I'm having a problem removing form feeds. I used the information noted here (seems simple enough), but I can't get it to work.
The trial output looks fine, but the actual file saved still has the form feeds in it. I've even tried replacing the form feeds with something like @@@ and then removing @@@, but the form feeds still end up in the saved output file.
Any help would be appreciated.
Dan
The trial output looks fine, but the actual file saved still has the form feeds in it. I've even tried replacing the form feeds with something like @@@ and then removing @@@, but the form feeds still end up in the saved output file.
Any help would be appreciated.
Dan
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Simon,
I figured out yesterday that I could replace the Form Feed (\f) with a carrage return (\n) and could get the results I needed.
Today I tried to recreate the problem I had to test out your comments, and it now it works just fine - go figure. I was using the Replace/Find Exactly filter, but then changed the action to 'Remove' instead of just replacing it with a blank.
That's the story of my life, if something breaks, it will only do it when you don't want it to.
Thanks,
Dan
I figured out yesterday that I could replace the Form Feed (\f) with a carrage return (\n) and could get the results I needed.
Today I tried to recreate the problem I had to test out your comments, and it now it works just fine - go figure. I was using the Replace/Find Exactly filter, but then changed the action to 'Remove' instead of just replacing it with a blank.
That's the story of my life, if something breaks, it will only do it when you don't want it to.
Thanks,
Dan
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact: