1. Writer must be open before it can be written to - while split files based on pattern forum.springsource.orgWriter 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.orgFrom 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.orgDec 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.orgThanks 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 ... |