in sequtial file 2 columns avaliable,iwant only one column
load the target how do it.
Answers were Sorted based on User's Feedback
Answer / babloo
inspite of all you can use the copy stage and simply map
the required column to the output.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / ashok
we can do it using copy or modify, using the copy is better
bcoz it gives the performance
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / siva
good answer is
using copy stage because of performance wise
other wise
u can also use
xfm,modify stages
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / radhakant kumar
you can use unix command in sequential file or in
transformer stage u can do this in sequential firl u will
get filter option there u can use (cut comand to cut
particular columns)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / yarramasu
sorry for the above answer we can not use merge stage we
can use modify stage and drop unwanted columns and we can
also use transformer stage in this stage we have to do
which columns do u want that columns only u can drag from
source to target sorry for above answer
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sravanthi menam
performance wise use copy or modify stage(Keep column).
Transformer also we can use
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ritesh kumar chatterjee
Use Copy Stage and drag and drop the required columns @target
Very Easy way :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sai
we can do it many ways.
But performance wise copy stage is good.Merge stage also
quite ok.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / yarramasu
we can use merge stage and drop unwanted columns and we can
also use transformer stage in this stage we have to do
which columns do u want that columns only u can drag from
source to target
| Is This Answer Correct ? | 0 Yes | 8 No |
how to identifie,is it innerjoin,leftouter join in lookup?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
How do you get log info into a file?
CAN WE DECLARE DATASET SET WITH OTHER THAN .DS EXTENTION OR NOT IF YES WHAT IS THE DIFFERENCE U FIND?IF NOT WHY?
How can we run same job in 1 day 2 times
What is the use of datastage designer?
In my project source data comes from MAINFRAME in files.so,This time data is coming as a binary file...I know for binary data we use Complex flat file stage..I have used it also..but on 'view data' data is not coming correctly..as it in MAINFRAME.give me some ideas..
Explain the importance of surrogate key in data warehousing?
If you want to use a same piece of code in different jobs, how will you achieve this?
what r the stages mostly used in realtime scenarios
How many number of reject links merge stage can have?