Can't insert values without columns?
Hi,
I cannot figure out what this error mean and how to avoid it.
I get error Can't insert values without columns.
I am just following the tutorial and importing a CSV file in an existing table.
As you see the values are mapped correctly to the columns of the existing table.
I also tried to delete the two superflous formats (TSV) and keep only CSV.
Please sign in to leave a comment.
Could you provide a sample DDL & CSV?
I send it to your mail.
I am also running into this problem. I have a table created in postgres with 15 or so columns of 'text' and a CSV that should be UTF-8, first row is header.
Did you all identify what the problem was?
Harry Talamini,
Could you email vasily.chernov@jetbrains.com me a sample DDL & CSV?
vasily chernov
I have the same issue. Two columns: Id, Name.
Very simple CSV, 3 rows as shows "Data preview"
"DDL Preview" shows nothing (empty tab)
I have got the same problem.
@Adrian Księżarczyk, @Miroslav Valent,
Could you provide a sample DDL for you data sources and specify database engine you work with?
My DB engine is PostgreSQL 12. DLL preview is empty.
I have got the same problem.
So am I. Did anyone find a solution to this?!
The fix will be available in the nearest DataGrip 2020.1 EAP.
I am facing same issue, when will be 2020.1 EAP available ?
Y Nathani,
2020.1 EAP is available now http://jetbrains.com/datagrip/nextversion/
I get error Can't insert values without columns.