different xpaths for same columns

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
sravanthi
Participant
Posts: 83
Joined: Fri Jun 02, 2006 5:37 am

different xpaths for same columns

Post by sravanthi »

Hi all,

I have a scenario where i have to give different paths for the same columns like:

<DescriptionData>
- <bullet_point>
<value>col1</value>
<value>col2</value>
</bullet_point>
</DescriptionData>
- <AdditionalData>
- <target_bullet_point >
<<value>col1</value>
<value>col2</value>
</target_bullet_point>
- <AdditionalData>
The problem is if i give xpath for one set DescriptionData the output is comming correctly but if i include another xpath for the columns then o/p is not comming correctly.can any one suggest some solution for this.
sravanthi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can't you just 'clone' the columns to another set of columns for use by the second xpath expressions? :?
-craig

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