Reading serialized Blobs & Deserialize the blob

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
pankajg
Participant
Posts: 39
Joined: Mon Jun 05, 2006 5:24 am
Location: India

Reading serialized Blobs & Deserialize the blob

Post by pankajg »

We are reading a blob from Microsoft SQL Server which has serialized information. I need to read this blob - de-serialize this blob ( I have the schema for the serialized blob) and store this into Netezza DB. At a conceptual level - i understand that I would need to read this blob, de-serialize the same using some program/script and possibly send it to database tables. Since we are using DS to read the blob, i wanted to know if DS has any capabilities to help me execute this.

Thanks
Pankaj
Failures push you towards Success.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DataStage has no in-built capacity for dealing in any way with BLOBs.

If you have a command-line utility for de-serializing the BLOB then, since you have a Windows server for DataStage, you may be able to invoke that utility through a Command stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply