Skip to content

Commit de4d4b5

Browse files
authored
Merge pull request #93 from RedisGraph/AviAvni-patch-1
Add multi label documentation
2 parents be2c186 + 871967c commit de4d4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The flags for `max-token-count`, `max-buffer-size`, and `max-token-size` are typ
8080

8181
`--enforce-schema-type` indicates that input CSV headers will follow the form described in [Input Schemas](#input-schemas).
8282

83-
`--nodes-with-label` and `--relations-with-type` allows the node label or relationship type to be explicitly written instead of inferring them from the filename. For example, `--relations-with-type HAS_TAG post_hasTag_tag.csv` will add all relationships described in the specified CSV with the type `HAS_TAG`.
83+
`--nodes-with-label` and `--relations-with-type` allows the node label or relationship type to be explicitly written instead of inferring them from the filename. For example, `--relations-with-type HAS_TAG post_hasTag_tag.csv` will add all relationships described in the specified CSV with the type `HAS_TAG`. To specify miltiple label separate them with ':'. For example, `--nodes-with-label Actor:Director actors.csv` will add all nodes described in the specified CSV with the labels `Actor` and `Director`.
8484

8585
## Input constraints
8686
### Node identifiers

0 commit comments

Comments
 (0)