Hi.
I was wondering if is there an open source solution for the following:
I need to process some .doc files, one at a time. These .doc files are generated by some automated process, so it has an "static format". The user just uploads the file with some form. What i need is to load these .doc files and parse them or convert them to XML, and from XML to records in a database, if possible.
Basically, what i need is to be able to make reports querying the database, which has been populated with the data given by the .doc files or directly from the XML files.
I'm not sure on how to proceed on this.
Any help is appreciated.
Bye.