[
https://issues.apache.org/jira/browse/TIKA-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14279748#comment-14279748
]
Tim Allison commented on TIKA-1511:
-----------------------------------
Sounds good, y, I think the user will have to handcraft depth handling for now.
Question for the community...
To call the EmbeddedDocumentExtractor for each table, I can't just pass it an
InputStream -- there is no InputStream, just a Connection and a table name
against which to run the "select * from tablename".
One solution would be to create a special mime-type,
"tika-internal/jdbc-table", and then a JDBCTableParser that supports that
mime-type, but pulls a ConnectionTableNamePair (or something?) from the
ParseContext.
Other ideas?
> Create a parser for SQLite3
> ---------------------------
>
> Key: TIKA-1511
> URL: https://issues.apache.org/jira/browse/TIKA-1511
> Project: Tika
> Issue Type: New Feature
> Components: parser
> Affects Versions: 1.6
> Reporter: Luis Filipe Nassif
> Fix For: 1.8
>
>
> I think it would be very useful, as sqlite is used as data storage by a wide
> range of applications. Opening the ticket to track it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)