1 Reply Latest reply on Jul 1, 2010 3:10 PM by foxviewn2632

    Camel has no component to read a fixed length file that has multi rectypes.

    foxviewn2632

      Camel has camel-flatpack, camel-bindy to read files.   Neither of these provide the ability to read file that has multiple record types.   For example if line starts with "header" then it should use the order header class to store the data.  If it starts with "detail" it should use a order detail class. etc...  How are people dealing with this?   There is a project called flatworm that I am going to see if I can use.