-
Notifications
You must be signed in to change notification settings - Fork 123
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
Non-Standard CSV Format #147
Comments
I need to double check this, might for sure be a issue here, today we are just using the csv lib with writerow here: https://github.com/magicsword-io/LOLDrivers/blob/main/bin/site.py#L11 |
idk in which format the Example:
The parameter quoting is responsible for adding (1) or not (0) quotes to the values. |
Hey this should be solved @matsalgado let me know please |
hey @josehelps... Actually I think the column titles should not be enclosed in "" (this is not the reason for my issue, cuz I also tested w/o them and the issue persists) it is more a tip if you want to keep "standard" like the other APIs that I mentioned but now, I will need to investigate MORE to understand why the values are not being parsed correctly. anyway, thanks for the update! 😊 |
hey guys! :)
I am currently having some troubles to use/import the CSV file obtained from https://www.loldrivers.io/api/drivers.csv because the values are not enclosed within double quotes.
checking other APIs like hijacklibs, abuse.ch and urlhaus I realized that the "standard" is using double quotes.
has anyone faced the same issue?
The text was updated successfully, but these errors were encountered: