Re: csv (comma separated value) file
- From: Tristan Van Berkom <tvb gnome org>
- To: Andrea Zagli <azagli inwind it>
- Cc: gtk-app-devel-list gnome org, gtk-list gnome org
- Subject: Re: csv (comma separated value) file
- Date: Mon, 3 Aug 2009 12:45:28 -0400
On Mon, Aug 3, 2009 at 12:03 PM, Andrea Zagli<azagli inwind it> wrote:
> i didn't find nothing about to manage (read/write) csv files with glib
>
> do you know about something that i didn't find?
>
Currently its pretty easy using g_file_get_contents()/g_strsplit() if you
can have it all in ram, or using GIO and again, g_strsplit() on a per line
basis if you need to stream it.
Cheers,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]