Using VLT to import a SysView XML document
Using the VLT import command:
import -v|-s|--sysview <uri> <local-path> <jcr-path>
e.g.:
vlt --log-level ERROR import -v --sysview <uri> sysview.xml /content/import-test/sysview
I can import a SysView doc and mount the nodes it contains at the correct point.
But if I re-run the import I just get the error:
[ERROR] import: javax.jcr.ItemExistsException: /content/import-test/sysview/<subnode_name>
which surprises me.
- Will the SysView import only import into empty structures?
- Is there any way of overwriting with the SysView?
And, whilst on the subject of SysView
- Why doesn't VLT have a SysView export function?
Thanks for your help.
EDIT: everyone's gone very quiet: is there no solution?