You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Chris Bamford (JIRA)" <ji...@apache.org> on 2010/06/04 10:36:57 UTC

[jira] Commented: (TIKA-391) Intermittent errors detecting xls files

    [ https://issues.apache.org/jira/browse/TIKA-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875526#action_12875526 ] 

Chris Bamford commented on TIKA-391:
------------------------------------

Hi Chris

I was wondering what the exact status of this fix is?  I work with Simon but he has now gone on holiday, so I am following up in his absence.  I would like to use the Tika version containing this fix (if it exists).  The confusion arises in my mind because the 0.8 release page shows a date of 27th May, but the item (TIKA-391) says "UNRESOLVED".
Could you please clarify?

Thanks

Chris Bamford

> Intermittent errors detecting xls files
> ---------------------------------------
>
>                 Key: TIKA-391
>                 URL: https://issues.apache.org/jira/browse/TIKA-391
>             Project: Tika
>          Issue Type: Bug
>          Components: mime
>    Affects Versions: 0.6
>            Reporter: Simon Tyler
>            Assignee: Chris A. Mattmann
>             Fix For: 0.8
>
>         Attachments: MimeTypes.java
>
>
> I am doing some testing of Tika 0.6 and noticed some odd results for the testEXCEL.xls file included in the test suite. 
> 100 calls to the following code:
>  
>             is = new BufferedInputStream(new FileInputStream(filename));
>  
>             Metadata metadata = new Metadata();
>             metadata.set(Metadata.RESOURCE_NAME_KEY, filename);
>  
>             String type = tika.detect(is, metadata);
>  
> Results in different matches as application/msword or application/vnd.ms-excel seemingly at random.

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