I want to extract comments from a .odt file and create a csv file out of the following extracted fields:
- Section number (if present)
- Text on which comment was given
- Reviewer's name
- 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