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
When it goes through file like:
AAA,BBB,"https://www.example.com/bla,bla"
It identifies URL:
https://www.example.com/bla,bla"
(note the quote). IMHO the parser should ignore unsafe URL characters (https://perishablepress.com/stop-using-unsafe-characters-in-urls/)
The text was updated successfully, but these errors were encountered:
This should be fixed together with issue #65
Sorry, something went wrong.
Another customer complained about this, we need to fix this asap, plus add proper unit tests. Issue #65 can wait, this one cannot.
Fix merged, will be included in upcoming release
No branches or pull requests
When it goes through file like:
AAA,BBB,"https://www.example.com/bla,bla"
It identifies URL:
https://www.example.com/bla,bla"
(note the quote). IMHO the parser should ignore unsafe URL characters (https://perishablepress.com/stop-using-unsafe-characters-in-urls/)
The text was updated successfully, but these errors were encountered: