Topic awaiting preservation: exporting from a php mysql system to csv... any ideas??????? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: you tell me |
posted 10-24-2007 14:21
HI guys need some help on this. Ok I got my program up and running - its a simple contacts manager where users manage contacts etc. I need to make an export facility i.e. that is to export all the contacts data in my db as a csv file that can be imported by lets say.. outlook. However theres a little issue here and that is that my system is set such that a single contact can have like unlimited contact information i.e. 0 to 100s of fone numbers, emails etc.. I'm not very sure on what kind of algo to work on for this when you have like rows of varying length ... any ideas would be greatly appreciated |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-24-2007 16:00
Argh. |
Bipolar (III) Inmate From: you tell me |
posted 10-27-2007 11:50
Well a vcard is pretty much just one vcard at a time. I need some idea to export multiple contacts. I just noticed that if I create a user defined item in outlook and create a csv from outlook - it doesn't include the user defined item - this is complicated... |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-28-2007 18:07
XML Vcards should be able to handle multiple entries, |