We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After uploading a CSV file, we need to save keywords from CSV file to the database for future usage.
search_result
status
https://medium.com/swlh/parsing-a-csv-file-in-ruby-6de8afd382c8
The text was updated successfully, but these errors were encountered:
phongvhd93
No branches or pull requests
Why
After uploading a CSV file, we need to save keywords from CSV file to the database for future usage.
Acceptance Criteria
search_result
table for every keyword in CSV file.status
of the new record to in-progress (there are 3 states: in-progress, success, failed)Resource
https://medium.com/swlh/parsing-a-csv-file-in-ruby-6de8afd382c8
The text was updated successfully, but these errors were encountered: