• 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: CsvToListOfText
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: CsvToListOfText
      • From: T&B <email@hidden>
References: 
 >Re: Importing/parsing CSV files (From: T&B <email@hidden>)
 >CsvToListOfText (From: T&B <email@hidden>)
 >Re: CsvToListOfText (From: R Morris <email@hidden>)
 >Re: CsvToListOfText (From: T&B <email@hidden>)

  • Prev by Date: Re: awk question
  • Next by Date: Moving files to another user
  • Previous by thread: Re: CsvToListOfText
  • Next by thread: Re: CsvToListOfText
  • Index(es):
    • Date
    • Thread