I have a source like file it have Number of records and i want to load without first and last records in target?Datastage?
Answer Posted / srinu
using external filter
in this we use command sed -n '1d,
$d'(this is unix command we use we get answer)
(or)
we use command tail +2 |sed -n '$d'
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is a folder? Difference types of stages?
Can you explain repository tables in datastage?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
Where the datastage stored his repository?
hi iam new to this tooliam cmpltied to know abt datastage so now iam in project tell me whole step by step what iam doing iwnt to go with exp so plz hlp me pals
what are the errors,warnings in datastage
What are the functionalities of link partitioner?
What is merge stage?
Name the different sorting methods in datastage.
Differentiate between odbc and drs stage?
Describe link sort?
How a routine is called in datastage job?
What are the partitioning techniques available in link partitioner?
What is the difference between datastage and informatica?
What is the difference between passive stage and active stage?