Skip to content
New issue

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

[BUG] Hoster CSV imports fail when colons are used instead of commas to separate values #298

Open
mrchrisadams opened this issue Sep 6, 2022 · 0 comments
Labels
bug Something isn't working Severity: low Bug severity level

Comments

@mrchrisadams
Copy link
Member

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

@mrchrisadams mrchrisadams added bug Something isn't working Severity: low Bug severity level labels Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Severity: low Bug severity level
Projects
None yet
Development

No branches or pull requests

1 participant