abe33 / atom-tablr

Edit CSV files using a table editor
MIT License
165 stars 44 forks source link

It assumes the max number of columns is based on the first row #35

Closed benogle closed 8 years ago

benogle commented 8 years ago

Consider the following csv:

omg
omg,wow,kittens,yeah,unicorns

It opens with only one column!

Anyway, great package. Getting a lot of use out of it. :+1:

abe33 commented 8 years ago

Hi @benogle, nice to see you here and thanks for the report!

I'll be fixing that soon as it's a simple error on my side.