.csv file for everything

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

.csv file for everything

Post by anmac1789 »

How to use a excel .csv file for everything ? I have some filenames in this csv file but is it possible to use it with everything ?
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: .csv file for everything

Post by void »

Please try opening the CSV file as an EFU file.

EFU files are CSV files with a "filename" header.
  • Please make sure your CSV file has a "filename" header over the filenames.
    (If the header is missing, Everything will assume its a text/plain list of filenames)
  • In Everything, from the File menu, click Open File List.
  • Select your CSV file and click Open.


If you you want to find files in your index that match the filenames in your CSV file:
  • Please make sure your CSV file has a "filename" header over the filenames
  • In Everything, type in the following search:
    filelist1:
  • Hold down Ctrl and click the filelist1: text in the search box.
  • Click Import....
  • Select your CSV file and click Open.
  • Click OK
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: .csv file for everything

Post by anmac1789 »

void wrote: Tue Aug 29, 2023 3:13 am Please try opening the CSV file as an EFU file.

EFU files are CSV files with a "filename" header.
  • Please make sure your CSV file has a "filename" header over the filenames.
    (If the header is missing, Everything will assume its a text/plain list of filenames)
  • In Everything, from the File menu, click Open File List.
  • Select your CSV file and click Open.


If you you want to find files in your index that match the filenames in your CSV file:
  • Please make sure your CSV file has a "filename" header over the filenames
  • In Everything, type in the following search:
    filelist1:
  • Hold down Ctrl and click the filelist1: text in the search box.
  • Click Import....
  • Select your CSV file and click Open.
  • Click OK
Thank you I will try this
Post Reply