I have a .plist file containing array and dictionaries. I want to convert this into a CSV file so I can then upload this online to a database. Does anyone know of a simple way to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Dave DeLong has written a CSV parser which will help you accomplish this task, you can get more info on this answer he has posted in this question.. How to convert the NSMutableArray to CSV file on iPhone?