DataGrip only import 325 rows from CSV. Tried across multiple versions and different machines. What am I doing wrong?
The title says it all. No matter what I do, I can only get DataGrip to import 325 rows from a csv.
Is there a setting that I am missing or something?
请先登录再写评论。
There is no limit for import data.
What is your database? Do you see any warnings in bottom right corner? there should be a balloon tooltip when import finishes and in case of errors it shows path to file with log.
The import shows success and explicitly says "325 rows imported"
The database is MySQL
There is no error log exported
There are over 10k rows in that csv. It consists of two columns, both are int64
Also, thank you for your time and help!!!
Actually, I just found an error that I had looked over. Let me investigate
@... Were you able to mange the issue? Is it work now?