writer « File « Spring Q&A





1. Writer must be open before it can be written to - while split files based on pattern    forum.springsource.org

Writer must be open before it can be written to - while split files based on pattern Hi, I tried to split the files based on the pattern match, but I ...

2. Problem writing to file from a writer    forum.springsource.org

From my writer extending from FlatFileItemWriter i have following code: Code: public void write(Object output) throws Exception { Date rundate = stepExecution.getJobParameters().getDate("rundate"); final Integer sequenceNumber = (Integer)output; if (LOG.isDebugEnabled()) { LOG.debug("Writing ...

3. How to use Item Writer for writing into multiple flat files    forum.springsource.org

Dec 14th, 2010, 04:28 AM #1 Tintu View Profile View Forum Posts Private Message Junior Member Join Date Dec 2010 Posts 2 How to use Item Writer for writing into multiple ...

4. Composite writer to write in file and update the databse    forum.springsource.org

Thanks for your replay , I already looked at the example , And i am looking out for something with which i will be able to write to Database as well ...