Hacker News new | ask | show | jobs
by vi-mode 2342 days ago
To get a no-BS CSV list, copy'n'paste all in (n)vim, then:

  :%s/,/;/g | %s/\t/,/g