[ 
https://issues.apache.org/jira/browse/TIKA-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Burch updated TIKA-365:
----------------------------

    Description: 
The attached patch adds support for a few more kinds of OpenDocument metadata. 
These are added to the metadata object much like the existing ones.

There's also support for  user defined metadata support. (Custom Metadata is 
stored in lines like <meta:user-defined meta:name="Info 1">Text 
1</meta:user-defined>). There's a new MetadataHandler, 
AttributeDependantMetadataHandler, which can use the value of an attribute on 
the node to decide what to call the metadata when done with the node.

Also included are several more tests for the OpenDocument parser, and one more 
test file to go with this.

  was:
The attached patch adds support for a few more kinds of OpenDocument metadata. 
These are added to the metadata object much like the existing ones.

There's also stubbed-out some user defined metadata support, but this is 
disabled as it will require some work in core that I hope to add later. (Custom 
Metadata is stored in lines like <meta:user-defined meta:name="Info 1">Text 
1</meta:user-defined> and so we'll need to use an attribute to know the name of 
the metadata to save as)

Also included are several more tests for the OpenDocument parser, and one more 
test file to go with this.


> Extract more OpenDocument metadata
> ----------------------------------
>
>                 Key: TIKA-365
>                 URL: https://issues.apache.org/jira/browse/TIKA-365
>             Project: Tika
>          Issue Type: Improvement
>          Components: metadata
>    Affects Versions: 0.6
>            Reporter: Nick Burch
>            Priority: Minor
>         Attachments: testOpenOffice2.odf
>
>
> The attached patch adds support for a few more kinds of OpenDocument 
> metadata. These are added to the metadata object much like the existing ones.
> There's also support for  user defined metadata support. (Custom Metadata is 
> stored in lines like <meta:user-defined meta:name="Info 1">Text 
> 1</meta:user-defined>). There's a new MetadataHandler, 
> AttributeDependantMetadataHandler, which can use the value of an attribute on 
> the node to decide what to call the metadata when done with the node.
> Also included are several more tests for the OpenDocument parser, and one 
> more test file to go with this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to