i have source data like
empno,enmae
11 ,aa
12 ,bb
i want output like
empno,ename
11 ,aa
12 ,bb
11 ,aa
12 ,bb
Answer Posted / amit
read the file from sequential file stage, use a transformer in between, write the same data to the same file using sequential file stage as target by setting option to - load file in append mode.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
client know skid info?
Describe stream connector?
What are iconv and oconv?
which r the connectors used in san?
What is the difference between passive stage and active stage?
What is the difference between an operational datastage and a data warehouse?
What is datastage?
Can we use target hash file as a lookup ?
What is difference between join, merge and lookup stage?
Why do we use link partitioner and link collector in datastage?
EXPLAIN SCD
What is datastage engine?
How do u convert the columns to rows in datastage?
what is flow of project?
how many rows sorted in sort stage by default in server jobs