[
https://issues.apache.org/jira/browse/TIKA-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507995#comment-14507995
]
Luis Filipe Nassif commented on TIKA-1513:
------------------------------------------
Hi Tim,
I've processed a forensic disk copy with 533,949 files. I got 137 files
detected as application/x-dbf using the 0x03 signature, all false positives.
Not so good. Many of them are deleted/recovered files pointing to binary data.
The reference you've posted (http://www.dbf2002.com/dbf-file-format.html)
states that byte at offset 0x00 can have other values depending on file version
or software vendor. And some of them are supported by jdbf. So I think 0x03 is
also too restrictive.
> Add mime detection and parsing for dbf files
> --------------------------------------------
>
> Key: TIKA-1513
> URL: https://issues.apache.org/jira/browse/TIKA-1513
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Priority: Minor
> Fix For: 1.9
>
>
> I just came across an Apache licensed dbf parser that is available on
> [maven|https://repo1.maven.org/maven2/org/jamel/dbf/dbf-reader/0.1.0/dbf-reader-0.1.0.pom].
> Let's add dbf parsing to Tika.
> Any other recommendations for alternate parsers?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)