Importing from CSV where values have multi lines Hadi 创建于 2018年01月24日 01:51 Hi, I cannot seem to import CSV file into a table if some of the values in the file have multi lines. DataGrip warns that there is no data to import. Is there a work around for this?
How can DataGrip distinguish new line from the multiline values?
The only way is to quote multiline values.
You are right Max!
Additionally, the row separators in the CSV file and selected in the DataGrip's import dialog need to be anything but newline.
Thanks for the advice.