The Georgia
The Georgia

Reputation: 1075

Mule esb file compression/encode and de-compress/decode

I want to use Mule esb to transfer files between Magento and OFbiz. I know hot to use mule to transfer flat files between systems, but could not find helpful tutorial or info on how to use Mule to compress and encode files to be transferred, and also to decompress and decode received (compressed/encoded) files on the other end.

Upvotes: 0

Views: 654

Answers (1)

codehammer
codehammer

Reputation: 885

You can use Mule's gzip-compress-transformer for compression and gzip-uncompress-transformer to decompress. What encoding and decoding mechanims you are refering to ?

Upvotes: 1

Related Questions