How to Seperating the header and trailor records from the input file?

If you have one input file it have some thousands of records then how to Seperating the header and trailor records from the input file?

Showing Answers 1 - 6 of 6 Answers

Sagar Sali

  • May 13th, 2015
 

1) If the header and trailor is denoted by some special separator like H or T, you can use filter by expression and condition like (rec_type != "H" and rec_type != T")

2) You can use 2 dedup component and in first comp, keep first and next use comp, keep last, so u can separate.

  Was this answer useful?  Yes

gouse

  • Nov 1st, 2015
 

Record identifier with reformat or deduo sort or filter by expression.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions