[
https://issues.apache.org/jira/browse/TIKA-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299884#comment-15299884
]
Tim Allison commented on TIKA-1513:
-----------------------------------
[~nicholasc], do you, by chance, have any shareable examples of files that
don't start with 0x03, e.g. Visual FoxPro, dBase IV, etc? Any shareable
examples of .dbt (memo) files? Thank you, again for the mime-detection regex!
How do we want to handle detecting the variants?
Option 1: replicate the above regex for each variant and change the first byte?
With parent mime-type "application/x-dbf"?
Option 2: send them all to the DBFParser, and that will update the mime type.
How do we want to represent the variants via the mime, e.g. 0x30 Visual FoxPro:
"application/x-dbf; Visual FoxPro"
> 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.14
>
>
> 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)