[
https://issues.apache.org/jira/browse/TIKA-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17143904#comment-17143904
]
Parth commented on TIKA-3104:
-----------------------------
I have attached the 2 files.
You can convert to xml like this:
{quote}plutil -convert xml1 DeepScroll_Example[6314]_xml.memgraph
{quote}
You can convert back to bplist like this:
{quote}plutil -convert binary1 DeepScroll_Example[6314]_xml.memgraph
{quote}
[https://gist.github.com/rizo/7124151]
1. file DeepScroll_Example[6314]_xml.memgraph
DeepScroll_Example[6314]_xml.memgraph: XML 1.0 document text, ASCII text
2. file DeepScroll_Example[6314]_bplist.memgraph [24/06/20 | 10:53:46]
DeepScroll_Example[6314]_bplist.memgraph: Apple binary property list
> 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
> Fix For: 1.25
>
> Attachments: DeepScroll_Example[4988].memgraph,
> DeepScroll_Example[6314]_bplist.memgraph,
> DeepScroll_Example[6314]_xml.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)