My app exports to CVS but Numbers won't open it because it dosen't have the public.comma-separated-values-text UTI. Is there a simple way to apply the UTI to the file as im writing it or do I have to declare it in info.plist? I don't want my app to open CVS files, it just needs to export it's data.

Thanks for any help

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Numbers or Excel opens CSV files, not CVS files. You see, they are C omma S eparated V alues :) The system automatically assigns the UTI. So, use the extension .csv. CVS is a name of a Drug Store chain.

link|improve this answer
Oh wow, I can't believe I messed that up. Thats what I get for making it late at night. Thanks for helping me find the obvious :) – nosedive25 Jul 27 '11 at 19:30
No problem, in fact I made the same mistakes and wasted a few hours in the past. That's why ;) – Yuji Jul 27 '11 at 19:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.