Creating temp header for export

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Creating temp header for export

Post by sk2107 »

Hello,

I want to export only full path (path+'\'+name) without the rest of columns for exporting purpose.

hope there is a way to do that (except adding/removing from header by right click)

thank you
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: Creating temp header for export

Post by sk2107 »

I could come with this

removecolumns:name;path;size;extension;type;datemodified;datecreated;attributes;indexvolumelabel;md5;length;bitdepth;dimensions;framerate;
and added fullpath column; but still the Name column is still there.

Advise please.

Regards
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Creating temp header for export

Post by void »

The name column cannot be removed.
Export as CSV will export all visible columns.

Please try exporting as TXT:
  • From the File menu, click Export....
  • Change Save as type to: TXT text files (*.txt).
  • Choose a filename and click Save.
TXT exports will export only the full path of each result to a txt file.



Please also consider the command line interface: ES

From the command line:
es.exe my search -export-csv out.csv
-or-
es.exe my search -export-txt out.txt

Both of these will export the full path only.
sk2107
Posts: 324
Joined: Sun Aug 07, 2022 8:48 pm

Re: Creating temp header for export

Post by sk2107 »

I will check that. Thank you.

Regards
Post Reply