This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Camel has no component to read a fixed length file that has multi rectypes.foxviewn2632 Jul 1, 2010 3:10 PM (in response to foxviewn2632)I used flatworm. I took the String that the exchange object returned (String test = exchange.getIn().getBody(String.class)) and made it into an inputstream which I fed to flatworm. InputStream is = new ByteArrayInputStream(text.getBytes("UTF-8")); So the answer to the question is that Camel has no component to do what I need done. Flatworm works though so all is good. Garth 
