Re: Applescript-users Digest, Vol 3, Issue 438
Re: Applescript-users Digest, Vol 3, Issue 438
- Subject: Re: Applescript-users Digest, Vol 3, Issue 438
- From: Ryan Wilcox <email@hidden>
- Date: Thu, 7 Sep 2006 15:16:32 -0400
Thanks for the reply Mark (and Emmanuel and Yvan).
I would not advise writing your own CSV parser
The need for one just keeps coming up, and now it's unavoidable.
Someone already mentioned the Perl module for CSV, but there's also a
Python one.
<http://docs.python.org/lib/module-csv.html>
I would avoid doing it (in any language, actually. I know the pain -
I took one already written in C, and still spent a lot of time fixing
it up to actually work, and proving that it actually worked. And
writing an CSV Writer part for the reader part I already had. No Fun.)
Because, sometimes "Comma Separated.." really means "Semi-colon
separated"
Enjoy,
_Ryan Wilcox
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden