Re: Excelfile import in java and transfer in a Database

2014-03-28 Thread kraythe .
I wrote a custom data format for EA using POI. Im afraid I don't know of an out of the box one. Excel is so temperamental that each solution is heavily customized to the user. *Robert Simmons Jr. MSc. - Lead Java Architect @ EA* *Author of: Hardcore Java (2003) and Maintainable Java (2012)* *Linke

Re: Excelfile import in java and transfer in a Database

2014-03-27 Thread skumar
Hey Richard, Can we use camel file component to write to an Excel file or we will have to use some stream writer for this purpose. Regards, Sanjeev -- View this message in context: http://camel.465427.n5.nabble.com/Excelfile-import-in-java-and-transfer-in-a-Database-tp5746612p5

Re: Excelfile import in java and transfer in a Database

2014-01-30 Thread Wolpe1990
Thank you very much for your extensively description. -- View this message in context: http://camel.465427.n5.nabble.com/Excelfile-import-in-java-and-transfer-in-a-Database-tp5746612p5746619.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Excelfile import in java and transfer in a Database

2014-01-30 Thread Richard Kettelerij
Typo, in the last sentence, should be "if the *are* simple " On Thu, Jan 30, 2014 at 11:09 AM, Richard Kettelerij < richardkettele...@gmail.com> wrote: > Hi, > > Welcome to the Camel community! > > Depending on where the Excel files resides you can use the Camel file > component (http://came

Re: Excelfile import in java and transfer in a Database

2014-01-30 Thread Richard Kettelerij
Hi, Welcome to the Camel community! Depending on where the Excel files resides you can use the Camel file component (http://camel.apache.org/file2) or FTP, SFTP, SMB etc components to pickup the Excel file. Now you need to process the file. Currently there's no out-of-the-box dataformat (http://