Re: Importing/parsing CSV files
Re: Importing/parsing CSV files
- Subject: Re: Importing/parsing CSV files
- From: KOENIG Yvan <email@hidden>
- Date: Wed, 6 Dec 2006 18:54:06 +0100
Hello
- 1 - are you sure that the line separator would always be linefeed ?
It's linfeed in UNIX but is return in "old fashioned" mac documents
and it may be return + linefeed in windows documents.
- 2 - you use the "property trick" for one list, not for others.
Is it a deliberate choice or is it simply that you "forgot" to use it ?
Using it really fasten list usage.
- 3 - I like to gather definitions in a single instruction but I
don't know if it fasten the treatment.
Here are two samples:
set {parsedList, valueList} to {{}, {}}
set {oldDelimiters, text item delimiters} to {text item delimiters,
quoteString & quoteString}
Yvan KOENIG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden