Author |
Message
|
biswagourab |
Posted: Tue Jun 26, 2007 11:38 pm Post subject: FileExtender for Excel sheet |
|
|
 Apprentice
Joined: 31 May 2005 Posts: 47 Location: London
|
Hi,
I have used the file extender to pick up messages from a flat file and process them in the compute node. I was keen to know if there is a way to pick up messages from an excel sheet and/or Word document to feed a compute node.
Has anyone done this before ? Will File Extender be able to handle Excel sheets ?
I am using WBIMB v6
Thanks
Biswa |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 27, 2007 3:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
A file is a file is a file is a file.
The real question is "How will broker parse an Excel spreadsheet (binary data) or a Word document (binary data mixed with text data)?"
Guess what. Other people have asked that question. And we've talked about it. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
biswagourab |
Posted: Thu Jun 28, 2007 2:23 am Post subject: |
|
|
 Apprentice
Joined: 31 May 2005 Posts: 47 Location: London
|
So is there a way to do that ?
I went through the File Extender manuals and it does not speak much about the excel sheets or word docs, at most it says flat files
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jun 28, 2007 2:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
biswagourab wrote: |
I went through the File Extender manuals and it does not speak much about the excel sheets or word docs, at most it says flat files
|
Both Excel sheets and Word docs are flat files!
(Until Microsoft includes their JET engine in all their products because they become concerened they're not bloated enough..... )
They just have (in common with all flat files) specific formats and coding rules. As such they can be described, explained, parsed and used - after all, that's all the Excel & Word applications are doing.
The forum search button (as jefflowrey indicated) will be your friend. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PieterV |
Posted: Thu Jun 28, 2007 3:45 am Post subject: |
|
|
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
|
i think i remember that there were jar files who can interprete excel files.
So you can use a java compute node. |
|
Back to top |
|
 |
|