• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How best to archive in CSV format
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How best to archive in CSV format
      • From: Bob Ippolito <email@hidden>
References: 
 >How best to archive in CSV format (From: Denis Stanton <email@hidden>)

  • Prev by Date: Re: Getting options to appear in custom bindings in IB
  • Next by Date: Re: How best to archive in CSV format
  • Previous by thread: How best to archive in CSV format
  • Next by thread: Re: How best to archive in CSV format
  • Index(es):
    • Date
    • Thread