In my experience searching through “.csv” files

  1. Open the command prompt.
  2. Start PowerShell and navigate to the directory where the file is located.
  3. Once in the directory use the command: cat ‘.\excelfilename.csv’ | select-string info

After you have done this the information you enter after select-string will be search for.

Leave a Reply

Your email address will not be published. Required fields are marked *