When I downloaded a text file from the server.
- If I open the same file in normal notepad. I am getting all text in one Line.
- If I open the same file with other editor I am getting in proper format.
Example : test.txt in normal notepad
123456789012|24-02-2015 15:48|Balance Enquiry|Failure123456789012|24-02-2015 15:48|Balance asking|Failure123456789012|24-02-2015 15:48|Balance checking|Failure123456789012|24-02-2015 15:48|Balance finding|Failure
test.txt in in other editors like notepad++,wordpad etc
123456789012|24-02-2015 15:48|Balance Enquiry|Failure
123456789012|24-02-2015 15:48|Balance asking|Failure
123456789012|24-02-2015 15:48|Balance checking|Failure
123456789012|24-02-2015 15:48|Balance finding|Failure