HTML generation

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
gowrishankar_h
Participant
Posts: 42
Joined: Wed Dec 26, 2012 1:13 pm

HTML generation

Post by gowrishankar_h »

Hi,

I want to generate a html file from the out of transforemer....It they any way or stage to generate this like xml generation from xml output stage?


Thanks,
Gowri
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not really, unless you create your own stage (BuildOp). On the other hand, you could use the Transformer stage itself to create HTML beginning and end tags for each field, particularly if the structure is simple.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Generate one large column as a varchar. Generate the header in one link the trailer html in another link and what Ray says in a third link. Run all three into a funnel stage. Add a column to sort by so the header comes out first and the trailer last. Call it ROW_TYPE. So header = 1, Rays = 2 and trailer = 3. Just output to a sequential file.
Mamu Kim
Post Reply