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
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
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.
Re: Creating temp header for export
I will check that. Thank you.
Regards
Regards