if the source file is
CID,CCODE,CONNDATE,CREATEDBY
0000000224,1000,20060601,CURA
0000000224,2000,20050517,AFGA
0000000224,3000,20080601,TUNE
0000000225,1000,20020601,CURA
0000000225,2000,20050617,AFGA
0000000225,3000,20080601,TONE
AND TARGET is oracle
following are the validations
cid loaded with unique records
leading zeors has to be deleted while loading cid in target
load only customer who got early connected to company
conn_date should be loaded into oracle date format
cid datatype is varchar2 in target
conn_date is data datatype
ccode is varchar2
0000000224,1000,20060601,CURA
0000000224,1000,20060601,CURA

Answer Posted / supriya

Use Sort stage to get unique recs,write a constraint in the
transformer to remove leading zeros by usig Trim
function.In XFM it sims we can change the datatypes of
required fields.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also

2738


What is difference between symmetric multiprocessing and massive parallel processing?

645


What are the primary usages of datastage tool?

617


which r the connectors used in san?

1783


What is the purpose of pivot stage?

597






Which algorithm you used for your hashfile?

681


Difference between ‘validated ok’ and ‘compiled’ in data stage?

663


How do u convert the columns to rows in datastage?

685


What is the difference between validated and compiled in the datastage?

693


What are the differences between datastage and informatica?

561


What is oci?

844


What are stage variables, derivations and constants?

656


How to RD using transformer?

851


How to convert RGB Value to Hexadecimal values in datastage?

3449


If you want to use a same piece of code in different jobs, how will you achieve this?

780