As far as processing CSV data is concerned, I think one useful action might be one that
allows you to more easily bind the fields in a CSV record set into a Java object. It
could allow you to produce a List or Map (keyed on one of the fields) of objects. Should
also allow you to simply populate the fields into a Map i.e. don't force the user into
implementing a custom Java object.
Might also be useful to allow this action to perform some basic splitting, by allowing you
to specify the name of a Service to which each populated Java object could be sent for
further processing.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229656#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...