Import from Clipboard for Data source is missing in Linux version
Completed
According to https://www.jetbrains.com/help/datagrip/managing-data-sources.html and
Under Database tool window/click the New icon, I should see "select Import from Clipboard"
However it does not show up in version 2018.2 for Linux.
Please sign in to leave a comment.
What do you use as your clipboard manager?
Dear Anthony,
I had the same issue, for me the problem was that I had nothing in the clipboard. (Did not press cmd +c)
DataGrip hides the "Import from Clipboard" button when the Clipboard is empty.
Hope it helps you too.
for someone else, you also need to include the top line
#DataSourceSettings#
I exported all and then wanted just to import some of them so I exported all, then pasted to an editor and picked the ones I wanted. "select Import from Clipboard" didn't show. When I copied with the top line #DataSourceSettings#, it worked