I have a file it contain 2 records like empname,company as
Ram, Tcs and Ram, IBM. But i want empname,
company1,company2 as Ram, TCS,IBM in the target. How?

Answer Posted / vinod upputuri

Venkatesh is Absolutely right but unfinished. After remove
duplicate stage we have to use either column import stage or
transformer stage.

SEQ>>>TRANS>>>REMOVEDUPLICATE>>>COLUMNIMPORT/TRANSFORMER>>>TARGET

if Transformer: use field function in derivation

for company1: field(company,',',1)
company2: filed(company,',',2)

for column import stage: specify the key column: company
default delimeter: ','
columns: company1 and company2

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of datastage designer?

634


What is the difference between odbc and drs stage?

637


im new to this tool im now at project plz tell me step by step process how to design plz help me i wnt to go with exp for job plz give me d proper design and explination

1627


What is the flow of loading data into fact & dimensional tables?

590


What is the command line function to import and export the ds jobs?

679






What are data elements?

655


Can you highlight the main features of ibm infosphere information server?

635


What are the enhancements made in datastage 7.5 compare with 7.0?

707


What is the purpose of pivot stage?

602


Describe link sort?

639


What is the difference between the local container and shared container?

643


What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?

1633


What are the important features of datastage?

616


i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu

2269


Nls stands for what in datastage?

726