Hi all, can u explain header and trailer records in file?
If a file has header and trailer /master-detail records how
will you read it in datastage?
Answers were Sorted based on User's Feedback
Whenever there is any header and footer with file, those must identifiable like First line will be header or last line will be footer or by some column info (row type)
so if data follows first criteria, use unix or datastage head and tail to extract those
thanks
www.datagenx.net
| Is This Answer Correct ? | 2 Yes | 0 No |
Header: is nothing but Column names/Structure of the table
trailer: is something like FOOTER of the page/file
if file has Header, while reading the file set 'TRUE' for
'First Line is Column names'--
If set true, the first line of a file contains column names on
writing and is ignored on reading.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sreeni
We can use Read Method:Whether to specify filename:"Path"
Options we can use filter option to remove header & footer
using unix command "sed 1d;$d"
| Is This Answer Correct ? | 1 Yes | 0 No |
how many write modes are there in ds
How to reverse the string using SQL?
What are the some differences between 7.x and 8.x version of datastage?
What is a quality stage in datastage tool?
Explain datastage architecture?
detail about sdlc
what is a force compile
How to RD using transformer?
What is exact difference between Parallel Jobs and server Jobs..
how can u connect the client system directly at any time?
Difference between server jobs & parallel jobs?
What is the difference between Link collector and Funnel Stages?