Night_Bird007

Results 8 comments of Night_Bird007

I faced the same issue but I believe they mentioned in the tips you have to upload a CVS file.id when doing so.. the error is gone. while it is...

parsing the data from the CSV file goes in a ## 1. CSV file structure: ### First row: Header row describing the content of each column. ### Subsequent rows: Edge...

it looks great and I think these will allow for more clarity. The vertex and edge label and property default parameters are currently set to NULL. It might be better...

I believe there is a project working on this they are using Kafka. but so far, no direct connection.

``` CloseSession=# (SELECT city FROM cypher('test2', $$MATCH (c:Person {city: 'Lagos'}) RETURN c.city$$) as (city VARCHAR(50))); city --------- "Lagos" "Lagos" (2 rows) CloseSession=# SELECT city from Persons p WHERE p.city =...

```SQL SELECT * FROM cypher('test', $$ RETURN $1 $$, '[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...