Open olivierobert opened 5 years ago
Since it's a parsing issue, that's where testing can be a saver 💪
Thank you for the issues, this seems to be a crucial things to handle so I will open a pull request for this one.
This issue has been solved in the latest pull request.
I uploaded a CSV file with the following content:
Which got processed in the PIA request as:
Resulting in the following results:
The first issue is that there is no validation for an empty keyword. There is no point in scraping google search results for an empty string 😅
Second, the parser does not seem to work on all accepted CSV formats:
1
2
3
If there are any limitation or the form expect a specific format, prefer informing the user about hos data must be uploaded and/or provide a template file.