tools.csv_to_snapshot: Store 'id' property

Reviewers: buda

Reviewed By: buda

Differential Revision: https://phabricator.memgraph.io/D682
This commit is contained in:
Teon Banek 2017-08-18 17:12:36 +02:00
parent 1eec3186c4
commit c7cb428eaf

View File

@ -165,6 +165,7 @@ class BoltEncoder:
return
else:
raise
properties['id'] = node_id.id
self._write(self._NODE_MARKER)
self.write_int(id_)
self.write_list(labels)