Re: How to parse CSV
Re: How to parse CSV
- Subject: Re: How to parse CSV
- From: Ed Stockly <email@hidden>
- Date: Mon, 21 Jan 2008 08:11:23 -0800
What I need: 1a. A way to analyse the actual encoding (because not all csv files come from windows...) 1b. A way to convert the encoding of the file with AppleScript (characters and new line) 2. A way to speed up the program. 3. A way to use less memory (but this is not so important).
1a. Not sure why you need to analyse the actual encoding. Your AppleScript should be able to handle whatever it finds.
1b When you use appleScript to write a new file, the encoding is handled automatically
2. How are you parsing the file? Text Item Delimiters? Are you using Script objects?
2&3. May not be so important, but there are ways to optimize performance and memory usage.
We would need more details to help.
ES =
|
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden