Import
To quickly build a namespace, navigate to the Import tab of Namespaces. Supported import formats include CSV and JSON. Merge makes the import additive, and Replace deletes the existing
namespace and replaces it with the imported one.
Note imports do not support linking sources to a node. If Merge is used, and the node already exists, the reference/source configuration is left as is.

CSV Example
path
site1/area1/line1
site/area1/line2
JSON Format
[
{
"path": "site1/area1/line1"
},
{
"path": "site1/area1/line2"
}
]
Smart Query
Smart queries allow you to dynamically query the namespace to read only the data you need. See the Smart Query Stage for details on the smart query stage.