[
https://issues.apache.org/jira/browse/TIKA-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17528251#comment-17528251
]
Tim Allison edited comment on TIKA-3721 at 4/26/22 3:38 PM:
------------------------------------------------------------
Oops. I did add a unit test but in the wrong package. I'll fix that now:
https://github.com/apache/tika/blob/main/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/src/test/java/org/apache/tika/parser/prt/DGN8ParserTest.java
Y, on process. First step is to fork the repo (obv).
bq. knows what they are doing
or me...LOL...
The xhtml looks good to me:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="cp:revision" content="3" />
<meta name="extended-properties:Application" content="MicroStation v8.11.0.0" />
<meta name="X-TIKA:Parsed-By" content="org.apache.tika.parser.DefaultParser" />
<meta name="X-TIKA:Parsed-By" content="org.apache.tika.parser.dgn.DGN8Parser" />
<meta name="meta:last-author" content="John.Frampton" />
<meta name="dc:creator" content="Bentley Systems, Incorporated" />
<meta name="extended-properties:TotalTime" content="20000" />
<meta name="meta:print-date" content="1601-01-01T00:00:00Z" />
<meta name="dcterms:created" content="2001-10-17T16:43:33Z" />
<meta name="dcterms:modified" content="2012-02-17T13:31:18Z" />
<meta name="Content-Type" content="image/vnd.dgn; version=8" />
<title></title>
</head>
<body /></html>
was (Author: [email protected]):
Oops. I did add a unit test but in the wrong package. I'll fix that now:
https://github.com/apache/tika/blob/main/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/src/test/java/org/apache/tika/parser/prt/DGN8ParserTest.java
Y, on process. First step is to fork the repo (obv).
bq. knows what they are doing
or me
> DGN parser
> ----------
>
> Key: TIKA-3721
> URL: https://issues.apache.org/jira/browse/TIKA-3721
> Project: Tika
> Issue Type: New Feature
> Components: parser
> Affects Versions: 2.3.0
> Reporter: Dan Coldrick
> Priority: Minor
> Fix For: 2.4.0
>
> Attachments: Screenshot from 2022-04-22 16-03-44.png,
> dgn8s-dumped.txt, image-2022-04-22-20-00-45-704.png,
> image-2022-04-22-20-01-09-564.png, image-2022-04-22-20-02-24-180.png
>
>
> Does anyone have any experience with the DGN file format by MicroStation? I
> see TIKA doesn't have a parser so would it be possible to create one?
> https://docs.fileformat.com/cad/dgn/
--
This message was sent by Atlassian Jira
(v8.20.7#820007)