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:
- git clone https://github.com/SteveSande/Excel-Keyword-Filter.git
- cd Excel-Keyword-Filter
- ExcelFileKeywordFilter.exe
- .\Test Files\test.csv
- .\Test Files
- Guelph
- fish
- Just press enter (no input).
- View results in the "Test Files" folder.