Page 1 of 1
Can't paste multiple rows into table from clipboard
Posted: Fri 09 Dec 2011 13:40
by jww
When I'm trying to copy-paste several rows from Excel or text file (just some CR-LF separated lines) to my table column, only first row is pasted.
(if I copy-paste some rows from some other table that was opened with dbForge, everything is OK)
Posted: Fri 09 Dec 2011 14:40
by alexa
Hello,
This is just the way the functionality works. However, if you still would like it work the way you want, you can leave your suggestion on our UserVoice forum where other users can vote for it:
http://devart.uservoice.com/forums/7729 ... -for-mysql
Please note that there is a possibility in dbForge Studio for MySQL to import data from the Excel and other formats. For more information, please refer to the 'Data Import' topic in Help documentation.
Posted: Fri 09 Dec 2011 15:27
by jww
Well. maybe I was a bit spoiled by Excel/plsql developer functionality )). I've checked two other popular MySql GUI tools and they haven't this feature either.
Could you provide some workaround to emulate such behaviour? I've got huge and totally messed up Excel spreadsheets (with joined cells etc) with some pieces of useful data here and there, so automatic data import is not an option, and the task is immediate.
Maybe some tricky reformatting of clipboard content (not plain CRLF) can help. Any idea would be appreciated. Thanks.
Posted: Mon 12 Dec 2011 12:34
by alexa
Unfortunately, currently, we can't suggest you something else than to copy/paste records one by one.
Re: Can't paste multiple rows into table from clipboard
Posted: Thu 04 Oct 2018 23:00
by kaffeburk
Export the whole sheet/sheets to a new database, there you can copy and paste. Alternatively, examine the clipbord how dbforge copy/paste and emulate that format.