How to batch edit Textpipe FLL filters themselves
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
-
- Posts: 20
- Joined: Fri Jun 05, 2009 11:11 pm
How to batch edit Textpipe FLL filters themselves
I now have several hundred FLL filters, and need to do a whole load of text replaces of the contents of these filters. Is there any way to achieve this, for example using a Textpipe filter on them ? The FLL files are clearly not plain text, and they also do not appear to be binary (so ticking the Process binary files option doesn't work). Since I don't actually know what animals these FLL filters are (not plain text, not binary, so what are they?) I can't even focus locate some sort of search mechanism (like PowerGrep) that will at least find the FLL filters that contain various text strings that I want to replace. So I am at a loss ...
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: How to batch edit Textpipe FLL filters themselves
An approach I have used in the past, is to use the TextPipe COM object to load each filter, spit it out to vbscript form (where the vbscript code can rebuild the filter exactly). Search/replace the vbscript, then run each vbscript to rebuild the filter and save it.
The files are essentially binary.
We are moving to XML for a future release, just not there yet!
The files are essentially binary.
We are moving to XML for a future release, just not there yet!