pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: data import usability


From: Harry Thijssen
Subject: Re: Re: data import usability
Date: Mon, 22 Apr 2013 15:58:43 +0200


2013/4/20 John Darrington <address@hidden>
[...]

     When registering something with the .csv files, I may get problems with
     office packages also registering *.csv files.

Why?  This would only be a problem if those packages associate the extension ".csv"
with something other than "text/csv"

It seems you are right, but I hate it to change anything in the MSWindows registry as it is such a tricky item in my opinion.
 
Adding:
    HKCR ".txt"  "Content Type" "text/plain"
    HKCR ".text" "Content Type" "text/plain"
    HKCR ".csv"  "Content Type" "text/csv"
    HKCR ".tsv"  "Content Type" "text/tab-separated-values"
    HKCR ".gnumeric" "Content Type" "application/x-gnumeric"
    HKCR ".ods"  "Content Type" "application/vnd.oasis.opendocument.spreadsheet"
seems to work.

I will build a new package with it so it can be tested.


Have fun

reply via email to

[Prev in Thread] Current Thread [Next in Thread]