Results 1 to 2 of 2

Thread: File Parsing

  1. #1
    Join Date
    Jul 2009
    Location
    Hyderabad
    Posts
    28

    Post File Parsing

    Hi,

    My Input is a text file. I have used the file line tokenizer to divide the elements on the input lines.

    I can get n number of lines in a file. and each line length will be 300characters, if i get less than that i should be still able to parse the complete file and store null values in the POJO fields.

    Let me know your concerns.

    Thanks,
    Ramesh k

  2. #2
    Join Date
    Jul 2009
    Location
    Hyderabad
    Posts
    28

    Default

    Any help on file parsing, if i get empty fields in the expected values, the file should still be parsed , but the corresponding elements should have null value in the POJO

Posting Permissions

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