Page 1 of 1

Copy as CSV

Posted: Sun Jul 01, 2018 9:38 pm
by NotNull
There is a quite useful (IMO) option to copy selected results as a CSV file to the clipboard by using a keyboard shortcut.
This can be found under Menu:Tools > Options > General > Keyboard: Result List | Copy as CSV

Suggestion is to add this Copy as CSV to the Context Menu, so that it can be shown with a right-click on the selection (configurable; just like the other context menu entries).

Re: Copy as CSV

Posted: Mon Jul 02, 2018 9:52 am
by void
Added to my TODO list.

Re: Copy as CSV

Posted: Mon Jul 02, 2018 3:29 pm
by Stamimail
When I pasted it into Excel, I got the whole text in one column, instead of a table structure.
To fix it I used:
1. "Paste Options" pop-up button, is available when you paste. Click on it, and choose "Use Import Text Wizard"
Another option:
2. Select the text you pasted. and then Menu: Data > Text to Columns...

If someone still need help --> youtube.

Re: Copy as CSV

Posted: Thu Jul 05, 2018 7:34 am
by void
Excel expects TABs when pasting CSV from the clipboard.

I'll add an option to use TABs instead of commas.
However, this option will likely default to commas.

Or, I'll add a Copy as CSV (Tab Delimited) action..

Re: Copy as CSV

Posted: Fri Jul 06, 2018 1:30 pm
by NotNull
I think Excel remembers the import delimiter settings (Libre Office does)
So it's a onetime Excel setting to make.

Re: Copy as CSV

Posted: Sun Jul 08, 2018 10:23 am
by Stamimail
NotNull wrote:I think Excel remembers the import delimiter settings (Libre Office does)
So it's a onetime Excel setting to make.
I am afraid it's not true. At least in Excel 2003.
Or, I'll add a Copy as CSV (Tab Delimited) action..
+1

Re: Copy as CSV

Posted: Mon Jul 23, 2018 11:20 am
by Debugger
Never choose copy because it will take too much RAM and the application will stop responding... or Out Of Memory, Overflow etc.

Re: Copy as CSV

Posted: Tue Jul 24, 2018 9:56 am
by Stamimail
Debugger wrote:Never choose copy because it will take too much RAM and the application will stop responding... or Out Of Memory, Overflow etc.
The (selected) results don't have to be "all items".

Re: Copy as CSV

Posted: Thu Jul 26, 2018 8:43 am
by void
Everything is currently setting the ANSI and UNICODE clipboard formats.

I've modified the next version of Everything to only set the UNICODE clipboard format.
This will save about 1/3 of the memory needed to copy to the clipboard as CSV.