Google Code Exporter
Google Code Exporter
``` Using BeanIO 2.1.0.M2 We are configuring a number of CustomTypeHandlers and for the most part this is working well but now I am coding a more "interesting" one and...
``` Support for processing instructions is required to be able to add an XSL/CSS transform to the document. http://en.wikipedia.org/wiki/Processing_Instruction ``` Original issue reported on code.google.com by `[email protected]` on 23 Jun...
``` Giving that xml input: john smith John Smith myItem And that mapping: It would be nice to add support for xpath expression, to store xml portions in a string...
``` Hi Would be great to get JBatch components for BeanIO. I think it makes sense if BeanIO provides it itself. BatchEE has a version ATM (not yet released) but...
``` What steps will reproduce the problem? If applicable, please provide a mapping configuration and sample record input to recreate the problem. We have fixed-length files that may have a...
``` Problem can be easily seen with parallel tasklet in spring-batch job, e.g. What is the expected output? What do you see instead? I see an exception: SEVERE: Encountered an...
``` I am using BeanIO to convert a bean (with a number of sub-records and so on) into a pipe-separated value string. However, the inputs to this bean aren't guaranteed...
``` Something like factory="com.example.Example#newInstance", where newInstance() is a static method on the Example class. ``` Original issue reported on code.google.com by `[email protected]` on 15 Jun 2013 at 6:38
``` What steps will reproduce the problem? If applicable, please provide a mapping configuration and sample record input to recreate the problem. If customisation of the configuration loader is needed...
``` What steps will reproduce the problem? If applicable, please provide a mapping configuration and sample record input to recreate the problem. 1. 2. 3. What is the expected output?...