Thread overview
std.csv
Jan 09, 2012
Joshua Reusch
Jan 09, 2012
simendsjo
Jan 09, 2012
Joshua Reusch
Jan 10, 2012
Jesse Phillips
January 09, 2012
Hello,

I checked out the phobos git repo and found a std.csv module.
Is it ready to use or should I stay to my own (but incomplete and whithout any "good" error messages) csv reading function ?

Thank you
January 09, 2012
On 09.01.2012 16:05, Joshua Reusch wrote:
> Hello,
>
> I checked out the phobos git repo and found a std.csv module.
> Is it ready to use or should I stay to my own (but incomplete and
> whithout any "good" error messages) csv reading function ?
>
> Thank you

It should be ready for production work, but if it's only in git you might want to wait for 2.058.

Every (new) module in phobos has gone through a review proccess similar to boost: http://www.boost.org/community/reviews.html

Here's a list of upcoming modules scheduled for review/inclusion in phobos: http://prowiki.org/wiki4d/wiki.cgi?ReviewQueue
January 09, 2012
Am 09.01.2012 16:19, schrieb simendsjo:
> On 09.01.2012 16:05, Joshua Reusch wrote:
>> Hello,
>>
>> I checked out the phobos git repo and found a std.csv module.
>> Is it ready to use or should I stay to my own (but incomplete and
>> whithout any "good" error messages) csv reading function ?
>>
>> Thank you
>
> It should be ready for production work, but if it's only in git you
> might want to wait for 2.058.
>

Great ! I tried it and it works fine ! And makes my CSV - reading code 3 times shorter ...

> Every (new) module in phobos has gone through a review proccess similar
> to boost: http://www.boost.org/community/reviews.html
>
> Here's a list of upcoming modules scheduled for review/inclusion in
> phobos: http://prowiki.org/wiki4d/wiki.cgi?ReviewQueue

January 10, 2012
On Monday, 9 January 2012 at 15:05:53 UTC, Joshua Reusch wrote:
> Hello,
>
> I checked out the phobos git repo and found a std.csv module.
> Is it ready to use or should I stay to my own (but incomplete and whithout any "good" error messages) csv reading function ?
>
> Thank you

Yep, no known reason it can't be used in production (shouldn't be changing before the next release). Documentation can be found for now at:

http://nascent.freeshell.org/programming/D/doc/phobos/std_csv2.html