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

Vikram commented on TIKA-1212:
------------------------------

Other issues
-----------------
1. This issue is there with the jar files also.
2. Suppose, we are having a zip pqr.zip inside a Root zip file abc.zip and also 
there is another directory with the same name PQR inside abc.zip. when we are 
extracting the content from the PQR.zip and PQR folder then the path should be 
proper which is not happening in the current code.

> Recursive Extraction of Archive File
> ------------------------------------
>
>                 Key: TIKA-1212
>                 URL: https://issues.apache.org/jira/browse/TIKA-1212
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Vikram
>            Priority: Critical
>         Attachments: RecursiveMetadataParserZukka.java, TIKA-Output.xlsx, 
> abc.zip, abc.zip
>
>
> Please refer the code: 
> http://wiki.apache.org/tika/RecursiveMetadata#Main_from_Jukka.27s_Example
> Requirement:
> -----------------
> abc.zip
>    ---> a.doc
>    ---> b.xls
>    ---> pqr.zip
>   -------------> m.ppt
> There are two issues with TIKA:
> 1. How to block extraction embedded doc separately optionally?
> 2. When I extract recussively, file name / or resourceKeyName is not coming 
> properly. For example
>     --> a.doc should have value  abc.zip/a.doc. Similarily for b.xls. This is 
> fine BUT m.ppt is having resource file name as pqr/m.ppt which is WRONG. This 
> should have value abc.zip/pqr.zip/m.ppt.
>     --> Even for the Embedded doc, only random name is coming.. not even with 
> proper file path.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to