rafsun42 commented on issue #1090: URL: https://github.com/apache/age/issues/1090#issuecomment-1660803027
@Zainab-Saad Let's say there is no duplication in vertex csv files. And, we are planning to use the csv IDs as actual ID. 1. `load_vertex_from_csv (vertex1)` 2. `CREATE (x:vertex1) 3. `load_vertex_from_csv (vertex2)` 4. `load_edge_from_csv(edge1)` Would the `CREATE` clause break this solution? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
