Is it possible to import a large CSV file in DataGrip
I'm trying to import a large CSV (~400 mb) file into a SQLite database with DataGrip but I can't open the CSV file because the program clams that it is too large. Normally, I'd write a script to do this in chunks but is this possible to import it directly within DataGrip?
Please sign in to leave a comment.
Hello Henry,
Please try removing
line from DataGrip .properties file.
You may need to increase `Xmx` value for DataGrip process in .vmoptions file to be able for DataGrip to work with such a large file.