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

Jake Gilley updated TIKA-1168:
------------------------------

    Attachment: testMultipleSheets.numbers

This is the file I'm receiving the error. It's in the tika-1.4-src.zip file.
                
> The IWork NumbersContentHandler returns unsupported Metadata PropertyType
> -------------------------------------------------------------------------
>
>                 Key: TIKA-1168
>                 URL: https://issues.apache.org/jira/browse/TIKA-1168
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.4
>            Reporter: Jake Gilley
>         Attachments: testMultipleSheets.numbers
>
>
> The resolveMetadataKey function in 
> org.apache.tika.parser.iwork.NumbersContentHandler returns a Property with 
> PropertyType "SIMPLE" by default. This is causing a 
> PropertyTypeException("SIMPLE is not supported") when adding the Property 
> using Metatadata.add(Property, String). The exception is being generated by 
> line 92 in org.apache.tika.parser.iwork.NumbersContentHandler.
> metadata.add(metadataKey, attributes.getValue("sfa:string"));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to