Re: How best to archive in CSV format
Re: How best to archive in CSV format
- Subject: Re: How best to archive in CSV format
- From: Brian Smith <email@hidden>
- Date: Tue, 17 May 2005 09:37:20 +0800
On May 17, 2005, at 4:51 AM, Denis Stanton wrote:
Hi
I'm looking for advice on the best way to handle archiving my
documents in csv (comma separated variable) format.
These doubts make me think I'm going about this all wrong. Should
I be using the encode and decode system to convert to and from csvs
format?
Look at the references document to NSString and NSArray since they
have some methods for working with delimited data. You will find a
couple of methods for working with making and parsing strings from
arrays of strings and setting the delimiter to whatever you want,
(NSString)componentsSeparatedByString: and (NSArray)
componentsJoinedByString:. Also, you will find read and write
methods for creating files.
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden