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

sep=

jetchoong-dev opened this issue · comments

Hi,

Just tried using the CsvExport, how do I remove the first row "sep=" thing?

after reading the source code, I figured out to pass in "false" to CsvExort constructor to get rid of the "sep="

Please let me know if im doing this correctly, so that I can close this issue. Thanks.

Yes, correct, just like described in the parameter tooltip