Skip to content

Commit 8616d19

Browse files
Update import.adoc
1 parent 976f74b commit 8616d19

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

modules/ROOT/pages/import.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,27 +1504,31 @@ bb,22,Paul
15041504

15051505
Now use both IDs when defining the relationship:
15061506

1507+
.relationships_header.csv
15071508
[source, csv]
15081509
----
15091510
:START_ID,:TYPE,:END_ID
15101511
----
15111512

1513+
.relationships.csv
15121514
[source, csv]
15131515
----
15141516
aa11,WORKS_WITH,bb22
15151517
----
15161518

15171519
======
1518-
[role=include-with-multiple-IDs label--new-2025.07]
1520+
[role=include-with-multiple-node-IDs-2025.07]
15191521
======
15201522

1521-
Starting from 2025.07, you can use multiple IDs when defining the relationship:
1523+
Starting from 2025.07, you have to use a matching number of `START_ID` / `END_ID` columns when defining the relationship:
15221524

1525+
.relationships_header.csv
15231526
[source, csv]
15241527
----
15251528
:START_ID,:START_ID,:TYPE,:END_ID,:END_ID
15261529
----
15271530

1531+
.relationships.csv
15281532
[source, csv]
15291533
----
15301534
aa,11,WORKS_WITH,bb,22
@@ -1555,25 +1559,29 @@ bb,22,Paul
15551559
[role=include-with-multiple-node-IDs]
15561560
======
15571561

1562+
.relationships_header.csv
15581563
[source, csv]
15591564
----
15601565
:START_ID(MyGroup),:TYPE,:END_ID(MyGroup)
15611566
----
15621567

1568+
.relationships.csv
15631569
[source, csv]
15641570
----
15651571
aa11,WORKS_WITH,bb22
15661572
----
15671573

15681574
======
1569-
[role=include-with-multiple-IDs label--new-2025.07]
1575+
[role=include-with-multiple-node-IDs-2025.07]
15701576
======
15711577

1578+
.relationships_header.csv
15721579
[source, csv]
15731580
----
15741581
:START_ID(MyGroup),:START_ID(MyGroup),:TYPE,:END_ID(MyGroup),:END_ID(MyGroup)
15751582
----
15761583

1584+
.relationships.csv
15771585
[source, csv]
15781586
----
15791587
aa,11,WORKS_WITH,bb,22

0 commit comments

Comments
 (0)