Hi Adrian,
The extractor does support extracting nodes from a NodeSet2 file, though it takes a little configuration to make happen.
You need a list of nodeset files under source.node-set-source.node-sets. This must include any dependencies of your nodeset file, which generally includes the base nodeset.
You also need to set `node-set-source.types` and `node-set-source.instance` to `true`, in order to tell the extractor to use the node set as authoritative source.
This config file should work, if you fill it in with credentials:
source:
node-set-source:
node-sets:
- url: https://files.opcfoundation.org/schemas/UA/1.04/Opc.Ua.NodeSet2.xml
- file-name: path/to/my.NodeSet2.xml
types: true
instance: true
cognite:
project: ...
idp-authentication: ...
extraction:
id-prefix: some-id-prefix
update:
objects:
name: true
description: true
context: true
metadata: true
variables:
name: true
description: true
context: true
metadata: true