Hacker News new | ask | show | jobs
by lemper 1037 days ago
lately i've been doing things on aws cloudfront. one annoying thing, though, the unmodified format of the file cannot be opened as is by many csv viewers. for example, in excel, import from csv file won't detect the columns properly because of the first line (#version1.0).

when i open it using modern csv, the header is detected as a single column while the rest of the data is being read just fine.

using it on windows, though.