Everything is running great for me, save this one problem that I really need to try to solve. I have two fields on my profiles that are checkbox options (a list of areas where parents would like to volunteer and the best times for them to volunteer). When I export the CVS, those fields contain extra information, and look like this:

a:1:{s:24:"Working in the classroom";s:24:"Working in the classroom";}

a:4:{s:12:"Tuesday - AM";s:12:"Tuesday - AM";s:14:"Wednesday - AM";s:14:"Wednesday - AM";s:13:"Thursday - AM";s:13:"Thursday - AM";s:11:"Friday - AM";s:11:"Friday - AM";}

Is there a way to show only the checkbox information, without the associated "a:1:{s:" data around it? Parent volunteers will be sorting through this data and I know this is just something they won't be able to deal with.

Thanks,
Lisa