Results 1 to 2 of 2

Thread: Writing to several small-sized files

  1. #1
    Join Date
    Jan 2009
    Posts
    10

    Default Writing to several small-sized files

    Hi everyone,

    Is there a way to configure my xml-reader to write the result to severeral small files instead of one big file with a limited number of items?

    -Nils

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    It sounds like you want the MultiResourceItemWriter. You can set a count so that when the count it reached, it will move to the next file. See:
    http://static.springsource.org/sprin...temWriter.html

Posting Permissions

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