What does your mapping file look like and what does the sample data look like?
On Tue, Sep 13, 2016 at 8:11 AM, spurcell <scott_purc...@mastercard.com> wrote: > Hello > > I am pulling in a StringBuffer into a exchange, splitting it on newlines > and > then converting each line into a dto with the help of BeanIO. But when I > look at the exchange it takes each exchange and wraps it into a ArrayList > with my one pojo in it, per exchange. > > I googled this for a bit, and it looks like I may need to use a > "type-converter", but the pojo I am having beanio create is unique per each > exchange. > > Is there any other way to strip out the pojo from the array list other than > manually doing it for each exchange? > > Thanks > Scott > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/split-tokenize-unmarshal-puts-objects-into-ArrayList-tp5787509.html > Sent from the Camel - Users mailing list archive at Nabble.com. >