jitbit / CsvExport

Very simple CSV-export tool for C#

Home Page:https://www.jitbit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.AddRow() adds a new row and 31 new commas

JesperLindberg opened this issue · comments

Hello!
I am trying to convert json data into a csv using this class. The only problem I have is when I use the .AddRow() command it adds a new row AND 31 commas on that new row. In excel this makes it look like the following:
image

Or if I open it in notepad:
image

Which means the object you're adding has 31 empty values. Unclear without seeing more code