in reply to Re^2: How to display first line of each record using the question code
in thread How to display first line of each record using the question code

> It's unclear to my why this tread was started.

His style reminds me of a troll like regular here who constantly shifts identities and denies collaboration.

Beware of your hand while feeding! =)

  • Comment on Re^3: How to display first line of each record using the question code

Replies are listed 'Best First'.
Re^4: How to display first line of each record using the question code
by SatisfyMyStruggles (Initiate) on Jun 05, 2013 at 23:14 UTC

    I just wanted to say the problem was with the data file having \r\n that was created on a windows system and later copied over to a unix systems. Using notepad++, I was able to search \r\n and replace with \n ... I would like to thank everyone for understanding the problem and support..