You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "tdbrec (JIRA)" <ji...@apache.org> on 2019/07/02 05:01:00 UTC

[jira] [Created] (JENA-1725) tdbloader2 create dataset folder recursively

tdbrec created JENA-1725:
----------------------------

             Summary: tdbloader2 create dataset folder recursively
                 Key: JENA-1725
                 URL: https://issues.apache.org/jira/browse/JENA-1725
             Project: Apache Jena
          Issue Type: Improvement
          Components: Cmd line tools
    Affects Versions: Jena 3.12.0
         Environment: GNU/Linux (Debian).
            Reporter: tdbrec


{code:java}tdbloader --loc D data.nt{code} will automatically create a new folder `D` for the new dataset. However {code:java}tdbloader --loc A/B/C/D data.nt{code} will *not* recursively create the folder path, it assumes that `A/B/C` already exists.

Improvement: create all missing sub-directories.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)