Skip to content

Load ttl files in subdirectories#52

Open
meliyahu wants to merge 4 commits intoneo4j-labs:3.3from
meliyahu:load-ttl-files-in-subdirectories
Open

Load ttl files in subdirectories#52
meliyahu wants to merge 4 commits intoneo4j-labs:3.3from
meliyahu:load-ttl-files-in-subdirectories

Conversation

@meliyahu
Copy link

This branch allows processing of multiple .TTL files in multiple subfolders. You just have to pass the root folder and it will loop through all subfolders and load all .ttl files it finds. e.g. In the Neo4j browser you type:
CALL semantics.importRDF("file:/Users/dev/myttls","Turtle", {shortenUrls: true, typesToLabels: true, commitSize: 9000}). All .TTL files in the root folder myttls together with .TTL files in the subfolders of myttls will be processed.
Hope this helps someone out there (as it helped me).
shalom
Mosheh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant