OWASP / OpenCRE

Home Page:https://opencre.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing from CSV Bug

northdpole opened this issue · comments

Issue

What is the issue?

Latest version of GSpread assumes every empty value is int, we expect it to be str and we have several instances of values.get("x").split()
which causes the application to crash.

Expected Behaviour

the application handles spreadsheet values as str by default unless otherwise instructed

Actual Behaviour

spreadsheet values are handles as int by default

Steps to reproduce

run make import-all