I wondered if it’s possible to write some data to CSV file in the documents path, or other convenient readable file.
For example – I have a few text fields that I want the user to fill & then I want him to click “send” & after that the information will be written to a file that I could easily read and upload to my server.
In my case I have an app that I want people to register for my members club, with first name, last name & phone number and I want to take this information and read it easily after its uploaded to my server.
For testing I’m using my dropbox account as a server.
Is it possible?
Quite a few questions in one, but for the CSV part, you should have a look at Dave DeLong’s CHCSVParser.