Lysine

Lysine is an SSIS (SQL Server Integration Services) custom component that enables the inline conversion from EBCDIC (including redefines and packed decimal fields) into an ASCII byte stream to use within the pipeline in your SSIS package.

Getting Started

The major benefits of Lysine are two-fold:

  1. It saves you from having to write a pre-processor to unpack and convert the binary data.
  2. It prevents you from having to pre-process the data saving an extra, and many times costly, trip through the data.

Features

  • Conversion of EBCDIC Field Types
    • Comp3
    • Zoned
    • Redefines
    • Occurs
    • Occurs Depending On
  • Realtime preview of data as file definition is setup in an intuitive UI
  • Inline processing of data -- a single pass through the data.