[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: importing .cvs and .txt files
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: importing .cvs and .txt files |
Date: |
Wed, 22 Jan 2014 20:53:27 -0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Jan 22, 2014 at 07:45:03AM -0800, Ben Pfaff wrote:
> Can someone who has a Mac and Excel (Jeremy?) please try exporting a
> file to .csv or .txt in Excel? The contents do not matter, except that
> the file should have at least a few rows. Then run "hexdump -C" on the
> generated file and paste the output into an email.
One of my coworkers helped me with this. We found that on a Mac, Excel
exports .csv files with CR-only line ends. On Windows, Excel exports
.csv files with CR+LF line ends.
I will work on making PSPP work OK with these files.