Hi All, I have a file. i need to fetch the records between
first and last records by using transform stage.
EX:-
Source:
EMPNO EMPNAME
4567 shree
6999 Ram
3265 Venkat
2655 Abhi
3665 Vamsi
5852 Amit
3256 Sagar
3265 Vishnu
Target:
EMPNO EMPNAME
6999 Ram
3265 Venkat
2655 Abhi
3665 Vamsi
5852 Amit
3256 Sagar
I dont wan't to Shree and vishnu records.we can fetch
another way also but How can I write the function in
transform stage?
Answer Posted / subhash
In the transformer stage's link constraints:
write below constraint
@INROWNUM <> 1 And @INROWNUM <> LastRow()
then you will get the desired out put.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Different ways a project can be moved to production ?...example ….export-import and Version control.
What are the functionalities of link collector?
Define repository tables in datastage?
Define Data Stage?
Difference between data warehousing and olap?
What are the functionalities of link partitioner and link collector?
what is 'reconsideration error' and how can i respond to this error and how to debug this
describe the Steps to confiure a Qlogic switch
how to connect source to db?generally what r stages u used? how to find the data is having delimiter format?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
Why do you need stage variables?
On which interface you will be working as a developer?
What are the types of views in datastage director?
What a datastage macro?
What is the difference between account and directory options ?