pongdanaiNil / code-challenge-api

0 stars 0 forks source link

[Bug] Only one keyword is processed #3

Open olivierobert opened 1 year ago

olivierobert commented 1 year ago

Issue

Upon uploading the following valid CSV format, only one keyword is processed:

project management apps
project management software

The following format works as expected:

project management tools, product management software

Expected

The application should either show an error when an unexpected CSV format is used or support both CSV formats.

pongdanaiNil commented 1 year ago

I have fixed this bug to support both CSV formats. Create a pull request and merged the code into the development branch. You can check out this merged pull request. If there are any questions or suggestions, please let me know.