Review of Jesse Phillips's CSV Parser

Jesse Phillips jessekphillips+d at gmail.com
Sat Oct 29 19:13:59 PDT 2011


On Sat, 29 Oct 2011 17:05:01 -0700, bls wrote:

> Regarding std.database.. Please elaborate/  ATM I just can imagine that
> std.csv will be used for Import/Export.

CSV is tabular data, so it would make sense that you may have a similar 
interface as you would a database.

csv.select("name").where!"a==4"("years")

Or whatever the interface look like.


More information about the Digitalmars-d mailing list