where we use column generator stage in real time scenario?
Answer Posted / vishwanath
Suppose consider a situation wherein u need to join two
tables A and B but u don hve a same key column in both the
tables. U can use column generator for generating a DUMMY
column (key column) and perform joining.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can one find bugs in job sequence?
What is the sortmerge collector?
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
Can you explain tagbatch restructure operator?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
How to reverse the string using unix?
What all the types of jobs you developed?
what is 'reconsideration error' and how can i respond to this error and how to debug this
Nls stands for what in datastage?
how do u catch bad rows from OCI stage? And what CLI stands for?
How we can covert server job to a parallel job?
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
What are the main features of datastage?
if i have two tables table1 table2 1a 1a,b,c,d 1b 2a,b,c,d,e 1c 1d 2a 2b 2c 2d 2e how can i get data as same as in tables? how can i implement scd typ1 and type2 in both server and in parallel? field1 field2 field3 suresh , 10,324 , 355 , 1234 ram , 23,456 , 450 , 456 balu ,40,346,23 , 275, 5678 how to remove the duplicate rows,inthe fields?
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?