Search found 2 matches

by cgarciadesc
Tue Aug 10, 2010 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Digest C code
Replies: 3
Views: 2161

just4geeks wrote: Thanks Craig for the reply. I was however able to get a working MD5 C code and it worked.
Could you please share your code???

Thanks in advance!
by cgarciadesc
Wed Feb 25, 2004 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pivot Table - Row Counter
Replies: 2
Views: 1652

Pivot Table - Row Counter

How can I add a column that takes the number of the row for each key and column converted into rows :?:
e.g.

from this:
key, c1, c2, c3
A, 10, 20, 30

to this:
key, count, value
A, 1, 10
A, 2, 20
A, 3, 30