b59edf1640
Summary: New flags are introduced. 1) `node-label` flag can be specified multiple times to add extra labels to all nodes 2) `relationship-type` overwrites relationship types from file with given flag value 3) `quote` is used to specify quotation character Added tests for new flags. Reviewers: teon.banek, msantl Reviewed By: teon.banek Subscribers: mferencevic, pullbot Differential Revision: https://phabricator.memgraph.io/D1514
273 B
273 B
1 | id:ID(COMMENT_ID) | country:string | browser:string | content:string | :LABEL |
---|---|---|---|---|---|
2 | 0 | Croatia | Chrome | yes | Message;Comment |
3 | 1 | United Kingdom | Chrome | thanks | Message;Comment |
4 | 2 | Germany | LOL | Message;Comment | |
5 | 3 | France | Firefox | I see | Message;Comment |
6 | 4 | Italy | Internet Explorer | fine | Message;Comment |