Skip to content

SteveSande/Excel-Keyword-Filter

Repository files navigation

Excel Keyword Filter

This program searches a CSV file for rows containing custom keyword(s). It was written as an independent learning exercise.

New CSV files will be created that are named after the keyword(s). Rows containing an exact case-sensitive keyword match will be copied into their respective file. Rows containing no keyword matches will be copied into a special file. To account for case sensitivity include multiple keywords with the expected case variations. Your inputs are limited to 100 characters per input. Keyword(s) can include spaces, but not commas.

To test it enter these commands in command prompt:

  1. git clone https://github.com/SteveSande/Excel-Keyword-Filter.git
  2. cd Excel-Keyword-Filter
  3. ExcelFileKeywordFilter.exe
  4. .\Test Files\test.csv
  5. .\Test Files
  6. Guelph
  7. fish
  8. Just press enter (no input).
  9. View results in the "Test Files" folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages