Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
RDFImporterImpl contains a TODO note to figure out format automatically in importData(InputStream...)
In the importData(URL...) method, the URL may contain a suffix that can be used with Rio.getParserFormatForFileName
In the importData(InputStream...) method, a similar approach to Any23 may be taken to use Tika to look for magic values in the initial bytes from the input stream.