Hacker Newsnew | past | comments | ask | show | jobs | submit | jsproc's commentslogin

You can use CTRL+l to edit the full path in the file picker dialog. But I agree with your point, it could be improved. My personal gripe with the file picker is that backspace does not go to the parent directory anymore.


Ctrl+I? I'm using Cinnamon 3.8.8 (and, say, gedit 3.30.2) and that doesn't work.


For me, the killer dataset would be the Google Scholar data. That would just blow the whole scientometric space wide open. It would also be a nice introduction for researchers into BigQuery (calculate your own H-factor)


I completely get that it's hard to make money off Google scholar. But it could do so many more cool things with more effort.


Yes, this is so horrible. As a workaround I sometimes put "sep=," on the first line of the spreadsheet. This forces Excel to use the comma as a separator, regardless of the locale. The downside of course is that every other tool on the planet shows the extra row, so it's not very useful.


I suffer from the reverse problem. I need to ingest CSV files produced by excel in various locales. Or is there some generally available alternative to excel that would produce valid RFC CSVs?


There is no such thing as a valid CSV - even the spec is borked, and nobody follows it anyway. If you have a choice, XLSX is a lesser evil.


RFC 4180¹ has been in existence since 2005 and seems perfectly straight forward. The basic syntax is two pages of very understandable text. I hold that to be the definition of valid CSV.

CSV libraries tend to adhere to it (and often support additional options encountered in the wild as well); e.g., Apache Commons CSV².

1: https://tools.ietf.org/html/rfc4180

2: https://commons.apache.org/proper/commons-csv/


Seems is the correct word here. Alas, it's one of multiple attempts at standardization ("I hold it" - good thing about standards is there's so many to choose from, as this RFC acknowledges), ignores charset altogether (a flaw of CSV, not of standard), and anything touched by MSO is unlikely to fit this. So, while useful for emitting CSV, no use at all for processing.


Is there a way to report a bug to excel asking for proper RFC 4180 support?


Probably, but what will it achieve realistically? This (both what OP reports and this locale-dependent behaviour) is likely a WONTFIX type of bug, as there are workarounds (don't double-click to open normal CSV if you are in a locale where different delimiters are used, use import; don't start your CSV files with "ID"; etc.).


We're also affected, our app runs in EU datacenters. We had auth errors on both Cloud Storage and BigQuery. BigQuery seems to work now, but not Cloud Storage. Our last outage was 2013, but this has been going on for over 12 hours..


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: