I want to extract comments from a .odt file and create a csv file out of the following extracted fields:

  1. Section number (if present)
  2. Text on which comment was given
  3. Reviewer's name
  4. Comment

I know I have to do the following:

1) Convert .odt to .zip 2) Unzip .zip 3) Parse contents.xml

I want to write a script in shell/perl/python to parse contents.xml to do this.

Also, can this be done using a macro in Open-office? In that case probably the output file can be in .ods format

Please help.

Thanks

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.