[
https://issues.apache.org/jira/browse/TIKA-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123938#comment-17123938
]
Parth commented on TIKA-3104:
-----------------------------
So I want to do 2 things:
1) Detect the file type. But I believe the best we can do right now is to say
it's a .bplist file? This is if the .memgraph extension is missing in the URL.
I am referring to the 5th comment made by Nick (At some point we might want to
add a dedicated bplist detector, that parses the object tree and figures out
the type based on what it finds)
2) And I also wanted to parse the file. I think we can now do this with Tika
using the dd-plist parser that you added? This will give an XML output?
> Detection of memgraph files exported from Xcode
> -----------------------------------------------
>
> Key: TIKA-3104
> URL: https://issues.apache.org/jira/browse/TIKA-3104
> Project: Tika
> Issue Type: Wish
> Components: core
> Affects Versions: 1.24
> Reporter: Parth
> Assignee: Tim Allison
> Priority: Major
> Labels: detection, features, new-parser
> Attachments: DeepScroll_Example[4988].memgraph, memgraph.xml,
> out.memgraph.json, out.memgraph.xhtml
>
>
> I wanted to detect a memgraph file linked by a url. But currently detection
> of memgraph file is not supported. I tried adding to custom-mimetypes but
> that did not help.
> <mime-info>
> <mime-type type="application/memgraph">
> <glob pattern="*.memgraph"/>
> </mime-type>
> </mime-info>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)