Results 1 to 2 of 2

Thread: line feed in UNIX and Windows

  1. #1
    Join Date
    Mar 2010
    Posts
    2

    Default line feed in UNIX and Windows

    Hi gigs,

    pls clarify my doubt.
    we are doing FTP and decrypting a flatfile onto unix machine.
    If am using the same file for testing in windows, it is not reading file by using itemReader.If i edit the file and do tesing then it is working fine.
    So why it is behaving like that...i know this is because of Linefeed .
    pls clarify my doubt and how to resolve this issue.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,231

    Default

    It shouldn't be a line ending problem, unless your file has weird non-standard endings (the JDK BufferedReader should deal with non-native line endings).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •