MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

New DataTableBuiler.ReadString() method #24

Closed yellis closed 10 years ago

yellis commented 10 years ago

Added a new method ReadFromString to DataTableBuilder. Allows for building a csv from a string. Optional param to set the newline characters (defaults to Windows style: \r\n. Also includes test of the end-to-end function.

yellis commented 10 years ago

Thanks. Could you possibly push a new nuget version?

MikeStall commented 10 years ago

I've published this on nuget, as 1.0.10. I also pushed some of my outstanding changes and including them.

Sent from my Windows Phone


From: Yaakov Ellismailto:notifications@github.com Sent: ‎2/‎10/‎2014 10:54 PM To: MikeStall/DataTablemailto:DataTable@noreply.github.com Cc: Mike Stallmailto:mikestall@hotmail.com Subject: Re: [DataTable] New DataTableBuiler.ReadString() method (#24)

Thanks. Could you possibly push a new nuget version?


Reply to this email directly or view it on GitHub: https://github.com/MikeStall/DataTable/pull/24#issuecomment-34730399