Parsing word document

Hi friends

  Can anyone there pls suggest me that whether getopt long or

optionparser can be used to parse word document to upload the data from
word doc to d/b.

Thanks in advance

So:

  1. You want to parse a word document
  2. You want to convert data from a word document and put it into a db

optionparser and getopt are packages to help you parse command line
options.

So the answer would be no.

Jayanth

On Fri, Jun 12, 2009 at 5:05 PM, Anandh K.

so wat are the other options for accomplishing that task…

Thanks

Anandh

Hi,

2009/6/12 Anandh K. [email protected]:

Hi friends

   Can anyone there pls suggest me that whether getopt long or
optionparser can be used to parse word document to upload the data from
word doc to d/b.

I’m not sure what do you mean by parsing word document.
If you want to get text from word document, refer to
How to get contents of word file page by page - Ruby - Ruby-Forum .

Regards,
Park H.