On Thu, 2013-02-07 at 22:40 +0800, B.Tag wrote: > nice work. > > > I read the code. > > > I not found how use it translate To XML or XML->CSV > > Thanks for reply, I've added csv->xml. And I'll add xml->csv later.
> > 2013/2/7 Nala Ginrut <[email protected]> > hi folks! > Here is a CSV reader based on Andy's csv-reader. > And it's ready for guildhall. > > https://github.com/NalaGinrut/guile-csv > > ----------code----------------- > (use-modules (csv)) > (define my-csv-reader (make-csv-reader #:\,)) > (call-with-input-file "file.csv" my-csv-reader) > ----------end------------------ > > You may specify the delimiter to generate a reader. > > PS: I'll call ijp to add it into the repo. > > > > > > > -- > ---------- > 个人 > > http://www.boolsir.com > > GMAIL : [email protected] > > Q Q : 289871025 > > >
