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
Please choose the appropriate severity level accompanied by this report by removing the exess severity labels.
Describe the bug A clear and concise description of what the bug is.
Some spreadsheet tools export CSV files with semicolons, so the test looks like this:
AS58003;;; 91.223.27.0/24;;; 84.234.64.0/20;;;
Instead of this
AS58003,,,, 91.223.27.0/24,,,, 84.234.64.0/20,,,,
To Reproduce Steps to reproduce the behavior:
Use a CSV as described above on the hoster import from CSV feature.
Expected behavior A clear and concise description of what you expected to happen.
It works, or at least raises a form invalid notification warning the user.
Actual behavior A clear and concise description of what actually happened.
It 500s
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please choose the appropriate severity level accompanied by this report by removing the exess severity labels.
Describe the bug
A clear and concise description of what the bug is.
Some spreadsheet tools export CSV files with semicolons, so the test looks like this:
Instead of this
To Reproduce
Steps to reproduce the behavior:
Use a CSV as described above on the hoster import from CSV feature.
Expected behavior
A clear and concise description of what you expected to happen.
It works, or at least raises a form invalid notification warning the user.
Actual behavior
A clear and concise description of what actually happened.
It 500s
The text was updated successfully, but these errors were encountered: