[
https://issues.apache.org/jira/browse/TIKA-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17579233#comment-17579233
]
Tilman Hausherr commented on TIKA-3836:
---------------------------------------
Doesn't build on windows because the temp directory name contains a backslash:
{quote}[ERROR]
org.apache.tika.pipes.emitter.jdbc.JDBCEmitterTest.testTableExists(Path) Time
elapsed: 0.259 s <<< ERROR!
org.apache.tika.exception.TikaConfigException: couldn't open connection:
jdbc:h2:[file:C:UsersMYUSERNAMEAppDataLocalTempjunit1021003742861765996dbh2|file:///C:UsersMYUSERNAMEAppDataLocalTempjunit1021003742861765996dbh2]
{quote}
It works if we change "xml.replaceAll" to "xml.replace" in JDBCEmitterTest.java
.
> Add initial jdbc emitter
> ------------------------
>
> Key: TIKA-3836
> URL: https://issues.apache.org/jira/browse/TIKA-3836
> Project: Tika
> Issue Type: New Feature
> Reporter: Tim Allison
> Priority: Minor
> Fix For: 2.4.2
>
>
> Let's start with a simple jdbc emitter that only looks at the first metadata
> object (container object). Users will be able to select which fields to
> extract via the the metadata filter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)