Hi Guru, The structure that you have to parse (FixedLength or CSV) could be parsed easily using camel-bindy dataformat. Please have a look here : http://camel.apache.org/bindy.html
Regards, Charles On Mon, Apr 23, 2012 at 11:53 AM, Gnanaguru S < [email protected]> wrote: > Hi > > I have a fixed width text log file. I want to parse it. > > This is the file structure > > line1:[ENTRY1]:[ENTRY2]:[ENTRY3] > line2:[ENTRY1]:[ENTRY2]:[ENTRY3] > line3:[ENTRY1]:[ENTRY2]:[ENTRY3] > > Will i be able to capture all three entries for every new entry and write > to > a database. Only the new entries should be read for every file read. > > How far camel can help me in this, I feel better to write in camel than to > write a standalone java code. Somebody can help me? > > Regards > Guru > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Flatpack-component-tp5658839p5658839.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
