We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49dcf6 commit ebbc576Copy full SHA for ebbc576
modules/ROOT/pages/import.adoc
@@ -1480,23 +1480,23 @@ This functionality is only available with a full import.
1480
1481
=== Define multiple IDs as node properties
1482
1483
-You can define multiple `ID` columns in the node header.
1484
-
1485
-For example, you can define a node header with two `ID` columns.
1486
+. Define multiple `ID` columns in the node header.
++
1487
.nodes_header.csv
1488
[source, csv]
1489
----
1490
:ID,:ID,name
1491
1492
1493
.nodes.csv
1494
1495
1496
aa,11,John
1497
bb,22,Paul
1498
1499
+. Define the relationship between two established nodes.
1500
[.tabbed-example]
1501
=====
1502
[role=include-with-multiple-node-IDs]
0 commit comments