Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 62154
BY: James Gray (bbazzarrakk)
DATE: 2008-11-14 18:50
SUBJECT: RE: Can't Parse Microsoft Outlook CSV

 

This looks like and encoding issue (see my encoding series on my blog for details: http://blog.grayproductions.net/articles/understanding_m17n).

My suggestions would be to make sure the data is UTF-8. You can transcode it to UTF-8 with the standard iconv library if needed. Then set $KOCDE = "U" and FasterCSV should handle it just fine.

Hope that helps.


Thread View

Thread Author Date
Can't Parse Microsoft Outlook CSVGuilherme Reis2008-11-14 18:22
      RE: Can't Parse Microsoft Outlook CSVGuilherme Reis2008-11-14 18:29
      RE: Can't Parse Microsoft Outlook CSVJames Gray2008-11-14 18:50
            RE: Can't Parse Microsoft Outlook CSVGuilherme Reis2008-11-17 17:20

Post a followup to this message