jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.58k stars 589 forks source link

InvalidDiemensionError raise when certain string literals are used to instanciate a Dataset object #515

Closed AngrySaltyFish24 closed 2 years ago

AngrySaltyFish24 commented 2 years ago

Hello,

Brief foreword, thank you for the amazing library!

Steps to reproduce the error:

After very breify looking at the code the usage of list in the constructor of Row seems to be the culprit?

AngrySaltyFish24 commented 2 years ago

tablib.__version__ = 3.2.0

AngrySaltyFish24 commented 2 years ago

I was using the constructor wrong, my bad.