You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the import data feature to create a new node table + copy, the create table step fails. From the error message it looks like it is trying to execute the contents of the file as cypher to create the node table.
This issue does not happen if I create the node table separately (in the shell) and then import the data into the existing table.
I suspect this issue may have something to do with handling certain characters as I don't run into this issue when importing from CSVs with either no headers or simpler headers such as twitter-nodes.csv and tinysnb/vPerson.csv. Meanwhile, the header for lsqb-sf01/Comment.csv is id:ID(Comment)
Are there known steps to reproduce?
git clone https://github.com/kuzudb/kuzu.git
On the wasm demo, import ${KUZU_ROOT}/dataset/lsqb-sf01/Comment.csv using Create new table
The text was updated successfully, but these errors were encountered:
Kùzu version
latest
What operating system are you using?
Windows 11
What happened?
When I try to use the import data feature to create a new node table + copy, the create table step fails. From the error message it looks like it is trying to execute the contents of the file as cypher to create the node table.
This issue does not happen if I create the node table separately (in the shell) and then import the data into the existing table.
I suspect this issue may have something to do with handling certain characters as I don't run into this issue when importing from CSVs with either no headers or simpler headers such as
twitter-nodes.csv
andtinysnb/vPerson.csv
. Meanwhile, the header forlsqb-sf01/Comment.csv
isid:ID(Comment)
Are there known steps to reproduce?
git clone https://github.com/kuzudb/kuzu.git
${KUZU_ROOT}/dataset/lsqb-sf01/Comment.csv
usingCreate new table
The text was updated successfully, but these errors were encountered: