I decided to implement a direkt exist2basex copy script that allows me to copy over the content through WebDAV from one database to another other with just some Python lines with the benefit to taking care of arbitrary data and not only markup content:
https://gist.github.com/zopyx/770a4a0e0b34de5250d0ce54a4e509ec
-aj
On 1 Jan 2019, at 16:21, Andreas Jung wrote:
Hi there,
consider moving my XML stuff for a particular project from eXist to BaseX.
I have a full dump from eXist with all related content and I want to import it 1:1 into BaseX…is there a bulk loader or what is the preferred way to import an existing folder structure? Of course I can create my own script what would import the data through WebDAV but the dump has about 50.000 files.
Andreas