if a column contains data like
ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to
place names separated by commas in another columns how can
we do?
Answer Posted / swapnil
By using stage variable in transformer
stg_name='' ( initialize)
stg_name=input.name : " , " : stg_name
_________
Transformer derivation
stg_name --> Target_name
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What a datastage macro?
What are the components of ascential data stage?
Define Merge?
How many types of stage?
What is the use of datastage designer?
What can we do with datastage director?
What are the types of containers and how to create them?
What is difference between symmetric multiprocessing and massive parallel processing?
Which algorithm you used for your hashfile?
How to reverse the string using unix?
What is aggtorec restructure operator?
how to export or import the jobs in .ISX file
What is a merge in datastage?
Hi All , in PX Job I have passed 4 Parameters and when i run the same job in sequence i dont want to use those parameters , is this possible if yes then how
Distinguish between informatica & datastage. Which one would you choose and why?