Re: [Boost-users] Serializing to .csv files
On Jun 13, 7:37 pm, "Sean Farrow"
Hi:
Has anyone ever written extra classes to serialize c++ datatypes to .csv files using boost.Serialization.
this is the closest (and still not quite) thing I found to what you are looking for http://code.google.com/soc/2008/boost/appinfo.html?csaid=BE3EEB904A90B03A serialization to YAML format. I don't know more details, but it can be useful to use as an example on how to do .cvs serialization. On the other hand what you can actually serialize with .cvs is limited to list of numbers, isn't it? (is there even a formal specification what a cvs file should be like?) Alfredo
Hi:
There is an rfc for this:
http://www.rfc-editor.org/rfc/rfc4180.txt
maybe a csv serialization class could be written for a subsequent release?
Cheers
Sean.
-----Original Message-----
From: boost-users-bounces@lists.boost.org
[mailto:boost-users-bounces@lists.boost.org] On Behalf Of alfC
Sent: 21 June 2010 23:16
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] Serializing to .csv files
On Jun 13, 7:37 pm, "Sean Farrow"
Hi:
Has anyone ever written extra classes to serialize c++ datatypes to .csv files using boost.Serialization.
this is the closest (and still not quite) thing I found to what you are looking for http://code.google.com/soc/2008/boost/appinfo.html?csaid=BE3EEB904A90B03A serialization to YAML format. I don't know more details, but it can be useful to use as an example on how to do .cvs serialization. On the other hand what you can actually serialize with .cvs is limited to list of numbers, isn't it? (is there even a formal specification what a cvs file should be like?) Alfredo _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
alfC
-
Sean Farrow