Convert old TextPipe filters to new JSON format

Get help with installation and running here.

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

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

Convert old TextPipe filters to new JSON format

Post by DataMystic Support »

Using a DOS or PowerShell loop, you can iterate over existing *.fll files, and use a command line similar to the following to save all filter files in the new format.

Code: Select all

         for %f in (*.fll) do "c:\program files\datamystic\textpipe.exe" "/f=%" /savefilter /q
Post Reply