Hello. Can you add some buttons for convenience?
Thanks
Out of curiosity, what do plan on doing with the data you’ve copied?
An unplanned or one-time operation to save intermediate data. The data is inserted into a file on disk or processed directly from the clipboard by other programs such as i 2 Notebook Analyst. It’s just convenient, it’s very easy to implement.
I created a component which does most of what you want. I agree with your suggestion, but in the meantime try this.
Thank you, friend. It’s not a matter of how to implement it. I know how to do it. We need a tool to make it easy and fast to copy all the rows of the table in any node. Such small details will make KNIME more enjoyable to work with.
Once again I agree with you. But its unlikely to happen soon. You may not be interested but others might. I’ve made a few changes to my original component. It now preserves the original RowID in the output file.
You can also select a range of cells like in e.g. Excel and press Ctrl-C to copy the values.
This would give you something like
Row3 0.8866258352075664 0.2576613669352221 0.6651989698040345 0.07815132429853633 Cluster_0
Row4 0.7951664570930757 0.27638140843578457 0.06951591161140758 0.2827596768018126 Cluster_0
Row5 0.6810964105303403 0.5249648453487615 0.8036691132050675 0.9635702788406667 Cluster_0
...
where columns are separated by tab characters.
I didn’t say that there was no way, I said that it could be made more convenient. Come on, who’s faster? Press two buttons or select manually?
Neither did I say any way is better than the other.
Consider also this Clipboard Writer component.