TextPipe 9.7 - New EasyPatterns for file-handling, improved

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:

TextPipe 9.7 - New EasyPatterns for file-handling, improved

Post by DataMystic Support »

* Mainframe copybook filter now allows pass-thru EBCDIC data ie BINARY data
e.g. using PIC X(48) USAGE IS BINARY.
Mainframe copybook filter now does not insert a null (\x00) character after
fields in Fixed Width mode.
Invalid copybooks now send errors to log when running from command line.
* New EasyPatterns:
[Drive] e.g. C: E: -> returns drive letter in @drive@
[Folder] e.g. \My Documents\ -> returns 'My Documents' in @folder@
[Path] e.g. d:\My Documents\ -> returns 'd:\My Documents' in
@drive@ and @path@
[UNCPath] e.g. \\server\share\path\filename -> returns @server@,
@share@ and @path
[Filename] e.g. testdocument.doc -> returns @filename@
* Unicode conversion filter did not retain the Error Character if the Input or
Output encodings were not changed.
* Hidden worksheets are now ignored by the Excel to Text filter.
* Split filter now cleans up its temporary files.
Post Reply