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/05 06:38:00 UTC

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

     [ https://issues.apache.org/jira/browse/JENA-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tdbrec updated JENA-1725:
-------------------------
    Description: 
{code:java}tdbloader2 --loc D data.nt{code} will automatically create a new folder `D` for the new dataset. However {code:java}tdbloader2 --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.

  was:
{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.


> 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
>            Priority: Trivial
>              Labels: command-line
>
> {code:java}tdbloader2 --loc D data.nt{code} will automatically create a new folder `D` for the new dataset. However {code:java}tdbloader2 --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)