www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - std.csv

reply Joshua Reusch <yoschi arkandos.de> writes:
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
Jan 09 2012
next sibling parent reply simendsjo <simendsjo gmail.com> writes:
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
Jan 09 2012
parent Joshua Reusch <yoschi arkandos.de> writes:
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
Jan 09 2012
prev sibling parent "Jesse Phillips" <jessekphillips+D gmail.com> writes:
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
Jan 09 2012