How to export SQLite file into CSV file in iPhone SDK

后端 未结 2 1017
借酒劲吻你
借酒劲吻你 2021-01-01 02:11

In my app, I want to export a SQLite database file to CSV file..

Could you suggest me how to do this? Thanks.

2条回答
  •  耶瑟儿~
    2021-01-01 02:51

    Simply do a SELECT on each table and print out the value of each column as required to a text file.

提交回复
热议问题