kentcb/KBCsv

Add DataTable.WriteCsv with delimeter support

Closed this issue · 1 comments

I do next

    let csv = new CsvWriter(target)
    dataTable.WriteCsv(csv,true) |> ignore

But cannot find how to specify delimiter or ensure that it is TAB.

I don't know F# well, but you just need to set the ValueDelimiter property on the CsvWriter.