With out using Funnel Stage, how to populate the data from
different sources to single target
Answers were Sorted based on User's Feedback
Answer / sravanthi menam
Create schema file for all source files and take dataset to read the files and enable RCP.In output dataset give append mode
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the difference between validate and compile?
what are the different type of errors in datastage?
specify data stage strength?
how to write server Routine coding?
How to read multiple files at different directories using a single Sequential File stage in DS Enterprise Edition
how to convert rows into columns
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
What is the Difference between Change capture stage and Difference Stage ? What are its significance individually ?
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
What is the use of datastage designer?
What are data elements?
hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz