Encrypted File

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Nagac
Premium Member
Premium Member
Posts: 127
Joined: Tue Mar 29, 2011 11:39 am
Location: India

Encrypted File

Post by Nagac »

Hi

I have requirement to load files which have been encrypted by third party applications and Keys will be provided to ETL Team. So using those keys, Datastage need to read the data from file and load into table.

Is it possible in Datastage at all?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sure, if you can decrypt to standard out the Sequential File stage can read that input stream. Leverage the decryption tool in the Filter property of the stage so that it is not at rest in an unencrypted form.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply