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
Creating temp header for export
-
sk2107
- Posts: 385
- Joined: Sun Aug 07, 2022 8:48 pm
Re: Creating temp header for export
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
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: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Creating temp header for export
The name column cannot be removed.
Export as CSV will export all visible columns.
Please try exporting as TXT:
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.
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.
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: 385
- Joined: Sun Aug 07, 2022 8:48 pm
Re: Creating temp header for export
I will check that. Thank you.
Regards
Regards