Is it possible to load a UITableView with a database in CSV format? Or is there an easy way to convert this to a .plist first or something similar? Any advice would be helpful. Thanks.
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.
And if you want to know how to read a CSV file, I’ve written a library to do that:
https://github.com/davedelong/CHCSVParser
Please remember that using it means you must abide by the license under which the code is made available.