Results 1 to 3 of 3

Thread: Spring Batch xml item reader

  1. #1
    Join Date
    Sep 2010
    Posts
    5

    Default Spring Batch xml item reader

    Hi,

    I am looking into Spring Batch solution to read large xml files with multiple level nested fields. The example given by Spring Batch is StaxEventItemReader which is said (and apparently) not able to handle such cases. I read comments saying I have to customize the ItemReader. Does anyone has such experience? Or would it be more appropriate to customize Unmarshalelr or FragmentReaderEventReader? Please enlighten me.

    Thanks,
    Simon

  2. #2

    Default

    See the recent thread: Reading mutilple element types with StaxEventItemReader

    Jeff

  3. #3
    Join Date
    Sep 2010
    Posts
    5

    Default

    Thanks. I am making progress by reading through different materials and able to achieve most except the attribute of an element. I will keep on trying. And look forward to your solution too.

    Quote Originally Posted by uradhalat View Post
    ok i m ready to wrk on this issue pleese let me inform via mail

Tags for this Thread

Posting Permissions

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