Welcome Guest, Not a member yet? Register   Sign In
Excel/CSV export table that has serialized data
#1

[eluser]Brad K Morse[/eluser]
I am having trouble understanding how I will export a table as csv, with the serialized fields, and I have never unserialized (http://us.php.net/manual/en/function.unserialize.php) the data in an csv export.

Currently I am using http://ellislab.com/codeigniter/user-gui...s.html#csv to write a csv file.

Is there another csv library that I should be using that allows me to easily unserialize the appropriate fields?
#2

[eluser]InsiteFX[/eluser]
If you look at the bottom of CodeIgniters Session Library you find the CI versions
of Serialize and Unserialize Methods.

InsiteFX
#3

[eluser]Brad K Morse[/eluser]
Whats the best way of using CI's serialize methods to unserialize table values using http://ellislab.com/codeigniter/user-gui...s.html#csv ?
#4

[eluser]InsiteFX[/eluser]
This should help you.
PHP Net Manual - serialize and unserialize

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB