Re: CsvToListOfText
Re: CsvToListOfText
- Subject: Re: CsvToListOfText
- From: R Morris <email@hidden>
- Date: Thu, 14 Dec 2006 17:25:47 +0000
Hi Tom,
I was about to write - "but did you not see my second post?" but I
can see that it is not on the list.
Here's what it said, with apologies in advance if the second one does
eventually turn up.
You and Emmanuel have explained why the displayed results looked
different because I had rather emphasised that aspect but what I
should have emphasised was that the results (contents) were different.
Tom's 'correct' parsing
{{"item1", "item2", "NULL", "item4"},
{"item5", "item6", "NULL", "item'7'"},
{"item9", "item10", ""},
{"item11", "", "item13"},
{"", "item15", "item16", "", "item18"}}
my Script Editor parsing (OK - same as above)
(separated into lines for readability)
{{"item1", "item2", "NULL", "item4"},
{"item5", "item6", "NULL", "item'7'"},
{"item9", "item10", ""},
{"item11", "", "item13"},
{"", "item15", "item16", "", "item18"}}
my Smile parsing (DIFFERENT CONTENT)
{{"item1", "item2", "NULL", "item4
item5", "item6", "NULL", "item'7'
item9", "item10", "
item11", "", "item13
", "item15", "item16", "", "item18"}}
Roger
_______________________________________________
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